@charset "CP850";
@import url("//hello.myfonts.net/count/25420b");
/* Very base declarations       
----------------------------------- */
html {
  font-family: 'sml'; }

/* support Opera */
body:after {
  content: 'sml';
  display: none; }

/* CONSIDERATION: FORCE DESKTOP ON LEGACY IE VERSIONS OR USE RESPOND.JS? */
/* Queries for supported browsers.       
----------------------------------- */
@media screen and (min-width: 650px) {
  html {
    font-family: 'lrg'; }

  /* support Opera */
  body:after {
    content: 'lrg'; } }
@media screen and (min-width: 972px) {
  html {
    font-family: 'full'; }

  /* support Opera */
  body:after {
    content: 'full'; } }
@font-face {
  font-family: 'neuron-extra-bold';
  src: url("../font/neuron-extra-bold.eot?") format("eot"), url("../font/neuron-extra-bold.woff") format("woff"), url("../font/neuron-extra-bold.ttf") format("truetype"); }

@font-face {
  font-family: 'corradine-neuron-black';
  src: url("../font/corradine-neuron-black.eot?") format("eot"), url("../font/corradine-neuron-black.otf") format("opentype"), url("../font/corradine-neuron-black.ttf") format("truetype"); }

@font-face {
  font-family: 'georgia-pro-light';
  src: url("../font/georgia-pro-light.eot?") format("eot"), url("../font/georgia-pro-light.otf") format("opentype"), url("../font/georgia-pro-light.ttf") format("truetype"); }

@font-face {
  font-family: 'georgia-pro-semi-bold';
  src: url("../font/georgia-pro-semi-bold.eot?") format("eot"), url("../font/georgia-pro-semi-bold.otf") format("opentype"), url("../font/georgia-pro-semi-bold.ttf") format("truetype"); }

@font-face {
  font-family: 'cinnamon-cake';
  src: url("../font/cinnamon-cake.eot?") format("eot"), url("../font/cinnamon-cake.woff") format("woff"), url("../font/cinnamon-cake.otf") format("opentype"), url("../font/cinnamon-cake.ttf") format("truetype"); }

/* @group Colours */
/* @end */
/* @group Opacities */
/* @end */
/* @group Fonts */
/* @end */
/* @group Border Radius */
/* @end */
/* @group Box Shadow */
/*  1. Horizontal offset
	2. Vertical offset
	3. Blur radius (optional), if set to 0 the shadow will be sharp.
	4. Spread radius (optional), positive values increase the size of the shadow, negative values decrease the size. Default is 0 (the shadow is same size as blur).
	5. Color */
/* @end */
/* @group Animations */
/* @end */
/* @group Forms */
/* @end */
/* @group Layout */
/* @end */
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Default font size in pixels if not overridden. Convert PX units to EMs. Ex: margin-right: pem(16); */
/* @group Base */
* {
  background-repeat: no-repeat; }

html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px; }

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 143%;
  background-color: #eeeee8;
  color: black;
  font-weight: normal;
  text-align: left;
  font-weight: light; }

body.rtl {
  text-align: right; }

p {
  margin-top: 0;
  margin-bottom: 1em; }

a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: black;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid #63b8cf; }

a img,
a:link img,
a:visited img,
a:hover img,
a:focus img,
a:active img {
  border: none; }

p a,
p a:link,
p a:visited,
p a:hover,
p a:focus,
p a:active,
li a,
li a:link,
li a:visited,
li a:hover,
li a:focus,
li a:active {
  border-bottom: 1px solid #63b8cf;
  text-decoration: none; }

a:hover,
a:focus,
p a:hover,
p a:focus {
  color: #1d77b6; }

img {
  max-width: 100%; }

li a:link img,
li a:visited img,
li a:hover img,
li a:focus img,
li a:active img {
  border: none; }

h1, .box-header-h1, .h1, h2, .box-header-h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 1em 0 0.15em 0;
  line-height: 1.1em;
  font-family: corradine-neuron-black, neuron-extra-bold, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  font-weight: normal;
  font-stretch: condensed;
  display: block; }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: neuron-extra-bold, corradine-neuron-black, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  /*letter-spacing: -0.05em;*/ }

h1, .box-header-h1, .h1 {
  font-size: 30px;
  font-size: 2.14286rem;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1em; }

@media (min-width: 700px) {
  h1, .box-header-h1, .h1 {
    font-size: 45px;
    font-size: 3.21429rem; } }
h2, .box-header-h2, .h2 {
  font-size: 30px;
  font-size: 2.14286rem;
  text-transform: uppercase;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
  line-height: 1em; }

h3, .h3 {
  font-size: 26px;
  font-size: 1.85714rem; }

h4, .h4 {
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 0.95em; }

h5, .h5, h6, .h6 {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

h6, .h6 {
  font-size: 14px;
  font-size: 1rem; }

small {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 16px;
  line-height: 1.14286rem;
  color: #66665c; }

hr {
  border: 3px solid #272b2b;
  margin: 1em 0 0.5em; }

abbr,
dfn {
  border-bottom: 1px dotted #66665c; }

iframe {
  width: 100%;
  display: block; }

table {
  background-color: #d8d7ca;
  border-collapse: collapse;
  font-size: 0.9em;
  width: 100%;
  margin-bottom: 0.5em;
  border: none; }

tbody {
  margin: 5px; }

td,
th {
  padding: 0.4em;
  border-right: 1px solid #c8c6b3; }

tr td:last-child,
tr th:last-child {
  border-right: none; }

td {
  vertical-align: top; }

th {
  font-weight: bold;
  border-bottom: 1px solid #c8c6b3;
  vertical-align: top;
  color: #272b2b; }

.table thead th {
  vertical-align: top; }

form {
  margin: 0 0 0 0; }

button,
input[type="submit"],
.btn,
.btn:hover {
  background-color: #00539b;
  background-image: none;
  border: none;
  -o-border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  color: white;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.1em;
  padding: 0.5em 0.7em;
  text-decoration: none;
  text-shadow: none;
  margin: 0 0 0.5em 0;
  box-shadow: none;
  border: none;
  opacity: 0.99; }

select {
  font-size: 1em;
  margin-bottom: 1em;
  height: auto;
  line-height: 1.2em;
  white-space: normal; }

iframe {
  border: none; }

samp,
code {
  background-color: #d8d7ca;
  padding: 0.1em 0.3em 0.12em;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em; }

pre code {
  background-color: #d8d7ca;
  padding: 0.5em 2%;
  margin: 1em 0; }

address {
  font-style: normal; }

button:hover,
input[type="submit"]:hover,
.btn:hover {
  opacity: 0.8;
  cursor: pointer; }

blockquote {
  margin: 0;
  padding: 1em 2%; }

blockquote p:last-child {
  margin-bottom: 0; }

cite {
  font-style: italic; }

input {
  height: auto; }

textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="search"],
select {
  font-size: 1em;
  height: auto;
  margin: 0.5em 0;
  padding: 0.3em 0.2em;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  min-width: 300px; }

select {
  min-width: 1px; }

textarea {
  display: block;
  clear: both;
  max-width: 100%; }

ul,
ol {
  padding-left: 1.5em;
  margin-left: 0;
  margin-bottom: 1.5em; }

nav,
nav ul,
nav ol,
nav li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

nav a {
  text-decoration: none; }

nav .icon a {
  padding: 0 4px; }

input[type=search]::-webkit-search-decoration {
  display: none; }

input[type=search] {
  /* the webkit overrides need to stay at the top */
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  /* your styles here */ }

input[type=search] {
  border: none; }

mark {
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  padding: 0.1em 0.2em 0.15em;
  margin: 0 0.1em;
  background-color: #fff024; }

.highlight {
  background-color: #63b8cf;
  font-weight: bold;
  padding: 0.1em 0.35em;
  color: white; }

figure {
  margin: 0 0 1em;
  padding: 0 0 0.2em 0;
  clear: both; }

figcaption,
div.figcaption {
  padding-top: 0.3em;
  position: relative; }

figcaption p:last-of-type,
div.figcaption p:last-of-type {
  margin-bottom: 0; }

kbd {
  color: #66665c;
  font-family: inherit;
  font-size: 87.5%;
  line-height: 90%;
  background-color: #eeeee8;
  margin: 0 0.25em;
  border: 1px solid #d6d6d6;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  padding: 0.3334em 0.5em;
  box-shadow: inset 0 1px 0 white; }

img {
  margin-bottom: 1em; }

/* @end */
/* @group Helpers - use with SASS @extend to be a cool kid */
.clearfix:before, .header-global-dropdown:before, .nav-global > ul:before, .nav-groups:before, #kis:before,
.clearfix:after,
.header-global-dropdown:after,
.nav-global > ul:after,
.nav-groups:after,
#kis:after {
  content: " ";
  display: table; }

.clearfix:after, .header-global-dropdown:after, .nav-global > ul:after, .nav-groups:after, #kis:after {
  clear: both; }

.clearfix, .header-global-dropdown, .nav-global > ul, .nav-groups, #kis {
  *zoom: 1; }

/* @end */
.float-none {
  float: none !important; }

.layout-container, .nav-global > ul, .nav-groups {
  padding: 1em 2%;
  width: 96%;
  max-width: 972px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  clear: both; }

.layout-row {
  position: relative;
  width: 100%;
  *zoom: 1;
  clear: both; }

ul.layout-row {
  padding-left: 0; }

.layout-row:before,
.layout-row:after {
  display: table;
  content: "";
  line-height: 0; }

.layout-row:after {
  clear: both; }

@media (min-width: 45em) {
  .layout-row [class*="layout-col"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%; }

  .layout-row [class*="layout-col"]:first-child {
    margin-left: 0; }

  .layout-row [class*="layout-col"].hide {
    display: none; }

  .layout-row [class*="layout-col"].pull-right,
  .layout-row [class*="layout-col"].pull-right {
    float: right; }

  .layout-row .layout-col12 {
    width: 100%;
    *width: 99.94680851063829%; }

  .layout-row .layout-col11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%; }

  .layout-row .layout-col10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%; }

  .layout-row .layout-col9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%; }

  .layout-row .layout-col8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%; }

  .layout-row .layout-col7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%; }

  .layout-row .layout-col6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%; }

  .layout-row .layout-col5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%; }

  .layout-row .layout-col4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%; }

  .layout-row .layout-col3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%; }

  .layout-row .layout-col2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%; }

  .layout-row .layout-col1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%; }

  .layout-row .layout-offset12 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%; }

  .layout-row .layout-offset12:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%; }

  .layout-row .layout-offset11 {
    margin-left: 95.74468085106382%;
    *margin-left: 95.6382978723404%; }

  .layout-row .layout-offset11 {
    margin-left: 93.61702127659574%;
    *margin-left: 93.51063829787232%; }

  .layout-row .layout-offset10 {
    margin-left: 87.23404255319149%;
    *margin-left: 87.12765957446807%; }

  .layout-row .layout-offset10:first-child {
    margin-left: 85.1063829787234%;
    *margin-left: 84.99999999999999%; }

  .layout-row .layout-offset9 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%; }

  .layout-row .layout-offset9:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%; }

  .layout-row .layout-offset8 {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%; }

  .layout-row .layout-offset8:first-child {
    margin-left: 68.08510638297872%;
    *margin-left: 67.9787234042553%; }

  .layout-row .layout-offset7 {
    margin-left: 61.70212765957446%;
    *margin-left: 61.59574468085106%; }

  .layout-row .layout-offset7:first-child {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638297%; }

  .layout-row .layout-offset6 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.085106382978715%; }

  .layout-row .layout-offset6:first-child {
    margin-left: 51.063829787234035%;
    *margin-left: 50.95744680851063%; }

  .layout-row .layout-offset5 {
    margin-left: 44.68085106382979%;
    *margin-left: 44.57446808510638%; }

  .layout-row .layout-offset5:first-child {
    margin-left: 42.5531914893617%;
    *margin-left: 42.4468085106383%; }

  .layout-row .layout-offset4 {
    margin-left: 36.170212765957444%;
    *margin-left: 36.06382978723405%; }

  .layout-row .layout-offset4:first-child {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%; }

  .layout-row .layout-offset3 {
    margin-left: 27.659574468085104%;
    *margin-left: 27.5531914893617%; }

  .layout-row .layout-offset3:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%; }

  .layout-row .layout-offset2 {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%; }

  .layout-row .layout-offset2:first-child {
    margin-left: 17.02127659574468%;
    *margin-left: 16.914893617021278%; }

  .layout-row .layout-offset1 {
    margin-left: 10.638297872340425%;
    *margin-left: 10.53191489361702%; }

  .layout-row .layout-offset1:first-child {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%; }

  [class*="layout-col"] h1, [class*="layout-col"] .box-header-h1,
  [class*="layout-col"] h2,
  [class*="layout-col"] .box-header-h2,
  [class*="layout-col"] h3 {
    margin-top: 0; }

  .layout-container, .nav-global > ul, .nav-groups,
  .nav-global > ul {
    max-width: 972px; }

  .layout-align-left {
    text-align: left; }

  .layout-align-right {
    text-align: right; }

  .layout-row > .layout-col4:nth-child(3n+4) {
    margin-left: 0;
    clear: both; }

  /* Also check ms-legacy.js for the IE7 + 8 patch! */
  .layout-list-col5 {
    -moz-column-count: 5;
    -moz-column-gap: 1em;
    -webkit-column-count: 5;
    -webkit-column-gap: 1em; }

  .layout-list-col4 {
    -moz-column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-count: 4;
    -webkit-column-gap: 1em; }

  .layout-list-col3 {
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em; }

  .layout-list-col2 {
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em; } }
.layout-strip {
  padding: 0; }

/* Override bootstrap */
[class^="icon-"],
[class*=" icon-"] {
  display: inherit;
  width: auto;
  height: auto;
  *margin-right: .3em;
  line-height: inherit;
  vertical-align: middle;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: auto; }

.icon-tick,
.icon-cross {
  background-image: url("../image/sprite-tick-cross.png");
  background-position: left center;
  display: block;
  height: 16px;
  width: 16px; }

.icon-tick {
  background-position: right center; }

.icon-surrey {
  background-image: url("../image/sprite-icons-surrey.png");
  background-position: 0 0;
  width: 32px;
  height: 32px; }

.icon-travel {
  background-position: 0 3px; }

.icon-directions {
  background-position: 0px -73px; }

.icon-parking {
  background-position: 0px -145px; }

.icon-visitors {
  background-position: 0px -217px; }

.icon-map {
  background-position: 0px -290px; }

.i-w-arrow-up {
  background-position: -3px -3px; }

.i-b-arrow-up {
  background-position: -38px -3px; }

.i-w-arrow-down {
  background-position: -74px -2px; }

.i-b-arrow-down {
  background-position: -112px -2px; }

.i-w-arrow-left {
  background-position: -148px -2px; }

.i-b-arrow-left {
  background-position: -184px -2px; }

.i-w-arrow-right {
  background-position: -222px -2px; }

.i-b-arrow-right {
  background-position: -256px -2px; }

.i-w-arrow-circle-left {
  background-position: -295px -4px; }

.i-b-arrow-circle-left {
  background-position: -331px -4px; }

.i-w-arrow-circle-right {
  background-position: -367px -4px; }

.i-b-arrow-circle-right {
  background-position: -399px -4px; }

.i-w-arrow-upload {
  background-position: -443px -9px; }

.i-b-arrow-upload {
  background-position: -479px -9px; }

.i-w-arrow-download {
  background-position: -515px -9px; }

.i-b-arrow-download {
  background-position: -549px -9px; }

.i-w-arrow-external {
  background-position: -584px -9px; }

.i-b-arrow-external {
  background-position: -620px -9px; }

.i-w-arrow-upload-2 {
  background-position: -653px -7px; }

.i-b-arrow-upload-2 {
  background-position: -689px -7px; }

.i-w-arrow-download-2 {
  background-position: -725px -7px; }

.i-b-arrow-download-2 {
  background-position: -761px -7px; }

.i-w-zoom-in {
  background-position: -5px -42px; }

.i-b-zoom-in {
  background-position: -41px -42px; }

.i-w-zoom-out {
  background-position: -77px -42px; }

.i-b-zoom-out {
  background-position: -113px -42px; }

.i-w-search {
  background-position: -149px -42px; }

.i-b-search {
  background-position: -185px -42px; }

.i-w-tag {
  background-position: -222px -43px; }

.i-b-tag {
  background-position: -258px -43px; }

.i-w-link {
  background-position: -296px -46px; }

.i-b-link {
  background-position: -332px -47px; }

.i-w-tick {
  background-position: -367px -42px; }

.i-b-tick {
  background-position: -399px -42px; }

.i-w-cross {
  background-position: -441px -42px; }

.i-b-cross {
  background-position: -477px -42px; }

.i-w-play {
  background-position: -6px -79px; }

.i-b-play {
  background-position: -42px -79px; }

.i-w-pause {
  background-position: -78px -79px; }

.i-b-pause {
  background-position: -114px -79px; }

.i-w-video {
  background-position: -150px -77px; }

.i-b-video {
  background-position: -184px -77px; }

.i-w-photo {
  background-position: -223px -78px; }

.i-b-photo {
  background-position: -259px -78px; }

.i-w-audio {
  background-position: -295px -82px; }

.i-b-audio {
  background-position: -332px -82px; }

.i-w-file {
  background-position: -8px -114px; }

.i-b-file {
  background-position: -44px -114px; }

.i-w-file-doc {
  background-position: -80px -114px; }

.i-b-file-doc {
  background-position: -116px -114px; }

.i-w-file-pdf {
  background-position: -152px -114px; }

.i-b-file-pdf {
  background-position: -188px -114px; }

.i-w-file-ppt {
  background-position: -224px -114px; }

.i-b-file-ppt {
  background-position: -260px -114px; }

.i-w-file-xls {
  background-position: -296px -114px; }

.i-b-file-xls {
  background-position: -332px -114px; }

.i-w-file-star {
  background-position: -368px -114px; }

.i-b-file-star {
  background-position: -404px -114px; }

.i-w-page-zoom {
  background-position: -6px -150px; }

.i-b-page-zoom {
  background-position: -41px -150px; }

.i-w-book {
  background-position: -77px -152px; }

.i-b-book {
  background-position: -113px -152px; }

.i-w-appleseed {
  background-position: -151px -152px; }

.i-b-appleseed {
  background-position: -186px -152px; }

.i-w-mail-open {
  background-position: -223px -149px; }

.i-b-mail-open {
  background-position: -258px -149px; }

.i-w-reload {
  background-position: -293px -152px; }

.i-b-reload {
  background-position: -330px -152px; }

.i-w-online {
  background-position: -366px -151px; }

.i-b-online {
  background-position: -401px -151px; }

.i-w-credit-card {
  background-position: -437px -153px; }

.i-b-credit-card {
  background-position: -473px -153px; }

.i-w-mail-open {
  background-position: -509px -150px; }

.i-b-mail-open {
  background-position: -545px -150px; }

.i-w-calendar-event {
  background-position: -580px -150px; }

.i-b-calendar-event {
  background-position: -616px -150px; }

.i-w-calendar {
  background-position: -652px -150px; }

.i-b-calendar {
  background-position: -688px -150px; }

.i-w-chat {
  background-position: -6px -185px; }

.i-b-chat {
  background-position: -42px -185px; }

.i-w-question {
  background-position: -78px -185px; }

.i-b-question {
  background-position: -114px -185px; }

.i-w-house {
  background-position: -149px -185px; }

.i-b-house {
  background-position: -185px -185px; }

.i-w-bus {
  background-position: -221px -185px; }

.i-b-bus {
  background-position: -257px -185px; }

.i-w-car-park {
  background-position: -293px -186px; }

.i-b-car-park {
  background-position: -329px -186px; }

.i-w-park {
  background-position: -365px -187px; }

.i-b-park {
  background-position: -402px -187px; }

.i-w-wheelchair {
  background-position: -440px -186px; }

.i-b-wheelchair {
  background-position: -476px -186px; }

.i-w-campus {
  background-position: -508px -186px; }

.i-b-campus {
  background-position: -544px -186px; }

.i-w-location {
  background-position: -579px -186px; }

.i-b-location {
  background-position: -615px -186px; }

/* @group Sections */
section,
form.section {
  position: relative; }

/* Adds an arrow to the bottom of the section */
.hentry .section-white:after,
section:after,
form.section:after {
  border: solid transparent;
  border-top-color: #eeeee8;
  border-width: 1.14286em 1.85714em 0 1.85714em;
  /* 16px 26px 0 26px */
  content: " ";
  left: 50%;
  margin-left: -26px;
  position: absolute;
  pointer-events: none;
  z-index: 1; }

section > .layout-container, section.nav-global > ul, section > .nav-groups {
  padding-bottom: 3em;
  /* 42px */
  padding-top: 4.285714286em;
  /* 60px */ }

section > .layout-strip {
  padding: 0; }

.hero + section .layout-container, .hero + section .nav-global > ul, .hero + section .nav-groups {
  padding-top: 2.142857143em;
  /* 30px */ }

/* Takes arrow off the last section of the page */
section:last-of-type:after {
  border: none;
  margin-top: 0; }

.section-green {
  background-color: #98b24c; }
  .section-green:after {
    border-top-color: #98b24c; }

.section-grey {
  background-color: #d6d6d6; }
  .section-grey:after {
    border-top-color: #d6d6d6; }

.section-dark-grey {
  background-color: #66665c; }
  .section-dark-grey:after {
    border-top-color: #66665c; }

.section-charcoal {
  background-color: #272b2b;
  color: #d8d7ca; }
  .section-charcoal:after {
    border-top-color: #272b2b; }

.section-black {
  background-color: #272b2b;
  color: #d8d7ca; }
  .section-black:after {
    border-top-color: #272b2b; }

.section-beige {
  background-color: #c8c6b3; }
  .section-beige:after {
    border-top-color: #c8c6b3; }

.section-clay,
form.section-clay {
  background-color: #d8d7ca; }
  .section-clay:after,
  form.section-clay:after {
    border-top-color: #d8d7ca; }

.section-grey {
  background-color: #d6d6d6; }
  .section-grey:after {
    border-top-color: #d6d6d6; }

.section-light-grey {
  background-color: #eeeee8; }
  .section-light-grey:after {
    border-top-color: #eeeee8; }

.section-cyan {
  background-color: #63b8cf; }
  .section-cyan:after {
    border-top-color: #63b8cf; }

.section-blue {
  background-color: #00539b; }
  .section-blue:after {
    border-top-color: #00539b; }

.section-navy {
  background-color: #1d77b6;
  float: left;
  padding-bottom: 1em;
  width: 100%; }
  .section-navy:after {
    border-top-color: #1d77b6; }

.section-yellow {
  background-color: #fff024; }
  .section-yellow:after {
    border-top-color: #fff024; }

.section-blue,
.section-blue small,
.section-blue a,
.section-blue a:link,
.section-blue a:visited,
.section-blue a:hover,
.section-blue a:focus,
.section-blue a:active,
.section-blue blockquote .attribution .author,
.section-blue blockquote .attribution .role,
.section-blue .vcard a,
.section-blue .vcard a:link,
.section-blue .vcard a:visited,
.section-blue .vcard a:hover,
.section-blue .vcard a:focus,
.section-blue .vcard a:active,
.section-navy,
.section-navy small,
.section-navy a,
.section-navy a:link,
.section-navy a:visited,
.section-navy a:hover,
.section-navy a:focus,
.section-navy a:active,
.section-navy blockquote .attribution .author,
.section-navy blockquote .attribution .role,
.section-navy .vcard a,
.section-navy .vcard a:link,
.section-navy .vcard a:visited,
.section-navy .vcard a:hover,
.section-navy .vcard a:focus,
.section-navy .vcard a:active,
.section-green,
.section-green small,
.section-green blockquote .attribution .author,
.section-green blockquote .attribution .role,
.section-green .vcard a,
.section-green .vcard a:link,
.section-green .vcard a:visited,
.section-green .vcard a:hover,
.section-green .vcard a:focus,
.section-green .vcard a:active,
.section-dark-grey,
.section-dark-grey small,
.section-dark-grey a,
.section-dark-grey a:link,
.section-dark-grey a:visited,
.section-dark-grey a:hover,
.section-dark-grey a:focus,
.section-dark-grey a:active,
.section-dark-grey blockquote .attribution .author,
.section-dark-grey blockquote .attribution .role,
.section-dark-grey .vcard a,
.section-dark-grey .vcard a:link,
.section-dark-grey .vcard a:visited,
.section-dark-grey .vcard a:hover,
.section-dark-grey .vcard a:focus,
.section-dark-grey .vcard a:active,
.section-dark-grey .entry-title,
.section-dark-grey small,
.form .section-cyan {
  color: white; }

.section-black h1, .section-black .box-header-h1,
.section-black h2,
.section-black .box-header-h2,
.section-black h3,
.section-black h4,
.section-black h5,
.section-black h6 {
  color: #98b24c; }

.hentry .section-white,
.section-white {
  background-color: white; }
  .hentry .section-white:after,
  .section-white:after {
    border-top-color: white; }

.section-green a:link,
.section-green a:visited,
.section-green a:hover,
.section-green a:focus,
.section-green a:active {
  color: white;
  border-bottom-color: #66665c; }

.section-green a:hover,
.section-green a:focus,
.section-green a:active {
  color: #66665c; }

.section-black .panel,
.section-black a.panel,
.section-black a.panel:link,
.section-black a.panel:visited,
.section-black a.panel:hover,
.section-black a.panel:focus,
.section-black a.panel:active,
.section-navy .panel,
.section-navy a.panel,
.section-navy a.panel:link,
.section-navy a.panel:visited,
.section-navy a.panel:hover,
.section-navy a.panel:focus,
.section-navy a.panel:active {
  text-decoration: none;
  color: black; }

.section-navy .panel-transparent,
.section-green a {
  color: white; }

.section-cyan a,
.section-cyan a:link,
.section-cyan a:visited,
.section-cyan a:hover,
.section-cyan a:focus,
.section-cyan a:active {
  border-bottom: 1px solid #00539b; }

.section-cyan a:hover,
.section-cyan a:focus,
.section-cyan a:active {
  color: #00539b; }

.section-blue a:hover,
.section-blue a:focus,
.section-blue a:active,
.section-navy a:hover,
.section-navy a:focus,
.section-navy a:active {
  color: #c2f2ff; }

.section-navy a,
.section-navy a:link,
.section-navy a:visited,
.section-navy a:hover,
.section-navy a:focus,
.section-navy a:active {
  border-bottom: 1px solid #c2f2ff; }

.section-cyan .panel,
.section-cyan a.panel:link,
.section-cyan a.panel:visited,
.section-cyan a.panel:hover,
.section-cyan a.panel:focus,
.section-cyan a.panel:active,
.section-beige .panel,
.section-beige a.panel:link,
.section-beige a.panel:visited,
.section-beige a.panel:hover,
.section-beige a.panel:focus,
.section-beige a.panel:active {
  border: none; }

.section-blue blockquote .attribution .role,
.section-navy blockquote .attribution .role,
.section-black blockquote .attribution .role,
.section-green blockquote .attribution .role,
.panel-blue blockquote .attribution .role {
  color: rgba(255, 255, 255, 0.7); }

.section-blue blockquote .attribution .author,
.section-navy blockquote .attribution .author,
.section-black blockquote .attribution .author,
.section-green blockquote .attribution .author,
.panel-blue blockquote .attribution .author {
  border-top: 1px solid rgba(255, 255, 255, 0.4); }

.section-blue .blockquote-large,
.section-navy .blockquote-large,
.section-black .blockquote-large,
.section-green .blockquote-large,
.panel-blue .blockquote-large {
  background-image: url(../image/quotes-large-open-white.png); }

.section-blue blockquote,
.section-navy blockquote,
.section-black blockquote,
.section-green blockquote,
.panel.panel-blue blockquote {
  background-image: url(../image/quotes-tiny-open-white.png); }

.section-blue .blockquote-large .attribution,
.section-navy .blockquote-large .attribution,
.section-black .blockquote-large .attribution,
.section-green .blockquote-large .attribution,
.panel-blue .blockquote-large .attribution {
  background-image: url(../image/quotes-large-close-white.png); }

.section-blue blockquote .attribution,
.section-navy blockquote .attribution,
.section-black blockquote .attribution,
.section-green blockquote .attribution,
.panel-blue blockquote .attribution {
  background-image: url(../image/quotes-tiny-close-white.png); }

.section-black,
.section-black a:link,
.section-black a:visited,
.section-black a:hover,
.section-black a:focus,
.section-black a:active {
  color: #d8d7ca; }

.section-black a:link,
.section-black a:visited,
.section-black a:hover,
.section-black a:focus,
.section-black a:active,
.section-dark-grey a:link,
.section-dark-grey a:visited,
.section-dark-grey a:hover,
.section-dark-grey a:focus,
.section-dark-grey a:active {
  border-bottom: 1px solid #98b24c; }

.section-black a:hover,
.section-black a:focus,
.section-black a:active,
.section-dark-grey a:hover,
.section-dark-grey a:focus,
.section-dark-grey a:active {
  color: #98b24c; }

.section-black .figure,
.section-black .panel,
.section-black .figure a:link,
.section-black .figure a:visited,
.section-black .figure a:hover,
.section-black .figure a:focus,
.section-black .figure a:active,
.section-black .panel a:link,
.section-black .panel a:visited,
.section-black .panel a:hover,
.section-black .panel a:focus,
.section-black .panel a:active {
  color: black; }

.section-navy .alert a:link,
.section-navy .alert a:visited,
.section-navy .alert a:hover,
.section-navy .alert a:focus,
.section-navy .alert a:active {
  color: black;
  border-bottom: 1px solid #63b8cf; }

.section-navy .alert a:hover,
.section-navy .alert a:focus,
.section-navy .alert a:active {
  color: #63b8cf; }

a.fancybox-close {
  border-bottom: none; }

/* @end */
/* @group Buttons */
.more,
button,
.button {
  border-bottom: 1px solid #63b8cf;
  box-shadow: none;
  border: none;
  text-shadow: none; }

.layout-row > a.more,
button,
a.button,
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active,
.panel .button,
.panel .button:link,
.panel .button:visited,
.panel .button:hover,
.panel .button:focus,
.panel .button:active,
input[type=submit],
input[type=button],
.form input[type=submit],
.form input[type=button],
.form button,
.form .button {
  font-size: 13px;
  font-size: 0.92857rem;
  font-family: georgia-pro-semi-bold, georgia-pro-light, "georgia", Times, serif;
  background-color: #1d77b6;
  -o-border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  border: none;
  color: white;
  clear: both;
  display: block;
  font-weight: bold;
  font-style: italic;
  margin: 0 auto;
  padding: 0.3em 1em;
  text-align: center;
  text-decoration: none; }

.layout-row > .more {
  width: 18%; }

/* Make buttons bigger on small screen */
@media (max-width: 600px) {
  .layout-row > .more {
    width: 50%; } }
.layout-row > a.more:hover,
.layout-row > a.more:focus,
.layout-row > a.more:active,
.panel a.button:hover,
.panel a.button:focus,
.panel a.button:active,
button:hover,
button:focus,
button:active,
a.button:hover,
a.button:focus,
a.button:active {
  background-color: #63b8cf;
  text-shadow: none;
  color: white;
  cursor: pointer; }

a.button-arrow,
.form a.button-arrow,
.form input[type=submit] {
  background-image: url("../image/arrow-right-button.png");
  background-position: 95% center;
  padding-right: 2em; }

a.button-arrow-left,
.form a.button-arrow-left {
  background-image: url("../image/arrow-left-button.png");
  background-position: 5% center; }

a.button-close,
a.button-close:link,
a.button-close:visited,
a.button-close:hover,
a.button-close:focus,
a.button-close:active {
  background-image: url("../image/close-circle.png");
  background-position: 95% center;
  padding-right: 2em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

a.button-l,
a.button-l:link,
a.button-l:visited,
a.button-l:hover,
a.button-l:focus,
a.button-l:active {
  padding: 0.3em 1em;
  font-size: 1.2em;
  margin: 0.2em 0;
  background-position: 98% center;
  text-align: left; }

a.button-orange,
a.button-orange:link,
a.button-orange:visited,
a.button-orange:hover,
a.button-orange:focus,
a.button-orange:active,
input[type=submit].button-orange {
  background-color: #fb7f2b;
  border: none; }

a.button-orange:hover,
a.button-orange:focus,
a.button-orange:active,
input[type=submit].button-orange:hover,
input[type=submit].button-orange:focus,
input[type=submit].button-orange:active {
  background-color: #fbb23e;
  color: white; }

a.button-green,
a.button-green:link,
a.button-green:visited,
a.button-green:hover,
a.button-green:focus,
a.button-green:active {
  background-color: #98b24c;
  font-size: 0.9em;
  color: black!important; }

a.button-green:hover,
a.button-green:focus,
a.button-green:active {
  background-color: #98b24c;
  background-color: rgba(152, 178, 76, 0.8); }

a.button-float {
  float: left; }

a.button-float.button-arrow {
  padding-right: 30px; }

.panel-blue a.button,
.panel-blue a.button:link,
.panel-blue a.button:visited,
.section-blue a.button,
.section-blue a.button:link,
.section-blue a.button:visited,
.section-blue .layout-row > a.more:link,
.section-blue .layout-row > a.more:visited,
.section-navy .layout-row > a.more:link,
.section-navy .layout-row > a.more:visited {
  background-color: #63b8cf;
  color: white;
  border-bottom: none; }

.panel-blue a.button:hover,
.panel-blue a.button:focus,
.panel-blue a.button:active,
.panel-blue.key-stats a.button:hover,
.panel-blue.key-stats a.button:focus,
.panel-blue.key-stats a.button:active,
.section-blue a.button:hover,
.section-blue a.button:focus,
.section-blue a.button:active,
.section-blue .layout-row > a.more:hover,
.section-blue .layout-row > a.more:focus,
.section-blue .layout-row > a.more:active,
.section-navy .layout-row > a.more:hover,
.section-navy .layout-row > a.more:focus,
.section-navy .layout-row > a.more:active,
.section-cyan a.button:hover,
.section-cyan a.button:focus,
.section-cyan a.button:active,
.section-cyan .layout-row > a.more:hover,
.section-cyan .layout-row > a.more:focus,
.section-cyan .layout-row > a.more:active {
  background-color: #c2f2ff;
  color: #1d77b6; }

a.button.disabled,
.form input[type="submit"].disabled {
  background-color: #c8c6b3;
  cursor: inherit; }

/* @end */
/* @group Field overrides */
.field-collection-container {
  border-bottom: none;
  margin-bottom: 0; }

.field-collection-view {
  border-bottom: none;
  margin: 0;
  padding: 0; }

/* @end */
/* @group Text styles */
/* @group Headings */
.title,
.block-title {
  margin-top: 0; }

.subtitle {
  color: #66665c;
  margin-top: 0; }

.heading {
  padding-bottom: 0.4em;
  padding-top: 0.5em; }

.heading h1, .heading .box-header-h1 {
  margin: 0;
  text-transform: none;
  padding-left: 0; }

@media (min-width: 50em) {
  .heading h1, .heading .box-header-h1 {
    padding-left: 0.5em; } }
.heading .subtitle {
  color: #272b2b; }

.heading-inline {
  display: inline;
  vertical-align: middle;
  padding-right: 0.2em; }

.heading-highlight {
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  font-family: georgia-pro-light, "georgia", Times, serif;
  background-color: #1d77b6;
  color: white;
  padding: 0.3em 0.5em;
  overflow: hidden;
  margin-bottom: 0.5em;
  font-size: 1.7em;
  font-weight: lighter; }

.heading-mega {
  font-size: 50px;
  font-size: 3.57143rem;
  color: #d8d7ca;
  text-align: center; }

.heading-mini {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-size: 0.92857rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
  margin-bottom: 0.8em; }

.heading-underlined {
  border-bottom: 3px solid #272b2b;
  margin-bottom: 0.4em; }

.entry-title {
  margin: 0.2em 0;
  font-size: 2.8em;
  color: white;
  line-height: 0.9em; }

.entry-category {
  padding: 0;
  margin: 0; }

.entry-category li {
  display: inline-block;
  padding: 0; }

.entry-category a:link,
.entry-category a:visited,
.entry-category a:hover,
.entry-category a:focus,
.entry-category a:active {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  margin-top: 2em;
  display: block;
  text-decoration: none; }

.entry-category li:after {
  content: ""; }

hgroup {
  margin-bottom: 0.8em; }

hgroup .title {
  margin-bottom: 0.1em; }

.credit {
  text-align: center;
  font-size: 0.8em; }

/* @end */
/* @group Text */
.push {
  float: right;
  margin-left: 1em; }

.pull {
  float: left;
  margin-right: 1em; }

.clear {
  clear: both; }

.pick {
  color: #00539b; }

/* Telephone links are only clickable on a few devices, so this stops them looking like links. */
.tel,
.tel a:link,
.tel a:visited,
.tel a:hover,
.tel a:focus,
.tel a:active {
  border-bottom: none;
  cursor: default;
  text-decoration: none!important; }

.prominent {
  background-color: white;
  color: black;
  margin: 0;
  padding: 0.5em 2%; }

.prominent a:link,
.prominent a:visited,
.prominent a:hover,
.prominent a:focus,
.prominent a:active {
  color: black; }

.prominent blockquote footer {
  text-align: center; }

#primaryContent .callout,
.intro {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 21px;
  line-height: 1.5rem;
  color: #272b2b; }

#primaryContent .callout {
  padding: 0; }

.callout {
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 21px;
  line-height: 1.5rem;
  color: #272b2b;
  padding: 0; }

.intro.summary {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 2rem;
  padding: 0;
  margin-bottom: 0; }

.intro.summary p:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

.node-type-ug-course .intro.summary {
  margin-bottom: 1em; }

.zoom {
  width: 27px;
  height: 26px;
  background: url("../image/icon-zoom.png") center center;
  display: block;
  text-indent: -9999px; }

figure .zoom,
.panel figcaption .zoom,
.panel .figcaption .zoom {
  right: 0;
  top: 0.5em;
  position: absolute;
  border-bottom: none; }

.tight {
  margin: 0 0 0.2em 0; }

.caption {
  font-weight: bold;
  margin-bottom: 0; }

.attribution {
  color: #66665c;
  font-style: italic; }

.node-type-feature .caption,
.node-type-generic .caption,
.node-type-discover-feature .caption {
  max-width: 91%; }

.node-type-generic .patchwork-unit figcaption,
.node-type-feature .patchwork-unit figcaption,
.node-type-discover-feature .patchwork-unit figcaption,
.patchwork-unit .figcaption {
  min-height: 20px; }

/* @end */
/* @end */
/* @group Components */
/* Adds a faded background colour */
.backdrop {
  background-color: white;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 0.5em 2%; }

.backdrop a:link,
.backdrop a:visited,
.backdrop a:hover,
.backdrop a:focus,
.backdrop a:active {
  border-bottom: none; }

/* Adds a little hatched underline */
.underscore {
  background: url("../image/bg-hatch.png") repeat-x bottom;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em; }

/* Forces a narrow height – useful for panels. Only to be used when wrapped round an img or video */
.letterbox {
  height: 155px;
  position: relative; }

/* Horizontally and vertically aligns image */
.letterbox img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0; }

.select-content > h4 {
  margin-top: 0; }

.select-large {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 20px;
  font-size: 1.42857rem;
  background-color: #00539b;
  border: none;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  color: white;
  padding: 0.4em 0.5em;
  width: 100%; }

/* locking this to webkit only, at least for now */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .select-large {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../image/arrow-down-dropdown.png);
    background-position: 95% center;
    padding: 0.4em 36px 0.4em 0.5em; } }
/* @group Image overrides */
.panel img,
.hero img,
.footer-global-social img,
#admin-menu img,
.header-global img {
  margin-bottom: 0; }

.video-thumbnail {
  position: relative; }

.video-icon {
  background-image: url("../image/video-play.png");
  background-position: center center;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 37%;
  left: 42%; }

/* @end */
/* @end Components */
/* @group Modules */
/* @group Header: Global */
.header-global {
  background-color: #005baa;
  background-image: url("../image/header-bg.jpg");
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 1em 0; }

.node-type-search-result .header-global {
  background-image: none;
  background-color: #1d77b6; }

@media (min-width: 40.5em) {
  .node-type-search-result .header-global {
    background-image: url("../image/header-bg.jpg");
    background-color: #005baa; } }
.header-global .layout-container, .header-global .nav-global > ul, .header-global .nav-groups {
  padding: 0; }

.node-type-search-result .header-global {
  padding-bottom: 0.1em; }

.layout-container.search-results, .nav-global > ul.search-results, .search-results.nav-groups {
  padding-bottom: 1em; }

.layout-container.search-results-body, .nav-global > ul.search-results-body, .search-results-body.nav-groups {
  padding-top: 2em; }

.header-global .header-global-logo {
  float: left;
  width: 108px;
  padding-top: 2px; }

.header-global .header-global-logo a:link,
.header-global .header-global-logo a:visited,
.header-global .header-global-logo a:hover,
.header-global .header-global-logo a:focus,
.header-global .header-global-logo a:active {
  border: none; }

/* On a big screen, make the logo bigger: */
@media (min-width: 35em) {
  .header-global .header-global-logo {
    min-width: 128px;
    width: 33%;
    padding-top: 0; }

  .template-search .header-global-logo {
    width: 19%; } }
/* Hide unless it's the print stylesheet */
.header-global-logo .logo-inverted {
  display: none; }

.nav-global .search input,
.header-global .search input {
  font-family: georgia-pro-light, "georgia", Times, serif;
  background-color: transparent;
  margin: 0;
  border: 0;
  color: #98e5fc;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0.35em 0 0.3em 0.5em;
  box-shadow: none;
  min-width: auto;
  line-height: 1.2em;
  cursor: pointer; }

.nav-global .search input:hover,
.header-global .search input:hover {
  color: white; }

.header-global .search input {
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: 1px dotted #63b8cf; }

.nav-global .search-big input,
.header-global .search input:focus,
.template-search .search input {
  font-family: georgia-pro-light, "georgia", Times, serif;
  background-color: #00539b;
  color: white;
  outline: 0; }

.header-global .search input:focus,
.template-search .search input {
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  border-left: 0;
  margin-left: 1px; }

.nav-global input:focus::-webkit-input-placeholder,
.header-global input:focus::-webkit-input-placeholder {
  color: white; }

.nav-global ::-webkit-search-decoration,
.nav-global ::-webkit-search-results-button,
.nav-global ::-webkit-search-results-decoration,
.header-global ::-webkit-search-decoration,
.header-global ::-webkit-search-results-button,
.header-global ::-webkit-search-results-decoration {
  display: none; }

/* Hide main search box on small screens */
.header-global .header-global-search {
  display: none;
  position: relative; }

.node-type-search-result .header-global .header-global-search {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  margin: 0.5em 0; }

.node-type-search-result .header-global .header-global-login {
  float: right;
  top: 0;
  position: absolute;
  right: 0; }

.node-type-search-result .header-global .header-global-logo {
  margin-bottom: 1em; }

.nav-dropdown.header-global-search .btn {
  right: 5%;
  top: 1em; }

.header-global .header-global-feedback {
  background-color: #005baa;
  border: 1px solid #99e3e5;
  border-top: none;
  -moz-border-radius: 0 0 0.8em 0.8em;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0.8em;
  -webkit-border-bottom-left-radius: 0.8em;
  border-radius: 0 0 0.8em 0.8em;
  color: #99E3E5;
  position: absolute;
  right: 0;
  top: 0em;
  width: auto;
  z-index: 100;
  margin-right: 0.8em; }

#feedbackbutton a {
  margin-left: 0;
  padding-left: 0;
  padding: 0.2em 0.4em 0.2em 0.1em; }

.header-global {
  padding-top: 2.2em;
  position: relative; }

/* Show main search box on big screens */
@media (min-width: 40.5em) {
  .node-type-search-result .header-global .header-global-search,
  .header-global .header-global-search {
    display: block;
    width: 32%;
    float: left;
    clear: none;
    margin: 0; }

  .node-type-search-result .header-global .header-global-login {
    position: relative; } }
@media (min-width: 64em) {
  .header-global .header-global-feedback {
    top: 18%;
    bottom: 0;
    border-top: 1px solid #99e3e5;
    border-right: none;
    position: absolute;
    -moz-border-radius: 2em 0 0 2em;
    -webkit-border-top-left-radius: 2em;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 2em;
    border-radius: 2em 0 0 2em;
    background-color: transparent;
    color: #005ca5;
    max-height: 2em;
    margin-right: 0; }

  .header-global {
    padding-top: 1em; }

  #feedbackbutton a {
    padding: 0.5em 0.5em 0.35em 0; } }
.header-global .header-global-login {
  float: right; }

.header-global-login.state-open {
  float: none; }

/* Float login header link on big screens */
@media (min-width: 40em) {
  .header-global .header-global-login {
    position: relative;
    width: 33%;
    margin-right: 0; }

  .header-global-login.state-open {
    float: right; } }
.header-global-search .btn {
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  width: 45px;
  height: 40px;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0; }

.header-global-search .search input:focus {
  background-image: url("../image/search.png");
  background-position: 98% center; }

.nav-dropdown.header-global-search .search input:focus {
  background-image: url("../image/sprite-search-tiny.png");
  background-position: 98% -57px; }

.header-global .header-global-login > p {
  width: 100%;
  margin-bottom: 0; }

.header-global .header-global-login > p > a:link,
.header-global .header-global-login > p > a:visited,
.header-global .header-global-login > p > a:hover,
.header-global .header-global-login > p > a:focus,
.header-global .header-global-login > p > a:active {
  margin: 0;
  padding-bottom: 0.4em;
  border-left: 1px dotted #63b8cf; }

/* @end */
/* @group Action: Global */
.action-global {
  text-decoration: none;
  font-size: 1.5em;
  padding-left: 1%;
  margin: 0;
  font-family: georgia-pro-light, "georgia", Times, serif; }

.action-global a:link,
.action-global a:visited,
.action-global a:hover,
.action-global a:focus,
.action-global a:active {
  padding: 0.5em 0.5em 0.35em 0.4em;
  margin-left: 10px;
  display: block;
  float: left;
  /* So the clickable area isn't overly big */
  text-decoration: none;
  color: #98e5fc;
  border: none; }

.action-global a:hover,
.action-global a:focus,
.action-global a:active {
  color: white;
  cursor: pointer; }

/* @end */
/* @group Table */
table tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c8c6b3;
  border-bottom-color: rgba(200, 198, 179, 0.2); }

.panel table tr {
  border-bottom: none; }

table a:link,
table a:visited,
table a:hover,
table a:focus,
table a:active {
  border-bottom: 1px solid #63b8cf;
  border-color: #66665c;
  text-decoration: none; }

/* @end */
/* @group Header dropdown */
.header-global-dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-weight: normal;
  background-color: #00539b;
  -o-border-radius: 0 0 0.3em 0.3em;
  -webkit-border-radius: 0 0 0.3em 0.3em;
  -moz-border-radius: 0 0 0.3em 0.3em;
  border-radius: 0 0 0.3em 0.3em;
  padding: 0 0.5em 0.5em 0.5em;
  font-size: 0.85em; }

@media (min-width: 40em) {
  .header-global-dropdown {
    position: absolute;
    z-index: 4;
    top: 2.2em; } }
.header-global-dropdown ul {
  float: left;
  width: 48%;
  padding: 0;
  margin: 0; }

.header-global-dropdown .header-global-links-students {
  float: right; }

.header-global-dropdown li {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border-bottom: 1px dotted #63b8cf;
  float: left;
  clear: both;
  width: 100%; }

.header-global-dropdown a:link,
.header-global-dropdown a:visited,
.header-global-dropdown a:hover,
.header-global-dropdown a:focus,
.header-global-dropdown a:active {
  background-image: url("../image/arrow-right-blue.png");
  background-position: right center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 25px;
  display: block;
  float: none;
  font-size: 14px;
  font-size: 1rem; }

.header-global-dropdown li:first-child a:link,
.header-global-dropdown li:first-child a:visited,
.header-global-dropdown li:first-child a:hover,
.header-global-dropdown li:first-child a:focus,
.header-global-dropdown li:first-child a:active {
  border-top: 1px dotted #98e5fc; }

/* @end */
/* @group Search */
.search-big {
  clear: both; }

.search-big input {
  margin: 0.5em 2%;
  width: 96%;
  padding: 0.5em 0;
  border: 1px solid #d6d6d6;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  border-left: 1px dotted #63b8cf; }

.search-big input::-webkit-input-placeholder {
  color: #98e5fc; }

.search-big input:hover::-webkit-input-placeholder {
  color: white; }

.search-big input:-moz-placeholder {
  /* Firefox 18- */
  color: #98e5fc;
  opacity: 1; }

.search-big input:hover:-moz-placeholder {
  color: white; }

.search-big input::-moz-placeholder {
  /* Firefox 19+ */
  color: #98e5fc;
  opacity: 1; }

.search-big input:hover::-moz-placeholder {
  color: white; }

.search-big input:-ms-input-placeholder {
  color: #98e5fc; }

.search-big input:hover:-ms-input-placeholder {
  color: white; }

.nav-global .search-big input {
  margin: 1.5em 4%;
  width: 90%;
  padding-right: 0; }

/* @end */
/* @group Carousel (flexslider.js) defaults */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Necessary Styles */
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
  -webkit-backface-visibility: hidden;
  display: none;
  position: relative; }

/* No JavaScript Fallback */
.flexslider.no-js .slides > li:first-child {
  display: block; }

.flexslider .slides img {
  display: block;
  width: 100%; }

/* Clearfix for the .slides element */
.slides:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* Basic styles for layout and controls */
.flexslider {
  margin: 0 auto;
  max-width: 1296px;
  padding: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  max-height: 2000px; }

.flexslider .slides {
  zoom: 1; }

/* single slide small screen overflow */
.flexslider > .slides > li {
  overflow: hidden; }

/* Prev/Next Nav */
.flex-direction-nav {
  display: none; }

.flex-direction-nav a,
.flex-direction-nav a:link,
.flex-direction-nav a:visited,
.flex-direction-nav a:hover,
.flex-direction-nav a:focus,
.flex-direction-nav a:active {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  background: #272b2b url("../image/sprite-hero-navigation.png") left center no-repeat;
  background-size: 200%;
  bottom: 0;
  cursor: pointer;
  opacity: 0.7;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 12.5%;
  z-index: 10; }

.flex-direction-nav a.flex-next {
  background-position: right center;
  right: 0; }

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
  opacity: 0.75; }

.flexslider .flex-next:hover,
.flexslider .flex-prev:hover {
  opacity: 0.85; }

.flex-direction-nav .flex-disabled {
  cursor: default;
  opacity: .3!important; }

/* "Paged" Nav */
.flex-control-nav {
  bottom: 10%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

@media screen and (max-width: 700px) {
  .hero .cta-panel {
    padding-bottom: 2em; }

  .flex-control-nav {
    bottom: 0.5em; } }
@media screen and (max-width: 500px) {
  .flex-control-nav {
    bottom: 0.5em; } }
.flex-control-nav li {
  display: inline-block;
  margin: 0 10px;
  /* ie7 display inline-block: */
  zoom: 1;
  *display: inline; }

.flex-control-paging li a,
.flex-control-paging li a:link,
.flex-control-paging li a:visited,
.flex-control-paging li a:hover,
.flex-control-paging li a:focus,
.flex-control-paging li a:active {
  -o-border-radius: 200%;
  -webkit-border-radius: 200%;
  -moz-border-radius: 200%;
  border-radius: 200%;
  background: white;
  cursor: pointer;
  display: block;
  height: 15px;
  text-indent: -999em;
  width: 15px; }

.flex-control-paging li a:hover {
  background: #00539b;
  cursor: pointer; }

.flex-control-paging li a.flex-active {
  background: #1d77b6;
  cursor: default; }

@media screen and (min-width: 45em) {
  /* Prev and Next nav */
  .flex-direction-nav {
    display: block;
    *height: 0;
    overflow: hidden; }

  /* "Paged" Nav */
  .flex-control-nav {
    bottom: 5%;
    left: 37.5%;
    width: 25%; }

  .flex-control-nav li {
    margin: 0 6px; } }
/* @end */
/* @group Discover Carousel styles */
/* ...additive style to standard .flexslider defaults above */
.patchwork-unit {
  /* NEVER hide the first child here */
  /* We KNOW the max width for these images */
  /* "paged" nav */ }
  .patchwork-unit .flexslider {
    margin-bottom: 8px; }
  .patchwork-unit .flexslider .slides > li:first-child {
    display: block; }
  .patchwork-unit .flexslider .slides > li img {
    max-width: 288px; }
  .patchwork-unit .flex-direction-nav {
    display: block;
    *height: 0;
    overflow: hidden; }
  .patchwork-unit .flex-direction-nav a {
    -o-border-radius: 200%;
    -webkit-border-radius: 200%;
    -moz-border-radius: 200%;
    border-radius: 200%;
    top: auto;
    bottom: 4px;
    width: 23px;
    height: 23px;
    border: 1px solid #d6d6d6;
    background: transparent url("../image/sprite-mini-carousel-navigation.png") no-repeat left center; }
  .patchwork-unit .flex-direction-nav a.flex-next {
    background-position: right center; }
  .patchwork-unit .flex-direction-nav a:hover {
    background-color: #d6d6d6; }
  .patchwork-unit .flex-control-nav {
    position: static;
    width: auto;
    padding: 12px 0 4px 0; }
  .patchwork-unit .flex-control-paging li a {
    background-color: #c8c6b3; }
  .patchwork-unit .flex-control-paging li a:hover,
  .patchwork-unit .flex-control-paging li a.flex-active {
    background: #1d77b6; }

/* @end */
/* @group Hero Area */
.hero {
  background-color: #fff024;
  clear: both;
  line-height: 0.5em;
  position: relative;
  width: 100%;
  z-index: 1;
  /* only load the larger bg for big-ass screens - 1296px up */ }
  @media (min-width: 92.5714em) {
    .hero {
      background-image: url("../image/bg-hero-keyline-surround.png");
      background-position: center;
      background-repeat: repeat-y; } }

/* Simple hero images */
.hero-static {
  /* reposition the larger bg for big-ass screens */ }
  @media (min-width: 46.4286em) {
    .hero-static {
      background-position: center top; } }

.hero-static > div {
  position: relative;
  margin: 0 auto;
  /*max-width: 46.4286em;*/ }

.node-type-ug-course .hero-static > div {
  max-width: 1296px; }

.hero-static > div > img {
  width: 100%; }

@media screen and (min-width: 46.4286em) {
  /* 650px */
  /* Image "shutters" on either side - static hero AND Carousel with only 1 image */
  .hero-static > div:before,
  .flexslider > .slides > li:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url("../image/bg-hero-static-shutters.png") center top repeat-y;
    background-size: 100% 100%; }

  /* keyline grid */
  .hero-static > div:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url("../image/bg-hero-keyline.png");
    background-size: 12.5%; }

  /* "keylined" carousel navigation */
  /* keyline grid */
  .hero .slides li:after {
    background: url("../image/bg-hero-keyline.png");
    background-size: 12.5%;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0; } }
.hero .flexslider img {
  max-height: 486px; }

/* solid panel style */
.hero .cta-panel {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*@include transition('bottom .3s ease');*/
  /*height: 100%;*/
  width: 100%;
  margin: 0;
  padding: 2%;
  color: #272b2b;
  line-height: 1.2em;
  text-decoration: none;
  background: #fff024;
  /* z-index Chrome fix */
  -webkit-transform: translate3d(0px, 0px, 0px);
  z-index: 1; }
  .hero .cta-panel :first-child {
    margin-top: 0; }

.no-js .cta-panel {
  position: static;
  height: auto; }

.cta-panel h3,
.cta-panel h3 a,
.cta-panel h3 a:link,
.cta-panel h3 a:visited,
.cta-panel h3 a:hover,
.cta-panel h3 a:focus,
.cta-panel h3 a:active {
  font-family: corradine-neuron-black, neuron-extra-bold, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 15px;
  border-bottom: none; }

.cta-panel a:hover,
.cta-panel a:focus,
.cta-panel a:active {
  color: #66665c; }

.cta-panel p {
  line-height: 1.4; }

@media screen and (min-width: 45.7143em) {
  /* 640 */
  .hero .cta-panel {
    padding-left: 15%;
    padding-right: 15%; }

  .cta-panel h3,
  .cta-panel h3 a,
  .cta-panel h3 a:link,
  .cta-panel h3 a:visited,
  .cta-panel h3 a:hover,
  .cta-panel h3 a:focus,
  .cta-panel h3 a:active {
    font-size: 30px;
    font-size: 2.14286rem; } }
@media screen and (min-width: 1025px) {
  /* 768 */
  .hero {
    background-color: #272b2b; }

  .hero .cta-panel {
    position: absolute;
    right: 12.5%;
    bottom: 0;
    width: 25%;
    min-height: 66.66666%;
    padding: 1.6% 0.8%;
    background: #fff024;
    background: rgba(255, 240, 36, 0.8);
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease; }
    .hero .cta-panel:hover {
      background: #fff024;
      background: #fff024; } }
/* @end */
/* @group Feedback messages */
.alert {
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  background: #fff024;
  background: #fff024;
  border: 1px solid transparent;
  padding: 0.6em 2%;
  color: black;
  text-shadow: none;
  position: relative; }

.alert .layout-container, .alert .nav-global > ul, .alert .nav-groups {
  position: relative; }

.alert p:last-of-type {
  margin-bottom: 0; }

.alert-error {
  background-color: #F78F8F;
  border-color: #E05959; }

.alert-info {
  background-color: #9BC1D3;
  border-color: #8FA6BE; }

.alert-success {
  background-color: #C0DDB4;
  border-color: #99C785; }

.alert-global {
  border: none;
  border-bottom: 1px solid #e0db59;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  padding: 0.4em 1% 0.5em;
  margin-bottom: 0; }

.alert-global p:first-of-type {
  margin-top: 0.1em; }

.alert .button-close {
  position: absolute;
  text-decoration: none;
  bottom: 0;
  right: 0;
  padding-top: 0.1em;
  padding-bottom: 0; }

.alert a,
.alert a:link,
.alert a:visted,
.alert a:hover,
.alert a:focus,
.alert a:active {
  color: black; }

.alert-cookie {
  background-color: #272b2b;
  color: #d6d6d6;
  border-bottom: none;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-bottom: 0.3em; }

.alert-cookie a {
  color: white !important;
  border-bottom-color: #98b24c !important; }

.alert-cookie p {
  float: left;
  padding-right: 6em; }

.alert-cookie .layout-container, .alert-cookie .nav-global > ul, .alert-cookie .nav-groups {
  border-bottom: none;
  padding: 0;
  overflow: hidden; }

.alert .button-close,
.alert .button-close:link,
.alert .button-close:visited,
.alert .button-close:hover,
.alert .button-close:focus,
.alert .button-close:active {
  border-bottom: none;
  float: right;
  background-color: #98b24c;
  padding: 0 23px 0 1em;
  font-size: 0.9em;
  color: black!important;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0.1em 0; }

.alert .close:hover,
.alert .close:focus,
.alert .close:active {
  background-color: #d6d6d6; }

.alert-sits {
  margin-bottom: 1em; }

/* @end */
/* @group Fancybox (fancybox.js) styles */
/* fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../image/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../image/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -38px;
  right: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../image/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
  border-bottom: none !important; }

/*.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}*/
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.75) url("../image/overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  background-color: #FFFFFF;
  bottom: 0;
  left: 0;
  margin-bottom: -15px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 8050;
  text-align: justify; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222222;
  color: #000;
  font-weight: bold;
  line-height: 30px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-nav {
  outline: none;
  width: 45px;
  height: 45px;
  left: auto;
  right: 51%;
  top: 100%;
  margin-top: -65px;
  background: white url("../image/sprite-loader-carousel-81x81.png") -17px -19px;
  background-size: auto;
  border: 1px solid #d8d7ca;
  opacity: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.fancybox-nav:hover {
  background-color: #272b2b;
  border-color: #272b2b; }

.fancybox-prev, .fancybox-prev:hover {
  background-position: -17px -180px; }

.fancybox-next {
  left: 51%;
  right: auto;
  background-position: -98px -19px; }

.fancybox-next:hover {
  background-position: -98px -180px; }

/* At a "full" screen, left and right links get bigger, go to each side */
@media (min-width: 75em) {
  .fancybox-nav {
    top: 40%;
    bottom: auto;
    left: -30%;
    right: auto;
    width: 81px;
    height: 81px;
    margin-top: 0;
    background-position: left top;
    border-bottom: none !important; }

  .fancybox-prev, .fancybox-prev:hover {
    background-position: left top;
    border-bottom: none !important; }

  .fancybox-nav:hover {
    background-position: left bottom; }

  .fancybox-next, .fancybox-next:hover {
    left: auto;
    right: -30%;
    background-position: right top;
    border-bottom: none !important; }

  .fancybox-next:hover {
    background-position: right bottom; } }
/* @end */
/* @group Lists */
/* @group List: Horizontal */
.list-horizontal,
.pagination,
#tabNavigation,
.letters {
  display: table;
  margin-bottom: 1em;
  text-align: center;
  width: 100%; }

.list-horizontal,
.list-horizontal ol,
.list-horizontal li,
#tabNavigation,
#tabNavigation ol,
#tabNavigation li,
.pagination,
.pagination ol,
.pagination li,
.letters,
.letters ol,
.letters li {
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: center; }

.list-horizontal > li,
.pagination > li,
#tabNavigation > li,
.letters > li {
  clear: none;
  display: inline-block; }

.list-horizontal a,
#tabNavigation a,
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:hover,
.pagination a:focus,
.pagination a:active {
  display: block;
  margin: 0.1em 0.2em 0.5em 0.2em;
  padding: 0.3em 0.7em; }

.letters li {
  margin: 0.1em 0.2em 0.5em 0.2em;
  padding: 0.3em 0.7em; }

/* @end */
/* @group List: Unstyled */
.list-unstyled {
  padding: 0; }

.list-unstyled li {
  list-style-type: none; }

/* @end */
/* @group List: Tight */
.list-tight {
  margin: 0 0 1em 0; }

.list-tight li a,
.list-tight li a:link,
.list-tight li a:visited,
.list-tight li a:hover,
.list-tight li a:focus,
.list-tight li a:active {
  margin-bottom: 1px; }

/* @end */
/* @group List: Detail */
.list-detail, #faq ul {
  border-top: 3px solid #272b2b;
  margin: 0 0 0.5em 0;
  padding: 0; }

.list-detail > li, #faq ul > li,
.nav .list-detail > li li,
.nav #faq ul > li li,
#faq .nav ul > li li {
  border-bottom: 1px dotted #272b2b;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.nav .list-detail > li li:last-child, .nav #faq ul > li li:last-child, #faq .nav ul > li li:last-child {
  border-bottom: none; }

.list-detail h4, #faq ul h4 {
  margin: 0 0 0.2em 0;
  padding: 0; }

.list-detail > li > a, #faq ul > li > a,
.list-detail > li > a:link,
#faq ul > li > a:link,
.list-detail > li > a:visited,
#faq ul > li > a:visited,
.list-detail > li > a:hover,
#faq ul > li > a:hover,
.list-detail > li > a:focus,
#faq ul > li > a:focus,
.list-detail > li > a:active,
#faq ul > li > a:active,
.nav .list-detail > li li > a,
.nav #faq ul > li li > a,
#faq .nav ul > li li > a,
.nav .list-detail > li li > a:link,
.nav #faq ul > li li > a:link,
#faq .nav ul > li li > a:link,
.nav .list-detail > li li > a:visited,
.nav #faq ul > li li > a:visited,
#faq .nav ul > li li > a:visited,
.nav .list-detail > li li > a:hover,
.nav #faq ul > li li > a:hover,
#faq .nav ul > li li > a:hover,
.nav .list-detail > li li > a:focus,
.nav #faq ul > li li > a:focus,
#faq .nav ul > li li > a:focus,
.nav .list-detail > li li > a:active,
.nav #faq ul > li li > a:active,
#faq .nav ul > li li > a:active {
  color: black;
  display: block;
  padding: 0.7em 0 0.5em;
  text-decoration: none; }

.list-detail > li > a:hover, #faq ul > li > a:hover,
.list-detail > li > a:focus,
#faq ul > li > a:focus,
.list-detail > li > a:active,
#faq ul > li > a:active,
.nav .list-detail > li li > a:hover,
.nav #faq ul > li li > a:hover,
#faq .nav ul > li li > a:hover,
.nav .list-detail > li li > a:focus,
.nav #faq ul > li li > a:focus,
#faq .nav ul > li li > a:focus,
.nav .list-detail > li li > a:active,
.nav #faq ul > li li > a:active,
#faq .nav ul > li li > a:active {
  color: #1d77b6; }

.nav .list-detail ul, .nav #faq ul ul, #faq .nav ul ul {
  margin-left: 1em; }

.list-detail > p, #faq ul > p {
  margin: 0; }

.list-detail + .title, #faq ul + .title {
  margin-top: 1em; }

.list-detail-prose {
  border-top: none;
  margin-bottom: 0; }

.list-detail-prose a,
.list-detail-prose a:link,
.list-detail-prose a:visited,
.list-detail-prose a:hover,
.list-detail-prose a:focus,
.list-detail-prose a:active {
  display: inline;
  padding: inherit;
  font-weight: normal; }

.list-detail-prose li {
  padding: 0.7em 0 0.5em; }

.list-detail-prose > li:first-child {
  padding-top: 0; }

.list-detail-prose > li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

.list-detail-prose > li > a,
.list-detail-prose > li > a:link,
.list-detail-prose > li > a:visited,
.list-detail-prose > li > a:hover,
.list-detail-prose > li > a:focus,
.list-detail-prose > li > a:active {
  padding: 0; }

/* @end List: Detail */
.list-highlight li,
.item-highlight,
.item-highlight:link,
.item-highlight:visited,
.item-highlight:hover,
.item-highlight:focus,
.item-highlight:active,
.link-highlight,
.link-highlight:link,
.link-highlight:visited,
.link-highlight:hover,
.link-highlight:focus,
.link-highlight:active {
  background-color: white;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  border-radius: 4px;
  border: 1px solid #d8d7ca; }

.item-highlight a,
.item-highlight a:link,
.item-highlight a:visited,
.item-highlight a:hover,
.item-highlight a:focus,
.item-highlight a:active,
.list-highlight a,
.list-highlight a:link,
.list-highlight a:visited,
.list-highlight a:hover,
.list-highlight a:focus,
.list-highlight a:active,
.link-highlight,
.link-highlight:link,
.link-highlight:visited,
.link-highlight:hover,
.link-highlight:focus,
.link-highlight:active {
  padding: 7px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  background-image: url("../image/arrow-right-beige.png");
  background-position: 98% center;
  border: none; }

.list-highlight li:hover {
  background-color: #1d77b6; }

.list-highlight li a:hover,
.list-highlight li a:focus,
.list-highlight li a:active {
  color: white;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  background-image: url("../image/arrow-right-blue.png"); }

.link-highlight h2, .link-highlight .box-header-h2,
.link-highlight h3 {
  margin: 0; }

.list-highlight-large a,
.list-highlight-large a:link,
.list-highlight-large a:visited,
.list-highlight-large a:hover,
.list-highlight-large a:focus,
.list-highlight-large a:active {
  padding: 2em 1.5em; }

.list-highlight-large .icon {
  display: block;
  float: left;
  margin: -0.5em 2em 1em 0; }

.list-highlight .icon-subject {
  background-image: url("../image/sprite-subject-icons.png");
  background-position: 1.5em 20px; }

.list-highlight .icon-subject a,
.list-highlight .icon-subject a:link,
.list-highlight .icon-subject a:visited,
.list-highlight .icon-subject a:hover,
.list-highlight .icon-subject a:focus,
.list-highlight .icon-subject a:active {
  padding-left: 100px; }

.list-highlight .icon-subject:hover {
  background-position: 1.5em -50px; }

.item-highlight-special,
.item-highlight-special:link,
.item-highlight-special:visited,
.item-highlight-special:hover,
.item-highlight-special:focus,
.item-highlight-special:active {
  background-color: #c8c6b3;
  border: none;
  margin: 0;
  font-size: 1.4em; }

.item-highlight-special,
.item-highlight-special:link,
.item-highlight-special:visited,
.item-highlight-special:hover,
.item-highlight-special:focus,
.item-highlight-special:active,
.item-highlight-special a,
.item-highlight-special a:link,
.item-highlight-special a:visited,
.item-highlight-special a:hover,
.item-highlight-special a:focus,
.item-highlight-special a:active {
  color: black; }

.list-toggle,
#tabNavigation {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 1.2em;
  margin: 1em 0 2em; }

#tabNavigation a,
#tabNavigation a:link,
#tabNavigation a:visited,
#tabNavigation a:hover,
#tabNavigation a:focus,
#tabNavigation a:active,
.list-toggle a,
.list-toggle a:link,
.list-toggle a:visited,
.list-toggle a:hover,
.list-toggle a:focus,
.list-toggle a:active {
  background-color: #d8d7ca;
  border: none;
  text-decoration: none;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  color: #66665c;
  margin: 0.1em 0.1em; }

#tabNavigation a:hover,
#tabNavigation a:focus,
#tabNavigation a:active,
.list-toggle a:hover,
.list-toggle a:focus,
.list-toggle a:active,
#tabNavigation a.selected,
#tabNavigation a.selected:link,
#tabNavigation a.selected:visited,
#tabNavigation a.selected:hover,
#tabNavigation a.selected:focus,
#tabNavigation a.selected:active,
.list-toggle a.selected,
.list-toggle a.selected:link,
.list-toggle a.selected:visited,
.list-toggle a.selected:hover,
.list-toggle a.selected:focus,
.list-toggle a.selected:active,
.list-toggle a.active,
.list-toggle a.active:link,
.list-toggle a.active:visited {
  color: white;
  background-color: #1d77b6; }

#tabNavigation a:hover,
#tabNavigation a:focus,
#tabNavigation a:active,
.list-toggle a:hover,
.list-toggle a:focus,
.list-toggle a:active,
.list-toggle a.active:hover,
.list-toggle a.active:focus,
.list-toggle a.active:active {
  color: #1d77b6;
  background-color: #c2f2ff; }

.list-toggle.tight {
  margin: 1em 0 0.5em 0; }

/* @end Lists */
/* @group Navigation */
/* @group Nav: Global */
.nav-global {
  background: white url("../image/nav-shadow.png") repeat-x;
  border-top: 1px solid white;
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  color: white;
  margin: 0;
  position: relative;
  /* IE6 + 7 hack, nasty */
  *z-index: 2; }

/* top level ul - "Subjects" and "Discover" */
.nav-global > ul {
  background: url("../image/shadow-line-vertical.png") right 0.7em no-repeat;
  position: relative;
  padding: 0;
  z-index: 3; }
  .nav-global > ul li {
    /* 23 on big screen */
    font-size: 14px;
    font-size: 1rem;
    background: url("../image/shadow-line-vertical.png") left 0.6em no-repeat;
    float: left;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    width: 45%; }
  .nav-global > ul .link-subjects {
    width: 35%; }
  .nav-global > ul .link-discover {
    width: 48%; }
  .nav-global > ul a {
    color: #66665c;
    display: block;
    padding: 0.6em 1em;
    font-weight: 200;
    text-decoration: none; }
  .nav-global > ul .link-subjects,
  .nav-global > ul .link-about {
    white-space: nowrap; }
  .nav-global > ul .link-subjects a {
    background-image: url("../image/sprite-dropdown-tiny.png");
    background-position: 6.7em 0.95em;
    padding-right: 15px;
    padding-left: 10px; }
  .nav-global > ul .link-subjects.state-open a {
    background-position: 6.7em -6.1em;
    color: #00539b; }
  .nav-global > ul .link-about {
    width: 54%; }
  .nav-global > ul .link-about a {
    background-image: url("../image/sprite-dropdown-tiny.png");
    background-position: 11.15em 0.95em;
    padding-right: 15px;
    padding-left: 10px; }
  .nav-global > ul .link-about.state-open a {
    background-position: 11.15em -6.1em;
    color: #00539b; }
  .nav-global > ul .link-search {
    text-indent: -9999px;
    width: 10%;
    float: right; }
  .nav-global > ul .link-search a,
  .nav-global > ul .link-search a:link,
  .nav-global > ul .link-search a:visited,
  .nav-global > ul .link-search a:hover,
  .nav-global > ul .link-search a:focus,
  .nav-global > ul .link-search a:active {
    background-image: url("../image/sprite-search-tiny.png");
    background-position: center 11px; }
  .nav-global > ul .link-search a:hover,
  .nav-global > ul .link-search a:focus,
  .nav-global > ul .link-search a:active,
  .nav-global > ul .link-search a.state-open {
    background-position: center -20px; }
  @media (min-width: 40em) {
    .nav-global > ul {
      background: url("../image/shadow-line-vertical.png") right 1em no-repeat; }
      .nav-global > ul li {
        /* 23 on big screen */
        font-size: 23px;
        font-size: 1.64286rem;
        width: 49.8%; }
      .nav-global > ul .link-about {
        width: 45%; }
      .nav-global > ul .link-search {
        display: none; }
      .nav-global > ul .link-subjects {
        width: 50%; }
      .nav-global > ul .link-subjects a {
        background-image: url("../image/sprite-dropdown.png");
        background-position: 6.7em 0.75em; }
      .nav-global > ul .link-subjects.state-open a {
        background-position: 6.7em -3.4em; }
      .nav-global > ul .link-subjects a,
      .nav-global > ul .link-about a {
        padding-left: 1em; }
      .nav-global > ul .link-about a {
        background-image: url("../image/sprite-dropdown.png");
        background-position: 11.15em 0.75em; }
      .nav-global > ul .link-about.state-open a {
        background-position: 11.15em -3.4em; }
      .nav-global > ul a {
        padding: 0.6em 0.5em; } }

nav a:link,
nav a:visited,
nav a:hover,
nav a:focus,
nav a:active {
  border-bottom: none; }

/* dropdown menu for "subjects" */
.nav-dropdown {
  clear: both;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 2;
  font-size: 15px;
  font-size: 1.07143rem;
  background-color: #1d77b6;
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.3); }

.nav-group img {
  margin-bottom: 0; }

@media screen and (min-width: 700px) {
  .nav-dropdown {
    font-size: 17px;
    font-size: 1.21429rem; } }
.nav-group {
  display: block;
  padding: 0; }

.nav-group li {
  display: block; }

@media screen and (min-width: 700px) {
  .nav-group {
    float: left;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 66%; }

  .nav-group li {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding-left: 1em; }

  .no-csscolumns .nav-group li {
    float: left;
    width: 46%; }

  #menu-discover .nav-group {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    width: 100%; }

  .no-csscolumns #menu-discover .nav-group li {
    float: left;
    width: 30%; } }
.nav-dropdown a,
.nav-dropdown a:link,
.nav-dropdown a:visited,
.nav-dropdown a:hover,
.nav-dropdown a:focus,
.nav-dropdown a:active {
  color: white;
  display: inline-block;
  width: 100%;
  padding: 0.4em 0;
  text-decoration: none; }

.nav-group.special {
  display: block;
  padding-top: 1em; }

@media screen and (min-width: 700px) {
  .nav-group.special {
    width: 32%;
    float: right;
    padding-top: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }
.nav-global .special li {
  background-color: #272b2b;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  font-size: 1.25em;
  margin-top: 0.25em;
  overflow: hidden;
  position: relative;
  padding: 2px;
  border-left: none; }
  .nav-global .special li:first-child {
    margin-top: 0; }

.no-csscolumns .nav-global .special li {
  width: 100%; }

.nav-global .special h3,
.nav-global .special .h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 1em; }

@media screen and (min-width: 700px) {
  .nav-global .special h3,
  .nav-global .special .h3 {
    width: 48%;
    float: right; } }
.nav-global .special a,
.nav-global .special a:link,
.nav-global .special a:visited,
.nav-global .special a:hover,
.nav-global .special a:focus,
.nav-global .special a:active,
.nav-global .special li:first-child a,
.nav-global .special li:first-child a:link,
.nav-global .special li:first-child a:visited,
.nav-global .special li:first-child a:hover,
.nav-global .special li:first-child a:focus,
.nav-global .special li:first-child a:active,
.nav-global .special li:last-child a,
.nav-global .special li:last-child a:link,
.nav-global .special li:last-child a:visited,
.nav-global .special li:last-child a:hover,
.nav-global .special li:last-child a:focus,
.nav-global .special li:last-child a:active {
  color: #c8c6b3;
  display: block;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  text-decoration: none;
  z-index: 1;
  width: 96%; }

.nav-global .special img {
  display: none;
  float: left;
  width: 50%; }

@media screen and (min-width: 700px) {
  .nav-global .special img {
    display: block; } }
.nav-global .nav-dropdown .state-selected,
.nav-global .nav-dropdown a:hover {
  background-color: #fff024;
  border-radius: 3px;
  color: #272b2b;
  margin-left: -0.5em;
  margin-right: 0;
  padding: 0.4em 0 0.4em 0.5em;
  text-decoration: none; }

.nav-global .special li:hover {
  background-color: black; }

.nav-global .special li a:hover {
  background-color: black;
  color: #c8c6b3;
  margin: 0;
  padding: 5px; }

.nav-global .link-subjects .state-open,
.nav-global .link-discover .state-open {
  background-image: url("../image/arrow-nav-up.png");
  color: #1d77b6; }

.nav-global > ul li a:hover,
.nav-global > ul .link-subjects a:focus {
  color: #1d77b6; }

.nav-global .title {
  float: left; }

@media (min-width: 700px) {
  .nav-block {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding-left: 1em;
    float: left; } }
.nav-global .nav-block .title a:link,
.nav-global .nav-block .title a:visited,
.nav-global .nav-block .title a:hover,
.nav-global .nav-block .title a:focus,
.nav-global .nav-block .title a:active,
.nav-global .special-block .title a:link,
.nav-global .special-block .title a:visited,
.nav-global .special-block .title a:hover,
.nav-global .special-block .title a:focus,
.nav-global .special-block .title a:active {
  float: left;
  background-image: url("../image/arrow-right-circle-white.png");
  background-position: right 11px;
  background-color: transparent;
  color: white;
  margin: 0;
  font-size: 23px;
  font-size: 1.64286rem;
  width: auto;
  padding: 0.2em 30px 0.3em 0; }

.nav-global .special-block .title a:link,
.nav-global .special-block .title a:visited,
.nav-global .special-block .title a:hover,
.nav-global .special-block .title a:focus,
.nav-global .special-block .title a:active {
  float: left;
  width: auto;
  color: #c8c6b3;
  padding-right: 30px;
  padding-left: 0.2em;
  background-position: right -109px; }

.nav-global .nav-block .title a.link-external:link,
.nav-global .nav-block .title a.link-external:visited,
.nav-global .nav-block .title a.link-external:hover,
.nav-global .nav-block .title a.link-external:focus,
.nav-global .nav-block .title a.link-external:active {
  background-image: url("../image/icon-link.png");
  background-position: left center;
  padding-right: 0;
  padding-left: 30px; }

.nav-block ul {
  margin-bottom: 1em; }

.nav-global .list-tags {
  margin-bottom: 1em; }

.nav-global .list-tags li a,
.nav-global .list-tags li a:link,
.nav-global .list-tags li a:visited,
.nav-global .list-tags li a:hover,
.nav-global .list-tags li a:focus,
.nav-global .list-tags li a:active {
  background-image: url("../image/icon-tag.png");
  background-position: 0 7px;
  padding: 0.2em 0 0.2em 25px;
  color: #c8c6b3;
  font-size: 14px;
  font-size: 1rem;
  margin: 0;
  background-color: transparent;
  border: none; }

.nav-global .list-tags li a:hover,
.nav-global .list-tags li a:focus,
.nav-global .list-tags li a:active {
  color: white;
  background-position: 0 -20px; }

.nav-col {
  margin-bottom: 1em; }

.nav-3col .nav-col {
  width: 98%; }

@media (min-width: 700px) {
  .nav-3col .nav-col {
    float: left;
    width: 29.5%;
    margin-right: 2%; }

  .nav-3col .nav-col3 {
    margin-right: 0; }

  .special-block img {
    display: block;
    margin-bottom: 0.2em; }

  .nav-col {
    margin-bottom: 0; }

  .nav-block ul {
    margin-bottom: 3em; }

  .nav-global .list-tags {
    margin-bottom: 0; } }
/* @end */
/* @group Nav: Breadcrumbs */
.breadcrumbs {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 14px;
  font-size: 1rem;
  background-color: black;
  margin: 0;
  padding: 0.25em 0;
  color: white; }

.breadcrumbs ol,
.breadcrumbs ul {
  max-width: 972px;
  text-align: left;
  width: 100%;
  padding-left: 1%;
  border-left: 1px solid #66665c; }

.breadcrumbs li {
  display: inline-block;
  padding: 0 0.3em 0 0; }

.breadcrumbs li:after {
  content: " >";
  color: #d8d7ca; }

.breadcrumbs li:last-child:after {
  content: none; }

.breadcrumbs a,
.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
  color: #d8d7ca;
  display: inline-block;
  margin: 0;
  padding: 0 0.3em 0.2em 0;
  text-decoration: none; }

.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
  text-decoration: underline;
  color: white; }

/* Right to left languages */
.rtl .breadcrumbs li {
  float: right; }

.rtl .breadcrumbs li:last-child:after,
.rtl .breadcrumbs li:after {
  content: " <"; }

.rtl .breadcrumbs li:first-child:after {
  content: none; }

/* @end */
/* @group Nav: Pagination */
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:hover,
.pagination a:focus,
.pagination a:active,
.letters li {
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
  color: black;
  text-decoration: none; }

.section-navy .pagination a,
.section-navy .pagination a:link,
.section-navy .pagination a:visited,
.section-navy .pagination a:hover,
.section-navy .pagination a:focus,
.section-navy .pagination a:active {
  border: none; }

.letters a,
.letters a:link,
.letters a:visited,
.letters a:hover,
.letters a:focus,
.letters a:active {
  text-decoration: none;
  color: black;
  border: none; }

.pagination a[href^="#"],
.letters li {
  background-color: white; }

.pagination a[href^="#"]:hover,
.letters li:hover {
  background-color: #d6d6d6; }

/* @end Nav: Pagination */
/* @group Nav: Bar */
.nav-bar {
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  font-family: neuron-extra-bold, corradine-neuron-black, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  /*letter-spacing: -0.05em;*/
  font-size: 23px;
  font-size: 1.64286rem;
  background-color: #63b8cf;
  padding: 0.2em 0;
  margin: 0 0 1em 0; }

.nav-bar li span,
.nav-bar a,
.nav-bar a:link,
.nav-bar a:visited,
.nav-bar a:hover,
.nav-bar a:focus,
.nav-bar a:active {
  text-decoration: none;
  padding: 0.5em;
  margin: 0.1em;
  text-transform: none;
  display: block;
  border-bottom: none; }

.nav-bar li .state-selected,
.nav-bar a:hover,
.nav-bar a:focus,
.nav-bar a:active {
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  background-color: #1d77b6;
  display: block; }

/* @end Nav: Bar */
/* @end Navigation */
/* @group Special block (used in navigation to highlight key courses) */
.special-block {
  background-color: #272b2b;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  padding: 0.3em;
  color: #c8c6b3; }

.special-block ul {
  clear: both;
  margin: 0 0.3em; }

.special-block img {
  display: none; }

/* @end */
/* @group Blockquote */
blockquote {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 19px;
  font-size: 1.35714rem;
  background-image: url(../image/quotes-open.png);
  border-left: none;
  background-position: top center;
  line-height: 1.5em;
  padding-top: 1.8em;
  text-align: center;
  margin-top: 1em; }

blockquote p:last-of-type {
  margin-bottom: 0; }

blockquote .attribution {
  font-family: neuron-extra-bold, corradine-neuron-black, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  /*letter-spacing: -0.05em;*/
  font-size: 26px;
  font-size: 1.85714rem;
  background-image: url(../image/quotes-close-black.png);
  background-position: center 0.5em;
  border-bottom: 1px solid #eeeee8;
  padding: 1em 0 0.7em 0;
  font-style: normal; }

blockquote .attribution a:link,
blockquote .attribution a:visited,
blockquote .attribution a:hover,
blockquote .attribution a:focus,
blockquote .attribution a:active {
  border: none; }

blockquote .attribution .author {
  border-top: 1px solid #eeeee8;
  clear: both;
  color: black;
  display: block;
  margin-top: 1em;
  padding-top: 0.7em;
  text-decoration: none; }

blockquote .attribution .role {
  clear: both;
  color: #66665c;
  display: block; }

.blockquote-large {
  font-size: 20px;
  font-size: 1.42857rem;
  background-image: url(../image/quotes-large-open-black.png);
  background-position: center 0.25em;
  padding-bottom: 0.3em;
  margin-top: 0.2em; }

@media (min-width: 700px) {
  .blockquote-large p {
    font-size: 28px;
    font-size: 2rem;
    line-height: 1.5em; } }
.blockquote-large .attribution {
  font-size: 25px;
  font-size: 1.78571rem;
  background-image: url(../image/quotes-large-close-black.png);
  border-bottom: none;
  padding-bottom: 0;
  line-height: 1.08em; }

@media (min-width: 700px) {
  .blockquote-large .attribution {
    font-size: 30px;
    font-size: 2.14286rem; } }
.blockquote-small,
.panel blockquote {
  font-size: 15px;
  font-size: 1.07143rem;
  background-image: url("../image/quotes-tiny-open.png");
  line-height: 1.3em;
  padding: 1.2em 0 0 0; }

.panel > blockquote {
  margin-top: 0; }

.blockquote-small .attribution,
.panel blockquote .attribution {
  font-size: 22px;
  font-size: 1.57143rem;
  background-image: url("../image/quotes-tiny-close.png");
  border-bottom: none;
  padding-bottom: 0; }

.blockquote-small .attribution .author,
.panel blockquote .attribution .author {
  margin-top: 0.6em;
  padding-top: 0.4em; }

/* @end Blockquote */
/* @group Panel */
.panel,
a.panel,
a.panel:link,
a.panel:visited,
a.panel:hover,
a.panel:focus,
a.panel:active,
figure {
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  background-color: white;
  border: 1px solid #d8d7ca;
  display: block;
  list-style-type: none;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  color: black; }

.panel li a,
.panel li a:link,
.panel li a:visited,
.panel li a:hover,
.panel li a:focus,
.panel li a:active,
nav li a,
nav li a:link,
nav li a:visited,
nav li a:hover,
nav li a:focus,
nav li a:active,
.list-detail li a,
#faq ul li a {
  border: none; }

.section-black figure {
  padding: 0;
  border: none;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.section-black .intro {
  color: #c8c6b3; }

.section-black figcaption {
  padding: 0.8em 0.8em 0.3em 0.8em;
  color: black; }

.section-black figcaption h3 {
  color: black; }

.panel p:last-child {
  margin-bottom: 0; }

.panel h1 a, .panel .box-header-h1 a,
.panel h2 a,
.panel .box-header-h2 a,
.panel h3 a,
.panel h4 a,
.panel .h1 a,
.panel .h2 a,
.panel .h3 a,
.panel .h4 a {
  border-bottom: none; }

.panel img,
figure img {
  display: block;
  margin: 0 auto;
  width: 100%; }

.panel img {
  display: block;
  margin: 0 auto;
  height: auto; }

.panel .leader {
  background-color: black;
  border: none;
  display: block;
  margin: 0 0 15px 0;
  width: 100%; }

.panel .video-thumbnail .leader {
  height: auto; }

/*
.panel iframe {
	margin-bottom: 15px;	
	}
*/
.panel .meta {
  margin-top: 1em; }

.panel .meta ol,
.panel .meta ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.panel .meta a,
.panel .meta a:link,
.panel .meta a:visited,
.panel .meta a:hover,
.panel .meta a:focus,
.panel .meta a:active {
  color: #66665c; }

.panel .meta .vote {
  color: #ff788a;
  float: right;
  padding: 0 0 14px;
  /*@include scale(font-size, 12);*/
  text-align: right; }

.panel .meta .vote span {
  background: url("../image/icon-vote-tiny.png") no-repeat right 4px;
  display: block;
  padding: 0 18px 0 0; }

.panel .meta .tags,
.discover .event .meta .tags {
  font-size: 12px;
  font-size: 0.85714rem;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  background: #eeeee8 url("../image/icon-tags-tiny.png") no-repeat 8px 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #66665c;
  clear: both;
  font-weight: bold;
  margin: 0 -10px -10px -10px;
  padding: 0.5em 10px 0.35em 30px;
  text-transform: uppercase; }

.panel .meta .tags a,
.panel .meta .tags a:link,
.panel .meta .tags a:visited,
.panel .meta .tags a:hover,
.panel .meta .tags a:focus,
.panel .meta .tags a:active {
  font-weight: bold; }

.panel .meta .tags li {
  display: inline-block; }

.panel .meta .tags li:before {
  content: '\2022\00a0';
  /* &nbsp; bullet point &nbsp; */
  display: inline; }

.panel .meta .tags li:first-child:before {
  content: ''; }

.panel .more {
  /*@include scale(font-size, 12);*/
  line-height: 1.2em;
  padding-top: 0.4em; }

.panel .button,
.panel .button:link,
.panel .button:visited,
.panel .button:hover,
.panel .button:focus,
.panel .button:active {
  display: block;
  margin: 1em 30% 0.5em; }

.panel table {
  max-width: inherit; }

.panel.program-facts img {
  margin-bottom: 10px; }

.panel.program-facts li a {
  border-bottom: 1px solid #63b8cf;
  color: black; }

@media (max-width: 790px) {
  .panel table {
    font-size: 0.714em !important; } }
.fact-tile {
  font-family: neuron-extra-bold, corradine-neuron-black, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  /*letter-spacing: -0.05em;*/
  font-size: 1.7em;
  line-height: 1.3em;
  padding: 0.3em 0.5em 3.5em 0.5em; }

@media (min-width: 45em) {
  .panel table {
    width: 107%;
    margin-left: -3.5%;
    margin-right: -3.5%; } }
.panel .video-thumbnail .leader {
  height: 11.59em; }

.panel-blue {
  background-color: #00539b;
  border-color: #00539b; }

.panel-blue,
a.panel-blue,
a.panel-blue:link,
a.panel-blue:visited,
a.panel-blue:hover,
a.panel-blue:focus,
a.panel-blue:active,
.panel-blue a,
.panel-blue a:link,
.panel-blue a:visited,
.panel-blue a:hover,
.panel-blue a:focus,
.panel-blue a:active {
  color: white; }

.panel,
a.panel,
a.panel:link,
a.panel:visited,
a.panel:hover,
a.panel:focus,
a.panel:active {
  text-decoration: none;
  color: black;
  word-wrap: break-word; }

.panel .more,
a.panel .more,
a.panel:link .more,
a.panel:visited .more,
a.panel:hover .more,
a.panel:focus .more,
a.panel:active .more {
  display: inline-block;
  float: none;
  width: auto; }

.panel address {
  margin-bottom: 1.5em; }

.panel address:last-child {
  margin-bottom: 0; }

.news .more,
.news:link .more,
.news:visited .more,
.news:hover .more,
.news:focus .more,
.news:active .more {
  float: left; }

.panel.news img {
  margin: 0 0 0.5em 0; }

.layout-col4 .panel {
  clear: both; }

.layout-col4 .patchwork-unit {
  max-width: 100%; }

@media (min-width: 40em) {
  .layout-col4 > .panel.news {
    width: 93%; } }
/* @group Panels: Discover */
.discover .panel h4 {
  margin-bottom: 10px;
  /*change to rems */ }

.discover .panel h4,
.discover .fact-tile p {
  font-size: 26px;
  /*change to rems */
  line-height: 27px;
  /*change to rems */ }

/* @end */
/* @group Key Stats */
.key-stats.panel img {
  width: auto;
  float: none; }

.key-stats.panel .more {
  margin: 1.2em auto 0.5em;
  width: 8em;
  position: relative; }

/* @end */
/* @group Special Panels */
.panel-students-love-surrey {
  margin-bottom: 2em; }

/* @end */
/* @end Panel */
/* @group Events */
.event {
  min-height: 10em;
  overflow: hidden;
  position: relative; }

.event-with-image {
  padding-left: 10px; }

.event .meta {
  padding-bottom: 0.2em;
  margin-top: 0; }

.discover .event .meta {
  padding-bottom: 0; }

.discover .event {
  min-height: auto; }

.event .meta .tags {
  background-image: none;
  background-color: transparent;
  color: black;
  margin: 0;
  padding: 0; }

.event .meta a,
.event .meta a:link,
.event .meta a:visited,
.event .meta a:hover,
.event .meta a:focus,
.event .meta a:active {
  color: black; }

.event time {
  display: inline-block;
  margin-bottom: 0.5em; }

.event-dates {
  position: relative;
  left: 0;
  padding: 0; }

@media (min-width: 40em) {
  .event-dates {
    position: absolute;
    left: 0;
    right: auto;
    margin: 0;
    top: 0; }

  .panel.event .event-dates {
    top: 0.7em;
    left: 0.7em; }

  .event {
    padding-left: 5.7em; } }
.panel.event-with-image .event-dates {
  top: 0;
  right: 1em;
  left: auto;
  position: absolute; }

.panel.event-with-image .multiday {
  top: 1em; }

@media (min-width: 40em) {
  .event-with-image {
    padding-left: 10px; }

  .event-with-image .event-dates {
    margin-top: 1em; } }
.date-cal,
.calendarIcon {
  background-color: black;
  color: white;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  width: 4.3em;
  padding: 0.1em 0.3em;
  text-align: center;
  font-size: 0.9em;
  margin: 0 0.5em 0.5em 0;
  list-style-type: none;
  font-family: neuron-extra-bold, corradine-neuron-black, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  /*letter-spacing: -0.05em;*/ }

.event-with-image .date-cal {
  float: left;
  margin-top: 0.5em; }

.date-cal .month {
  clear: both; }

.date-cal .date,
.calendarIcon .calendarIconDay {
  display: block;
  font-size: 3.2em;
  clear: both;
  font-weight: bold;
  padding: 0.1em 0; }

.date-cal .day,
.date-cal .month {
  font-size: 0.9em; }

.multiday {
  background-color: black;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  color: white;
  margin: 0 0.5em 0.5em 0;
  float: left; }

.multiday:after {
  content: "-";
  text-align: center;
  position: absolute;
  left: 45%;
  top: 2.05em;
  font-size: 2em; }

.event-with-image .multiday {
  margin: 0.5em 0.5em 0.5em 0; }

.event-with-image .multiday:after {
  left: 45%;
  top: 0.8em; }

.multiday .date-cal {
  background-color: transparent;
  margin: 0; }

.list-events {
  padding: 0; }

.list-events li {
  padding-top: 0.5em; }

.list-events .event {
  padding-left: 5.3em;
  min-height: auto; }

.list-events .event-dates {
  left: 0;
  top: 0.3em; }

.list-events .meta {
  margin-top: 0; }

.list-events .meta li {
  padding-top: 0; }

/* @end Events */
/* @group News */
.news {
  float: left; }

.news time,
.news .time {
  font-family: georgia-pro-light, "georgia", Times, serif;
  background-color: transparent;
  color: #66665c;
  margin-bottom: 0;
  padding: 0;
  display: block;
  font-weight: lighter; }

.news .more {
  float: left; }

.discover .news .more {
  float: none; }

/* @end News */
/* @group Panel: strip */
.panel-strip {
  position: relative; }

.panel-strip.event-with-image {
  padding-left: 44.6%;
  background-image: url("../image/placeholder-leader.gif");
  background-position: 1em 1em; }

@media (min-width: 35em) {
  .panel-strip.event-with-image {
    min-height: 180px; }

  .panel-strip.event-with-image {
    padding-left: 41.6%; } }
@media (min-width: 55em) {
  .panel-strip.event-with-image {
    min-height: 220px; } }
.panel-strip.event-with-image .leader {
  position: absolute;
  left: 1em;
  top: 1em;
  width: 38.7%; }

.panel-strip.event-with-image .event-dates {
  right: 60%; }

.panel-green,
a.panel-green,
a.panel-green:link,
a.panel-green:visited,
a.panel-green:hover,
a.panel-green:focus,
a.panel-green:active,
.section-black .panel-green,
.section-black a.panel-green,
.section-black a.panel-green:link,
.section-black a.panel-green:visited,
.section-black a.panel-green:hover,
.section-black a.panel-green:focus,
.section-black a.panel-green:active {
  background-color: #98b24c;
  border: none;
  color: white; }

a.panel-green:hover,
a.panel-green:focus,
a.panel-green:active,
.section-black a.panel-green:hover,
.section-black a.panel-green:focus,
.section-black a.panel-green:active {
  background-color: #c8c6b3;
  color: black; }

.panel-highlight,
a.panel-highlight,
a.panel-highlight:link,
a.panel-highlight:visited,
a.panel-highlight:hover,
a.panel-highlight:focus,
a.panel-highlight:active {
  font-family: georgia-pro-semi-bold, georgia-pro-light, "georgia", Times, serif;
  overflow: hidden;
  font-size: 1.1em;
  font-style: italic;
  padding: 1.2em 1.5em; }

.panel-highlight i {
  float: left;
  width: 55px;
  height: 54px; }

.panel-highlight .icon-surrey-large {
  background-image: url("../image/sprite-icons-surrey-large.png");
  background-position: 0 6px;
  margin-right: 1em; }

.panel-highlight .icon-surrey-large.icon-prospectus-white {
  background-position: 0 6px; }

.panel-highlight:hover .icon-surrey-large.icon-prospectus-white,
.panel-highlight:focus .icon-surrey-large.icon-prospectus-white,
.panel-highlight:active .icon-surrey-large.icon-prospectus-white {
  background-position: -59px 6px; }

.panel-highlight .icon-surrey-large.icon-campus-white {
  background-position: 0 -45px; }

.panel-highlight:hover .icon-surrey-large.icon-campus-white,
.panel-highlight:focus .icon-surrey-large.icon-campus-white,
.panel-highlight:active .icon-surrey-large.icon-campus-white {
  background-position: -60px -45px; }

/* @end */
/* @group Search */
.search-results .nav-bar {
  margin-top: 0.5em;
  background-color: #eeeee8; }

.search-results .panel {
  background-color: #d8d7ca; }

.search-results .nav-bar.list-horizontal li a,
.search-results .nav-bar.list-horizontal li span {
  background-color: #d8d7ca;
  color: #66665c;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  margin: 0.1em;
  font-family: georgia;
  font-size: 1.4rem;
  text-transform: none;
  padding: 0.5em; }

.search-results .nav-bar.list-horizontal li span.state-selected {
  font-family: georgia;
  font-size: 1.4rem;
  text-transform: none;
  padding: 0.5em;
  color: white;
  background-color: #1d77b6; }

.search-results .nav-bar.list-horizontal li a:hover {
  background-color: #c2f2ff;
  color: #1d77b6; }

.result {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 1.5em; }

.result,
.result:link,
.result:visited,
.result:hover,
.result:focus,
.result:active,
.section-navy .result,
.section-navy .result:link,
.section-navy .result:visited,
.section-navy .result:hover,
.section-navy .result:focus,
.section-navy .result:active {
  text-decoration: none;
  border-bottom: none; }

.result h1, .result .box-header-h1,
.result h2,
.result .box-header-h2,
.result-listing h1,
.result-listing .box-header-h1,
.result-listing h2,
.result-listing .box-header-h2,
.result-panel h1,
.result-panel .box-header-h1,
.result-panel h2,
.result-panel .box-header-h2,
.result-panel a,
.result-panel a:link {
  font-family: neuron-extra-bold, corradine-neuron-black, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  /*letter-spacing: -0.05em;*/
  font-size: 22px;
  font-size: 1.57143rem;
  text-transform: none;
  color: black; }

.result:hover h1, .result:hover .box-header-h1,
.result:focus h1,
.result:focus .box-header-h1,
.result:active h1,
.result:active .box-header-h1,
.result:hover h2,
.result:hover .box-header-h2,
.result:focus h2,
.result:focus .box-header-h2,
.result:active h2,
.result:active .box-header-h2,
.event .result:hover h4,
.event .result:focus h4,
.event .result:active h4,
.result:hover .details,
.result:hover .url {
  color: #1d77b6; }

.result .url,
.result h4,
.result-panel .url,
.result-panel h4 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-size: 0.85714rem;
  color: #66665c;
  text-transform: none; }

.result .url {
  padding: 0.35em 0;
  word-wrap: break-word; }

.result-panel .vcard h2, .result-panel .vcard .box-header-h2,
.result-panel .vcard h3 {
  font-family: georgia-pro-semi-bold, georgia-pro-light, "georgia", Times, serif;
  font-size: 14px;
  font-size: 1rem;
  margin-top: 1em;
  color: white; }

.result-panel .vcard h4 {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 14px;
  font-size: 1rem;
  color: white; }

.result,
.result-panel {
  font-family: georgia-pro-light, "georgia", Times, serif;
  color: black;
  clear: both; }

.search-results .result-panel a {
  font-size: 1.1em;
  font-family: georgia-pro-light,"georgia",Times,serif; }

.result-panel .link-external:hover,
.result-panel .node-search-callout a:hover {
  color: #1d77b6; }

.result-panel a:link,
.result-panel a:visited,
.result-panel a:hover,
.result-panel a:focus,
.result-panel a:active,
.result-panel p a:link,
.result-panel p a:visited,
.result-panel p a:hover,
.result-panel p a:focus,
.result-panel p a:active {
  color: black;
  border-bottom: none; }

.result-panel .vcard a:link,
.result-panel .vcard a:visited,
.result-panel .vcard a:hover,
.result-panel .vcard a:focus,
.result-panel .vcard a:active {
  text-decoration: underline; }

.result.event {
  width: auto; }

.profile .panel.url {
  border: 1px solid #d6d6d6;
  background-color: white; }

.profile .panel.url:hover {
  background-color: #eeeee8; }

@media (min-width: 700px) {
  .result.event h2, .result.event .box-header-h2 {
    margin-left: -80px; } }
.result.event h4 {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 14px;
  font-size: 1rem;
  color: white;
  margin-bottom: 1em; }

.result img,
.result .event-dates {
  float: left;
  margin-right: 1em; }

@media (min-width: 700px) {
  .result .event-dates {
    margin-left: -80px; } }
.result .details {
  position: relative; }

.result .details p:last-of-type {
  margin-bottom: 0; }

.result-listing {
  clear: both;
  margin-bottom: 2em; }

/* Highlights course results */
.result-listing .course {
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 0 2%;
  float: left;
  background-color: white;
  margin-bottom: 1em;
  border: 1px solid #d6d6d6; }

.result-listing .event {
  float: left; }

.search-results .nav-block .pagination a,
.search-results .nav-block .pagination a:link {
  background-color: white; }

.search-results .nav-block .pagination .active a {
  background-color: #d6d6d6; }

@media (min-width: 700px) {
  /*.search-results .nav-block*/
  .search-results .nav-block {
    float: left;
    width: 60%;
    border-left: none;
    padding-left: 0; }

  /*.result-panel*/
  .search-results .result-panel {
    float: right;
    width: 30%;
    clear: right; }

  .search-results .pagination {
    clear: both; } }
.result-listing h2, .result-listing .box-header-h2 {
  margin-bottom: 0.5em; }

.result h2, .result .box-header-h2 {
  margin-bottom: 0.2em; }

.result-listing .list-unstyled {
  margin-top: 0;
  margin-bottom: 0; }

.result-panel ul {
  margin: 0; }

.node-type-search-result .search-spelling {
  color: black; }

.document .details {
  background-image: url("../image/sprite-files.png");
  background-position: left 0;
  padding-left: 80px;
  min-height: 64px;
  margin-top: 0.5em; }

.document.type-ppt .details {
  background-position: left -300px; }

.document.type-xls .details {
  background-position: left -600px; }

.document.type-doc .details {
  background-position: left -900px; }

.document.type-pdf .details {
  background-position: left -1200px; }

.panel-blue {
  background-color: #005BAB;
  /* This blue is slightly different to match the image background colour */ }

.panel-blue,
.panel-blue a,
.panel-blue a:link,
.panel-blue a:visited,
.panel-blue a:hover,
.panel-blue a:focus,
.panel-blue a:active,
.panel-transparent,
.panel-transparent h1,
.panel-transparent .box-header-h1,
.panel-transparent h2,
.panel-transparent .box-header-h2,
.panel-transparent h3,
.panel-transparent h4,
.panel-transparent h5,
.panel-transparent h6,
.panel-transparent .vcard,
.panel-transparent .vcard a,
.panel-transparent .vcard a:link,
.panel-transparent .vcard a:visited,
.panel-transparent .vcard a:hover,
.panel-transparent .vcard a:focus,
.panel-transparent .vcard a:active {
  color: white; }

.panel-blue .button {
  margin: 1em 35% 0.5em; }

.panel-transparent {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25); }

.result-panel h2, .result-panel .box-header-h2 {
  margin-top: 0; }

.link-internal,
.link-external,
.related-searches a {
  display: block;
  padding: 0.2em 0 0.2em 27px;
  background-image: url("../image/sprite-links-search.png");
  background-position: 0 2px; }

.link-external {
  background-position: 0 -198px; }

.link-internal:hover,
.link-internal:focus,
.link-internal:active,
.related-searches a:hover,
.related-searches a:focus,
.related-searches a:active {
  background-position: 0 -98px;
  color: #1d77b6; }

.related-searches a:visited {
  color: black; }

.link-external:hover,
.link-external:focus,
.link-external:active {
  background-position: 0 -298px;
  color: #1d77b6; }

.link-external:visited {
  color: black; }

.profile-list .profile {
  color: #d6d6d6; }

.profile-list .profile .fn {
  font-family: georgia-pro-semi-bold, georgia-pro-light, "georgia", Times, serif;
  font-size: 16px;
  font-size: 1.14286rem;
  margin: 0.8em 0 0.4em;
  color: black; }

.profile-list .profile:hover .fn {
  color: #1d77b6; }

.profile-list .profile .role {
  font-size: 12px;
  font-size: 0.85714rem;
  color: #66665c; }

.profile-list-tiny img {
  float: left;
  width: 47%;
  margin-right: 3%;
  margin-bottom: 0.5em; }

.profile-list-tiny li {
  clear: both;
  margin-bottom: 1em; }

/* funnelback patch */
.search-results .people .profile-list {
  padding-left: 0; }
  .search-results .people .profile-list .patchwork-unit a {
    padding: 10px; }

.search-results .people .profile-list .panel {
  border: none; }

/* @end */
/* @group vcard */
.panel.vcard {
  font-size: 0.95em;
  padding: 5px; }

.vcard .photo {
  margin-bottom: 0.5em; }

.vcard .n {
  font-family: georgia-pro-light, "georgia", Times, serif;
  color: black;
  word-wrap: break-word; }

.vcard a,
.vcard a:link,
.vcard a:visited,
.vcard a:hover,
.vcard a:focus,
.vcard a:active {
  color: black;
  text-decoration: none; }

.vcard .role {
  /*@include scale(font-size, 12);*/
  color: #66665c;
  display: block;
  line-height: 1.2em;
  margin-top: 0.3em; }

/* @end vCard */
/* @group Footer: Global */
.footer-global {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 13px;
  font-size: 0.92857rem;
  background-color: #00539b;
  clear: both;
  color: white;
  line-height: 1.8em;
  padding: 2em 2%; }

.footer-global > .layout-row {
  max-width: 972px;
  margin: 0 auto; }

.footer-global p {
  clear: both; }

.footer-global a,
.footer-global a:link,
.footer-global a:visited,
.footer-global a:hover,
.footer-global a:focus,
.footer-global a:active {
  color: #c2f2ff;
  text-decoration: none; }

.footer-global a:hover {
  text-decoration: underline; }

.footer-global ul {
  margin: 1em 0; }

.footer-global-links h3 {
  font-size: 13px;
  font-size: 0.92857rem;
  font-family: georgia-pro-light, "georgia", Times, serif;
  margin: 0.6em 0 0.7em 0;
  text-transform: none; }

.footer-global-links a:link,
.footer-global-links a:visited,
.footer-global-links a:hover,
.footer-global-links a:focus,
.footer-global-links a:active {
  display: block;
  padding: 0.15em 0; }

.footer-global-links a:hover,
.footer-global-links a:focus,
.footer-global-links a:active {
  color: white;
  text-decoration: underline; }

.footer-global-social > .layout-row,
.footer-global-auxillary .layout-row {
  display: table;
  margin: 0 auto;
  width: auto; }

.footer-global-social {
  padding-top: 1.4em;
  padding-bottom: 1.4em; }

.footer-global-social .icon {
  display: table-cell;
  float: left;
  margin-right: 5px; }

.footer-global-social .icon a,
.footer-global-social .icon a:link,
.footer-global-social .icon a:visited,
.footer-global-social .icon a:hover,
.footer-global-social .icon a:focus,
.footer-global-social .icon a:active {
  margin: 0;
  padding: 0; }

.footer-global-social h3 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 1.4em;
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0;
  margin-top: 0.2em;
  text-transform: uppercase;
  display: none; }

.footer-global-social ul {
  float: left;
  width: auto; }

.footer-global-auxillary {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 13px;
  font-size: 0.92857rem;
  padding: 2em 2%;
  text-align: center;
  color: #eeeee8; }

.footer-global-auxillary p {
  margin-bottom: 0; }

.footer-global-auxillary a,
.footer-global-auxillary a:link,
.footer-global-auxillary a:visited,
.footer-global-auxillary a:hover,
.footer-global-auxillary a:focus,
.footer-global-auxillary a:active,
.footer-global-auxillary p a,
.footer-global-auxillary p a:link,
.footer-global-auxillary p a:visited,
.footer-global-auxillary p a:hover,
.footer-global-auxillary p a:focus,
.footer-global-auxillary p a:active {
  border-bottom: none;
  color: #eeeee8;
  text-decoration: none; }

.footer-global-auxillary a:hover,
.footer-global-auxillary a:focus,
.footer-global-auxillary a:active,
.footer-global-auxillary p a:hover,
.footer-global-auxillary p a:focus,
.footer-global-auxillary p a:active {
  border-bottom: 1px solid #eeeee8; }

.footer-global .nav-3col {
  margin: 2em 0; }

@media (min-width: 700px) {
  .footer-global-social h3 {
    display: block; }

  .footer-global-social ul {
    margin-right: 2em; }

  .footer-global .nav-block {
    padding-left: 1%; }

  .footer-global .nav-2col {
    overflow: hidden; }

  .footer-global .nav-2col .nav-block {
    width: 48%;
    padding-bottom: 9999px;
    margin-bottom: -9999px; }

  .footer-global .nav-col1 {
    margin-right: 1%; }

  .footer-global .nav-2col h3 {
    width: 30%;
    float: left;
    clear: both; }

  .footer-global .nav-2col ul {
    width: 68%;
    float: right; }

  .footer-global .nav-3col {
    overflow: hidden;
    margin-bottom: 0; }

  .footer-global .nav-3col h3 {
    font-family: neuron-extra-bold, corradine-neuron-black, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
    /*letter-spacing: -0.05em;*/
    font-size: 22px;
    font-size: 1.57143rem;
    margin-top: 0; }

  .footer-global .nav-3col .footer-global-links {
    float: left;
    margin: 0;
    width: 33%; }

  .footer-global .nav-3col .nav-block {
    padding-left: 3%;
    padding-right: 3%;
    border-left: 1px solid #1d77b6;
    margin: 1em 0 2em; }

  .footer-global-links:first-child {
    float: left; }

  .footer-global-links ul {
    margin: 0 0 2em 0; }

  .footer-global-links ul:last-child {
    margin: 0; } }
/* @end Footer: Global */
/* @group Discover - filter and pagination styles (JS hijacked version) */
@media (min-width: 972px) {
  #discover-filter-categories .filters {
    float: right;
    width: 85%;
    margin: 0;
    clear: none; } }
#discover-filters-js .layout-col12 {
  padding-left: 7px;
  padding-right: 7px; }

#discover-filter-categories {
  padding: 0.55em 0.8em 0.55em 0.8em; }

#discover-categories .all-discover-categories {
  display: none; }

#discover-categories .all-discover-categories.visible {
  display: block; }

#discover-categories .tag-item.state-selected {
  padding-right: 30px;
  color: black;
  text-decoration: none;
  background-image: url(/sites/all/themes/surrey_theme/style/image/close-circle.png);
  background-position: 94% center;
  background-color: #fff024;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  display: block; }

#discover-categories .tag-all-items.state-all-selected {
  padding-right: 10px;
  color: black;
  text-decoration: none;
  text-decoration: none;
  background-color: #fff024;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  display: block;
  margin: 0;
  padding: 0.5em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.6em;
  text-decoration: none;
  font-style: normal;
  font-weight: lighter;
  text-align: left;
  opacity: 1; }

#discover-categories .tag-all-items.state-all-selected:hover {
  cursor: not-allowed; }

#discover-categories .tag-all-items {
  display: block;
  margin: 0;
  padding: 0.5em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.6em;
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-weight: lighter;
  text-align: left;
  opacity: 1; }

#discover-categories .tag-all-items:hover {
  background-color: #fff024;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  color: black; }

.discover-loading {
  height: 56px;
  background: url("../image/discover-loader.gif") no-repeat center;
  text-indent: -999em; }

.loading {
  opacity: 0.3 !important;
  color: #66665c !important;
  background-color: #eeeee8 !important;
  cursor: not-allowed !important; }

/* @end */
/* @group Masonry - "patchwork" styles */
/* a patchwork unit */
.patchwork-unit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 0 14px 0; }

.patchwork-unit .panel,
.patchwork-unit a.panel {
  margin: 0; }

/* in a 3 column parent */
.layout-patchwork-cols3 .patchwork-unit {
  padding: 0 7px;
  width: 33.3%; }

/* in a 4 column parent */
.layout-patchwork-cols4 .patchwork-unit {
  padding: 0 7px;
  width: 24.8%; }

/* in a 6 column parent */
.layout-patchwork-cols6 .patchwork-unit {
  padding: 0 7px;
  width: 16.6%; }

/* small screen patchwork */
/*@media (max-width: 45em) {*/
@media (max-width: 600px) {
  .layout-patchwork-cols3 .patchwork-unit,
  .layout-patchwork-cols4 .patchwork-unit,
  .layout-patchwork-cols6 .patchwork-unit {
    float: none;
    display: block;
    width: 100%; }

  .patchwork-unit .video-thumbnail,
  .patchwork-unit .leader,
  .patchwork-unit.vcard img {
    margin: 0 1em 15px 0;
    width: 30%;
    float: left; }

  .patchwork-unit .video-thumbnail .leader {
    width: 100%; }

  .patchwork-unit .video-icon {
    left: 0; }

  .node-type-ug-course .layout-patchwork-cols3 .patchwork-unit,
  .node-type-ug-course .layout-patchwork-cols3 .patchwork-unit,
  .node-type-ug-course .layout-patchwork-cols3 .patchwork-unit {
    width: 50%;
    float: left; } }
/**** Transitions ****/
.masonry {
  overflow: hidden; }

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s; }

.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top; }

/* @end Masonry - "patchwork" styles */
/* @group Callout */
.callout {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 16px;
  line-height: 1.14286rem;
  padding: 0 1.5em; }

.callout a:link,
.callout a:visited,
.callout a:hover,
.callout a:focus,
.callout a:active {
  border-bottom: none;
  color: #fb7f2b;
  text-decoration: underline; }

.callout a:hover,
.callout a:focus,
.callout a:active {
  color: #fbb23e; }

#primaryContent .callout a:link,
#primaryContent .callout a:visited,
#primaryContent .callout a:hover,
#primaryContent .callout a:focus,
#primaryContent .callout a:active {
  color: black;
  border-bottom: 1px solid #63b8cf;
  text-decoration: none; }

#primaryContent .callout a:hover,
#primaryContent .callout a:focus,
#primaryContent .callout a:active {
  color: #63b8cf; }

.callout .badge {
  font-size: 25px;
  font-size: 1.78571rem;
  background-color: #272b2b;
  border-radius: 100% 0 100% 100%;
  color: white;
  float: left;
  font-family: cinnamon-cake, "Chalkboard", "Comic Sans", "Comic Sans MS", cursive;
  font-weight: normal;
  line-height: 1.1em;
  height: 105px;
  margin-right: 20px;
  margin-top: 0;
  padding: 34px 17px 0px 17px;
  text-align: center;
  text-transform: none;
  width: 105px;
  white-space: normal;
  line-height: 1.2em;
  text-shadow: none; }

.callout-orange .badge {
  background-color: #fb7f2b; }

.callout-orange a,
.callout-orange a:link,
.callout-orange a:visited,
.callout-orange a:hover,
.callout-orange a:focus,
.callout-orange a:active {
  border-bottom-color: #fb7f2b;
  color: #fb7f2b;
  text-decoration: none; }

.callout-orange a:hover,
.callout-orange a:focus,
.callout-orange a:active {
  border-bottom-color: #fbb23e;
  color: #fbb23e; }

/* @end Callout */
/* @group Newsletter signup */
.form-newsletter-signup {
  padding-left: 1em;
  border-left: 3px solid #eeeee8; }

.form-newsletter-signup .action-global {
  margin-left: 0;
  position: relative;
  border-left: none; }

.form-newsletter-signup .form-submit {
  background-image: url("../image/arrow-right-blue.png");
  background-position: center;
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  padding: 0;
  position: absolute;
  right: 4%;
  top: 0.35em; }

.form-newsletter-signup input[type="text"],
.form-newsletter-signup input[type="email"] {
  border: none;
  margin: 0;
  padding: 0.55em 0 0.5em 0;
  text-indent: 0.5em;
  border-left: 1px dotted #00539b;
  box-shadow: none;
  font-family: georgia-pro-light, "georgia", Times, serif;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 0;
  width: 90%;
  background-color: transparent; }

.form-newsletter-signup input[type="text"]:focus,
.form-newsletter-signup input[type="email"]:focus {
  border-left: none;
  background-color: #00539b;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  color: white; }

/* These cannot be grouped, they need to be separate because when a browser doesn’t understand a selector, it invalidates the entire line of selectors */
.form-newsletter-signup input:focus::-webkit-input-placeholder {
  color: white; }

.form-newsletter-signup input:focus:-moz-placeholder {
  color: white; }

.form-newsletter-signup input:focus::-moz-placeholder {
  color: white; }

.form-newsletter-signup input:focus:-ms-input-placeholder {
  color: white; }

.form-newsletter-signup .fb-like,
.section-white .fb-like {
  border: none; }

.section-white .fb-like {
  padding: 0; }

/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/
/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
/*
#fb-root {
	display: none;
	}
 */
/* To fill the container and nothing else */
/*
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100% !important;
	}
*/
/* @end Newsletter signup */
/* @group Q&A */
.q-and-a {
  width: auto;
  margin: 1em 0 0 0; }

.question {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 26px;
  line-height: 1.85714rem;
  background-image: url("../image/question.png");
  background-position: left top;
  color: #0c685e;
  min-height: 50px;
  padding-bottom: 0.5em;
  padding-left: 60px; }

.question:hover,
.question:active,
.question:focus {
  cursor: pointer;
  color: #1d77b6; }

.question p {
  margin-bottom: 0.2em; }

.question strong {
  font-weight: normal; }

.question-simple {
  background-image: none;
  padding: 0;
  min-height: auto;
  color: #63b8cf; }

.answer {
  margin-bottom: 1.2em; }

.section-beige .q-and-a {
  margin: 3em 0;
  margin-bottom: 5em; }

.section-beige .q-and-a:last-of-type {
  margin-bottom: 1em; }

.section-beige .question {
  background-image: none;
  padding: 0;
  text-align: center; }

.section-beige .question strong {
  background-image: url("../image/question.png");
  background-position: center top;
  padding: 55px 0 0 0; }

.section-beige .question p {
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  background-color: #fff;
  background-image: none;
  padding: 15px 0.5em 0.5em; }

.section-beige .answer {
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  background-color: #fff;
  padding: 0.7em 0.75em 0.01em 0.75em; }

/* @end Q&A */
/* @group Local Map */
.map {
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  border: 1px solid #d6d6d6;
  margin-bottom: 6px; }

.map-summary .tel {
  font-weight: bold; }

.map-summary li a,
.map-summary li a:link,
.map-summary li a:visited,
.map-summary li a:hover,
.map-summary li a:focus,
.map-summary li a:active {
  text-decoration: none;
  color: black;
  margin-top: 0;
  font-size: 1.6em;
  border-bottom: none; }

.map-summary li a:hover,
.map-summary li a:focus,
.map-summary li a:active {
  color: white; }

.map-summary li a:hover .icon-travel,
.map-summary li a:focus .icon-travel,
.map-summary li a:active .icon-travel {
  background-position: 0 -370px; }

.map-summary li a:hover .icon-directions,
.map-summary li a:focus .icon-directions,
.map-summary li a:active .icon-directions {
  background-position: 0px -446px; }

.map-summary li a:hover .icon-parking,
.map-summary li a:focus .icon-parking,
.map-summary li a:active .icon-parking {
  background-position: 0px -518px; }

.map-summary li a:hover .icon-visitors,
.map-summary li a:focus .icon-visitors,
.map-summary li a:active .icon-visitors {
  background-position: 0px -590px; }

.map-summary li a:hover .icon-map,
.map-summary li a:focus .icon-map,
.map-summary li a:active .icon-map {
  background-position: 0px -663px; }

.map-summary .icon-surrey {
  margin-bottom: 0.4em; }

.map-summary .tel {
  font-size: 0.9em; }

/* @end */
/* @group World Map */
#worldMapFrame {
  overflow: hidden;
  margin-bottom: 1em; }

/* @end */
/* @group Filter */
.filter {
  margin-bottom: 1em;
  padding: 0.55em 0.8em 0em 0.8em; }

.filter .filter-toggle {
  display: block;
  float: right;
  text-indent: -999em;
  width: 50px;
  height: 30px;
  background: url("../image/sprite-dropdown-white.png") right 0.4em no-repeat;
  background-color: none;
  border: none; }

.filter.state-open .filter-toggle {
  background-position: right -3.7em; }

.filtered {
  padding-right: 30px; }

.filter .filters {
  float: left; }

.filter .filters .tags {
  clear: both;
  margin: 0 0 0 -0.3em;
  padding: 0; }

.filter .tags li {
  list-style-type: none;
  float: left; }

.filter .tags a,
.filter .tags label,
.filter .tags .tag-item {
  display: block;
  margin: 0;
  padding: 0.5em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.6em;
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-weight: lighter;
  text-align: left;
  opacity: 1;
  background-color: transparent; }

.filter .filtered .tags {
  margin: 0 0.8em 0 0;
  padding: 0; }

.filter .filtered .tags a,
.filter .filtered .tags label,
.filter .filtered .tags .tag-item {
  padding-right: 30px;
  color: black;
  text-decoration: none;
  background-image: url("../image/close-circle.png");
  background-position: 94% center; }

.filter .filtered .tags a:hover,
.filter .filtered .tags a:focus,
.filter .filtered .tags a:active,
.filter .filtered .tags label:hover,
.filter .filtered .tags label:focus,
.filter .filtered .tags .tag-item:hover,
.filter .filtered .tags .tag-item:focus {
  opacity: 0.45;
  pointer: cursor; }

.filter .tags li {
  position: relative;
  margin-bottom: 0.3em;
  margin-right: 0.3em; }

.filter .filtered a,
.filter .filters .tags a:hover,
.filter .filtered label,
.filter .filters .tags label:hover,
.filter .filtered .tag-item,
.filter .filters .tags .tag-item:hover {
  background-color: #fff024;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  color: black;
  cursor: pointer; }

.filter .filters {
  clear: both;
  margin-top: 0.5em; }

.filter .filter-by {
  float: left;
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 0.9em;
  margin-bottom: 0.7em;
  margin-top: 0.1em;
  margin-right: 0.5em; }

.filter .btn {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 0.6em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

/* @end */
/* @group Page Info */
#pageInfo {
  max-width: 972px;
  padding: 0 2% 1em;
  width: 96%;
  margin: 0 auto;
  position: relative; }

#pageInfoClose {
  position: absolute;
  top: 0;
  right: 2%;
  background-color: #00539b;
  border-bottom: none;
  padding: 0.25em 1em;
  -o-border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em; }

#pageInfoClose,
#pageInfoClose:link,
#pageInfoClose:visited,
#pageInfoClose:hover,
#pageInfoClose:focus,
#pageInfoClose:active {
  color: white; }

#pageInfoClose:hover,
#pageInfoClose:focus,
#pageInfoClose:active {
  color: #c2f2ff; }

/* @end */
/* @group Tags */
.tags li a,
.flex-control-nav li a,
.list-horizontal li a,
.pages li a,
.list-highlight li a,
.result-listing li a {
  border: none; }

.tags .icon-cross {
  position: absolute;
  top: 0.35em;
  right: 0.4em;
  background-image: url("../image/close-circle.png");
  background-position: center center; }

/* @end */
/* @group .hentry */
.hentry > .section-black > .layout-container, .hentry > .nav-global.section-black > ul, .hentry > .section-black > .nav-groups,
.vevent > .section-black > .layout-container,
.vevent > .nav-global.section-black > ul,
.vevent > .section-black > .nav-groups {
  padding-top: 3em; }

.hentry footer {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-style: italic; }

.hentry footer .author {
  font-style: normal;
  border-right: 1px dotted #272b2b;
  padding-right: 0.5em;
  margin-right: 0.3em; }

.hentry footer .author a:link,
.hentry footer .author a:visited,
.hentry footer .author a:hover,
.hentry footer .author a:focus,
.hentry footer .author a:active {
  border-bottom: none; }

.hentry footer .published {
  color: #66665c;
  font-style: normal; }

/* @end */
/* @group Entry category tags */
.entry-category {
  margin-top: 2em; }

.entry-category.tags li {
  display: inline-block; }

.entry-category.tags li a:link,
.entry-category.tags li a:visited,
.entry-category.tags li a:hover,
.entry-category.tags li a:focus,
.entry-category.tags li a:active {
  margin: 0;
  display: inline;
  margin-right: 0.2em;
  border: none; }

.entry-category.tags li:before {
  content: '\2022\00a0';
  /* &nbsp; bullet point &nbsp; */
  display: inline; }

.entry-category.tags li:first-child:before {
  content: ''; }

/* @end */
/* @group Forms (Special Surrey style) */
.form fieldset {
  padding: 1.5em 1em;
  position: relative; }

.form fieldset,
.form .p {
  color: #66665c;
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 19px;
  font-size: 1.35714rem;
  font-weight: normal; }

.form .p,
.form p {
  margin-bottom: 0.5em; }

.form .helper {
  float: right;
  display: block;
  width: auto;
  margin: 0;
  color: #00539b;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 2em; }

.form b {
  width: 8em;
  float: left;
  display: block;
  padding-left: 0.8em;
  font-weight: normal;
  padding-top: 0.35em; }

.form p {
  position: relative; }

.form .required {
  position: absolute;
  left: 0;
  color: #1d77b6; }

.form .field-short {
  float: left;
  width: 150px;
  min-width: 150px;
  float: left; }

.form input,
.form select {
  margin: 0;
  color: white;
  font-family: georgia-pro-light, "georgia", Times, serif;
  background-color: #1d77b6;
  border: none;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  padding: 0.3em 0.5em 0.4em; }

.form .options label {
  background-color: white;
  padding: 0.5em;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  margin: 0;
  display: inline-block;
  float: left;
  width: auto;
  margin-right: 1em; }

.form .options b {
  width: auto;
  padding: 0; }

.form .options label:hover,
.form .options input:hover,
.form .options b:hover {
  cursor: pointer; }

.form .options label:hover,
.form input:focus {
  outline: 0;
  background-color: #00539b;
  color: white; }

.form select {
  width: 300px;
  max-height: 1.9em;
  padding: 0.3em 0.5em 0.4em 0.5em; }

/* locking this to webkit only, at least for now */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../image/arrow-down-dropdown.png);
    background-position: 95% center;
    padding: 0.3em 1.5em 0.4em 0.5em; } }
.form .button-inline {
  float: left;
  margin: 0.1em 1em;
  clear: none; }

.form p {
  clear: both;
  float: left;
  width: 100%; }

.form button,
.form .button,
.form .button-inline,
.form input[type="submit"],
.form input[type="button"] {
  font-size: 17px;
  font-size: 1.21429rem;
  background-color: #fb7f2b;
  text-shadow: none; }

.form .disclaimer p {
  color: #00539b;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size: 1rem; }

.form .disclaimer-text {
  float: right;
  width: 95%; }

.form disclaimer-checkbox {
  float: left;
  width: 5%; }

.form .error {
  background-color: #ff788a; }

.form .error-text,
.form .note {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #cc0000;
  /* red */
  display: block;
  clear: both;
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 11em;
  margin-bottom: 0.5em;
  margin-top: 0.15em; }

.form .note {
  color: #888; }

/* "enhanced" toggle form elements - checkboxes, radio buttons within "tags" */
label.enhanced {
  position: relative;
  overflow: hidden; }
  label.enhanced.state-selected {
    background-color: #1d77b6;
    color: white; }
  label.enhanced input {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background-color: transparent;
    visibility: hidden; }

/* @end */
/* @group Slots */
.slot {
  border-left: 1px solid #d6d6d6;
  clear: both;
  float: left;
  margin-bottom: 1em;
  padding-left: 0.5em; }

@media (min-width: 45em) {
  .slots {
    overflow: hidden; }

  .slot {
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    clear: none; } }
/* @end */
/* @group Facebook Widget */
/*
.fb-like {
	border-top: 1px solid $color-light-grey;
	margin: 0.5em 0 0 0;
	padding: 1em 0;
	width: 100%;
	}

.social-options .fb-like {
	border: none;
	float: left;
	padding-top: 0;
	}

.fb_ltr,
.uiGrid,
.uiGrid .pls {
	width: auto!important;
	}
*/
/* @end */
/* @sharethis widget - currently in Subject and Feature */
.share-this-widget {
  border-left: 1px solid #d6d6d6; }

.share-this-widget ul {
  width: 100%;
  display: table;
  margin-top: 0; }

.share-this-widget ul li {
  width: 25%;
  display: table-cell;
  text-align: center; }

.share-this-widget ul li:hover {
  color: #1f78b1;
  cursor: pointer; }

.share-this-widget ul li:hover span {
  background-position-y: -56px;
  border-color: #1f78b1; }

.share-this-widget span {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 4px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  border: 1px solid #d6d6d6;
  display: block;
  height: 56px;
  width: 56px;
  overflow: hidden;
  text-indent: -999em;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding; }

.st_sharethis_custom span {
  background: url("/sites/all/themes/surrey_theme/style/image/share-this-sprite-social.png") no-repeat scroll left top transparent;
  background-position: 0 0; }

.st_sharethis_custom:hover span {
  background-position: 0px -56px;
  border-color: #1f78b1; }

.st_facebook_custom span {
  background: url("/sites/all/themes/surrey_theme/style/image/share-this-sprite-social.png") no-repeat scroll left top transparent;
  background-position: -56px 0; }

.st_facebook_custom:hover span {
  background-position: -56px -56px;
  border-color: #1f78b1; }

.st_twitter_custom span {
  background: url("/sites/all/themes/surrey_theme/style/image/share-this-sprite-social.png") no-repeat scroll left top transparent;
  background-position: -112px 0; }

.st_twitter_custom:hover span {
  background-position: -112px -56px;
  border-color: #1f78b1; }

.st_googleplus_custom span {
  background: url("/sites/all/themes/surrey_theme/style/image/share-this-sprite-social.png") no-repeat scroll left top transparent;
  background-position: -168px 0; }

.st_googleplus_custom:hover span {
  background-position: -168px -56px;
  border-color: #1f78b1; }

/* @group Social sharing links - currently in Course and Subject */
.social-widget {
  border-left: 1px solid #d6d6d6;
  /* Alternate OFFICIAL logos version */
  /*
  span {
  	display: block;
  	margin: 0 auto 4px auto;
  	overflow: hidden;
  	text-indent: -999em;
  	width: 56px;
  	height: 56px;
  	background-image: url('../image/sprite-social-backup.png');
  }
  */
  /* For the alternate official logos version, comment all these states out */ }
  .social-widget ul {
    display: table;
    width: 100%;
    margin-top: 0; }
  .social-widget li {
    display: table-cell;
    width: 25%;
    text-align: center; }
  .social-widget a,
  .social-widget a:link,
  .social-widget a:visited,
  .social-widget a:hover,
  .social-widget a:focus,
  .social-widget a:active {
    font-weight: 500;
    border-bottom: 0; }
  .social-widget span {
    display: block;
    margin: 0 auto 4px auto;
    overflow: hidden;
    text-indent: -999em;
    width: 56px;
    height: 56px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #d6d6d6;
    background-image: url("../image/sprite-social.png");
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
  .social-widget .facebook span {
    background-position: 0 0; }
  .social-widget .twitter span {
    background-position: -56px 0; }
  .social-widget .google span {
    background-position: -112px 0; }
  .social-widget .pinterest span {
    background-position: -168px 0; }
  .social-widget a:hover span,
  .social-widget a:focus span {
    border-color: #1f78b1;
    -webkit-background-clip: border-box;
    -moz-background-clip: border;
    background-clip: border-box; }
  .social-widget a.facebook:hover span,
  .social-widget a.facebook:focus span {
    background-position: 0 -56px; }
  .social-widget a.twitter:hover span,
  .social-widget a.twitter:focus span {
    background-position: -56px -56px; }
  .social-widget a.google:hover span,
  .social-widget a.google:focus span {
    background-position: -112px -56px; }
  .social-widget a.pinterest:hover span,
  .social-widget a.pinterest:focus span {
    background-position: -168px -56px; }

/* course page */
.callout + .social-widget {
  margin-top: 1.6em;
  padding-top: 1.6em;
  border-top: 1px solid #d6d6d6;
  border-left: 0; }

/* @end */
/* generic page */
.node-type-generic .layout-container, .node-type-generic .nav-global > ul, .node-type-generic .nav-groups {
  padding-top: 2.2em; }

.node-type-generic .intro {
  margin-bottom: 1em; }

/* @end */
/* @group Unistats widget */
#unistats-widget-script body {
  background-color: white !important; }

/*.kis-widget {
	overflow-x: auto;
	}*/
.kis-widget[data-orientation='vertical'] {
  float: left;
  margin-right: 1em; }

/* @end Unistats widget */
/* @end Modules */
/* @group Drupal Override */
@media (min-width: 980px) {
  body.toolbar-drawer {
    padding-top: 2.2em!important; } }
/* @end */
/* @group Search Template Overrides */
.node-type-search-result .nav-global {
  display: none; }

.node-type-search-result .search-results {
  padding-top: 0; }

@media (min-width: 40em) {
  .node-type-search-result .result img {
    max-width: 11em;
    padding-top: 1em; } }
/* @end */
/* @group States */
.state-closed .nav-dropdown,
.popout-closed + .popout,
.state-hidden {
  display: none!important; }

.header-global-login.state-open > p > a,
.header-global-login.state-open > p > a:link,
.header-global-login.state-open > p > a:visited,
.header-global-login.state-open > p > a:hover,
.header-global-login.state-open > p > a:focus,
.header-global-login.state-open > p > a:active {
  border: 0;
  background-image: url("../image/close-circle-blue.png");
  padding-right: 35px;
  background-position: 97.5% center;
  float: none;
  background-color: #00539b;
  -o-border-radius: 0.3em 0.3em 0 0;
  -moz-border-radius: 0.3em 0.3em 0 0;
  -webkit-border-radius: 0.3em 0.3em 0 0;
  border-radius: 0.3em 0.3em 0 0;
  padding-bottom: 0.4em;
  text-indent: 1px; }

.header-global-login.state-open a,
.header-global-login.state-open a:link,
.header-global-login.state-open a:visited,
.header-global-login.state-open a:hover,
.header-global-login.state-open a:focus,
.header-global-login.state-open a:active {
  color: white; }

.header-global-login.state-open a:hover,
.header-global-login.state-open a:focus {
  color: #98e5fc; }

/* @end States */
/* @group Zenbox (feedback button) */
/* Hide feedback tab on small screen */
@media (max-width: 600px) {
  #zenbox_tab {
    display: none; } }
/* @end */
/* @group Quasi-nested post links (I've put this at bottom in case it breaks stuff. Merge into main stylesheet when ready.) */
.panel {
  position: relative; }
  .panel a {
    position: relative;
    z-index: 1; }

.panel .more,
.panel .more-block {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  border-bottom: none; }
  .panel .more,
  .panel .more-block {
    position: absolute;
    z-index: 0; }

.panel.clickable {
  position: relative;
  float: none;
  width: auto; }

.panel.clickable:hover {
  background-color: #eeeee8;
  color: #66665c; }

.panel.clickable:hover .morecopy {
  color: #1d77b6; }

.morecopy {
  border-bottom: 1px solid #63b8cf; }

.morecopy:hover {
  color: #1d77b6; }

.panel.key-stats .more {
  position: relative;
  text-indent: 0; }

/*.panel:hover,
.panel:hover .title,
.panel:hover .subtitle {
	color: $color-blue;
	cursor: pointer;
}*/
/* @end */
/* @group international qualifications  */
.node-type-international-qualifications .table th {
  font-size: 12px;
  font-size: 0.85714rem;
  color: #66665c;
  font-weight: normal; }
.node-type-international-qualifications .table th, .node-type-international-qualifications .table td {
  border-top: none; }
.node-type-international-qualifications table tr {
  border-bottom: none; }
.node-type-international-qualifications .list-detail li a, .node-type-international-qualifications #faq ul li a, #faq .node-type-international-qualifications ul li a {
  font-weight: bold; }
.node-type-international-qualifications .suptext {
  clear: both;
  margin-bottom: 3em; }

@media (min-width: 45em) {
  .node-type-international-qualifications p small em {
    float: right; }
  .node-type-international-qualifications .layout-row > .more {
    white-space: nowrap;
    margin-top: 1em; } }
/* @end */
/* @group awards */
.panel.scholarships .scholarship-details.surreysatander {
  padding-bottom: 0; }
.panel.scholarships h4 {
  margin-top: 0.5em; }
.panel.scholarships li a {
  border-bottom: 1px solid #63b8cf; }
.panel.scholarships h5 span {
  border-bottom: 1px solid #63b8cf; }
.panel.scholarships .scholarship-details {
  border-top: 3px solid black;
  padding-bottom: 1em; }
.panel.scholarships img {
  margin: 1em 0; }

/* @end */
/* @group pgt or pgr */
.node-type-pgt-course table thead tr,
.node-type-pgr-course table thead tr {
  color: #66665c; }
.node-type-pgt-course .course-content thead em,
.node-type-pgr-course .course-content thead em {
  display: block; }
.node-type-pgt-course .pgcontact,
.node-type-pgr-course .pgcontact {
  font-size: 1.2em;
  font-weight: bold !important; }
.node-type-pgt-course .panel-blue,
.node-type-pgr-course .panel-blue {
  background-color: #1d77b6; }
.node-type-pgt-course .intro.summary,
.node-type-pgr-course .intro.summary {
  margin-bottom: 1em; }
.node-type-pgt-course .table th,
.node-type-pgr-course .table th {
  color: #66665c; }
.node-type-pgt-course .table td.views-field-field-uk-eu-fees,
.node-type-pgt-course .table td.views-field-field-oversees-fees,
.node-type-pgr-course .table td.views-field-field-uk-eu-fees,
.node-type-pgr-course .table td.views-field-field-oversees-fees {
  text-align: right; }
.node-type-pgt-course .table th.views-field-field-start-date,
.node-type-pgr-course .table th.views-field-field-start-date {
  width: 25%; }
.node-type-pgt-course .table span.date-display-single,
.node-type-pgr-course .table span.date-display-single {
  white-space: nowrap; }
.node-type-pgt-course .meta .tags,
.node-type-pgr-course .meta .tags {
  padding: 0; }
  .node-type-pgt-course .meta .tags li,
  .node-type-pgr-course .meta .tags li {
    display: none; }
.node-type-pgt-course .program-structure,
.node-type-pgr-course .program-structure {
  padding: 10px 0 5px; }
  .node-type-pgt-course .program-structure table,
  .node-type-pgr-course .program-structure table {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .node-type-pgt-course .program-structure .notes,
  .node-type-pgr-course .program-structure .notes {
    background-color: white; }
.node-type-pgt-course .pg.video-icon,
.node-type-pgr-course .pg.video-icon {
  background-image: url(../image/play-big.png);
  height: 72px;
  width: 72px; }
.node-type-pgt-course .networks blockquote,
.node-type-pgr-course .networks blockquote {
  background-image: none;
  margin-top: 0;
  padding-top: 0; }
  .node-type-pgt-course .networks blockquote .quote,
  .node-type-pgr-course .networks blockquote .quote {
    background-image: url("/sites/all/themes/surrey_theme/style/image/quotes-open.png");
    background-position: center top;
    display: block;
    margin-top: 1em;
    padding-top: 1.5em; }
  .node-type-pgt-course .networks blockquote .attribution,
  .node-type-pgr-course .networks blockquote .attribution {
    background-image: none;
    border-bottom: 1px solid #d6d6d6;
    padding-top: 0; }
    .node-type-pgt-course .networks blockquote .attribution p,
    .node-type-pgr-course .networks blockquote .attribution p {
      font-size: 1em;
      background-image: none; }
    .node-type-pgt-course .networks blockquote .attribution .author p,
    .node-type-pgr-course .networks blockquote .attribution .author p {
      border-top: 1px solid #d6d6d6;
      padding-top: 1em; }
  .node-type-pgt-course .networks blockquote span + footer.attribution,
  .node-type-pgr-course .networks blockquote span + footer.attribution {
    padding-top: 1em;
    background-image: url("/sites/all/themes/surrey_theme/style/image/quotes-close-black.png");
    background-position: center 0.5em; }
.node-type-pgt-course .pagination,
.node-type-pgr-course .pagination {
  display: none; }

/* @end */
/* @group pgt */
.page-postgraduate span.date-display-single {
  white-space: nowrap; }
.page-postgraduate .view-content {
  clear: both; }
.page-postgraduate .credits {
  float: right;
  margin-bottom: 1em; }

/* @end */
/* @group pgt */
.node-type-pgt-course .hero-static > div {
  max-width: 1296px; }
.node-type-pgt-course .hero span {
  float: right;
  font-size: 10px;
  font-weight: bold;
  margin-right: 13%;
  padding-top: 10px; }
.node-type-pgt-course .section-green .blockquote-large {
  background-image: none;
  margin-top: 0;
  padding-top: 0; }
.node-type-pgt-course .layout-col6:last-child {
  margin-top: 7%; }
.node-type-pgt-course .question strong {
  font-weight: bold; }
.node-type-pgt-course p.chat {
  float: left;
  width: 70%; }
.node-type-pgt-course h5.findus {
  margin-bottom: 0.5em; }
.node-type-pgt-course .contact-us h5 {
  font-size: 1.2em;
  font-weight: bold !important; }
.node-type-pgt-course .panel .pgcontact a {
  border-bottom: 1px solid #63b8cf; }
.node-type-pgt-course .contact-us h4 {
  margin-top: 0.2em; }
.node-type-pgt-course .contact-us h5 {
  margin-bottom: 1em;
  margin-top: 1em; }
.node-type-pgt-course .contact-us h5:first-child {
  margin-top: 0; }
.node-type-pgt-course .contact-us p {
  margin-bottom: 0.3em; }
.node-type-pgt-course img.chat {
  float: right;
  margin-top: -5%; }
.node-type-pgt-course .layout-patchwork-cols4 .patchwork-unit {
  padding: 0 3px; }
.node-type-pgt-course .list-horizontal {
  text-align: left; }
.node-type-pgt-course .list-toggle {
  font-size: 1.8em;
  margin: 0.5em 0; }
.node-type-pgt-course .list-toggle .panel {
  margin-bottom: 1.5em; }
.node-type-pgt-course .list-horizontal a {
  margin: 0;
  padding: 0.3em 0.7em; }
.node-type-pgt-course .layout-row > .more {
  margin: 0.5em auto 2em;
  width: 26%; }
.node-type-pgt-course .underscore {
  padding-bottom: 1.5em; }

@media (max-width: 45em) {
  .node-type-pgt-course .patchwork-unit.masonry-brick .panel,
  .node-type-pgr-course .patchwork-unit.masonry-brick .panel {
    display: inline-block;
    width: 100%; } }
@media (min-width: 75em) {
  .node-type-pgt-course .flexslider-loader .flex-direction-nav a,
  .node-type-pgr-course .flexslider-loader .flex-direction-nav a {
    top: 38%; }
  .node-type-pgt-course h5.chat,
  .node-type-pgr-course h5.chat {
    float: left; }
  .node-type-pgt-course img.chat,
  .node-type-pgr-course img.chat {
    margin-top: 0.8em; }
  .node-type-pgt-course .panel.fees-and-funding .table,
  .node-type-pgr-course .panel.fees-and-funding .table {
    margin-bottom: 9px; }
  .node-type-pgt-course .panel.fees-and-funding table + span,
  .node-type-pgr-course .panel.fees-and-funding table + span {
    float: right; }
  .node-type-pgt-course .panel.fees-and-funding td,
  .node-type-pgr-course .panel.fees-and-funding td {
    padding-right: 10px;
    white-space: no-wrap; }
  .node-type-pgt-course .panel.fees-and-funding p,
  .node-type-pgr-course .panel.fees-and-funding p {
    clear: both; }
  .node-type-pgt-course #backButton,
  .node-type-pgr-course #backButton {
    max-width: 25%; }
  .node-type-pgt-course #applynow table .more.button,
  .node-type-pgr-course #applynow table .more.button {
    display: inline; } }
/* @end */
/* @group pgr */
.node-type-pgr-course .hero-static > div {
  max-width: 1296px; }
.node-type-pgr-course .layout-col6:last-child {
  margin-top: 7%; }
.node-type-pgr-course blockquote .attribution a.author {
  border-top: 1px solid #d6d6d6; }
.node-type-pgr-course .layout-col6 blockquote .attribution {
  border-bottom: 1px solid #d6d6d6; }
.node-type-pgr-course .layout-row > .more {
  margin: 0.5em auto 2em;
  width: 35%; }
.node-type-pgr-course .hero span {
  float: right;
  font-size: 10px;
  font-weight: bold;
  margin-right: 13%;
  padding-top: 10px; }
.node-type-pgr-course .pgcontact, .node-type-pgr-course .contact-us h5 {
  font-size: 1.2em;
  font-weight: bold !important; }
.node-type-pgr-course .panel.program-facts li a[mailto^="#"] {
  font-weight: bold; }
.node-type-pgr-course address {
  padding-top: 0.5em; }
.node-type-pgr-course #applynow.layout-row ul.list-unstyled {
  margin-left: 0; }
.node-type-pgr-course .studentship .panel h4 {
  color: #66665c;
  margin-top: 0; }
.node-type-pgr-course .studentship .panel table {
  margin-left: -1.5%;
  margin-right: 0;
  margin-top: 0.5em;
  width: 103.5%; }
  .node-type-pgr-course .studentship .panel table thead th {
    color: #66665c;
    border-right: 1px solid #c8c6b3; }
  .node-type-pgr-course .studentship .panel table tbody td,
  .node-type-pgr-course .studentship .panel table tbody td a {
    font-weight: bold; }
  .node-type-pgr-course .studentship .panel table th,
  .node-type-pgr-course .studentship .panel table td {
    border-bottom: none; }
.node-type-pgr-course .studentship .panel ul {
  margin-bottom: 1em; }
.node-type-pgr-course .studentship .panel li a {
  border-bottom: 1px solid #63b8cf;
  font-weight: bold; }
.node-type-pgr-course .studentship .panel li span {
  display: block;
  min-width: 12em; }
.node-type-pgr-course .studentship .panel .addnlino {
  border-top: 1px solid #d6d6d6;
  padding-top: 1em; }

/* @group List: Academic profiles */
.section-black.profiles .meta .tags li {
  display: none; }

/* @end */
/* @group research-project */
.node-type-research-project .section-black h2, .node-type-research-project .section-black .box-header-h2 {
  color: white; }
.node-type-research-project .section-black h3 {
  color: #98b24c;
  font-size: 26px;
  font-size: 1.85714rem;
  margin-top: 0.2em; }
.node-type-research-project .section-black .entry-category li a {
  font-weight: bold; }
.node-type-research-project span a {
  display: table; }
.node-type-research-project .layout-row .layout-col2.apply {
  float: right; }
.node-type-research-project .links {
  text-align: center; }
  .node-type-research-project .links .button {
    display: inline-block; }
  .node-type-research-project .links .more {
    background-color: #c8c6b3;
    background-position: 2% center;
    background-image: url(../image/arrow-left-circle.png);
    height: 19px;
    padding: 0.3em 2em;
    width: auto; }
  .node-type-research-project .links .button-orange {
    background-color: #fb7f2b;
    padding: 0.3em 2em; }
.node-type-research-project .studentship-detail .table {
  background-color: white;
  border-collapse: collapse; }
  .node-type-research-project .studentship-detail .table tr {
    border-bottom: none; }
  .node-type-research-project .studentship-detail .table th {
    border-bottom: none;
    color: #66665c; }
  .node-type-research-project .studentship-detail .table tr,
  .node-type-research-project .studentship-detail .table td {
    border-left: 1px solid #c8c6b3;
    border-top: none; }
  .node-type-research-project .studentship-detail .table td {
    font-weight: bold;
    margin-bottom: 0.2em; }
    .node-type-research-project .studentship-detail .table td a {
      display: table; }
    .node-type-research-project .studentship-detail .table td .layout-row .layout-col2.apply {
      float: right; }
    .node-type-research-project .studentship-detail .table td .url.clearfix, .node-type-research-project .studentship-detail .table td .url.header-global-dropdown, .node-type-research-project .studentship-detail .table td .nav-global > ul.url, .node-type-research-project .studentship-detail .table td .url.nav-groups, .node-type-research-project .studentship-detail .table td .url#kis {
      border-bottom: none; }
.node-type-research-project tbody td {
  font-family: neuron-extra-bold, corradine-neuron-black, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  /*letter-spacing: -0.05em;*/
  font-size: 22px;
  font-size: 1.57143rem; }

/* @end */
/* @group pgr studentship table */
.studentship .panel .item-highlight {
  border: none; }
.studentship .panel h5 {
  color: white;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-top: 0; }
  .studentship .panel h5 span {
    background-color: #98b24c;
    padding: 0 0.2em; }
.studentship .panel .icon-tick,
.studentship .panel .icon-cross {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px; }
.studentship .panel table {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }
  .studentship .panel table th {
    border-left: 1px solid #c8c6b3;
    color: #66665c; }
  .studentship .panel table td {
    font-weight: bold; }
    .studentship .panel table td a {
      border-bottom: 1px solid #63b8cf;
      font-weight: bold; }
  .studentship .panel table th,
  .studentship .panel table td {
    border-bottom: none; }
  .studentship .panel table tr {
    border-left: 1px solid #c8c6b3; }
.studentship .panel ul {
  margin-bottom: 1em; }
.studentship .panel li a {
  border-bottom: 1px solid #63b8cf;
  font-weight: bold; }
.studentship .panel li span {
  display: block;
  min-width: 12em; }
.studentship .panel .addnlino {
  border-top: 1px solid #d6d6d6;
  padding-top: 1em; }
.studentship .panel span a {
  display: table; }
.studentship .panel .staff img,
.studentship .panel .staff .role {
  display: none; }

.studentship-list .panel {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 10px; }
  .studentship-list .panel h3 {
    margin-bottom: 0;
    margin-top: 0; }
  .studentship-list .panel .table-container {
    margin: 0;
    margin-left: -1%;
    margin-right: 0;
    width: 102.3%; }
  .studentship-list .panel .table {
    margin-bottom: 10px; }

/* @end */
/* @group form PG apply links */
.apply-links .jump-menu-title {
  display: none; }
.apply-links .question {
  min-height: 25px; }
.apply-links a.button-orange,
.apply-links a.button-orange:link,
.apply-links a.button-orange:visited,
.apply-links a.button-orange:active {
  background-color: #fb7f2b;
  margin: 1em 0 0 50%; }
.apply-links a.button-orange:hover,
.apply-links a.button-orange:focus {
  background-color: #fbb23e; }

/* @end */
/* @group study - PGT/PGR orange button styles */
.page-node-5838 a.button-orange, .page-node-5840 a.button-orange {
  padding-left: 9px; }

/* @end */
/* @group webform styles */
.node-type-webform .form-container {
  border-left: 1px solid #99d1e0; }
.node-type-webform input[type=text],
.node-type-webform input[type=email],
.node-type-webform input[type=url],
.node-type-webform input[type=number],
.node-type-webform input[type=search],
.node-type-webform .form-textarea-wrapper,
.node-type-webform textarea {
  width: 31%;
  min-width: 282px;
  color: white; }
.node-type-webform label, .node-type-webform input, .node-type-webform button, .node-type-webform select, .node-type-webform textarea {
  font-size: 1.35714rem; }
.node-type-webform label {
  color: #66665c; }
.node-type-webform .form fieldset, .node-type-webform .form .p {
  clear: both; }
.node-type-webform .form .layout-col4 h2, .node-type-webform .form .layout-col4 .box-header-h2 {
  padding-left: 25px; }
.node-type-webform .form b {
  float: none;
  width: auto; }
.node-type-webform .form .layout-col12 .no-text b {
  width: 17em; }
.node-type-webform .form p {
  width: auto; }
.node-type-webform .form .required {
  position: relative;
  color: white; }
.node-type-webform .form button[type="submit"] {
  background-image: url("../image/arrow-right-button.png");
  background-position: 95% center;
  padding-right: 2em; }
.node-type-webform .form-type-radio, .node-type-webform .webform-datepicker {
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  display: inline-block;
  float: left;
  margin-left: 1em;
  padding: 0.5em; }
.node-type-webform .form-type-select .controls select {
  float: left;
  width: auto; }
.node-type-webform .form-checkboxes {
  float: left; }
  .node-type-webform .form-checkboxes .form-type-checkbox {
    clear: right;
    margin-top: 0.5em; }
.node-type-webform .form-required {
  color: #1d77b6; }
.node-type-webform .form-textarea-wrapper {
  float: none; }
  .node-type-webform .form-textarea-wrapper textarea {
    margin: 0;
    color: white;
    font-family: georgia-pro-light, "georgia", Times, serif;
    background-color: #1d77b6;
    border: none;
    -o-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    padding: 0.3em 0.5em 0.4em;
    min-width: 16.3em; }
  .node-type-webform .form-textarea-wrapper .grippie {
    display: none; }
.node-type-webform .description {
  font-size: 80%;
  display: table; }
.node-type-webform .select-or-other {
  float: left; }
  .node-type-webform .select-or-other .control-group {
    float: none;
    clear: both; }
.node-type-webform legend {
  display: none; }
.node-type-webform .helper {
  z-index: 1; }
.node-type-webform .webform-component {
  clear: both;
  padding-top: 0.5em; }
.node-type-webform .webform-component-markup p,
.node-type-webform .control-group .control-label:first-child {
  padding-left: 0.8em; }

@media (min-width: 55em) {
  .node-type-webform .form b {
    float: left;
    width: 14em;
    min-height: 2em; }
  .node-type-webform .form-type-radio,
  .node-type-webform .webform-datepicker,
  .node-type-webform .form-type-select .controls select {
    clear: none; }
  .node-type-webform .form-textarea-wrapper {
    float: left; }
  .node-type-webform .select-or-other {
    float: left; }
    .node-type-webform .select-or-other .control-group {
      float: left; }
    .node-type-webform .select-or-other .controls {
      margin-left: 18em; }
  .node-type-webform .form-textarea-wrapper + .description {
    display: inline-block;
    margin-left: 46%; } }
/* @end */
.flexslider-loader {
  position: relative;
  margin: 0 auto;
  max-width: 992px; }

/* At smaller size, more padding for bottom aligned nav buttons */
@media (min-width: 45em) and (max-width: 75em) {
  .flexslider-loader,
  section > .flexslider-loader {
    padding-bottom: 4.25em; } }
.flexslider-loader .flex-viewport {
  z-index: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

/* At smaller size, let the overflow of the viewport show */
@media (max-width: 45em) {
  .flexslider-loader .flex-viewport {
    overflow: visible !important;
    max-height: 100%;
    height: auto !important; } }
/* up until mid width, slides are shown as "block". Here we're setting the slides container and each <li> inside to "normal" block display */
@media (max-width: 45em) {
  .flexslider-loader .slides {
    width: auto !important;
    margin-left: 0 !important;
    padding-bottom: 20px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important; }

  .flexslider-loader .unit {
    float: none !important;
    overflow: visible !important; } }
/* loading graphics for units */
.flexslider-loader .unit.loading {
  background-image: url("../image/discover-loader.gif");
  background-position: center center;
  background-repeat: no-repeat; }

/* Essentially apeing the grid system here */
.flexslider-loader .panel-container {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  padding-left: 5px;
  padding-right: 5px; }

/* padding to left of first and right of last slides enables the layout of slides to space properly */
.flexslider-loader .panel-container:first-child {
  margin-left: 0;
  padding-left: 10px;
  padding-right: 0; }

.flexslider-loader .panel-container:last-child,
.flexslider-loader .panel-container.last {
  padding-right: 10px;
  padding-left: 0; }

/* we KNOW the max-width of an image here */
.flexslider-loader .panel-container img {
  max-width: 285px; }

.page-node .flexslider-loader .panel-container img {
  max-width: 100%; }

/* smaller screens, ensure the panel displays as "block" with no additional padding etc */
@media (max-width: 45em) {
  .flexslider-loader .panel-container {
    margin-left: 0 !important;
    padding: 0 !important;
    float: none;
    width: auto; }

  .flexslider-loader .panel-container img {
    max-width: 100%; } }
/* Left and right bav container - the full width of the "visible" slide area */
.flexslider-loader .flex-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: visible; }

/* Masks are the semi-opaque covers over the left and right "overflow" slides */
.flexslider-loader .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  background: rgba(238, 238, 231, 0.8);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }

.flexslider-loader .mask.hover {
  background: rgba(238, 238, 231, 0.5); }

.section-grey .flexslider-loader .mask {
  background: rgba(214, 214, 214, 0.8); }

.section-grey .flexslider-loader .mask.hover {
  background: rgba(214, 214, 214, 0.5); }

.section-beige .flexslider-loader .mask {
  background: rgba(200, 198, 179, 0.8); }

.section-beige .flexslider-loader .mask.hover {
  background: rgba(200, 198, 179, 0.5); }

.section-clay .flexslider-loader .mask {
  background: rgba(216, 215, 202, 0.8); }

.section-clay .flexslider-loader .mask.hover {
  background: rgba(216, 215, 202, 0.5); }

.section-black .flexslider-loader .mask {
  background: rgba(39, 43, 43, 0.8); }

.section-black .flexslider-loader .mask.hover {
  background: rgba(39, 43, 43, 0.5); }

/*
	Left and right nav links - basic layout is "mid" - underneath the slides, centre aligned.
	"small" view the nav is hidden, inherited from main flexslider styles
*/
.flexslider-loader .flex-direction-nav a {
  outline: none;
  width: 45px;
  height: 45px;
  left: auto;
  right: 51%;
  top: 100%;
  margin-top: -65px;
  background: white url("../image/sprite-loader-carousel-81x81.png") -17px -19px;
  background-size: auto;
  border: 1px solid #d8d7ca;
  opacity: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.flexslider-loader .flex-direction-nav a:hover {
  background-color: #272b2b;
  border-color: #272b2b; }

.flexslider-loader .flex-direction-nav .flex-prev.flex-disabled,
.flexslider-loader .flex-direction-nav .flex-prev.flex-disabled:hover {
  background-position: -17px -180px; }

.flexslider-loader .flex-direction-nav .flex-next,
.flexslider-loader .flex-direction-nav .flex-next.flex-disabled,
.flexslider-loader .flex-direction-nav .flex-next.flex-disabled:hover {
  left: 51%;
  right: auto;
  background-position: -98px -19px; }

.flexslider-loader .flex-direction-nav .flex-next:hover {
  background-position: -98px -180px; }

/* specific disabled nav styles */
.flexslider-loader .flex-direction-nav .flex-disabled,
.flexslider-loader .flex-direction-nav .flex-disabled:hover {
  cursor: default !important;
  -ms-opacity: 0.3;
  opacity: 0.3;
  background-color: #fff;
  border-color: #fff; }

/* At a "full" screen, left and right links get bigger, go to each side */
@media (min-width: 75em) {
  .flexslider-loader .flex-direction-nav a {
    top: 180px;
    bottom: auto;
    left: -10%;
    right: auto;
    width: 81px;
    height: 81px;
    margin-top: 0;
    background-position: left top; }

  .flexslider-loader .flex-direction-nav .flex-prev.flex-disabled,
  .flexslider-loader .flex-direction-nav .flex-prev.flex-disabled:hover {
    background-position: left top; }

  .flexslider-loader .flex-direction-nav a:hover {
    background-position: left bottom; }

  .flexslider-loader .flex-direction-nav .flex-next,
  .flexslider-loader .flex-direction-nav .flex-next.flex-disabled,
  .flexslider-loader .flex-direction-nav .flex-next.flex-disabled:hover {
    left: auto;
    right: -10%;
    background-position: right top; }

  .flexslider-loader .flex-direction-nav .flex-next:hover {
    background-position: right bottom; } }
/* @group Layout */
/* Three column layout (middle col) */
.pageThreeColumn #primaryContent {
  float: left;
  width: 100%; }

@media (min-width: 700px) {
  .pageThreeColumn #primaryContent {
    width: 62%; } }
/* Three column layout (right hand columns) */
.pageThreeColumn #extra {
  width: 100%;
  word-wrap: break-word; }

@media (min-width: 700px) {
  .pageThreeColumn #extra {
    float: right;
    width: 35%; } }
.theBreaker {
  clear: both; }

/* @end */
/* @group Navigation */
.nav .list-detail > li, .nav #faq ul > li, #faq .nav ul > li {
  background-image: url("../image/arrow-right-beige.png");
  background-position: 0 0.9em;
  padding-left: 25px; }

.nav .list-detail > li li > a, .nav #faq ul > li li > a, #faq .nav ul > li li > a {
  font-size: 0.95em; }

.nav .list-detail .parent.active .active, .nav #faq ul .parent.active .active, #faq .nav ul .parent.active .active {
  border-bottom: 1px dotted black; }

.nav .list-detail .parent.active:last-child, .nav #faq ul .parent.active:last-child, #faq .nav ul .parent.active:last-child {
  border-bottom: none; }

.nav .list-detail > .parent.active, .nav #faq ul > .parent.active, #faq .nav ul > .parent.active {
  background-image: url("../image/arrow-down-beige.png"); }

.nav .list-detail ul ul, .nav #faq ul ul ul, #faq .nav ul ul ul {
  font-size: 0.9em;
  margin-left: 1em; }

@media (max-width: 600px) {
  nav.panel h2, nav.panel .box-header-h2 {
    background-image: url("../image/arrow-right-beige.png");
    background-position: right center;
    margin-top: 0; }

  nav.panel.state-open h2, nav.panel.state-open .box-header-h2 {
    background-image: url("../image/arrow-down-beige.png"); } }
nav.panel h2 a, nav.panel .box-header-h2 a {
  width: 100%;
  display: block; }

/* @end */
/* @group Banners */
#banner-image .rotator {
  background-color: #000; }

.rotatorItem img {
  position: relative; }

.bannerOverlay {
  background: #2f2c2e transparent;
  /* The Fallback */
  background: rgba(47, 44, 46, 0.85);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d82F2C2E,endColorstr=#d82F2C2E);
  color: #FEFEFE;
  height: 100%;
  margin-left: 0;
  width: 380px;
  left: 0;
  position: absolute;
  top: 0; }

.bannerHeadline {
  font-family: Georgia,Times,serif;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
  margin: 12px 0 0 15px; }

.bannerCaption {
  font-size: 1.1em;
  line-height: 1.3;
  margin: 10px 40px 0 15px; }

p.bannerLink {
  margin-left: 15px; }
  p.bannerLink a {
    border-bottom: none;
    color: white !important;
    display: block;
    font-size: 1.1em;
    margin-top: 15px; }
    p.bannerLink a:hover span {
      background-position: -23px 0; }
  p.bannerLink span {
    background-image: url(//www.surrey.ac.uk/images/73533_panel_arrow_small.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 23px;
    margin-right: 10px;
    width: 23px; }

/* @end */
/* @group Department boxes */
#deptPromoBoxes {
  width: 100%;
  float: left;
  margin-bottom: 1em; }

/* Makes whole promo box clickable */
#deptPromoBoxes a {
  text-decoration: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 0.5em;
  z-index: 1; }

.deptHomepageFeatureContainer .deptHomepageFeature {
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  background-color: white;
  border: 1px solid #eeeee8;
  display: block;
  list-style-type: none;
  margin-bottom: 1em;
  width: 90%;
  padding: 5%;
  position: relative;
  color: black;
  float: left;
  min-height: 155px; }

.pageThreeColumn .deptHomepageFeatureContainer {
  margin-right: 4%;
  width: 46%;
  float: left; }

.pageTwoColumn .deptHomepageFeatureContainer {
  margin-right: 4%;
  width: 30.5%;
  float: left;
  position: relative; }

.pageTwoColumn .deptHomepageFeatureContainer.last {
  margin-right: 0; }

.deptHomepageFeatureContainer .deptHomepageFeature h3 {
  float: left; }

.deptHomepageFeatureContainer .deptHomepageFeature img {
  margin-bottom: 0;
  margin-top: 1em;
  position: absolute;
  bottom: 0;
  right: 0; }

.deptHomepageFeatureContainer a:link,
.deptHomepageFeatureContainer a:visited,
.deptHomepageFeatureContainer a:hover,
.deptHomepageFeatureContainer a:focus,
.deptHomepageFeatureContainer a:active {
  border: none; }

/* @end */
/* @group Events */
/* For event pages, override the left padding */
.event.eventPage {
  padding-left: 0; }

.pageThreeColumn #primaryContent.eventBookingPage {
  width: 770px; }

.eventBookingPage .genericContainer h1, .eventBookingPage .genericContainer .box-header-h1 {
  margin: 0 !important; }

.dateList {
  padding: 0;
  list-style-type: none;
  margin-bottom: 2em; }
  .dateList .theBreaker {
    clear: both; }

.dateList li {
  clear: left; }

/* Get rid of borders on date range fieldset */
#dateRange {
  border: none; }

#dateRangeButton {
  display: inline-block; }

.calendarIcon {
  float: left;
  margin-right: 1em; }

.calendarIcon .calendarIconDay {
  margin-top: 0.2em; }

#staticEvents .event {
  padding-left: 0;
  min-height: auto;
  margin: 1em 0 2em; }

.eventTitle {
  float: left; }

.eventList {
  margin-bottom: 1em; }

.eventList .event {
  padding-left: 0;
  min-height: auto; }

#eventlist .event {
  min-height: auto;
  padding-left: 0; }
#eventlist h2, #eventlist .box-header-h2 {
  margin-bottom: 0.8em !important; }
#eventlist h3 {
  font-size: 1.3rem; }

dl.eventDetails {
  border-bottom: 1px dotted #333333;
  margin: 2em 0 2em 0; }

dl.eventDetails dt {
  display: block;
  float: left;
  clear: left;
  padding: 8px 0 8px 0;
  width: 14em;
  font-weight: bold; }

dl.eventDetails dd {
  border-top: 1px dotted #333333;
  margin-bottom: 0;
  padding: 8px 0 8px 14em; }

/* Events on department homepages - titles wrapping if too long */
#extra .eventTitle {
  max-width: 11em; }

.uosSnEventDateOnly.event {
  padding-left: 0em;
  min-height: 1em; }

/* Styles for SABO (SeatAdvisor) booking pages */
#sabo_frame {
  border: 0;
  height: 1500px;
  margin: 0;
  padding: 0; }

/* @end */
/* @group News */
.newsfeed {
  clear: both; }

/* News ticker icons on department homepages */
ul.newsicon {
  background-image: url(//www.surrey.ac.uk/images/8007_news_icon_small.gif);
  background-repeat: no-repeat;
  list-style-type: none;
  padding: 0 0 0 65px;
  min-height: 65px;
  margin: 0 0 2em 0; }

/* @end */
.bookOnlineButton {
  margin-top: 1em; }

/* Press release archives */
#pressReleaseArchive ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0 0 0 0; }
  #pressReleaseArchive ul li {
    margin-bottom: 0.5em; }

.spotlight {
  min-height: 105px; }

.spotlightImage {
  padding-right: 10px;
  float: left; }

/* File download links - copied from common.css */
.fileTypeIcon {
  background: url(//www.surrey.ac.uk/images/101625_file-type-icons_small.png) no-repeat;
  padding-bottom: 4px;
  padding-left: 20px; }

.pdfLink {
  background-position: 0 -60px; }

.docLink {
  background-position: 0 -120px; }

.pptLink {
  background-position: 0 -180px; }

.xlsLink {
  background-position: 0 -240px; }

.mdbLink {
  background-position: 0 -300px; }

.txtLink {
  background-position: 0 -360px; }

.fileLink {
  display: block;
  margin-bottom: 1.5em; }

/*video embed style - copied from videoembedurl.css*/
.uosSnVideoEmbedURL .player {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 0;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px; }

.uosSnVideoEmbedURL .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 35em) {
  .welcome .header-global-logo {
    width: 67%; } }
.site-heading-welcome .layout-container, .site-heading-welcome .nav-global > ul, .site-heading-welcome .nav-groups {
  padding: 0.4em 0; }
.site-heading-welcome h1, .site-heading-welcome .box-header-h1, .site-heading-welcome .h1 {
  color: #272b2b;
  margin: 0;
  text-transform: none; }
  @media (min-width: 700px) {
    .site-heading-welcome h1, .site-heading-welcome .box-header-h1, .site-heading-welcome .h1 {
      font-size: 88px;
      font-size: 6.28571rem; } }
.site-heading-welcome .welcome-strapline {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 20px;
  font-size: 1.42857rem; }
.site-heading-welcome:after {
  border: none; }

#section-welcome-select .layout-container, #section-welcome-select .nav-global > ul, #section-welcome-select .nav-groups {
  padding: 2em 0 2em 0; }

#form-set-user-details {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 20px;
  font-size: 1.42857rem; }
  #form-set-user-details p {
    line-height: 1.5;
    margin-bottom: 1.5em; }
  #form-set-user-details select {
    display: block !important;
    margin-bottom: 1em !important;
    max-width: 80%;
    width: auto; }
  #form-set-user-details label {
    clear: left;
    display: block;
    float: none;
    margin-bottom: 0.8em; }
  @media all and (min-width: 945px) {
    #form-set-user-details label {
      display: block;
      float: left;
      width: 22em; }
    #form-set-user-details select {
      float: left;
      max-width: 400px; } }

.section-show-timetable .layout-container, .section-show-timetable .nav-global > ul, .section-show-timetable .nav-groups,
#section-edit-user-details .layout-container,
#section-edit-user-details .nav-global > ul,
#section-edit-user-details .nav-groups,
#section-welcome-buttons .layout-container,
#section-welcome-buttons .nav-global > ul,
#section-welcome-buttons .nav-groups {
  padding-top: 3em;
  padding-bottom: 2em; }

#welcome-config fieldset {
  border: none !important;
  padding: 1em 0 0 0; }
#welcome-config select {
  margin-right: 0.5em; }

.nav-welcome-timetable ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 3em 0 0 0; }
  .nav-welcome-timetable ol li.layout-col2 {
    background-image: url(../image/sprite-welcome-timetable-nav.png);
    background-repeat: no-repeat;
    display: list-item;
    font-family: corradine-neuron-black, neuron-extra-bold, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
    font-size: 20px;
    font-size: 1.42857rem;
    list-style-type: decimal;
    padding-top: 55px; }
    .nav-welcome-timetable ol li.layout-col2:hover {
      color: #1d77b6; }
      .nav-welcome-timetable ol li.layout-col2:hover a {
        color: #1d77b6; }
    .nav-welcome-timetable ol li.layout-col2:first-child {
      display: block; }
    .nav-welcome-timetable ol li.layout-col2:nth-child(2) {
      background-position: 0 -178px; }
    .nav-welcome-timetable ol li.layout-col2:nth-child(3) {
      background-position: 0 -393px; }
    .nav-welcome-timetable ol li.layout-col2:nth-child(4) {
      background-position: 0 -602px; }
    .nav-welcome-timetable ol li.layout-col2:nth-child(5) {
      background-position: 0 -844px; }
    .nav-welcome-timetable ol li.layout-col2:nth-child(6) {
      background-position: 0 -1022px; }

@media screen and (max-width: 750px) {
  .nav-welcome-timetable ol li.layout-col2 {
    border-bottom: 2px solid #eeeee8;
    font-size: 16px;
    font-size: 1.14286rem;
    margin-bottom: 10px;
    min-height: 32px;
    padding-top: 5px;
    padding-left: 41px; } }
.timetable-description {
  color: #66665c;
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 27px;
  line-height: 1.92857rem; }

#section-timetable-select {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 14px;
  font-size: 1rem; }
  #section-timetable-select li {
    vertical-align: text-top; }
  #section-timetable-select p {
    margin-bottom: 1em; }

.selector {
  clear: both;
  margin-bottom: 0.4em; }
  .selector label {
    float: left;
    padding-top: 5px;
    width: 23em; }

#selector-course label {
  display: none; }

.panel.calendar-day {
  padding-left: 83px; }
  .panel.calendar-day .event-dates {
    left: 10px;
    top: 10px; }
  .panel.calendar-day .event-list {
    display: table;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    width: 100%; }
    .panel.calendar-day .event-list .event {
      background-color: #d8d7ca;
      display: table-row-group;
      width: 100%; }
      .panel.calendar-day .event-list .event .event-title {
        font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-size: 1.1em;
        font-weight: bold; }
      .panel.calendar-day .event-list .event .container {
        display: table-row;
        width: 100%; }
      .panel.calendar-day .event-list .event h3.event-title {
        display: none; }
      .panel.calendar-day .event-list .event .event-attribute {
        border-bottom: 1px solid #c8c6b3;
        border-right: 1px solid #c8c6b3;
        display: table-cell;
        width: 33%; }
        .panel.calendar-day .event-list .event .event-attribute.event-date {
          display: none; }
        .panel.calendar-day .event-list .event .event-attribute.event-time {
          width: 10%; }
        .panel.calendar-day .event-list .event .event-attribute.event-location {
          width: 10%; }
        .panel.calendar-day .event-list .event .event-attribute .event-attribute-value {
          padding: 10px; }
        .panel.calendar-day .event-list .event .event-attribute h4 {
          border-bottom: 1px solid #c8c6b3;
          color: #66665c;
          font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
          font-weight: normal;
          font-size: 100%;
          margin-bottom: 0;
          margin-top: 0;
          padding-bottom: 10px;
          padding-left: 10px;
          padding-right: 10px;
          padding-top: 10px; }
      .panel.calendar-day .event-list .event:nth-child(n+2) h4 {
        display: none; }

@media screen and (max-width: 640px) {
  .panel.calendar-day {
    background-color: inherit;
    border: none;
    padding: 0; }
    .panel.calendar-day .event-dates {
      position: static;
      left: auto;
      margin-bottom: 0;
      padding-right: 0;
      top: auto; }
      .panel.calendar-day .event-dates .date-cal {
        font-size: 1.4em !important;
        margin: 0;
        padding: 10px;
        text-align: left;
        width: auto; }
        .panel.calendar-day .event-dates .date-cal .date {
          display: inline;
          font-size: 100%;
          font-weight: normal; }
        .panel.calendar-day .event-dates .date-cal .month {
          font-size: 100%; }
    .panel.calendar-day .event-list {
      display: block;
      margin-left: 0;
      padding-left: 0; }
      .panel.calendar-day .event-list .event {
        background-color: inherit;
        display: block;
        margin-bottom: 1px; }
        .panel.calendar-day .event-list .event h3.event-title {
          background-color: #c8c6b3;
          border-bottom: 1px solid #d8d7ca;
          display: block;
          font-size: 1.2em;
          margin-bottom: 0;
          margin-top: 0;
          padding: 8px; }
        .panel.calendar-day .event-list .event p.event-title {
          display: none; }
        .panel.calendar-day .event-list .event .container {
          -o-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          -moz-border-radius: 0.3em;
          border-radius: 0.3em;
          background-color: white;
          border: 1px solid #d8d7ca;
          color: black;
          display: block;
          list-style-type: none;
          margin-bottom: 0;
          margin-top: 2px;
          padding: 10px;
          position: relative;
          width: auto; }
        .panel.calendar-day .event-list .event .event-attribute {
          border: none;
          display: block;
          margin: 0;
          padding: 0;
          width: auto; }
          .panel.calendar-day .event-list .event .event-attribute.event-date, .panel.calendar-day .event-list .event .event-attribute.event-time, .panel.calendar-day .event-list .event .event-attribute.event-location {
            background-color: #c8c6b3;
            border-bottom: 1px solid #d8d7ca;
            clear: both;
            display: block;
            overflow: hidden;
            width: auto; }
            .panel.calendar-day .event-list .event .event-attribute.event-date h4, .panel.calendar-day .event-list .event .event-attribute.event-time h4, .panel.calendar-day .event-list .event .event-attribute.event-location h4 {
              float: left;
              margin: auto;
              padding: 8px;
              width: 5em; }
            .panel.calendar-day .event-list .event .event-attribute.event-date .event-attribute-value, .panel.calendar-day .event-list .event .event-attribute.event-time .event-attribute-value, .panel.calendar-day .event-list .event .event-attribute.event-location .event-attribute-value {
              border-left: 1px solid #d8d7ca;
              float: left;
              padding: 8px;
              width: auto; }
          .panel.calendar-day .event-list .event .event-attribute.event-details {
            padding-top: 8px; }
            .panel.calendar-day .event-list .event .event-attribute.event-details h4 {
              display: none; }
          .panel.calendar-day .event-list .event .event-attribute h4 {
            border: none; }
        .panel.calendar-day .event-list .event:nth-child(n+2) h4 {
          display: block; } }
.welcome-timetable-widgets ul {
  display: table;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto; }
.welcome-timetable-widgets li {
  display: table-cell;
  padding-right: 32px;
  text-align: center; }
  .welcome-timetable-widgets li:last-child {
    padding-right: 0; }
.welcome-timetable-widgets a,
.welcome-timetable-widgets a:link,
.welcome-timetable-widgets a:visited,
.welcome-timetable-widgets a:hover,
.welcome-timetable-widgets a:focus,
.welcome-timetable-widgets a:active {
  font-weight: 500;
  border-bottom: 0; }
.welcome-timetable-widgets span {
  display: block;
  margin: 0 auto 4px auto;
  overflow: hidden;
  text-indent: -999em;
  width: 56px;
  height: 56px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  border: 1px solid #d6d6d6;
  background-image: url(../image/sprite-welcome-timetable-widget.png);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
.welcome-timetable-widgets .print-timetable span {
  background-position: -191px 0; }
.welcome-timetable-widgets .subscribe-timetable span {
  background-position: -13px 0; }
.welcome-timetable-widgets a:hover span,
.welcome-timetable-widgets a:focus span {
  border-color: #1f78b1;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box; }
.welcome-timetable-widgets a.print-timetable:hover span,
.welcome-timetable-widgets a.print-timetable:focus span {
  background-position: -191px -56px; }
.welcome-timetable-widgets a.subscribe-timetable:hover span,
.welcome-timetable-widgets a.subscribe-timetable:focus span {
  background-position: -13px -56px; }

.video-description {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .video-description h3 {
    color: #000; }
  .video-description .button-blue {
    color: white !important; }

.twitter-heading {
  background-image: url(../image/icon-ussu-twitter.png);
  border-bottom: 5px solid #98b24c;
  color: #fff;
  font-size: 20px;
  font-size: 1.42857rem;
  min-height: 40px;
  padding-bottom: 14px;
  padding-left: 47px; }
  .twitter-heading a,
  .twitter-heading a:link,
  .twitter-heading a:visited {
    border-bottom: none;
    color: #fff;
    text-decoration: none; }

#list-in-the-loop li a {
  background-position: 10px 14px;
  margin-bottom: 5px;
  padding-left: 50px; }
  #list-in-the-loop li a.twitter {
    background-image: url(../image/icon-twitter-32px-white.png); }
  #list-in-the-loop li a.facebook {
    background-image: url(../image/icon-facebook-32px-white.png);
    background-position: 10px 10px; }

.back-to-top {
  border-bottom: none !important;
  display: block;
  margin: auto;
  text-align: center;
  text-decoration: none;
  width: 150px; }
  .back-to-top span {
    background-image: url(../image/sprite-back-to-top.png);
    background-clip: content-box;
    border: 1px solid #eeeee8;
    -o-border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: block;
    height: 50px;
    margin: auto;
    width: 50px; }
  .back-to-top:hover span {
    background-position: -50px 0; }
  .back-to-top.floater {
    bottom: 2em;
    position: fixed;
    right: 0; }

.welcome-timetable-disclaimer {
  margin: 1.5em 0 0 0; }

.section-featured-events .event .tags {
  display: none; }

.bodysize2, .bodysize2 select {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px; }

#doNotUseMessage {
  background-color: #fff024;
  border: none;
  color: inherit;
  float: none;
  font-weight: inherit;
  padding: 0;
  text-align: left;
  width: auto; }
  #doNotUseMessage .layout-container, #doNotUseMessage .nav-global > ul, #doNotUseMessage .nav-groups {
    padding: 0; }
  #doNotUseMessage p {
    color: inherit !important;
    padding: 5px 0; }

/**
 * Headings
 */
h1, .box-header-h1, h2, .box-header-h2 {
  color: black; }

.box-header-h2.topmargin {
  margin-top: 50px; }

h3, .h3, .h4 {
  color: #000;
  text-transform: none !important; }

/*
 * Sort out the banner size - fix its max width
 */
.hero-static > div {
  max-width: 1296px; }

@media screen and (min-width: 46.4286em) {
  .hero-static > div:before, .flexslider > .slides > li:before {
    background-image: url(https://www.surrey.ac.uk/sites/all/themes/surrey_theme/style/image/bg-hero-static-shutters.png); } }
#headernav {
  background-color: white;
  padding: 5px 1em 0 1em;
  width: auto; }

#headernavleft {
  display: none; }

#headernavright {
  float: none;
  font-size: 90%;
  margin: auto;
  max-width: 76.5em;
  padding: 8px 0 10px;
  text-align: right;
  width: 100%; }

/**
 * Left-hand navigation
 *
 * Uses similar markup to Rhythmyx pages, but requires some overrides
 *
 */
.nav .list-detail li, .nav #faq ul li, #faq .nav ul li {
  background-image: url("https://www.surrey.ac.uk/sites/all/themes/surrey_theme/style/image/arrow-right-beige.png"); }

/**
 * Box header help
 */
.boxheaderhelp {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  position: absolute;
  right: 10px;
  text-transform: none;
  top: 10px; }

/**
 * Application options - shown in left nav during application process
 *
 */
.application-options .list-detail, .application-options #faq ul, #faq .application-options ul {
  border-top: 1px dotted;
  margin-top: 8px; }
  .application-options .list-detail:first-child, .application-options #faq ul:first-child, #faq .application-options ul:first-child {
    border-top: 3px solid;
    margin-top: 5px; }

/**
 * Form fields and elements
 *
 */
.form p {
  float: none; }

.buttons {
  margin-top: 2.5em;
  text-align: center; }
  .buttons .button {
    clear: none;
    display: inline-block !important;
    margin: auto 20px auto 0 !important;
    max-width: 20em;
    padding-right: 40px !important; }

fieldset.panel p {
  color: #66665c;
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 21px;
  line-height: 1.4; }
fieldset.panel .button {
  margin: auto !important; }
fieldset.panel select {
  max-width: 390px; }
fieldset.panel fieldset {
  border: 0;
  clear: both;
  padding: 0;
  margin: 50px 0 0 0; }
  fieldset.panel fieldset p {
    font-size: 18px; }
fieldset.panel input[type="radio"], fieldset.panel input[type="checkbox"] {
  background-color: transparent; }
fieldset.panel table {
  border-collapse: inherit;
  margin-left: -1.2%;
  margin-right: -1.2%;
  padding: 10px;
  width: 102.4%; }
  fieldset.panel table.table-noformat {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%; }
    fieldset.panel table.table-noformat td, fieldset.panel table.table-noformat th {
      border: none;
      padding: 0; }
  fieldset.panel table th {
    color: #66665c;
    font-size: 11.5px; }
  fieldset.panel table th, fieldset.panel table td {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #c8c6b3;
    padding: 0 10px 8px 10px;
    text-align: left; }
  fieldset.panel table tr:last-child td {
    padding-bottom: 0; }

/* locking this to webkit only, at least for now */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select, .form select {
    background-position: 95% center;
    background-image: url(https://www.surrey.ac.uk/sites/all/themes/surrey_theme/style/image/arrow-down-dropdown.png);
    font-family: georgia-pro-light, "georgia", Times, serif;
    padding: 0.3em 1.5em 0.4em 0.5em; } }
/**
 * Application summary information
 *
 * This appears in the left-hand column during the application process
 */
.application-summary {
  padding: 17px 1px 10px 1px; }
  .application-summary .box-header-h2 {
    padding-right: 10px;
    padding-left: 10px; }
  .application-summary dl {
    border-top: 3px solid;
    margin: 10px;
    padding: 10px 0 0 0; }
    .application-summary dl dt {
      color: #66665c;
      display: block;
      font-size: 12px;
      margin: 0;
      padding: 0; }
    .application-summary dl dd {
      border-bottom: 1px dotted black;
      display: block;
      font-size: 13px;
      font-weight: bold;
      margin: 0 0 9px 0;
      padding: 0 0 8px 0; }
      .application-summary dl dd a {
        background-image: none !important;
        border: none !important;
        display: inline !important;
        margin: 0 !important;
        padding: 0 !important; }

/**
 * Application progress indicator navigation
 * 
 * Also appears in the left-hand navigation - below the progress indicator
 */
.application-progress-indicator {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .application-progress-indicator li {
    background-color: #d8d7ca;
    border-bottom: 1px solid #c8c6b3;
    padding: 8px 10px; }
    .application-progress-indicator li.current {
      background-color: #c8c6b3; }
    .application-progress-indicator li .step {
      color: #66665c;
      display: block;
      font-size: 12px; }
    .application-progress-indicator li a {
      background-image: none !important;
      border-bottom: none !important;
      display: block;
      margin: 0 0 0 22px !important;
      padding: 0; }
    .application-progress-indicator li img {
      display: inline-block !important;
      padding-right: 6px;
      vertical-align: text-top; }

/**
 * Supporting statements
 *
 */
.supporting-statement {
  background-color: #d8d7ca;
  margin-top: 0;
  margin-right: -1.2%;
  margin-bottom: 2em;
  margin-left: -1.2%;
  padding-bottom: 10px;
  position: relative;
  width: 102.4%; }
  .supporting-statement .supporting-statement-question {
    padding: 10px; }
  .supporting-statement .supporting-statement-answer {
    border-top: 1px solid #c8c6b3;
    margin: 10px;
    padding-top: 10px; }
  .supporting-statement .supporting-statement-edit {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px; }

fieldset.panel p.question-radio {
  background-color: #d8d7ca;
  color: #000;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  margin-right: -1.2%;
  margin-bottom: 2em;
  margin-left: -1.2%;
  overflow: hidden;
  width: 102.4%; }
  fieldset.panel p.question-radio b {
    padding: 10px;
    width: 80%; }
  fieldset.panel p.question-radio .button-group {
    display: block;
    padding: 10px; }

/******************************************************
OLD STUFF BELOW THIS LINE

Needs refactoring

******************************************************/
/*
 * Page structure
 */
#maincontentleft {
  margin-top: 1.5em; }

.rightpanelcontainer {
  float: none !important;
  width: auto; }

.rightpanelminheight {
  float: none !important;
  height: auto;
  width: auto; }

@media all and (min-width: 68.21429em) {
  #maincontent {
    padding: 0;
    width: 68.21429em; }

  #maincontentleft {
    max-width: inherit;
    width: 21.98953% !important; }

  #leftnavcontainer {
    max-width: 189px; }

  #maincontentleftadvert {
    text-align: center; }

  #maincontentcenter {
    margin-right: 25px;
    width: 50.26178% !important; }

  .application-process #maincontentcenter {
    margin-right: 0;
    width: 72.87958% !important; }

  #maincontentright {
    clear: none;
    float: left;
    margin-left: 0;
    padding-top: 1.5em;
    padding-left: 0;
    width: 22.6178% !important; }
    #maincontentright input {
      min-width: inherit !important; }

  .rightpanelcontainer {
    width: auto; }

  .rightpanelminheight {
    float: right !important;
    width: auto; } }
.rightpanelcontainer {
  background: none;
  float: none !important;
  padding: 0; }

.rightpanelheadersearch, .rightpanelheaderlogon {
  background: none;
  color: black;
  padding: 0; }

.rightpanelcontent {
  background: none;
  padding: 0; }
  .rightpanelcontent input {
    max-width: 123px; }
    .rightpanelcontent input[type="image"] {
      padding-top: 10px; }
  .rightpanelcontent img[src*="spacer.gif"] {
    display: none; }
  .rightpanelcontent table {
    background: none;
    margin-bottom: 0; }
    .rightpanelcontent table tr {
      border: none; }
      .rightpanelcontent table tr td {
        border: none;
        padding: 0; }
        .rightpanelcontent table tr td b {
          display: none; }
  .rightpanelcontent br {
    display: none; }

.vacancyListOuter {
  border: none; }

.vacancyList {
  max-width: 470px; }
  .vacancyList table {
    background-color: #d8d7ca;
    border-collapse: collapse;
    font-size: 0.9em;
    width: 100%;
    margin-bottom: 0.5em;
    border: none; }
  .vacancyList tr, .vacancyList tr.header, .vacancyList tr.alt, .vacancyList td, .vacancyList th {
    background-color: transparent;
    border: none;
    border-right: 1px solid #c8c6b3;
    border-bottom: 1px solid #c8c6b3;
    color: #272b2b; }
  .vacancyList td, .vacancyList th {
    padding: 0.4em; }

#footer {
  background-color: #272b2b;
  color: #ffffff;
  min-height: 5em;
  padding-top: 2em; }
  #footer a {
    border-bottom: none;
    color: #ffffff;
    font-family: georgia-pro-light, "georgia", Times, serif;
    font-size: 1.1em;
    margin: 0 0.8em; }
    #footer a:hover {
      border-bottom: 1px solid white; }

#maincontentcentermain {
  text-align: left;
  width: 100%; }

.icon-error {
  display: inline-block !important;
  width: auto !important; }

.form b {
  padding-left: 0;
  width: 11em; }
.form input {
  min-width: inherit !important; }
  .form input[type="text"], .form input[type="email"] {
    min-width: inherit !important; }
.form select {
  min-width: inherit;
  width: auto !important; }

.application-process .form b {
  width: 15em; }

.boxheader {
  background-color: transparent !important;
  clear: both;
  float: none;
  margin-bottom: 5px;
  min-height: 45px;
  overflow: hidden; }

.boxheadertop {
  background-image: none !important;
  float: none; }

.boxheadertitle {
  padding: 0; }

.boxheadermain, .boxheadermainleft, .boxheadermainright, .boxheadermaincenter, .boxheadertopleft, .boxheadertopright {
  background-image: none !important;
  float: none; }

.boxcontentinner {
  padding: 0; }

.boxcontent {
  background-color: transparent;
  border: none !important; }

table.gridtable {
  border: none; }
  table.gridtable td {
    border: inherit;
    border-left: 1px solid #c8c6b3; }

fieldset.panel legend {
  color: #66665c;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.1em;
  font-weight: bold; }

.field-validator {
  display: inline-block; }
  .field-validator[style*="visibility:hidden"] {
    display: none; }

table.table-noformat {
  background-color: transparent !important;
  font-size: 1em;
  margin: 1em 0 !important;
  width: auto !important; }
  table.table-noformat tr {
    border: none; }
  table.table-noformat th, table.table-noformat td {
    border: none;
    padding: 0; }

table.table-nomargin {
  margin: 0 !important; }

.panel table {
  margin-right: 0;
  margin-left: 0;
  width: auto; }

table.width-full {
  width: 100% !important; }

/**
 * Search in right-hand column
 *
 */
.rightpanelcontent {
  width: auto !important; }

#job-search, #login-form {
  border: none;
  padding: 0;
  margin-bottom: 20px;
  max-width: 230px;
  overflow: hidden; }
  #job-search .h4, #login-form .h4 {
    margin-bottom: 8px; }
  #job-search label, #login-form label {
    color: #000;
    display: block;
    margin-bottom: 8px;
    margin-top: 0; }
  #job-search input[type="text"], #login-form input[type="text"] {
    display: block;
    max-width: 208px;
    min-width: inherit;
    width: 100%; }
  #job-search #ctl00_rightContentPlaceHolder_frameworkVacancySearch_btnSearch, #job-search #ctl00_rightContentPlaceHolder_frameworkLogon_btnLogon, #login-form #ctl00_rightContentPlaceHolder_frameworkVacancySearch_btnSearch, #login-form #ctl00_rightContentPlaceHolder_frameworkLogon_btnLogon {
    background-color: transparent;
    display: block;
    float: right;
    padding: 8px 0 0 0; }
  #job-search .advanced-search, #login-form .advanced-search {
    display: block;
    float: left;
    font-size: 12px;
    padding-top: 14px; }

#update-links {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0; }
  #update-links li {
    display: inline-block; }
    #update-links li:first-child {
      margin-right: 10px; }
    #update-links li a {
      background-image: none !important;
      padding: 0; }

#login-links {
  float: left;
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0; }
  #login-links li {
    margin-bottom: 5px; }

.hide {
  display: none !important; }

input:-webkit-autofill {
  color: white !important;
  -webkit-box-shadow: 0 0 0px 1000px #1d77b6 inset; }

#vacancy-sort-form fieldset {
  margin: 0 0 1em 0; }
#vacancy-sort-form b {
  width: 5em; }
#vacancy-sort-form ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
#vacancy-sort-form li {
  margin-bottom: 5px; }
#vacancy-sort-form a {
  border-bottom: 1px solid #63b8cf; }

table#InfoLabel1 {
  background: none !important;
  background-color: transparent;
  border: none !important;
  font-size: inherit !important; }
  table#InfoLabel1 tr, table#InfoLabel1 th, table#InfoLabel1 td {
    background: none !important;
    border: none !important;
    padding: 0; }
  table#InfoLabel1 table {
    background-color: #f78f8f;
    border: 1px solid #e05959;
    font-size: inherit !important; }
    table#InfoLabel1 table td {
      padding: 5px; }
      table#InfoLabel1 table td.st:first-child {
        width: 30px; }

.vacancyList .subHeader {
  background-color: transparent; }
  .vacancyList .subHeader td {
    padding: 0 0 10px 0; }
    .vacancyList .subHeader td p {
      background-color: #c8c6b3;
      color: #272b2b;
      font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      padding: 5px 0 5px 10px;
      font-size: 12px; }

#faq abbr {
  border-bottom: none; }
#faq ul {
  pading-left: 0 !important;
  margin-left: 0 !important; }
  #faq ul li {
    background-image: url(https://www.surrey.ac.uk/sites/all/themes/surrey_theme/style/image/arrow-right-beige.png);
    background-position: 0 0.9em;
    background-repeat: no-repeat;
    margin: 0 !important;
    padding-left: 25px; }
