/*
 *  Making it responsive the standards way, fixes IE10 win8 snap mode
 *  http://msdn.microsoft.com/en-gb/library/ie/hh869615(v=vs.85).aspx
 *  http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
 */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
 Helper classes
 ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.hidden,
.url-textfield {
  display: none !important;
  visibility: hidden;
}

.element-invisible,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  font-size: 16px;
  line-height: 25px;
  margin: 20px 0;
}

blockquote p:first-child {
  margin-top: 0;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: black;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0 0 15px 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

address {
  font-style: normal;
  margin: 10px 0;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Text selection. */
::-moz-selection {
  background: #efebf0;
  text-shadow: none;
}

::selection {
  background: #efebf0;
  text-shadow: none;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Default styles for definition list */
dt,
dd {
  padding: 2px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 3px 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  max-width: 100%;
  /* Lucja this has to stay max-width or images wont be responsive */
  width: 100%;
  height: auto;
  margin: 20px 0;
}

/* IFRAME and others, BA */
embed, object, video, canvas object, iframe {
  max-width: 100%;
}

embed, object, video, canvas object {
  height: auto;
  /*max-height: 100%; causing responsive problems */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
  color: #ff0033;
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* TODO FAILED VALIDATION _ UNRECOGNISED PSEUDO TAGS
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
*/
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  line-height: 20px;
  font-size: 16px;
  text-align: left;
  margin: 13px 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #999999;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  display: block;
}

.file img {
  display: inline-block;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/**
 * Sprite icons and images
 *
 * - add in your selectors here to avoid including the sprite img more than once
 */
.before {
  content: " ";
  position: absolute;
  background-image: url("");
  background-repeat: no-repeat;
}

.lt-ie8 .before {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before"');
}

/* IE fix for content:before */
.after {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
}

.lt-ie8 .after {
  zoom: expression('this.runtimeStyle.zoom="1", this.appendChild( document.createElement("span") ).className="ie-after"');
}

/* IE fix for content:after */
/* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
}

/**
 * Name: admin.css
 * Author: British Council - Responsible web design.
 * Description: Admin styles, at the moment overriding the Drupal CSS.
 */
/* Force the admin menu into ltr direction other wide the rollovers go the other way.*/
#admin-menu-wrapper {
  direction: ltr !important;
}

.messages {
  margin: 0 auto;
  padding: 0;
  max-width: 950px;
}

#bc-messages {
  margin: 20px auto;
  padding: 10px 20px;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: white;
  background: #884c97;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNzlhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjVkODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #884c97), color-stop(100%, #4f2c58));
  background: -webkit-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -o-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -ms-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: linear-gradient(to bottom, #884c97 0%, #4f2c58 100%);
}

.lt-ie9 #bc-messages {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4279a6', endColorstr='#2b5d86',GradientType=0 );
}

#bc-messages.error {
  position: relative;
  background: #f9b5b0;
  min-height: 55px;
  padding: 20px 20px 0 90px;
}

#bc-messages.error ul {
  padding: 0 0 20px 20px;
}

.rtl #bc-messages.error {
  padding-right: 90px;
  padding-left: 20px;
}

.rtl #bc-messages.error ul {
  padding-left: 20px;
  padding-right: 0;
}

#bc-messages.error {
  color: #333333;
}

#bc-messages.error li {
  margin: 5px 0;
}

#bc-messages .krumo-root {
  color: black;
}

#bc-messages .krumo-root img {
  width: auto;
}

/**
 * Markup generated by theme_pager().
 */
.item-list .pager {
  clear: both;
  text-align: center;
}

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}

.pager-current {
  font-weight: bold;
}

html.js #bc-content fieldset.collapsed {
  height: auto;
}

.search-advanced .criterion {
  float: none;
}

ul li.expanded {
  list-style-image: none;
  list-style-type: none;
}

#bc-main-wrapper .sticky-header {
  display: none;
}

/* THEME */
.bc-media-meta th {
  width: 35%;
}

.bc-media-meta td {
  width: 65%;
}

.bc-media-meta .form-item {
  margin: 0;
}

.bc-media-meta .form-item label {
  display: none;
}

.bc-green {
  color: #45a505;
}

.bc-red {
  color: #d91212;
}

/* Promotions */
#bc-main-wrapper #bc-content-wrapper .bc-edit a,
#bc-main-wrapper #bc-content-wrapper .bc-delete a {
  color: #333333;
}

#bc-main-wrapper #bc-content-wrapper .bc-edit,
#bc-main-wrapper #bc-content-wrapper .bc-delete {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 20;
  border-radius: 5px;
  display: block;
  padding: 3px 7px;
  border: 1px solid #666666;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.7);
  background: #efebf0;
  color: #333333;
  min-height: 0;
}

#bc-main-wrapper #bc-content-wrapper .bc-edit:before {
  display: none;
}

#bc-main-wrapper #bc-content-wrapper .bc-delete {
  right: 50px;
}

.rtl #bc-main-wrapper #bc-content-wrapper .bc-edit {
  right: auto;
  left: 7px;
}

.rtl #bc-main-wrapper #bc-content-wrapper .bc-delete {
  right: auto;
  left: 50px;
}

#bc-main-wrapper #bc-content-wrapper .bc-promo-tabs .bc-edit {
  right: 37%;
}

.rtl #bc-main-wrapper #bc-content-wrapper .bc-promo-tabs .bc-edit {
  right: auto;
  left: 37%;
}

.bc-boxes-teaser-large .bc-box .bc-edit {
  opacity: 0;
}

.bc-boxes-teaser-large .bc-box:hover .bc-edit {
  opacity: 0.7;
}

.bc-boxes-teaser-large .bc-box .bc-edit:hover {
  opacity: 1;
}

/* Show and hide elments. */
#bc-main-wrapper #bc-content-wrapper .bc-promo-tabs .bc-card .bc-edit {
  display: none;
}

#bc-main-wrapper #bc-content-wrapper .bc-promo-tabs .bc-card.bc-active .bc-edit {
  display: block;
}

#bc-main-wrapper #bc-content-wrapper .bc-edit:hover,
#bc-main-wrapper #bc-content-wrapper .bc-edit:focus {
  color: #333333;
}

#bc-main-wrapper #bc-content-wrapper .bc-promo .bc-edit,
#bc-main-wrapper #bc-content-wrapper .bc-promo .bc-edit,
#bc-main-wrapper #bc-content-wrapper .bc-section-box .bc-edit,
#bc-main-wrapper #bc-content-wrapper .bc-listing-50 article .bc-edit {
  display: none;
}

#bc-main-wrapper #bc-content-wrapper .bc-promo:hover .bc-edit,
#bc-main-wrapper #bc-content-wrapper .bc-section-box:hover .bc-edit,
#bc-main-wrapper #bc-content-wrapper .bc-promo:hover .bc-edit,
#bc-main-wrapper #bc-content-wrapper .bc-listing-50 article:hover .bc-edit,
#bc-main-wrapper #bc-news-alerts .bc-edit,
#bc-main-wrapper #bc-news-alerts .bc-delete {
  font-size: 12px;
  padding: 2px 5px;
  display: block;
  opacity: 0.7;
}

#bc-main-wrapper #bc-content-wrapper .bc-promo:hover .bc-edit:hover,
#bc-main-wrapper #bc-content-wrapper .bc-section-box:hover .bc-edit:hover,
#bc-main-wrapper #bc-content-wrapper .bc-listing-50 article:hover .bc-edit:hover,
#bc-main-wrapper #bc-news-alerts .bc-edit:hover,
#bc-main-wrapper #bc-news-alerts .bc-delete:hover {
  opacity: 1;
}

/* Revisioning Publish and Cancel buttons */
#bc-content-wrapper #edit-cancel {
  margin-left: 17px;
  padding-left: 20px;
  position: relative;
}

.rtl #bc-content-wrapper #edit-cancel {
  margin-left: 0;
  margin-right: 17px;
  padding-left: 0;
  padding-right: 20px;
}

.admin-menu #bc-content .form-actions {
  text-align: left;
}

.rtl .admin-menu #bc-content .form-actions {
  text-align: right;
}

#bc-content-wrapper #edit-cancel:before,
.lt-ie8 #bc-content-wrapper #edit-cancel .ie-before {
  content: " ";
  height: 12px;
  left: 0px;
  position: absolute;
  top: 2px;
  width: 12px;
}

.rtl #bc-content-wrapper #edit-cancel:before,
.rtl.lt-ie8 #bc-content-wrapper #edit-cancel .ie-before {
  left: auto;
  right: 0;
}

.lt-ie8 #bc-content-wrapper #edit-cancel {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before"');
}

/* IE fix for content:before */
#bc-content-wrapper #edit-cancel:before,
.lt-ie8 #bc-content-wrapper #edit-cancel .ie-before {
  background-image: url("../images-source/generic/333-arrows.png");
  background-repeat: no-repeat;
}

.rtl #bc-content-wrapper #edit-cancel:before,
.rtl.lt-ie8 #bc-content-wrapper #edit-cancel .ie-before {
  background-image: url("../images-source/generic/333-arrows-rtl.png");
}

#bc-content-wrapper #edit-cancel:before,
.lt-ie8 #bc-content-wrapper #edit-cancel .ie-before {
  background-position: -40px -3px;
}

/** 
 * Set mobile font size and line-height
 */
body {
  font-size: 16px;
  line-height: 1.5em;
}

/**
 * Default font definitions.
 */
html,
body,
button,
input,
select,
textarea,
#bc-primary-menu #bc-mobile-menu h2,
#bc-footer-lower h2,
.bc-heading-bg {
  font-family: Arial, sans-serif;
  font-family: "BCSans", Arial, sans-serif;
}

/* BC SANS */
h1,
h2,
h3,
blockquote,
.bc-large-text,
.bc-hlight-box dt,
.bc-hlight-box dd,
.bc-hlight-box p,
.bc-hlight-box .bc-lk-16,
.bc-teaching-centre-contact-details,
#bc-main-wrapper .bc-carousel-home .bc-card h2,
#bc-main-wrapper .bc-carousel-home .bc-card p,
.bc-carousel-hero figcaption,
.bc-block-date,
.bc-tabs-nav ul li a,
#bc-footer-menu h2,
.aside.sidbars .bc-sub-nav a,
.bc-link-button,
.bc-listing-event span.bc-text-location,
.bc-filter ul li,
#bc-campaign-txt {
  font-family: "BCSans", Arial, sans-serif;
}

/* Uppercase. */
h3,
h4,
th,
thead th,
#bc-content-wrapper ul.pager .pager-previous,
#bc-content-wrapper ul.pager .pager-next,
.bc-hlight-box.bc-dload ul li em,
.bc-section-box > a h2,
.bc-hlight-box h2,
.bc-block-date span,
#bc-footer-menu h2,
node-type-campaign #bc-footer-menu > h2,
.bc-listing-event article a .bc-meta div {
  text-transform: uppercase;
}

/* Reset some instances to not use text-transforms. */
.bc-col1 .bc-boxes-teaser-large > .bc-box .bc-block-caption > h2,
.bc-table-invert th,
#bc-content .form-submit,
a.bc-link-button,
#bc-social-media h3,
.bc-map-listing h3,
#bc-footer-menu .bc-lang h2 {
  text-transform: none;
}

/**
 * Languages that don't use or support uppercase
 */
.i18n-el *,
.i18n-ar * {
  /* Happy to leave an important in this context but as a general rule we shouldn't use them or * selectors. But in this context it does protect us if we add more uppercase rules later. */
  text-transform: none !important;
}

/* Reset the mime type to uppercase as these are always in English. */
.i18n-ar .bc-hlight-box.bc-dload ul li em,
.i18n-el .bc-hlight-box.bc-dload ul li em {
  text-transform: uppercase !important;
}

/**
 * Korea
 */
body.i18n-ko {
  line-height: 1.7em;
}

.ko,
body.i18n-ko,
.i18n-ko button,
.i18n-ko input,
.i18n-ko select,
.i18n-ko textarea,
.i18n-ko #bc-primary-menu #bc-mobile-menu h2,
.i18n-ko #bc-footer-lower h2,
.i18n-ko .bc-heading-bg {
  /*font-family: dotum, gulim, sans-serif;*/
  font-family: 'Malgun Gothic', AppleGothic, dotum, gulim, 'Helvetica Neue', sans-serif;
}

/* BC SANS Equivalent */
.i18n-ko h1,
.i18n-ko h2,
.i18n-ko h3,
.i18n-ko blockquote,
.i18n-ko .bc-large-text,
.i18n-ko .bc-hlight-box dt,
.i18n-ko .bc-hlight-box dd,
.i18n-ko .bc-hlight-box p,
.i18n-ko .bc-hlight-box .bc-lk-16,
.i18n-ko .bc-teaching-centre-contact-details,
.i18n-ko #bc-main-wrapper .bc-carousel-home .bc-card h2,
.i18n-ko #bc-main-wrapper .bc-carousel-home .bc-card p,
.i18n-ko .bc-carousel-hero figcaption,
.i18n-ko .bc-block-date,
.i18n-ko .bc-tabs-nav ul li,
.i18n-ko .aside.sidbars .bc-sub-nav a,
.i18n-ko .bc-link-button,
.i18n-ko .bc-listing-event span.bc-text-location,
.i18n-ko .bc-filter ul li {
  /* BC SANS Equivalent */
  font-family: 'Malgun Gothic', AppleGothic, dotum, gulim, 'Helvetica Neue', sans-serif;
}

/**
 * Japan
 */
body.i18n-jp {
  line-height: 1.7em;
}

.jp,
body.i18n-jp,
.i18n-jp button,
.i18n-jp input,
.i18n-jp select,
.i18n-jp textarea,
.i18n-jp #bc-primary-menu #bc-mobile-menu h2,
.i18n-jp #bc-footer-lower h2,
.i18n-jp .bc-heading-bg {
  font-family: 'Meiryo', 'MS PGothic', Osaka, sans-serif;
}

/* BC SANS Equivalent */
.i18n-jp h1,
.i18n-jp h2,
.i18n-jp h3,
.i18n-jp blockquote,
.i18n-jp .bc-large-text,
.i18n-jp .bc-hlight-box dt,
.i18n-jp .bc-hlight-box dd,
.i18n-jp .bc-hlight-box p,
.i18n-jp .bc-hlight-box .bc-lk-16,
.i18n-jp .bc-teaching-centre-contact-details,
.i18n-jp #bc-main-wrapper .bc-carousel-home .bc-card h2,
.i18n-jp #bc-main-wrapper .bc-carousel-home .bc-card p,
.i18n-jp .bc-carousel-hero figcaption,
.i18n-jp .bc-block-date,
.i18n-jp .bc-tabs-nav ul li a,
.i18n-jp .aside.sidbars .bc-sub-nav a,
.i18n-jp .bc-link-button,
.i18n-jp .bc-listing-event span.bc-text-location,
.i18n-jp .bc-filter ul li {
  font-family: 'Meiryo', 'MS PGothic', Osaka, sans-serif;
}

/* Quote mark. */
.i18n-jp blockquote {
  position: relative;
  padding-top: 30px;
}

.i18n-jp blockquote:before {
  content: "\300E";
  font-size: 4em;
  position: absolute;
  left: -1em;
  top: 20px;
}

/**
 * France
 */
/* France dates use only lowercase */
.i18n-fr .bc-date
.bc-block-date span {
  text-transform: lowercase;
}

/**
 * Arabic
 */
/**
 * Default font definitions.
 */
.i18n-ar #bc-header-wrapper #bc-site-name span {
  font-weight: 300;
  font-size: 40px;
}

.i18n-ar #bc-page-title > aside > h2,
.i18n-ar #bc-page-title > aside > p,
.i18n-ar #bc-page-title > aside a {
  font-size: 14.5px;
  line-height: 1.45em;
}

.i18n-ar h1,
.i18n-ar .bc-promo-b h2,
.i18n-ar .bc-boxes-1 h2,
.i18n-ar .bc-hlight-box dd {
  font-weight: 300;
}

.i18n-ar h2,
.i18n-ar h3 {
  font-weight: 600;
}

body.i18n-ar,
.i18n-ar button,
.i18n-ar input,
.i18n-ar select,
.i18n-ar textarea,
.i18n-ar #bc-primary-menu #bc-mobile-menu h2,
.i18n-ar #bc-footer-lower h2,
.i18n-ar .bc-heading-bg {
  font-family: Tahoma, Arial, sans-serif;
}

/* BC SANS Equivalent */
.i18n-ar h1,
.i18n-ar h2,
.i18n-ar h3,
.i18n-ar blockquote,
.i18n-ar .bc-large-text,
.i18n-ar .bc-hlight-box dt,
.i18n-ar .bc-hlight-box dd,
.i18n-ar .bc-hlight-box p,
.i18n-ar .bc-hlight-box .bc-lk-16,
.i18n-ar .bc-teaching-centre-contact-details,
.i18n-ar #bc-main-wrapper .bc-carousel-home .bc-card h2,
.i18n-ar #bc-main-wrapper .bc-carousel-home .bc-card p,
.i18n-ar .bc-carousel-hero figcaption,
.i18n-ar .bc-block-date,
.i18n-ar .bc-tabs-nav ul li,
.i18n-ar .aside.sidbars .bc-sub-nav a,
.i18n-ar .bc-listing-event span.bc-text-location,
.i18n-ar .bc-filter ul li {
  /* BC SANS Equivalent */
  font-family: Tahoma, Arial, sans-serif;
}

/* Quote mark. */
.i18n-ar blockquote {
  position: relative;
  padding-top: 50px;
}

.i18n-ar blockquote:before {
  font-family: arial;
  /* This is a more 'designed' version of the quote mark. */
  content: "\2019";
  font-size: 5.5em;
  position: absolute;
  left: auto;
  right: 6px;
  top: 35px;
}

/**
 * Name: layout-feature.css
 * Author: British Council - Responsible web design.
 * Description: Basic layout for feature phone, inherited by everything.
 */
/* Set elements to use the inclusive box model */
.bc-box,
#bc-main-wrapper .bc-carousel-home .bc-card > .bc-card-info > div,
.bc-col1,
.aside.sidbars,
#bc-footer-menu h2,
#bc-footer-menu ul li,
#bc-search-links,
#bc-search-block,
#bc-social-media,
body .bc-boxes-2 > ul > li,
body .bc-boxes-3 > ul > li,
.bc-hero-promo figcaption,
.bc-block-date,
#bc-main-wrapper .bc-promo-tabs .bc-navigation a,
input,
textarea,
blockquote,
.bc-boxes-teaser-large .bc-block-caption,
.bc-listing-event article .bc-tags,
.bc-listing-50 article .bc-lk-16,
.bc-partners li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body .bc-boxes-2 > ul > li,
body .bc-boxes-3 > ul > li {
  list-style: none;
}

/* Polyfill for box-sizing, path needs to be relative to the HTML, I wonder if there is a hosted version... */
/* TODO PATH NOT WORKING
.lt-ie8 .bc-box,
.lt-ie8 #bc-main-wrapper .bc-carousel-home .bc-card > .bc-card-info > div,
.lt-ie8 .bc-hero-promo figcaption,
.lt-ie8 .bc-col1,
.lt-ie8 .aside.sidbars,
.lt-ie8 #bc-footer-menu h2,
.lt-ie8 #bc-footer-menu ul li,
.lt-ie8 #bc-search-links,
.lt-ie8 #bc-search-block,
.lt-ie8 body .bc-boxes-3 > ul > li,
.lt-ie8 .bc-block-date
.lt-ie8 .bc-boxes-teaser-large .bc-block-caption,
.lt-ie8 .bc-listing-event article .bc-tags,
.lt-ie8 .bc-listing-50 article .bc-lk-16,
.lt-ie8 .bc-partners li {
  behavior: url('/profiles/solas2/themes/britishcouncil/scripts/box-sizing-polyfill/boxsizing.htc');
}
*/
.lt-ie8 #bc-header-wrapper,
.lt-ie8 form,
.lt-ie8 input,
.lt-ie8 textarea,
.lt-ie8 section,
.lt-ie8 article,
.lt-ie8 aside,
.lt-ie8 nav,
.lt-ie8 header,
.lt-ie8 footer {
  /* Give 'layout' to core items for IE8. */
  zoom: 1;
}

/**
 * HELPERS: Clear fix
 */
/* Add the clear fix selectors rather than littering the html. */
.bc-max-width:before,
.bc-max-width:after,
#bc-page-title:before,
#bc-page-title:after,
#bc-content-wrapper .bc-promo:before,
#bc-content-wrapper .bc-promo:after,
#bc-breadcrumb:before,
#bc-breadcrumb:after,
.aside.sidbars .bc-logos:before,
.aside.sidbars .bc-logos:after,
.bc-partners ul:before,
.bc-partners ul:after {
  content: " ";
  display: table;
}

.bc-max-width:after,
#bc-page-title:after,
#bc-content-wrapper .bc-promo:after,
#bc-breadcrumb:after,
.aside.sidbars .bc-logos:after,
.bc-partners ul:after {
  clear: both;
}

.bc-max-width,
#bc-page-title,
#bc-content-wrapper .bc-promo,
#bc-breadcrumb,
.aside.sidbars .bc-logos,
.bc-partners ul {
  *zoom: 1;
}

/* Golden Hind Homepage Overrides.
.node-type-homepage-golden-hind .bc-front .aside.sidbars .bc-lk-list-16 a:before,
.lt-ie8 .node-type-homepage-golden-hind .bc-front .aside.sidbars .bc-lk-list-16 a .ie-before {
  left: 10px;
}

.node-type-homepage-golden-hind .bc-3-col .aside.sidbars h3 {
  text-transform: none;
  border: none;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.node-type-homepage-golden-hind .bc-front .aside.sidbars .bc-lk-list-16 a {
  margin-bottom: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.node-type-homepage-golden-hind #bc-content-wrapper #bc-content {
  padding-top: 20px;
}
*/
/* End Golden Hind Homepage Overrides */
/**
 * GLOBAL: Layouts
 */
#bc-main-wrapper #bc-content-wrapper #bc-content .no-margin-top {
  margin-top: 0;
}

/*
#bc-content-wrapper #bc-content {
  padding: 0 20px;
}*/
.bc-box {
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
}

.bc-boxes-no-margin-top .bc-box {
  margin-top: 0;
}

/**
 * News alerts
 */
.front #bc-news-alerts {
  margin-top: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

#bc-news-alerts {
  position: relative;
  margin: 0 20px 5px 20px;
  padding: 10px 10px;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#bc-news-alerts p,
#bc-news-alerts ul {
  margin: 0 0 3px 0;
}

/**
 *  Breadcrumb Trail
 */
#bc-breadcrumb {
  margin: 15px 0 23px 0;
}

#bc-breadcrumb li {
  float: left;
  position: relative;
  padding: 0 25px 0 0;
}

.rtl #bc-breadcrumb li {
  float: right;
}

#bc-breadcrumb li a {
  display: block;
  font-weight: 300;
}

.rtl #bc-breadcrumb li {
  padding-right: 0;
  padding-left: 25px;
}

#bc-breadcrumb li.last {
  padding-right: 0;
}

/* Breadcrumb seperator */
#bc-breadcrumb li:after,
.lt-ie8 #bc-breadcrumb li .ie-after {
  content: "\003E";
  font-family: "Arial";
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
}

.rtl #bc-breadcrumb li:after,
.rtl.lt-ie8 #bc-breadcrumb li .ie-after {
  right: auto;
  left: 10px;
}

.lt-ie8 #bc-breadcrumb li .ie-after {
  width: 10px;
  height: 10px;
}

.lt-ie8 #bc-breadcrumb li {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-after"');
}

/* IE fix for content:after */
#bc-breadcrumb li.last:after {
  display: none;
}

/**
 * Page Title
 */
#bc-page-title {
  border-width: 0 0 1px 0;
  margin: 0 0 20px 0;
}

#bc-page-title > h1 {
  margin: 0 0 10px 0;
}

/* Search Page title with search icon see bottom of the page for icon */
.page-search #bc-page-title {
  position: relative;
  padding: 0 0 0 50px;
  border: none;
  margin: 0 0 10px;
}

.rtl .page-search #bc-page-title {
  padding-right: 50px;
  padding-left: 0;
}

.lt-ie8 .page-search #bc-page-title > h1 {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before"');
}

/* IE fix for content:before */
.page-search #bc-page-title > h1:before,
.page-search #bc-page-title > h1 .ie-before {
  content: " ";
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
}

.rtl .page-search #bc-page-title > h1:before,
.rtl .page-search #bc-page-title > h1 .ie-before {
  left: auto;
  right: 0;
}

#bc-page-title > aside {
  display: none;
}

/**
 * Sub Navigation
 */
.aside.sidbars .bc-sub-nav {
  margin: 0 -20px 30px -20px;
  padding: 0;
}
.aside.sidbars .bc-sub-nav h2 {
  margin: 0;
  padding: 0;
  border-width: 0;
  font-size: 14px;
}
.aside.sidbars .bc-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.aside.sidbars .bc-sub-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside.sidbars .bc-sub-nav ul
ul li a {
  border-width: 0 0 1px 0;
}
.aside.sidbars .bc-sub-nav h2 a,
.aside.sidbars .bc-sub-nav ul li a {
  display: block;
  padding: 8px 20px;
  font-weight: 300;
}
.aside.sidbars .bc-sub-nav ul li ul li {
  border-style: dotted;
  border-width: 0 0 1px 0;
}
.aside.sidbars .bc-sub-nav h2 a {
  position: relative;
}

.aside.sidbars .bc-sub-nav h2 a:before,
.lt-ie8 .aside.sidbars .bc-sub-nav h2 a .ie-before,
.bc-job-listing:before,
.lt-ie8 .bc-job-listing .ie-before {
  content: " ";
  display: block;
  width: 12px;
  height: 7px;
  position: absolute;
  left: 20px;
  top: 16px;
}

.bc-job-listing:before,
.lt-ie8 .bc-job-listing .ie-before {
  height: 12px;
  left: 0px;
  top: 13px;
}

.rtl .bc-job-listing:before,
.rtl.lt-ie8 .bc-job-listing .ie-before {
  left: auto;
  right: 0px;
}

.lt-ie8 .aside.sidbars .bc-sub-nav h2 a,
.lt-ie8 .bc-job-listing {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before"');
}

/* IE fix for content:before */
.lt-ie8 .aside.sidbars .bc-sub-nav h2 a .ie-before {
  left: 14px;
}

.rtl .aside.sidbars .bc-sub-nav h2 a:before {
  left: auto;
  right: 20px;
}

.rtl.lt-ie8 .aside.sidbars .bc-sub-nav h2 a .ie-before {
  left: auto;
  right: 14px;
}

.aside.sidbars .bc-sub-nav h2 a,
.aside.sidbars .bc-sub-nav ul li ul li a {
  padding-left: 40px;
}

.aside.sidbars .bc-sub-nav ul li ul li ul li a {
  padding-left: 60px;
}

.rtl .aside.sidbars .bc-sub-nav h2 a,
.rtl .aside.sidbars .bc-sub-nav ul li ul li a {
  padding-right: 40px;
  padding-left: 0;
}

.rtl .aside.sidbars .bc-sub-nav ul li ul li ul li a {
  padding-right: 60px;
  padding-left: 0;
}

.aside.sidbars .bc-logos .views-row-odd,
.aside.sidbars .bc-logos .views-row-even {
  width: 50%;
  float: left;
}

.aside.sidbars .bc-logos .views-row-even,
.aside.sidbars .bc-logos .views-row-even img {
  float: right;
}

.aside.sidbars .bc-logos img {
  width: 95%;
}

.rtl .aside.sidbars .bc-logos .views-row-odd,
.rtl .aside.sidbars .bc-logos .views-row-even {
  float: right;
}

.rtl .aside.sidbars .bc-logos .views-row-even,
.rtl .aside.sidbars .bc-logos .views-row-even img {
  float: left;
}

/**
 *  Pagination
 */
#bc-content-wrapper ul.pager {
  margin: 20px 0 10px 0;
  padding: 8px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

#bc-content-wrapper ul.pager li {
  padding: 0px 5px;
  margin: 0;
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: 600;
}

#bc-content-wrapper ul.pager li.pager-next,
#bc-content-wrapper ul.pager li.pager-previous {
  padding: 0;
}

#bc-content-wrapper ul.pager li.pager-next a,
#bc-content-wrapper ul.pager li.pager-previous a {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  text-indent: -9999em;
  border-radius: 0;
  vertical-align: middle;
}

#bc-content-wrapper ul.pager li.pager-current,
#bc-content-wrapper ul.pager li.pager-next,
#bc-content-wrapper ul.pager li.pager-previous {
  display: inline-block;
}

.lt-ie8 #bc-content-wrapper .pager li,
.lt-ie8 #bc-content-wrapper ul.pager li.pager-current {
  display: inline;
}

/* Next previous buttons */
#bc-content-wrapper ul.pager .pager-previous,
#bc-content-wrapper ul.pager .pager-next {
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
}

#bc-content-wrapper ul.pager .pager-previous {
  left: 20px;
}

#bc-content-wrapper ul.pager .pager-next {
  right: 20px;
}

.rtl #bc-content-wrapper ul.pager .pager-previous {
  left: auto;
  right: 20px;
}

.rtl #bc-content-wrapper ul.pager .pager-next {
  right: auto;
  left: 20px;
}

/* Hiding first and last pager items */
#bc-content-wrapper ul.pager li.pager-first,
#bc-content-wrapper ul.pager li.pager-last {
  display: none;
}

/* Tagging */
.bc-tags {
  margin: 20px 0;
  padding: 0 30px;
  position: relative;
}

.bc-tags:before,
.lt-ie8 .bc-tags .ie-before {
  content: '';
  width: 22px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 3px;
}

.rtl .bc-tags:before {
  left: auto;
  right: 0;
}

.lt-ie8 .bc-tags {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("i"), this.firstChild ).className="ie-before"');
}

.bc-tags a {
  font-weight: 300;
}

/* LISTINGS */
/* Default standard listing styles */
.bc-col1 .bc-listing > h2 {
  margin-bottom: 0;
}

.bc-col1 .bc-listing > .bc-box > a {
  display: block;
  font-weight: normal;
  text-decoration: none;
}

.bc-col1 .bc-listing > .bc-box > a:hover h2,
.bc-col1 .bc-listing > .bc-box > a:focus h2 {
  text-decoration: underline;
}

.bc-col1 .bc-listing > .bc-box div > h2 {
  margin-top: 0;
  border-width: 0;
  padding-top: 0;
}

/* Single column listing */
.bc-col1 .bc-listing.bc-boxes-1 > .bc-box {
  margin: 20px 0;
}

.bc-col1 .bc-listing.bc-boxes-1 > .bc-box div > h2 {
  margin-top: 0;
  margin-bottom: -5px;
  position: relative;
  top: -3px;
}

.bc-col1 .bc-listing.bc-boxes-1 > .bc-box div p {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Single column listing items with image */
.bc-col1 .bc-listing.bc-boxes-1 > .bc-box.bc-img-box {
  padding-left: 30.2%;
  position: relative;
}

.rtl .bc-col1 .bc-listing.bc-boxes-1 > .bc-box.bc-img-box {
  padding-left: 0;
  padding-right: 30.2%;
}

.bc-col1 .bc-listing.bc-boxes-1 > .bc-box.bc-img-box,
.bc-col1 .bc-listing.bc-boxes-1 > .bc-box.bc-img-box > a {
  min-height: 107px;
}

.bc-col1 .bc-listing.bc-boxes-1 > .bc-box.bc-img-box > a {
  position: static;
  /* A fix to ensure that the external links position releative is overridden. */
}

.bc-col1 .bc-listing.bc-boxes-1 > .bc-box.bc-img-box div > img {
  width: 30.1%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 107px;
  /* In case the image coming back from youTube or Vimeo is not 16:9. */
}

.rtl .bc-col1 .bc-listing.bc-boxes-1 > .bc-box.bc-img-box div > img {
  left: auto;
  right: 0;
}

.bc-col1 .bc-listing.bc-boxes-1 > .bc-box.bc-img-box div {
  padding-left: 2.3%;
  margin-left: 2.3%;
}

.rtl .bc-col1 .bc-listing.bc-boxes-1 > .bc-box.bc-img-box div {
  padding-left: 0;
  margin-left: 0;
  padding-right: 2.3%;
  margin-right: 2.3%;
}

/* Override link for IELTS listing. */
.bc-col1 .bc-listing.bc-boxes-1 > .bc-box.bc-img-box > a.bc-listing-wlinks {
  min-height: 0;
}

.bc-job-listing {
  position: relative;
  padding-left: 25px;
}

/* Two column listing */
.bc-col1 .bc-listing.bc-boxes-2 a {
  position: relative;
}

.bc-col1 .bc-listing.bc-boxes-2 a:before,
.lt-ie8 .bc-col1 .bc-listing.bc-boxes-2 a .ie-before {
  left: 10px;
  top: 11px;
  width: 12px;
  height: 12px;
}

.rtl .bc-col1 .bc-listing.bc-boxes-2 a:before,
.rtl.lt-ie8 .bc-col1 .bc-listing.bc-boxes-2 a .ie-before {
  left: auto;
  right: 0;
}

.bc-col1 .bc-listing.bc-boxes-2 .bc-box h2 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.rtl .bc-col1 .bc-listing.bc-boxes-2 h2 {
  padding-left: 0;
  padding-right: 30px;
}

.bc-col1 .bc-listing.bc-boxes-2 p {
  margin: 0;
}

/* end standard listing */
/* Arts page listing */
.bc-col1 .bc-boxes-teaser-large > .bc-box {
  position: relative;
}

.bc-col1 .bc-boxes-teaser-large > .bc-box a:hover,
.bc-col1 .bc-boxes-teaser-large > .bc-box a:focus {
  text-decoration: none;
}

.bc-boxes-teaser-large .bc-block-caption {
  position: relative;
  padding: 15px 20px;
}

.bc-boxes-teaser-large img {
  margin-bottom: -20px;
}

.bc-col1 .bc-boxes-teaser-large > .bc-box .bc-block-caption > h2 {
  margin-top: -5px;
  font-size: 16px;
  text-transform: none;
  border: none;
}

.bc-col1 .bc-boxes-teaser-large > .bc-box a:hover h2 {
  text-decoration: underline;
}

.bc-block-caption p {
  font-weight: normal;
}

/* End of Arts page listing */
/* Events page listing */
.bc-listing-event > article {
  margin: 5px 0 0 0;
  padding: 0 0 30px 0;
  border-width: 0 0 1px 0;
  border-style: dotted;
}

.bc-listing-event article a:hover {
  text-decoration: none;
}

.bc-listing-event article h2 {
  font-weight: 300;
  margin: 0;
  padding: 0;
  border: none;
}

.bc-listing-event article a:hover h2 {
  text-decoration: underline;
}

.bc-listing-event article a .bc-meta div {
  display: inline-block;
  font-size: 13px;
  padding: 6px;
  margin: 12px 0 7px 0;
}

.bc-listing-event article h2 {
  font-size: 22px;
  line-height: 26px;
}

.bc-listing-event article a img {
  margin: 6px 0 15px 0;
}

.bc-listing-event span.bc-text-location {
  font-size: 13px;
  font-weight: 600;
}

.bc-listing-event article .bc-tags {
  margin: 5px 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bc-listing-event article p {
  margin: 0;
}

/* End Events page listing */
/* 50% image width listing - Some common styles above within the Events as they are similar. */
.bc-listing-50 article {
  margin: 30px 0 0 0;
  position: relative;
}

.bc-listing-50 article a {
  font-weight: normal;
}

.bc-listing-50 article a h2 {
  border-width: 1px 0 0 0;
  padding-top: 8px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 12px 0;
}

.bc-listing-50 article a img {
  margin-bottom: 10px;
}

.bc-listing-50 article a:hover,
.bc-listing-50 article a:focus {
  text-decoration: none;
}

.bc-listing-50 article a:hover h2,
.bc-listing-50 article a:focus h2,
.bc-listing-50 article .bc-lk-list-16 a:hover,
.bc-listing-50 article .bc-lk-list-16 a:focus,
.bc-listing-50 article a.bc-lk-16:hover,
.bc-listing-50 article a.bc-lk-16:focus {
  text-decoration: underline;
}

/* End 50% image width listing */
/**
 * Tabs and Show/Hide
 */
.bc-page-title-v2 #bc-page-title {
  border: none;
}

.bc-tabs-nav {
  display: none;
}

.bc-show-hide {
  margin: 0 0 10px;
}

h2.bc-tab-title,
.bc-show-hide-title,
.bc-accordion-title {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  margin: 0 0 1px 0;
  padding: 11px 45px 10px 10px;
  font-size: 16px;
  font-weight: 300;
  /* Font smoothing */
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.rtl h2.bc-tab-title,
.rtl .bc-show-hide-title,
.rtl .bc-accordion-title {
  padding-left: 45px;
  padding-right: 10px;
}

h2.bc-tab-title:hover,
h2.bc-tab-title:focus,
.bc-show-hide-title:hover,
.bc-accordion-title:focus {
  text-decoration: underline;
}

.bc-tab-content,
.bc-show-hide-content,
.bc-accordion-content {
  padding: 15px 0 0 0;
  display: block;
}

.bc-tab-content.bc-tab-hidden {
  display: none;
}

h2.bc-tab-title:after,
.bc-show-hide-title:after,
.bc-accordion-title:after,
.lt-ie8 h2.bc-tab-title .ie-after,
.lt-ie8 .bc-show-hide-title .ie-after,
.lt-ie8 .bc-show-hide-title.bc-active .ie-after,
.lt-ie8 .bc-accordion-title .ie-after {
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 10px;
}

.rtl h2.bc-tab-title:after,
.rtl .bc-show-hide-title:after,
.rtl .bc-accordion-title:after,
.rtl.lt-ie8 h2.bc-tab-title .ie-after,
.rtl.lt-ie8 .bc-show-hide-title .ie-after,
.rtl.lt-ie8 .bc-accordion-title .ie-after {
  right: auto;
  left: 10px;
}

.rtl.lt-ie8 .bc-show-hide-title {
  margin-left: 0;
}

.lt-ie8 h2.bc-tab-title,
.lt-ie8 .bc-show-hide-title,
.lt-ie8 .bc-accordion-title {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("i"), this.firstChild ).className="ie-after"');
}

/**
 * Tab pagination with auto scroll
 */
.bc-tabs-paging {
  display: none;
}

/**
 * Set show-hides within tabs to look visually different
 */
.bc-tab-content .bc-show-hide-content {
  padding-left: 10px;
  padding-right: 10px;
}

/* Pagination THEME #333 */
.lt-ie8 #bc-content-wrapper ul.pager li.pager-current {
  display: inline;
}

/* Search Results */
.bc-search-results .bc-box {
  overflow: hidden;
  clear: both;
}

.bc-search-results .bc-box > a {
  display: block;
  overflow: hidden;
}

.bc-search-results .bc-box h2 {
  margin: 10px 0;
}

.bc-search-results .bc-box p {
  font-weight: 300;
}

.bc-search-results .bc-box img {
  float: left;
  max-width: 190px;
  max-height: 107px;
  margin: 10px 20px 10px 0;
}

/**
 * Set show-hides within tabs to look visually different
 */
.bc-tab-content .bc-show-hide-content {
  padding-left: 10px;
  padding-right: 10px;
}

/*
 * Styles copied over from site_map module
 */
#site-map .description {
  margin-bottom: 0.5em;
}

#site-map .site-map-box {
  margin-bottom: 1em;
}

#site-map .site-map-box ul {
  padding-left: 1.5em;
}

#site-map .site-map-box ul ul {
  margin: 0;
}

/* Styles when RSS icons are displayed on the left. */
#site-map .site-map-rss-left ul {
  padding-left: 0;
}

#site-map .site-map-rss-left li {
  list-style-type: none;
  list-style-image: none;
  background-image: none;
  margin: 0;
  padding: 0;
}

#site-map .site-map-rss-left ul li li {
  padding-left: 1.5em;
}

/* Project menu */
.aside.sidbars .bc-project-menu {
  border: none;
}

.aside.sidbars .bc-project-menu li {
  margin: 0;
  padding: 0;
}

.aside.sidbars .bc-project-menu li a {
  display: none;
  padding: 8px 20px 8px 15px;
  font-weight: 300;
  font-family: "BCSans", Arial, sans-serif;
}

.aside.sidbars .bc-project-menu li ul li ul li a {
  padding-left: 40px;
}

.aside.sidbars .bc-project-menu li ul li ul li ul li a {
  padding-left: 60px;
}

.aside.sidbars .bc-project-menu li ul li ul li ul li ul li a {
  padding-left: 80px;
}

.rtl .aside.sidbars .bc-project-menu li ul li ul li a {
  padding-left: 20px;
  padding-right: 40px;
}

.rtl .aside.sidbars .bc-project-menu li ul li ul li ul li a {
  padding-left: 20px;
  padding-right: 60px;
}

.rtl .aside.sidbars .bc-project-menu li ul li ul li ul li ul li a {
  padding-left: 20px;
  padding-right: 60px;
}

.aside.sidbars .bc-project-menu li.active-trail a {
  display: block;
}

/* The section header link, takes you back to the landing page. */
.aside.sidbars .bc-project-menu div > ul > li.active-trail > a {
  padding-left: 40px;
  line-height: 24px;
}

.aside.sidbars .bc-project-menu div > ul > li.active-trail > a {
  position: relative;
}

.lt-ie8 .aside.sidbars .bc-project-menu div > ul > li.active-trail > a {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before"');
}

/* IE fix for content:before */
.aside.sidbars .bc-project-menu div > ul > li.active-trail > a:before,
.lt-ie8 .aside.sidbars .bc-project-menu div > ul > li.active-trail > a .ie-before {
  content: " ";
  display: block;
  width: 12px;
  height: 7px;
  position: absolute;
  left: 10px;
  top: 16px;
}

.rtl .aside.sidbars .bc-project-menu div > ul > li.active-trail > a:before,
.rtl.lt-ie8 .aside.sidbars .bc-project-menu div > ul > li.active-trail > a .ie-before {
  left: auto;
  right: 10px;
}

.aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active:before,
.lt-ie8 .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active .ie-before {
  background-position: -401px 0px;
  width: 7px;
  height: 10px;
  top: 15px;
  left: 12px;
}

.rtl .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active:before,
.rtl.lt-ie8 .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active .ie-before {
  left: auto;
  right: 12px;
}

.aside.sidbars .bc-project-menu ul li a {
  border-width: 0 0 1px 0;
  border-style: solid;
}

.aside.sidbars .bc-project-menu ul li ul li ul li.active-trail a {
  border-width: 1px 0;
  margin-top: -1px;
}

/**
* Name: header-footer-feature.css
* Author: British Council - Responsible web design.
* Description: Header and footer for feature phone, inherited by everything.
*/
/**
 * HELPERS: Clear fix
 */
/* Add the clear fix selectors rather than littering the html. */
#bc-header-wrapper header:before,
#bc-header-wrapper header:after,
#bc-footer-menu:before,
#bc-footer-menu:after,
#bc-footer-lower ul:before,
#bc-footer-lower ul:after,
#bc-footer-menu .bc-lang ul:before,
#bc-footer-menu .bc-lang ul:after,
#bc-footer-lower:before,
#bc-footer-lower:after {
  content: " ";
  display: table;
}

#bc-header-wrapper header:after,
#bc-footer-menu:after,
#bc-footer-lower ul:after,
.bc-two-col:after,
#bc-footer-menu .bc-lang ul:after,
#bc-footer-lower:after {
  clear: both;
}

#bc-header-wrapper header,
#bc-footer-lower ul,
#bc-footer-menu,
#bc-footer-menu .bc-lang ul,
#bc-footer-lower {
  *zoom: 1;
}

/**
 * GLOBAL: Header
 */
/* Font smoothing for the header + footer area. */
#bc-header-wrapper,
#bc-footer-wrapper {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

#bc-header-wrapper h2 {
  border: none;
}

/* Hide elements for mobile. */
#bc-sub-menu,
#bc-user-zone li {
  display: none;
  padding: 0;
}

#bc-user-zone li.last {
  display: block;
}

#bc-user-zone li a,
.bc-lang li a {
  font-weight: 300;
}

/* Layout overrides - MOVE */
#bc-header-wrapper #bc-primary-menu .bc-max-width {
  padding: 0;
}

#bc-header-wrapper header .bc-max-width.bc-row2 {
  padding: 7px 20px;
}

/* Rest the lists in the header. */
#bc-header-wrapper ul,
#bc-header-wrapper ul li {
  list-style-type: none;
  list-style-image: none;
}

/**
 * GLOBAL: Site Name
 */
/* Logo area RTL */
.rtl #bc-header-wrapper #bc-site-name {
  clear: both;
}

.rtl #bc-header-wrapper #bc-site-name,
.rtl #bc-header-wrapper #bc-site-name a,
.rtl #bc-header-wrapper #bc-site-name span {
  float: right;
}

.rtl #bc-header-wrapper #bc-site-name span {
  padding-left: 0;
  padding-right: 15px;
}

/**
 * GLOBAL: Search
 */
/* Hide items from mobile display. */
#bc-search-links,
#search-block-form h2 {
  display: none;
}

/* Set the search block as the main element in this view. */
#bc-search-block {
  padding: 0 43px 0 20px;
  /* LTR */
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%;
  /* Display none by defualt. */
  display: none;
}

/* Search block RTL */
.rtl #bc-search-block {
  padding-left: 43px;
  padding-right: 20px;
}

/* Use the form for paddings and spacings as it is not used in desktop display making it easier to reset. */
#bc-search-block form {
  margin: 0;
  padding: 17px 0 0 0;
  height: 32px;
  position: relative;
}

/* Search link - the link that shows/opens the search box. */
#bc-search-link {
  display: block;
  width: 45px;
  height: 45px;
  /* Position from top. */
  position: absolute;
  z-index: 10000;
  top: 8px;
  right: 0;
  /*LTR*/
  bottom: auto;
  /* Remove text. */
  font-size: 0;
  text-indent: -99em;
  /*Border radius*/
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

#bc-search-block form {
  padding: 0;
  height: auto;
  position: static;
}

/* Reposition the search button. */
#bc-search-block .views-submit-button,
#bc-search-block .form-actions {
  top: 66px;
  right: 0px;
  bottom: 0;
  position: absolute;
  float: none;
}
#bc-search-block .views-exposed-widget.views-widget-filter-search_api_multi_fulltext {
  float: none;
}

/* Search link RTL*/
.rtl #bc-search-link {
  right: auto;
  left: 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

/* This is the seach icon. */
#bc-search-link:before {
  content: " ";
  display: block;
  height: 17px;
  width: 21px;
  position: absolute;
  /* Center */
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -10px;
}

/* Show the search block with class .bcshow-search added to the search row. */
#bc-search-row.bc-show-search #bc-search-block {
  display: block;
}

/* Transform the search link into a close button when search is visible. */
#bc-search-row.bc-show-search #bc-search-link:before {
  height: 21px;
  width: 21px;
  /* Center */
  margin: -10px 0 0 -10px;
}

/**
 * Search form styles.
 */
/* Form row. */
#bc-search-block .form-item {
  padding: 0;
  /*LTR*/
  margin: 0;
  position: relative;
}

/* Form row RTL */
.rtl #bc-search-block .form-item {
  padding-left: 43px;
  padding-right: 0;
}

#bc-search-block .form-item.form-type-textfield input.form-autocomplete {
  background-position: 96% 9px;
  background-image: none;
}

/* Text box. */
#bc-search-block .form-text {
  padding: 6px 7px;
  min-height: 30px;
  font-size: 16px;
  width: 100%;
  /* Borders */
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.lt-ie9 #bc-search-block .form-text {
  min-height: 0;
}

/* The form submit row, this is used as the background of the button. */
#bc-search-block .form-actions,
#bc-search-block .views-submit-button {
  position: absolute;
  right: 0;
  /*LTR*/
  bottom: 0;
  /*Borders*/
  border-style: solid;
  border-width: 1px 1px 1px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  display: inline-table;
}

/* Submit button RTL */
.rtl #bc-search-block .form-actions {
  right: auto;
  left: 0;
}

/* Submit button - Set button and button background to the same dimensions.*/
#bc-search-block .form-actions,
#bc-search-block .form-submit {
  height: 30px;
  width: 43px;
}

/* Set the form actions row container to be the actual buttons background. */
#bc-search-block .form-actions {
  font-size: 0;
  display: block;
}

.rtl #bc-search-block .form-text {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.rtl #bc-search-block .form-actions {
  border-width: 1px 0 1px 1px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

@media (max-width: 732px) {
  #bc-search-block h2 {
    display: none;
  }
  #bc-search-block .views-exposed-form .views-exposed-widget {
    padding: 0;
    float: right;
  }
  #bc-search-block .views-exposed-form .views-exposed-widget .form-item.form-type-textfield {
    padding: 0 52px 0 0;
  }
  #bc-search-block .views-exposed-form .views-exposed-widget.views-submit-button {
    border: 1px solid #2f3030;
    background: #894D98;
    background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
    background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
    background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
    background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
    background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 8px 4px;
    font-family: "BCSans",Arial,sans-serif;
    font-weight: 300;
    margin: 0.5em 0.5em 0.5em 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    height: 34px;
    width: 49px;
    top: 73px;
    right: 36px;
  }
  #bc-search-block .views-exposed-form .views-exposed-widget.views-submit-button:hover {
    border: 1px solid #565757;
    background: #4E4E4E;
    background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
    background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
    background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
    background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
    background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
    color: #FFFFFF;
    text-decoration: none;
  }
  #bc-search-block .views-exposed-form .views-exposed-widget.views-submit-button .form-submit {
    padding: 0;
    text-indent: -9999px;
    border-color: black;
    height: 34px;
    width: 60px;
    background-image: url("../images-source/generic/333-sprite-icons.png");
    background-repeat: no-repeat;
    background-position: -602px 8px;
    margin: 0;
  }
}
/**
 * GLOBAL: User Zone
 */
/* 
 These are the links at the top in desktop. 
 We are hiding all but contact and displaying side by side with the main menu.
*/
/* Set up row 2 to position the contact link. */
#bc-header-wrapper .bc-row2 {
  position: relative;
  z-index: 101;
  /* Add the border. */
  border-style: solid;
  border-width: 0 0 1px 0;
}

/* Position the userzone menu which consists on only one link - contact. */
#bc-user-zone {
  position: absolute;
  bottom: -42px;
  z-index: 100;
  font-size: 18px;
  width: 50%;
  right: 0;
  margin: 0;
  padding: 0;
}

/* user zone RTL */
.rtl #bc-user-zone {
  right: auto;
  left: 0;
}

/* Mobile menu show-hide */
#bc-mobile-menu {
  position: relative;
}
#bc-mobile-menu:before {
  content: " ";
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  left: 50%;
  top: 13px;
  margin-left: -18px;
}

.rtl #bc-mobile-menu:before {
  margin-left: 20px;
}

/* Only display the last link, the contact link. */
#bc-user-zone li.last a {
  display: block;
  margin: 0;
  padding: 10px 20px;
  line-height: 20px;
  /* Bug fix to ensure same height as Menu link. */
  /*Borders*/
  border-style: solid;
  border-width: 0 0 1px 1px;
  max-height: 20px;
  white-space: nowrap;
  overflow: hidden;
}

.rtl #bc-user-zone li.last a {
  border-width: 0 1px 1px 0;
}

#bc-primary-menu #bc-mobile-menu h2:hover,
#bc-user-zone li.last a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* Hide language switcher. */
.bc-lang {
  display: none;
}

.bc-lang .form-item {
  margin: 0;
}

.bc-lang select {
  font-size: 14px;
  border: 1px solid #cccccc;
  padding: 3px;
}

.bc-lang option {
  padding: 1px;
}

/**
 * GLOBAL: Primary Menu
 */
/* The main menu button that initialises the drop down. */
#bc-primary-menu #bc-mobile-menu {
  outline: none;
}
#bc-primary-menu #bc-mobile-menu a {
  display: block;
}
#bc-primary-menu #bc-mobile-menu h2 {
  margin: 0;
  padding: 9px 20px;
  font-size: 18px;
  font-weight: normal;
}

/* Reset UL styles. */
#bc-primary-menu ul {
  margin: 0;
  padding: 0;
}

#bc-primary-menu ul,
#bc-primary-menu ul li {
  list-style: none;
  list-style-image: none;
}

#bc-primary-menu ul {
  border-width: 0 0 1px 0;
  border-style: solid;
}

#bc-primary-menu ul ul {
  border: none;
}

/* The first level of links, i.e. the drop down. */
#bc-primary-menu #bc-mobile-menu ul {
  clear: both;
  padding: 0;
  margin: 0;
}

/* Show the main menu when adding a class of bc-active. */
#bc-primary-menu #bc-mobile-menu.bc-active > ul {
  display: block;
}

/* The menu items themselves. */
#bc-primary-menu #bc-mobile-menu ul li {
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

#bc-primary-menu #bc-mobile-menu ul li a {
  display: block;
  font-size: 17px;
  font-weight: normal;
  padding: 10px 20px;
  margin: 0;
  /*Borders*/
  border-style: solid;
  border-width: 0 0 1px 0;
}

/* Hide the second level menu links. */
#bc-primary-menu #bc-mobile-menu ul li ul {
  display: none;
}

/**
 * GLOBAL: Footer
 */
#bc-footer-wrapper h2 {
  border: none;
}

#bc-footer-wrapper {
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding: 0 0 10px 0;
  border-style: solid;
  border-width: 0;
  /* Set in theme if required. */
}

#bc-footer-wrapper footer {
  padding: 10px 20px;
}

/**
 * Language switcher. 
 */
/* Show the language switcher in the footer. */
#bc-footer-menu .bc-lang {
  display: block;
}

#bc-footer-menu .bc-lang h2 {
  font-size: 15px;
  margin-bottom: 5px;
  padding-top: 50px;
  text-transform: none;
}

#bc-footer-menu .bc-lang ul {
  margin: 0 0 10px 0;
  padding: 0 0 20px 0;
}

#bc-footer-menu .bc-lang ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
}

#bc-footer-menu .bc-lang ul li a,
#bc-footer-menu .bc-lang ul li span {
  display: block;
  margin: 0;
  padding: 10px 15px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  /* Borders */
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#bc-footer-menu .bc-lang ul li.first a,
#bc-footer-menu .bc-lang ul li.first span {
  margin-right: 5px;
}

#bc-footer-menu .bc-lang ul li.last a,
#bc-footer-menu .bc-lang ul li.last span {
  margin-left: 5px;
}

/* Borders */
#bc-footer-lower ul,
#bc-footer-lower .bc-anchor-top a,
#bc-footer-menu .bc-lang ul,
.node-type-campaign #bc-footer-menu ul,
.node-type-campaign .bc-anchor-top a {
  border-style: dotted;
  border-width: 1px 0;
}

#bc-footer-menu .bc-lang ul,
.node-type-campaign #bc-footer-menu ul {
  border-width: 0 0 1px 0;
}

#bc-footer-menu .bc-lang form select {
  width: 100%;
}

#bc-footer-lower .bc-anchor-top a,
.node-type-campaign .bc-anchor-top a {
  border-width: 1px 0 0 0;
}

/* End footer locale links */
#bc-footer-lower-left-bar {
  width: 100%;
  float: none;
}

#bc-footer-wrapper h2,
#bc-footer-wrapper a {
  font-size: 13px;
}

#bc-footer-wrapper a {
  font-size: 12px;
  display: block;
}

#bc-footer-wrapper ul,
#bc-footer-wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#bc-footer-menu h2 {
  margin: 15px 0 25px 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

.node-type-campaign #bc-footer-menu > h2 {
  font-size: 16px;
  margin: 15px 0 20px;
  padding-top: 50px;
  font-weight: bold;
}

#bc-footer-menu ul li {
  margin: 0 0 10px 0;
}

#bc-footer-menu ul li ul {
  margin: 10px 0 0 0;
}

#bc-footer-menu ul li a,
#bc-footer-menu ul li span {
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  /* Margin of the heading list item. */
}

#bc-footer-lower .bc-anchor-top a:hover,
#bc-footer-lower .bc-anchor-top a:focus,
#bc-footer-menu ul li a:hover,
#bc-footer-menu ul li a:focus,
#bc-footer-lower ul li a:hover,
#bc-footer-lower ul li a:focus {
  text-decoration: underline;
}

#bc-footer-menu ul ul li a,
.node-type-campaign #bc-footer-menu li a {
  font-size: 15px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

#bc-footer-wrapper hr {
  display: none;
}

#bc-footer-lower h2 {
  font-size: 15px;
  font-weight: bold;
  margin: 18px 0 3px 0;
}

#bc-footer-lower ul {
  margin: 10px 0;
  padding: 15px 0;
}

#bc-footer-lower ul li a,
#bc-footer-lower .bc-anchor-top a,
.node-type-campaign #bc-footer-wrapper .bc-anchor-top a {
  font-size: 15px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 0;
}

#bc-footer-lower .bc-anchor-top a,
.node-type-campaign #bc-footer-wrapper .bc-anchor-top a {
  margin: 15px 0 0 0;
  display: block;
  padding: 15px 0 0px 0;
}

#bc-footer-lower p {
  margin: 0;
  padding: 0;
}

/**
 * Social media
 */
#bc-social-media {
  width: 100%;
  float: none;
}

#bc-social-media h3 {
  margin: 30px 0 0;
  padding: 20px 0 0;
  font-size: 15px;
  font-weight: normal;
}

#bc-footer-lower #bc-social-media ul {
  border: none;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}

#bc-footer-lower #bc-social-media ul li {
  float: left;
  width: 40%;
  padding: 0 25px 0 0;
}

.rtl #bc-footer-lower #bc-social-media ul li {
  float: right;
  padding-left: 25px;
  padding-right: 0;
}

#bc-footer-lower #bc-social-media ul li a {
  padding: 5px 0 10px 40px;
  font-size: 15px;
  text-decoration: none;
}

.rtl #bc-footer-lower #bc-social-media ul li a {
  padding-left: 0;
  padding-right: 40px;
}

#bc-footer-lower #bc-social-media ul li a {
  position: relative;
}

#bc-footer-lower #bc-social-media ul li a:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
}

.rtl #bc-footer-lower #bc-social-media ul li a:before {
  left: auto;
  right: 0;
}

/**
 * Cookie banner module overrides
 */
.rtl #cookie-banner .close {
  float: left;
}

.rtl #cookie-banner p {
  padding: 0 0 0 30px;
}

/* Campaign page copyright header */
.node-type-campaign #bc-footer-wrapper div h2 {
  margin: 10px 0 0;
  padding: 0;
  text-transform: none;
  background: none;
  width: auto;
  float: none;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 600;
}

.node-type-campaign #bc-footer-wrapper div {
  color: #ee0487;
}

/**
 * Name: feature-content.css
 * Author: British Council - Responsible web design.
 * Description: Core content styles for mobile, overridden by Desktop CSS.
 *
 * This file should not include any layout, header or footer styles!
 */
/**
 * GLOBAL: Basic Styles
 */
a {
  text-decoration: none;
  font-weight: 300;
}

a:hover,
a:focus {
  text-decoration: underline;
  outline: none;
}

/**
 * GLOBAL: Content Styles
 */
/* Content styles such as bullets, headings, tables etc. */
/* Headings */
h1 {
  font-size: 27px;
  margin: 20px 0 15px 0;
  margin-bottom: 15px;
  line-height: 1.3em;
}

/* Generally not used, just in case.. */
.bc-col1 h1 {
  font-size: 27px;
}

/* Set BC Sans Font*/
h1,
h2,
h3,
.bc-large-text {
  font-weight: 300;
}

h2,
.bc-map-listing h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 30px 0 15px 0;
  padding-top: 7px;
}

h2.bc-job-listing {
  padding-top: 9px;
}

.bc-large-text {
  font-size: 16px;
  line-height: 24px;
}

h3 {
  font-size: 15px;
  line-height: 18px;
  margin: 10px 0 10px;
  padding: 8px 0 0 0;
}

h2 > a,
h3 > a {
  display: block;
}

h4,
.bc-heading-bg {
  font-size: 13px;
  line-height: 15px;
  margin: 15px 0;
  font-weight: 600 !important;
}

.bc-heading-bg {
  padding: 8px;
}

h1 a,
h2 a,
h3 a,
h4 a {
  font-weight: 300;
}

/* Blockquotes */
blockquote {
  margin: -1px 0 0 0;
  padding: 0 20px 0 0;
  font-size: 1.4em;
}

.rtl blockquote {
  padding-left: 20px;
  padding-right: 0;
}

blockquote:before {
  content: "\201C";
  font-size: 4.5em;
  position: relative;
  top: 0.4em;
  left: -0.1em;
}

/* Reset list items in case they are used to display the boxes. */
body .bc-box li,
body .bc-col1 li,
body .bc-col2 li {
  list-style-image: none;
  list-style-type: none;
  padding: 3px 0;
}

body .bc-box ol li,
body .bc-col1 ol li,
body .bc-col2 ol li {
  list-style-type: decimal;
}

/* Set list items that sit within the bc-body-content areas. */
.bc-body-content ul,
.bc-body-content ol {
  margin: 15px;
}

.bc-body-content ol {
  margin-left: 17px;
}

.bc-box .content ol li {
  margin-left: 3px;
}

.rtl .bc-body-content ol {
  margin-left: 15px;
  margin-right: 20px;
}

.rtl .bc-box .content ol li {
  margin-left: 15px;
  margin-right: 3px;
}

.bc-body-content ul ul,
.bc-body-content ol ol,
.bc-body-content ol ul,
.bc-body-content ul ol {
  margin-top: 0;
  margin-bottom: 0;
}

.bc-body-content ul li,
.bc-body-content ol li {
  margin-bottom: 5px;
}

.bc-body-content ul li {
  list-style-type: disc;
}

.bc-body-content ol li {
  list-style-type: decimal;
}

/* Link Arrows and lists */
ul.bc-lk-list-16 {
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}

ul.bc-lk-list-16 li {
  margin: 0;
  list-style: none;
}

.bc-lk-list-16 a,
.bc-lk-16 {
  display: block;
  font-weight: 300;
  position: relative;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

.bc-lk-list-16 a,
.bc-lk-16 {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px 5px 20px;
}

.rtl .bc-lk-list-16 a,
.rtl .bc-lk-16 {
  padding-left: 10px;
  padding-right: 20px;
}

.bc-lk-list-16 a:before,
.bc-lk-16:before,
.lt-ie8 .bc-lk-16 .ie-before,
.lt-ie8 .bc-lk-list-16 a .ie-before {
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
}

.rtl .bc-lk-list-16 a:before,
.rtl .bc-lk-16:before,
.rtl.lt-ie8 .bc-lk-16 .ie-before,
.rtl.lt-ie8 .bc-lk-list-16 a .ie-before {
  left: auto;
  right: 0;
}

.lt-ie8 .bc-lk-list-16 a,
.lt-ie8 .bc-lk-16,
.lt-ie8 .bc-col1 .bc-listing.bc-boxes-2 a {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before"');
}

/* IE fix for content:before */
/* External links icons */
.bc-external {
  position: relative;
}

/* This is for the content area to amend later on...
.bc-body-content .bc-external {
  display: inline-block;
  margin-right: 25px;
}

.rtl .bc-body-content .bc-external {
  margin-right: 0;
  margin-left: 25px;
}
*/
.bc-external span.bc-ext-icon {
  position: absolute;
  left: auto;
  height: 0 !important;
  font-size: 0;
  overflow: hidden;
  width: 13px;
  margin-top: 3px;
  margin-left: 5px;
  padding-top: 12px;
  padding-right: 2px;
}

.bc-body-content .bc-external {
  display: inline-block;
  padding-right: 20px;
}

.rtl .bc-body-content .bc-external {
  padding-left: 20px;
  padding-right: 0;
}

.rtl .bc-external span.bc-ext-icon {
  padding-left: 5px;
}

.bc-cta .bc-external,
.bc-cta-box .bc-external {
  padding-right: 30px;
}

.rtl .bc-cta .bc-external,
.rtl .bc-cta-box .bc-external,
.rtl .bc-cta-box .bc-external.bc-link-button {
  padding-left: 30px;
}

.bc-cta .bc-external span.bc-ext-icon,
.bc-promo-b .bc-external span.bc-ext-icon,
.bc-boxes-3 .bc-external span.bc-ext-icon {
  width: 15px;
  height: 15px;
  padding-bottom: 2px;
  margin-top: 5px;
}

.rtl #bc-content-wrapper .bc-promo-b.bc-hd-icon-box .bc-external {
  padding-left: 10px;
}

.rtl .bc-ext-links a span.bc-ext-icon {
  right: auto;
}

/* The following styles were ported from India and need review. */
/* Tables */
table {
  border-width: 0;
  border-style: solid;
  width: 100%;
  margin: 20px 0 40px 0;
  padding: 0 0 0 0;
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
table.bc-table-invert {
  border-width: 0 0 1px 0;
}
table tbody {
  border: none;
}
table th,
table thead th {
  font-size: 13px;
  line-height: 15px;
}
table td,
table .bc-table-invert th {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
table th,
table .bc-table-invert th {
  font-weight: 600;
}
table td,
table .bc-table-invert th {
  background: #faf8f9;
}
table th,
table td {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: white;
  border-collapse: collapse;
  padding: 6px 20px;
  /* tables wont fix on iphone keep this small */
  vertical-align: top;
  text-align: left;
}
table .rtl th,
table .rtl td {
  text-align: right;
}
table tr:hover td,
table td.active,
table tr.even,
table tr.odd {
  background: auto;
}
table.bc-table-align tbody th {
  text-align: right;
}
table li {
  list-style-type: none;
}
table th a img {
  margin: 5px 0 0;
}
table td p {
  margin: 0;
}

/*
table tbody tr:last-child td,
table tbody tr:last-child th {
  border: none;
}
*/
/**
 * Page Level Elements
 */
#bc-tc-alert {
  position: relative;
  margin: 20px auto;
  padding: 10px 20px;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#bc-tc-alert a {
  display: none;
}

/* Basic global styles. */
h2 {
  border-width: 3px 0 0 0;
  border-style: solid;
}

h3 {
  border-style: dotted;
  border-width: 1px 0 0 0;
}

h3.bc-heading-bg {
  border: none;
}

h4 {
  padding: 8px 10px 10px;
}

blockquote {
  font-style: italic;
  font-weight: 300;
}

/* Tables */
table,
table.bc-table-invert thead th {
  border-style: solid;
}

/* Link arrows and lists */
.bc-lk-list-16 a:before,
.bc-lk-16:before,
.bc-col1 .bc-listing.bc-boxes-2 a:before,
#bc-main-wrapper .bc-page-controls a,
.lt-ie8 .bc-lk-list-16 a .ie-before,
.lt-ie8 .bc-lk-16 .ie-before,
.lt-ie8 .bc-col1 .bc-listing.bc-boxes-2 a .ie-before,
.bc-filter .bc-show-hide-content a:hover:before,
.lt-ie8 .bc-filter .bc-show-hide-content a:hover .ie-before,
.bc-filter .bc-show-hide-content .selected a:before,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-before,
.bc-filter .bc-show-hide-content .selected a:after,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-after,
.bc-filter .bc-show-hide-content .selected a:hover:after,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a:hover .ie-after,
.bc-filter .bc-show-hide-content:before,
.lt-ie8 .bc-filter .bc-show-hide-content .ie-before {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
}

.bc-filter .bc-show-hide-content .selected a:before,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-before,
.bc-filter .bc-show-hide-content a:hover:before,
.lt-ie8 .bc-filter .bc-show-hide-content a:hover .ie-before {
  top: 50%;
  left: 0;
}

.rtl .bc-filter .bc-show-hide-content .selected a:before,
.rtl.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-before,
.rtl .bc-filter .bc-show-hide-content a:hover:before,
.rtl.lt-ie8 .bc-filter .bc-show-hide-content a:hover .ie-before {
  right: 0;
}

/* end feature content. */
/* Listings */
.bc-listing span {
  margin-right: 20px;
}

/* Fake table row list items */
.bc-listing-row span {
  display: block;
  padding: 0;
  margin: 0 0 5px;
}

.lt-ie8 .bc-listing-row > div {
  margin: 0 0 10px;
}

.lt-ie8 .bc-listing-row span {
  margin: 0 10px 0 0;
  display: inline;
}

.bc-listing-row a {
  display: block;
  padding: 0 0 15px;
}

.lt-ie8 .bc-listing-row a {
  display: inline;
}

/* Jobs listing */
.bc-job-list {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/* Filter */
.bc-filter {
  padding-bottom: 12px;
  position: relative;
}

#bc-content .bc-filter .bc-show-hide-title {
  margin-top: 0;
}

.view-faq-listing .bc-show-hide-content {
  padding: 20px 20px 0 20px;
}

.bc-filter .bc-show-hide-content {
  position: relative;
  padding: 0 0 12px;
}

.bc-filter .bc-show-hide-content:before,
.lt-ie8 .bc-filter .bc-show-hide-content .ie-before {
  top: 100%;
  left: 50%;
  width: 28px;
  height: 12px;
}

#bc-content .bc-filter .bc-show-hide-content .form-type-select {
  padding: 20px 20px 0 40px;
}

#bc-content .bc-filter .form-item {
  margin: 0;
}

.bc-filter h2.bc-show-hide-title,
.bc-filter h2.bc-show-hide.bc-show-hide-title,
.bc-filter h2.bc-show-hide-title.bc-active,
.bc-filter h2.bc-show-hide.bc-show-hide-title.bc-active {
  position: relative;
  padding: 20px;
  margin: 30px 0 1px;
  font-size: 20px;
}

.bc-filter h3 {
  border: none;
  margin: 0 0 0 20px;
  color: #333333;
  font-size: 13px;
  font-weight: 600;
}

#bc-content .bc-filter .form-item.form-type-bef-link {
  display: block;
  margin: 0 38px 15px 0;
}

.bc-filter .bc-show-hide-content a {
  position: relative;
  padding: 3px 5px 2px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  display: inline-block;
}

.i18n-ko .bc-filter .bc-show-hide-content a {
  line-height: 19px;
}

.bc-filter .bc-show-hide-content .selected a {
  padding-right: 30px;
}

.rtl .bc-filter .bc-show-hide-content .selected a {
  padding-right: 6px;
  padding-left: 30px;
}

.bc-filter .bc-show-hide-content .selected a:before,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-before,
.bc-filter .bc-show-hide-content a:hover:before,
.lt-ie8 .bc-filter .bc-show-hide-content a:hover .ie-before {
  width: 11px;
  height: 25px;
  margin-left: -11px;
  margin-top: -12px;
}

.rtl .bc-filter .bc-show-hide-content .selected a:before,
.rtl.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-before,
.rtl .bc-filter .bc-show-hide-content a:hover:before,
.rtl.lt-ie8 .bc-filter .bc-show-hide-content a:hover .ie-before {
  margin-right: -11px;
}

.bc-filter .bc-show-hide-content .selected a:after,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-after,
.bc-filter .bc-show-hide-content .selected a:hover:after,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a:hover .ie-after {
  width: 13px;
  height: 13px;
  right: 5px;
  top: 5px;
}

.lt-ie8 .bc-filter .bc-show-hide-content .selected a,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a:hover {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-after"');
}

.rtl .bc-filter .bc-show-hide-content .selected a:after,
.rtl.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-after,
.rtl .bc-filter .bc-show-hide-content .selected a:hover:after,
.rtl.lt-ie8 .bc-filter .bc-show-hide-content .selected a:hover .ie-after {
  right: auto;
  left: 5px;
}

/* Campaign related */
#bc-campaign-txt {
  font-size: 20px;
  line-height: 1.2em;
  margin: -7px -20px 5px -20px;
  padding: 15px 20px;
}

#bc-campaign-txt p {
  margin: 0;
}

#bc-large-img-hd {
  position: relative;
  margin: -20px -20px 0 -20px;
}

#bc-large-img-hd > h1 {
  font-size: 22px;
  line-height: 1.2em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

#bc-large-img-hd > img {
  margin: 0;
  padding: 0;
}

.node-type-campaign .bc-col2 {
  margin: 25px -20px 20px -20px;
  padding: 10px 20px 20px 20px;
}

.node-type-campaign .bc-col2 h2 {
  border: none;
  margin: 0 0 15px 0;
}

.node-type-campaign .bc-col2 h3 {
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
  border: none;
}

.node-type-campaign .bc-col2 .bc-link-button {
  font-size: 16px;
  line-height: 18px;
  padding: 5px 17px;
}

.node-type-campaign .bc-col2 {
  font-size: 18px;
  line-height: 20px;
}

.node-type-campaign .bc-tel {
  padding: 0 0 0 60px;
  position: relative;
}

.rtl .node-type-campaign .bc-tel {
  padding-left: 0;
  padding-right: 60px;
}

.lt-ie8 .node-type-campaign .bc-tel {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before"');
}

.lt-ie8 .node-type-campaign .bc-tel .ie-before,
.node-type-campaign .bc-tel:before {
  content: " ";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
}

.rtl .node-type-campaign .bc-tel:before {
  left: auto;
  right: 0;
}

.node-type-campaign .bc-tel a:hover {
  text-decoration: none;
  cursor: default;
}

.node-type-campaign .bc-col2 .bc-tel a {
  display: block;
  font-weight: 600;
}

/* Campaign partners */
.bc-partners li {
  list-style-type: none;
  float: left;
  width: 50%;
  padding: 10px;
}

.rtl .bc-partners li {
  float: right;
}

.bc-partners li a {
  line-height: 0;
}

.bc-partners li img {
  margin: 0;
}

@media (min-width: 500px) {
  /* Tweaks for cetain widths. */
  .bc-partners li {
    width: 33.3%;
  }
}
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
  /* TODO Causing compile error - commented out ..
  @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
    *display: inline;
    *zoom: 1;
  }
  */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _base.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
p,
pre {
  margin: 1.5em 0;
}

blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: black;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 0.4625em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 0.9125em;
  border-left-style: solid;
  border-left-width: 0.0625em;
  padding-left: 0.9125em;
  border-right-style: solid;
  border-right-width: 0.0625em;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

@media screen and (max-width: 980px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=url],
  textarea {
    width: 100%;
  }

  .chosen-container {
    width: 100% !important;
  }
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * BUTTON STYLING
 *
 */
.button,
input.form-submit {
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
}
.button:hover,
input.form-submit:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}

.button,
input.form-submit:disabled {
  border: 1px solid #2f3030;
  background: #DFCFE8;
  background: -moz-linear-gradient(top, #dfcfe8 0%, #68696b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfcfe8), color-stop(100%, #68696b));
  background: -webkit-linear-gradient(top, #dfcfe8 0%, #68696b 100%);
  background: -o-linear-gradient(top, #dfcfe8 0%, #68696b 100%);
  background: -ms-linear-gradient(top, #dfcfe8 0%, #68696b 100%);
  background: linear-gradient(to bottom, #dfcfe8 0%, #68696b 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
label {
  display: block;
  font-weight: bold;
  margin: 1em 0 0.5em;
}

#bc-content .form-type-textfield,
#bc-content .form-type-select,
#bc-content .form-type-password,
#bc-content .form-actions {
  margin: 20px 0;
  padding: 0;
  display: block;
}
#bc-content .form-actions {
  text-align: right;
  max-width: 417px;
}
#bc-content .form-item {
  margin: 15px 0;
}
#bc-content .form-item label {
  font-weight: bold;
  display: block;
}
#bc-content .form-item label.option {
  display: inline;
}
#bc-content .form-item select,
#bc-content .form-item .form-text,
#bc-content .form-item textarea {
  padding: 4px 7px;
  margin: 0;
  width: 100%;
}
#bc-content .form-item .form-text {
  width: 95%;
}
#bc-content .form-type-textfield label,
#bc-content .form-type-select label,
#bc-content .form-type-password label {
  display: block;
  margin: 0 0 3px 0;
}
#bc-content .form-required {
  font-size: 1.5em;
  line-height: 1em;
}
#bc-content .description {
  display: block;
  margin: 1px 0;
  font-size: 12px;
}

/*  Webform */
.node-type-webform .bc-col1 {
  padding: 20px;
}
.node-type-webform .bc-body-content {
  padding-bottom: 5px;
}

/* Error area */
div.error,
.error {
  font-weight: normal;
  border: none;
}
div.error.messages,
.error.messages {
  padding-left: 80px;
}

.rtl div.error.messages {
  padding-left: 20px;
  padding-right: 80px;
}

div.messages {
  padding: 20px 10px 20px 40px;
  position: relative;
  margin: 1em auto;
  max-width: 900px;
  width: 100%;
}

@media all and (max-width: 1060px) {
  div.messages {
    width: 72%;
  }
}
div.messages ul {
  padding-left: 50px;
}

/* USE MIXIN TODO
/**
 * Buttons
 */
#bc-content .form-submit,
a.bc-link-button {
  /*font-size: 16px;
  font-weight: 300;
  text-align: left;
  display: inline-block;
  padding: 10px 17px;
  font-smooth:always;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  */
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
}
#bc-content .form-submit:hover,
a.bc-link-button:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}

.node-type-webform #bc-content .form-actions {
  text-align: left;
}

.rtl #bc-content .form-submit,
.rtl a.bc-link-button,
.rtl .node-type-webform #bc-content .form-actions {
  text-align: right;
}

#bc-content #edit-submitted-attach-files-upload-button,
#bc-content #edit-submitted-attach-files-remove-button {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
}

#search-form #edit-basic {
  padding: 18px 20px 20px 20px;
  margin-left: -20px;
  margin-right: -20px;
}
#search-form #edit-basic .form-item {
  display: inline;
}
#search-form #edit-basic .form-item label {
  display: block;
  margin: 0;
  font-weight: 300;
}
#search-form #edit-basic .form-item .form-text {
  width: 60%;
}
#search-form #edit-basic .form-submit {
  padding: 4px 17px;
  font-size: 14px;
  margin: 0 5px;
}

.custom_search-popup-close {
  display: none;
}

#world-map {
  width: 100%;
  max-width: 630px;
  margin: 0 0 20px;
}

@media (max-width: 960px) {
  #world-map {
    display: none;
  }
}
form#school-drilldown,
form#views-exposed-form-school-search-page,
form#views-exposed-form-search-schools-page {
  width: 100%;
  max-width: 630px;
}
form#school-drilldown .form-item,
form#views-exposed-form-school-search-page .form-item,
form#views-exposed-form-search-schools-page .form-item {
  background-color: #efebf0;
  padding: 6px 10px;
  margin: 0 0 1px;
}
form#school-drilldown .form-item label,
form#views-exposed-form-school-search-page .form-item label,
form#views-exposed-form-search-schools-page .form-item label {
  width: 130px;
  display: inline-block;
}
form#school-drilldown input#edit-search-api-views-fulltext,
form#views-exposed-form-school-search-page input#edit-search-api-views-fulltext,
form#views-exposed-form-search-schools-page input#edit-search-api-views-fulltext {
  padding: 3px;
}
form#school-drilldown .views-exposed-widget,
form#views-exposed-form-school-search-page .views-exposed-widget,
form#views-exposed-form-search-schools-page .views-exposed-widget {
  width: 100%;
  background-color: #efebf0;
  padding: 6px 0;
  margin: 0 0 1px;
}
form#school-drilldown .views-exposed-widget.views-submit-button,
form#views-exposed-form-school-search-page .views-exposed-widget.views-submit-button,
form#views-exposed-form-search-schools-page .views-exposed-widget.views-submit-button {
  background-color: white;
}
form#school-drilldown .views-exposed-widget label,
form#views-exposed-form-school-search-page .views-exposed-widget label,
form#views-exposed-form-search-schools-page .views-exposed-widget label {
  width: 130px;
  display: inline-block;
  margin: 0 10px;
}
form#school-drilldown .views-exposed-widget .views-widget,
form#views-exposed-form-school-search-page .views-exposed-widget .views-widget,
form#views-exposed-form-search-schools-page .views-exposed-widget .views-widget {
  display: inline-block;
}
form#school-drilldown input.form-submit,
form#views-exposed-form-school-search-page input.form-submit,
form#views-exposed-form-search-schools-page input.form-submit {
  margin: 20px 0;
}

.view-school-search .view-filters {
  display: inline-block;
  margin: 20px 0 0;
}

/**
 * Name: feature-highlight-promo.css
 * Author: British Council - Responsible web design.
 */
/**
 * Large Icons
 * - Shared between promos and highlight boxes
 */
div.error:before,
div.error .ie-before,
#bc-content-wrapper .bc-promo-a h2:before,
#bc-content-wrapper .bc-promo-a h2 .ie-before,
.bc-cta-box .bc-link-button:before,
.bc-cta-box .bc-link-button .ie-before,
.bc-hd-icon-box h2:before,
.bc-icon-box:before,
.bc-hd-icon-box h2 .ie-before,
.bc-icon-box .ie-before {
  content: " ";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
}

.lt-ie8 div.error,
.lt-ie8 .bc-hd-icon-box h2,
.lt-ie8 .bc-icon-box,
.lt-ie8 #bc-content-wrapper .bc-promo-a h2,
.lt-ie8 .bc-cta-box .bc-link-button {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before"');
}

/* IE fix for content:before */
.bc-icon-box,
.bc-hd-icon-box h2 {
  position: relative;
}

.bc-hd-icon-box:before,
.bc-hd-icon-box .ie-before {
  display: none;
}

div.error:before,
div.error .ie-before {
  top: 15px;
  left: 15px;
}

.rtl div.error:before,
.rtl div.error .ie-before {
  left: auto;
  right: 15px;
}

/**
 * Promos
 * - Image promo
 * - Textual promos with icons
 * - Textual promos without icons.
 */
/* Default promo styles */
#bc-content-wrapper .bc-promo {
  margin: 15px 0 10px;
  padding-top: 0;
  padding-bottom: 0;
}

/* Reset elements in a promo*/
#bc-content-wrapper .bc-promo h2,
#bc-content-wrapper .bc-promo img,
#bc-content-wrapper .bc-promo p {
  padding: 0;
  margin: 0;
  border: none;
  /* Font smooting */
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

#bc-content-wrapper .bc-promo a {
  display: block;
}

#bc-content-wrapper .bc-promo a:hover h2,
#bc-content-wrapper .bc-promo a:focus h2 {
  text-decoration: underline;
}

#bc-content-wrapper .bc-promo a,
#bc-content-wrapper .bc-promo a {
  text-decoration: none;
}

#bc-content-wrapper .bc-promo p,
#bc-content-wrapper .bc-promo dt,
#bc-content-wrapper .bc-promo dd {
  font-weight: 300;
}

/**
 * Promo A - Image promo
 */
#bc-content-wrapper .bc-promo-a,
#bc-content-wrapper .bc-promo-b {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#bc-content-wrapper .bc-promo-a img,
#bc-content-wrapper .bc-promo-b img {
  max-width: none;
  width: 100%;
}

#bc-content-wrapper .bc-promo-a {
  position: relative;
  overflow: hidden;
}
#bc-content-wrapper .bc-promo-a a:hover {
  text-decoration: none;
}
#bc-content-wrapper .bc-promo-a h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  padding: 6px 20px 10px 30px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#bc-content-wrapper .bc-promo-a h2 a {
  color: white;
}

.rtl #bc-content-wrapper .bc-promo-a h2 {
  padding-left: 10px;
  padding-right: 30px;
}

#bc-content-wrapper .bc-promo-a h2:before,
#bc-content-wrapper .bc-promo-a h2 .ie-before {
  left: 10px;
  top: 10px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
}

.rtl #bc-content-wrapper .bc-promo-a h2:before,
.rtl #bc-content-wrapper .bc-promo-a h2 .ie-before {
  left: auto;
  right: 10px;
}

#bc-content-wrapper .bc-promo-a img,
#bc-content-wrapper .bc-promo-a p {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#bc-content-wrapper .region-sidebar-second .bc-promo-a p {
  display: inline-block;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}
#bc-content-wrapper .region-sidebar-second .bc-promo-a p.my-class {
  display: inline;
  opacity: 1;
  position: relative;
  padding: 0;
  margin: 0 0 -4px;
}
#bc-content-wrapper .region-sidebar-second .bc-promo-a p.my-class img {
  width: 100% !important;
  height: auto !important;
}
#bc-content-wrapper .region-sidebar-second .bc-promo-a p a {
  color: #ffffff;
  font-weight: 300;
}

#bc-content-wrapper .bc-promo-a p {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  font-size: 0.875em;
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

#bc-content-wrapper .bc-promo-a a:hover p,
#bc-content-wrapper .bc-promo-a a:focus p {
  opacity: 1;
}

#bc-content-wrapper .region-sidebar-second .bc-promo-a .content:hover p,
#bc-content-wrapper .region-sidebar-second .bc-promo-a p:hover,
#bc-content-wrapper .region-sidebar-second .bc-promo-a p:focus {
  opacity: 1;
}

/**
 * Promo B - Textual Promos
 */
#bc-content-wrapper .bc-promo-b {
  position: relative;
  padding: 20px;
}

#bc-content-wrapper .bc-promo-b a {
  text-align: center;
  display: block;
  padding: 0px;
}

#bc-content-wrapper .bc-promo-b p {
  margin: 5px 0 0 0;
}
#bc-content-wrapper .bc-promo-b p a {
  color: black;
}
#bc-content-wrapper .bc-promo-b p a:hover {
  color: #733283;
}

#bc-content-wrapper .bc-promo-b.bc-hd-icon-box a {
  padding-left: 80px;
  text-align: left;
}

#bc-content-wrapper .region-sidebar-second .bc-promo-b h2 {
  color: #733283 !important;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 20px;
  line-height: 24px;
}

.rtl #bc-content-wrapper .bc-promo-b.bc-hd-icon-box a {
  padding-left: 0;
  padding-right: 80px;
  text-align: right;
}

#bc-content-wrapper .bc-promo-b .contextual-links-wrapper a {
  padding: 0;
}

/**
 * Promo C - Image + text promo
 */
#bc-content-wrapper .bc-promo-c h2 {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  float: right;
}

.rtl #bc-content-wrapper .bc-promo-c h2 {
  float: left;
}

#bc-content-wrapper .bc-promo-c h2 dl,
#bc-content-wrapper .bc-promo-c h2 dl dd {
  font-size: 14px;
  line-height: 18px;
}

#bc-content-wrapper .bc-promo-c h2 dl dt {
  width: 20px;
  height: 14px;
  overflow: hidden;
  font-size: 0;
  padding: 0;
  margin: 4px 5px 0 0;
  float: left;
}

.rtl #bc-content-wrapper .bc-promo-c h2 dl dt {
  margin-right: 0;
  margin-left: 5px;
  float: right;
}

#bc-content-wrapper .bc-promo-c {
  position: relative;
}

#bc-content-wrapper .bc-promo-c img {
  float: left;
  margin: 3px 0 0 0;
}

.rtl #bc-content-wrapper .bc-promo-c img {
  float: right;
}

/**
 * Default layout, this is the best size for mobile hence it's default.
 * Variations are defined in desktop layout depending on the context of the promo-c
 */
#bc-content-wrapper .bc-promo-c h2 {
  width: 55.4%;
}

#bc-content-wrapper .bc-promo-c img {
  width: 40.7%;
  margin-right: 3.9%;
}

.rtl #bc-content-wrapper .bc-promo-c img {
  margin-right: 0;
  margin-left: 3.9%;
}

/**
 * Promo boxes with large icons
 */
.bc-promo-b.bc-hd-icon-box a {
  min-height: 50px;
}

/* Positioning of the icons */
.bc-promo-b.bc-hd-icon-box h2:before,
.lt-ie8 .bc-promo-b.bc-hd-icon-box h2 .ie-before {
  top: 3px;
  left: -60px;
}

.rtl .bc-promo-b.bc-hd-icon-box h2:before,
.lt-ie8 .rtl .bc-promo-b.bc-hd-icon-box h2 .ie-before {
  left: auto;
  right: -60px;
}

/**
 * Section boxes - used on the homepage THUS FAR
 */
.bc-section-box {
  position: relative;
}

.bc-section-box img,
.bc-section-box p {
  margin: 15px 0;
}

.bc-section-box > a {
  display: block;
}

.bc-section-box > a h2 {
  border: none;
  margin: 10px 0 5px 0;
}

.bc-section-box > a:hover h2,
.bc-section-box > a:focus h2 {
  text-decoration: underline;
}

.bc-section-box > a p {
  font-weight: 300;
}

.bc-section-box > a:hover {
  text-decoration: none;
}

@media all and (max-width: 730px) and (min-width: 320px) {
  .bc-section-box img {
    width: 100%;
    max-width: 100%;
  }
}
/**
 * Highlight boxes
 */
.bc-hlight-box {
  padding: 17px 20px;
  /* margin: 30px -20px; Pulls them to the edge on mobile. */
  margin: 30px 0;
}

.bc-tab .bc-hlight-box {
  margin-top: 0;
}

/* Attaches the highlight box to above elements, mainly used to attach to images and carouels. */
.bc-hlight-box.bc-attached {
  margin-top: -20px;
}

.bc-hlight-box h2 {
  border: none;
  margin: -17px -20px 17px -20px;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 600;
}

.bc-hlight-box p {
  margin: 0;
  line-height: 1.3em;
}

/* Override blockquote styles when used in this context. */
.bc-hlight-box blockquote {
  font-style: normal;
  float: none;
  width: auto;
  margin: 0;
  line-height: 1.3em;
  font-size: 14px;
  padding: 0;
  color: #333333;
}

.rtl .bc-hlight-box blockquote {
  float: none;
}

.bc-hlight-box blockquote:before {
  display: none;
}

.bc-hlight-box cite {
  display: block;
  margin: 5px 0 0 0;
  font-size: 13px;
}

.bc-hlight-box dl {
  margin: 0;
}

.bc-hlight-box dt,
.bc-hlight-box dd {
  padding: 0;
}

.bc-hlight-box dt {
  font-weight: 300;
}

.bc-hlight-box dd {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 17px 0;
}

/* Tweaks to layout variants when used within highlight boxes */
.bc-hlight-box.bc-boxes-2 .bc-box:first-child {
  margin-top: 0;
}

.bc-hlight-box.bc-boxes-2 .bc-box {
  margin-bottom: 0;
  margin-top: 20px;
}

/**
 * Highlight boxes with large icons
 */
/* Positioning of the icons */
.bc-hlight-box.bc-icon-box:before,
.bc-hlight-box.bc-icon-box .ie-before {
  top: 20px;
}

.bc-hlight-box.bc-icon-box:before,
.bc-hlight-box.bc-hd-icon-box h2:before,
.bc-hlight-box.bc-icon-box .ie-before,
.bc-hlight-box.bc-hd-icon-box h2 .ie-before {
  left: 20px;
}

.rtl .bc-icon-box:before,
.rtl .bc-hd-icon-box h2:before,
.rtl .bc-icon-box .ie-before,
.rtl .bc-hd-icon-box h2 .ie-before {
  left: auto;
  right: 20px;
}

.bc-hlight-box.bc-icon-box.bc-cta-box:before,
.bc-hlight-box.bc-icon-box.bc-cta-box .ie-before {
  top: 50%;
  margin-top: -25px;
}

/* Override the position of the icons in this context. */
.bc-hlight-box.bc-hd-icon-box h2:before {
  bottom: -65px;
}

/* Override the position of the icons in this context. */
.lt-ie8 .bc-hlight-box.bc-hd-icon-box h2 .ie-before {
  bottom: auto;
  top: 45px;
}

/* Padd the left when icons are in use. */
.bc-hlight-box.bc-icon-box,
.bc-hlight-box.bc-hd-icon-box {
  padding-left: 80px;
}

.rtl .bc-hlight-box.bc-icon-box,
.rtl .bc-hlight-box.bc-hd-icon-box {
  padding-left: 20px;
  padding-right: 80px;
}

/* Set some min-heights to highlight boxes so that we never see icons overlapping. */
.bc-hlight-box.bc-icon-box {
  min-height: 50px;
}

.lt-ie8 .bc-hlight-box.bc-icon-box {
  overflow: hidden;
}

.bc-hlight-box.bc-hd-icon-box {
  min-height: 75px;
}

/* Set some min-heights to highlight boxes so that we never see icons overlapping. */
.bc-hlight-box.bc-icon-box.bc-cta-box {
  min-height: 40px;
}

.lt-ie8 .bc-hlight-box.bc-icon-box.bc-cta-box {
  height: 40px;
}

/* Pull the heading back over the padded area. */
.bc-hlight-box.bc-hd-icon-box h2 {
  margin-left: -80px;
}

.rtl .bc-hlight-box.bc-hd-icon-box h2 {
  margin-left: -20px;
  margin-right: -80px;
}

/**
 * Highlight boxes variations
 */
/* Call to action */
.bc-cta-box p {
  margin: 10px 0 0 0;
}

.bc-cta-box .bc-link-button {
  position: relative;
  padding-left: 30px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bc-cta-box .bc-link-button:before,
.bc-cta-box .bc-link-button .ie-before {
  width: 13px;
  height: 13px;
  left: 10px;
  top: 50%;
  margin-top: -7px;
}

.rtl .bc-cta-box .bc-link-button {
  padding-left: 17px;
  padding-right: 30px;
}

.rtl .bc-cta-box .bc-link-button:before,
.rtl .bc-cta-box .bc-link-button .ie-before {
  left: auto;
  right: 10px;
}

/* Notes */
.bc-icon-box p {
  margin: 0;
}

/* Download */
.bc-hlight-box.bc-dload ul {
  margin: -6px 0 0 0;
}

.bc-hlight-box.bc-dload ul li {
  margin: 0;
  list-style-type: none;
}

.bc-hlight-box.bc-dload ul li em {
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  position: relative;
  padding: 0 0 0 40px;
}

.rtl .bc-hlight-box.bc-dload ul li em {
  padding-left: 0;
  padding-right: 40px;
}

.bc-hlight-box.bc-dload ul li em:before,
.bc-hlight-box.bc-dload ul li em .ie-before {
  content: " ";
  display: block;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 18px;
  bottom: 0px;
}

.rtl .bc-hlight-box.bc-dload ul li em:before,
.rtl .bc-hlight-box.bc-dload ul li em .ie-before {
  left: auto;
  right: 18px;
}

.bc-hlight-box.bc-dload ul li em {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before"');
}

/* IE fix for content:before */
/**
 *  ICON LIST
 */
.bc-icon-list {
  margin: 0 0 30px 0;
}

.bc-icon-list dt {
  width: 20px;
  height: 17px;
  float: left;
  padding: 2px 2px 2px 8px;
  text-indent: -2000px;
}

.rtl .bc-icon-list dt {
  float: right;
  margin-left: 8px;
}

.bc-teaching-centre-contact-details {
  font-weight: 300;
}

.bc-image-review img {
  width: auto;
  max-width: 100%;
}

img.bc-img-auto {
  width: auto;
  height: auto;
}

/* Helpers */
#bc-main-wrapper .bc-deck:before,
#bc-main-wrapper .bc-deck:after,
.bc-hero-promo:before,
.bc-hero-promo:after {
  content: " ";
  display: table;
}

#bc-main-wrapper .bc-deck:after,
.bc-hero-promo:after {
  clear: both;
}

#bc-main-wrapper .bc-deck,
.bc-hero-promo {
  *zoom: 1;
}

/* Full width image stretch wrapper for mobile */
#bc-main-wrapper .bc-full-width-img {
  margin-left: -20px;
  margin-right: -20px;
}

#bc-main-wrapper .bc-full-width-img img {
  margin-top: 0;
}

.bc-block-date {
  padding: 13px 15px;
  margin: 0 -20px 30px -20px;
  position: relative;
  z-index: 15;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.bc-block-date.bc-with-img {
  margin-top: -20px;
}

.bc-block-date span {
  display: inline-block;
}

.bc-image-text-wrapper .bc-block-date span {
  display: inline;
}

.bc-image-text-wrapper .bc-block-date .bc-text-location {
  display: block;
}

span.bc-text-location {
  display: block;
}

/**
 * Call To Action block
 */
#bc-main-wrapper .bc-promo-tabs .bc-cta {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20px;
}

/* CTA Button*/
#bc-main-wrapper .bc-promo-tabs .bc-link-button {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  position: relative;
  zoom: 1;
  color: white;
  display: block;
}

#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button:before,
#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button .ie-before {
  content: " ";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
}

.lt-ie8 #bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before"');
}

/* IE fix for content:before */
#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button:before,
#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button .ie-before {
  top: 50%;
  margin-top: -8px;
  left: 10px;
}

.rtl #bc-main-wrapper .bc-promo-tabs .bc-link-button {
  padding-left: 17px;
  padding-right: 30px;
}

.rtl #bc-main-wrapper .bc-promo-tabs .bc-external.bc-link-button {
  padding-left: 32px;
}

.rtl #bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button:before,
.rtl #bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button .ie-before {
  left: auto;
  right: 10px;
}

/**
 * Promo tabs
 */
#bc-main-wrapper .bc-promo-tabs {
  position: relative;
}

#bc-main-wrapper .bc-promo-tabs > .bc-deck {
  display: block;
  margin: 0;
  padding: 0;
}

#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card {
  display: block;
  width: 100%;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}

/* Show and hide elments. */
#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card img,
#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card .bc-cta,
#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card .bc-card-info p {
  display: none;
}

#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card.bc-active img,
#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card.bc-active .bc-cta,
#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card.bc-active .bc-card-info p {
  display: block;
}

#bc-main-wrapper .bc-promo-tabs .bc-navigation {
  display: none;
}

#bc-main-wrapper .bc-promo-tabs .bc-card-info h2,
#bc-main-wrapper .bc-promo-tabs .bc-card-info p {
  border: none;
  margin: 0;
}

#bc-main-wrapper .bc-promo-tabs .bc-card-info h2 {
  font-size: 16px;
  padding: 8px 20px;
}

#bc-main-wrapper .bc-promo-tabs .bc-card-info p {
  font-size: 13px;
  line-height: 16px;
  padding: 10px 20px;
}

/* Default tab item. */
#bc-main-wrapper .bc-promo-tabs .bc-card-info {
  font-weight: 300;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

/* Call To Action */
#bc-main-wrapper .bc-promo-tabs .bc-cta {
  bottom: 8px;
}

/**
 * Name: feature-widgets.css
 * Author: British Council - Responsible web design.
 * Description: Core widget for feature, overrides Feature and or Desktop CSS.
 *
 * This file should not include any layout, header or footer styles!
 *
 *  - Widget Styles;
 */
/* Social Media Widgets */
#block-social-media-widgets-widgets {
  margin-top: 20px;
  margin-bottom: 20px;
}

#block-social-media-widgets-widgets .non-mobile {
  display: none;
}

#block-social-media-widgets-widgets .mobile a {
  display: block;
  padding: 5px;
  padding-left: 40px;
}

/**
 * Partners logos widget
 */
.bc-partner-logos img {
  float: left;
  margin: 0;
}

/* Maps */
/* Hide extra map on mobile and give them a more useful interactive one. */
.field-name-field-location-map {
  display: none;
}

.bc-map-cord {
  display: none;
}

#mapContainer,
.geolocation-map {
  width: 100%;
  height: 350px;
  left: 0;
  top: 0;
  margin: 20px 0;
  position: relative;
}

.geolocation-map,
#bc-geo-rss {
  width: 90% !important;
}

#mapContainer ul {
  margin: 5px;
}

#mapContainer ul li {
  list-style-type: none;
}

#mapContainer *,
.geolocation-map *,
#bc-geo-rss * {
  border: none;
}

#mapContainer img,
.geolocation-map img,
#bc-geo-rss img {
  max-width: none;
}

#bc-main-wrapper .bc-carousel-home ul li article img {
  max-height: 358px;
}

/* Location block */
.bc-location {
  margin-bottom: 20px;
}

.bc-location .geolocation-map {
  margin-top: 20px;
}

.node-type-general-info .oembed-video {
  margin-bottom: 30px;
}

#bc-geo-rss {
  margin-bottom: 30px;
  height: 358px;
  display: none;
}

#bc-geo-rss.bc-show {
  display: block;
}

.bc-map-listing address {
  margin-bottom: 5px;
}

/**
 * Sprite Assignments
 */
/* Logo images */
/* OLD IMAGES TODO
#bc-header-wrapper #bc-site-name a {
  background: transparent url('../images/mobile/logo-british-council.png') no-repeat 0 0;
}
#bc-footer-menu .bc-lang h2,
.node-type-campaign #bc-footer-menu > h2 {
  background: transparent url('../images/desktop/logo-british-council.png') no-repeat 0 0;
}
*/
/* Generic spite icons such as home link, search icon, show-hide etc. */
aside.sidbars .bc-sub-nav h2 a:before,
aside.sidbars .bc-sub-nav h2 a .ie-before,
h2.bc-tab-title:after,
.bc-show-hide-title:after,
.bc-accordion-title:after,
.lt-ie8 h2.bc-tab-title .ie-after,
.lt-ie8 .bc-show-hide-title .ie-after,
.lt-ie8 .bc-accordion-title .ie-after,
#bc-search-link:before,
.lt-ie8 #bc-search-link,
#bc-search-block .form-submit,
#bc-mobile-menu:before,
.bc-filter .bc-show-hide-content .selected a:before,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-before,
.bc-filter .bc-show-hide-content .selected a:after,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-after,
.bc-filter .bc-show-hide-content:before,
.lt-ie8 .bc-filter .bc-show-hide-content .ie-before,
.bc-filter .bc-show-hide-content a:hover:before,
.lt-ie8 .bc-filter .bc-show-hide-content a:hover .ie-before,
.bc-external span.bc-ext-icon,
aside.sidbars .bc-project-menu div > ul > li.active-trail > a:before,
.lt-ie8 aside.sidbars .bc-project-menu div > ul > li.active-trail > a .ie-before {
  background-image: url("../images-source/generic/333-sprite-icons.png");
  background-repeat: no-repeat;
}

/* The large iconograpgy used on promos, errors, highlight boxes etc. */
.page-search #bc-page-title > h1:before,
.page-search #bc-page-title > h1 .ie-before,
div.error:before,
div.error .ie-before,
.bc-hd-icon-box h2:before,
.bc-icon-box:before,
.bc-hd-icon-box h2 .ie-before,
.bc-icon-box .ie-before,
.node-type-campaign .bc-tel:before,
.lt-ie8 .node-type-campaign .bc-tel .ie-before {
  background-image: url("../images-source/generic/333-sprite-big-icons.png");
  background-repeat: no-repeat;
}

/* The smaller version of the icons, also includes the file type icons. */
.bc-hlight-box.bc-dload ul li em:before,
.bc-hlight-box.bc-dload ul li em .ie-before,
.bc-icon-list dt,
.bc-tags:before,
.lt-ie8 .bc-tags .ie-before {
  background-image: url("../images-source/generic/333-sprite-small-icons.png");
  background-repeat: no-repeat;
}

/* Social media icons. */
#bc-footer-lower #bc-social-media ul li a:before,
.social-media-widget .mobile a,
ul.bc-social-lk-block li a:before {
  background-image: url("../images-source/generic/333-sprite-social-icons-mobile.png");
  background-repeat: no-repeat;
}

.social-media-widget.twitter .mobile a {
  background-position: 0px -42px;
}

/* Arrow sprite used on cta, link buttons, carousel paddle controls etc.*/
.bc-lk-list-16 a:before,
.bc-lk-16:before,
.bc-col1 .bc-listing.bc-boxes-2 a:before,
#bc-main-wrapper .bc-page-controls a,
.flex-direction-nav a,
.lt-ie8 .bc-lk-list-16 a .ie-before,
.lt-ie8 .bc-lk-16 .ie-before,
.lt-ie8 .bc-col1 .bc-listing.bc-boxes-2 a .ie-before,
#bc-content-wrapper .bc-promo-a h2:before,
#bc-content-wrapper .bc-promo-a h2 .ie-before,
.bc-cta-box .bc-link-button:before,
.bc-cta-box .bc-link-button .ie-before,
#bc-main-wrapper .bc-carousel .bc-cta .bc-link-button:before,
#bc-main-wrapper .bc-carousel .bc-cta .bc-link-button .ie-before,
#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button:before,
#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button .ie-before,
.bc-tabs-paging ul li a:before,
.lt-ie8 .bc-tabs-paging ul li .ie-before,
.bc-job-listing:before,
.lt-ie8 .bc-job-listing .ie-before {
  background-image: url("../images-source/generic/333-arrows.png");
  background-repeat: no-repeat;
}

.rtl .bc-lk-list-16 a:before,
.rtl .bc-lk-16:before,
.rtl .bc-col1 .bc-listing.bc-boxes-2 a:before,
.rtl #bc-main-wrapper .bc-page-controls a,
.rtl .flex-direction-nav a,
.rtl.lt-ie8 .bc-lk-list-16 a .ie-before,
.rtl.lt-ie8 .bc-lk-16 .ie-before,
.rtl.lt-ie8 .bc-col1 .bc-listing.bc-boxes-2 a .ie-before,
.rtl #bc-content-wrapper .bc-promo-a h2:before,
.rtl #bc-content-wrapper .bc-promo-a h2 .ie-before,
.rtl .bc-cta-box .bc-link-button:before,
.rtl .bc-cta-box .bc-link-button .ie-before,
.rtl #bc-main-wrapper .bc-carousel .bc-cta .bc-link-button:before,
.rtl #bc-main-wrapper .bc-carousel .bc-cta .bc-link-button .ie-before,
.rtl #bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button:before,
.rtl #bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button .ie-before,
.rtl .bc-tabs-paging ul li a:before,
.rtl.lt-ie8 .bc-tabs-paging ul li .ie-before,
.rtl .bc-job-listing:before,
.rtl.lt-ie8 .bc-job-listing .ie-before {
  background-image: url("../images-source/generic/333-arrows-rtl.png");
}

/**
 * Sprite Positioning
 */
/* Logo */
.rtl #bc-footer-menu .bc-lang h2,
.rtl .node-type-campaign #bc-footer-menu > h2 {
  background-position: 100% 0;
}

/* Mobile menu show-hide */
#bc-mobile-menu:before {
  background-position: -115px -5px;
}

#bc-mobile-menu.bc-active:before {
  background-position: -130px -5px;
}

/* Tags */
.bc-tags:before,
.lt-ie8 .bc-tags .ie-before {
  background-position: -899px -3px;
}

/* Pager */
#bc-content-wrapper ul.pager li.pager-next a,
#bc-content-wrapper ul.pager li.pager-previous a {
  background-position: -235px 0;
}

#bc-content-wrapper ul.pager li.pager-previous a {
  background-position: -235px -50px;
}

/* Show Hides */
h2.bc-tab-title:after,
.bc-show-hide-title:after,
.bc-accordion-title:after,
.lt-ie8 h2.bc-tab-title .ie-after,
.lt-ie8 .bc-show-hide-title .ie-after,
.lt-ie8 .bc-accordion-title .ie-after {
  background-position: -1px -1px;
}

h2.bc-tab-title.bc-active:after,
.bc-show-hide-title.bc-active:after,
.bc-accordion-title.bc-active:after,
.lt-ie8 h2.bc-tab-title.bc-active .ie-after,
.lt-ie8 .bc-show-hide-title.bc-active .ie-after,
.lt-ie8 .bc-accordion-title.bc-active .ie-after {
  background-position: -33px -1px;
}

.bc-tab-content .bc-show-hide-title.bc-active:after,
.bc-filter h2.bc-active:after,
.lt-ie8 .bc-filter h2.bc-active .ie-after {
  background-position: -64px -1px;
}

/* Sub nav arrow */
.aside.sidbars .bc-sub-nav h2 a:before,
.lt-ie8 .aside.sidbars .bc-sub-nav h2 a .ie-before {
  background-position: -92px -8px;
}

/* Project rhs nav background image positions. */
.aside.sidbars .bc-project-menu div > ul > li.active-trail > a:before,
.lt-ie8 .aside.sidbars .bc-project-menu div > ul > li.active-trail > a .ie-before {
  background-position: -92px -8px;
}

.aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active:before,
.lt-ie8 .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active .ie-before {
  background-position: -401px 0px;
}

.rtl .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active:before,
.rtl.lt-ie8 .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active .ie-before {
  background-position: -401px -31px;
}

.bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a:before,
.lt-ie8 .bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a .ie-before {
  background-position: -92px -36px;
}

.bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active:before,
.lt-ie8 .bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active .ie-before {
  background-position: -401px -15px;
}

.rtl .bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active:before,
.rtl.lt-ie8 .bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active .ie-before {
  background-position: -401px -46px;
}

/* Search page title */
.page-search #bc-page-title > h1:before,
.page-search #bc-page-title > h1 .ie-before {
  background-position: -595px 0;
}

/* Search icon. */
.lt-ie8 #bc-search-link {
  background-position: -553px 5px;
}

#bc-search-link:before {
  background-position: -572px 0;
}

#bc-search-row.bc-show-search #bc-search-link:before {
  background-position: -672px 0;
}

/* Icon on the search submit button. */
#bc-search-block .form-submit {
  background-position: -610px 6px;
}

/* Social Media */
#bc-facebook a {
  background-position: 0 0;
}

#bc-footer-lower #bc-social-media ul li a:before,
ul.bc-social-lk-block li a:before {
  background-position: 0 -252px;
}

#bc-footer-lower #bc-social-media ul li a.facebook:before,
ul.bc-social-lk-block li a.facebook:before {
  background-position: 0 0;
}

#bc-footer-lower #bc-social-media ul li a.twitter:before,
ul.bc-social-lk-block li a.twitter:before {
  background-position: 0 -42px;
}

#bc-footer-lower #bc-social-media ul li a.flickr:before,
ul.bc-social-lk-block li a.flickr:before {
  background-position: 0 -84px;
}

#bc-footer-lower #bc-social-media ul li a.blog:before,
ul.bc-social-lk-block li a.blog:before {
  background-position: 0 -126px;
}

#bc-footer-lower #bc-social-media ul li a.youtube:before,
ul.bc-social-lk-block li a.youtube:before {
  background-position: 0 -168px;
}

#bc-footer-lower #bc-social-media ul li a.cyworld:before,
ul.bc-social-lk-block li a.cyworld:before {
  background-position: 0 -210px;
}

#bc-footer-lower #bc-social-media ul li a.vimeo:before,
ul.bc-social-lk-block li a.vimeo:before {
  background-position: 0 -294px;
}

#bc-footer-lower #bc-social-media ul li a.myspace:before,
ul.bc-social-lk-block li a.myspace:before {
  background-position: 0 -336px;
}

#bc-footer-lower #bc-social-media ul li a.linkedin:before,
ul.bc-social-lk-block li a.linkedin:before {
  background-position: 0 -381px;
}

#bc-footer-lower #bc-social-media ul li a.soundcloud:before,
ul.bc-social-lk-block li a.soundcloud:before {
  background-position: 0 -423px;
}

#bc-footer-lower #bc-social-media ul li a.slideshare:before,
ul.bc-social-lk-block li a.slideshare:before {
  background-position: 0 -465px;
}

#bc-footer-lower #bc-social-media ul li a.ustream:before,
ul.bc-social-lk-block li a.ustream:before {
  background-position: 0 -507px;
}

#bc-footer-lower #bc-social-media ul li a.weibo:before,
ul.bc-social-lk-block li a.weibo:before {
  background-position: 0 -549px;
}

#bc-footer-lower #bc-social-media ul li a.douban:before,
ul.bc-social-lk-block li a.douban:before {
  background-position: 0 -591px;
}

#bc-footer-lower #bc-social-media ul li a.rss:before,
ul.bc-social-lk-block li a.rss:before {
  background-position: 0 -633px;
}

#bc-footer-lower #bc-social-media ul li a.instagram:before,
ul.bc-social-lk-block li a.instagram:before {
  background-position: 0 -675px;
}

#bc-footer-lower #bc-social-media ul li a.vkontakte:before,
ul.bc-social-lk-block li a.vkontakte:before {
  background-position: 0 -717px;
}

#bc-footer-lower #bc-social-media li:before {
  display: none;
}

/* Link arrows and lists */
.bc-lk-list-16 a:before,
.bc-lk-16:before,
.bc-col1 .bc-listing.bc-boxes-2 a:before,
#bc-main-wrapper .bc-page-controls a,
.flex-direction-nav a,
.lt-ie8 .bc-lk-list-16 a .ie-before,
.lt-ie8 .bc-lk-16 .ie-before,
.lt-ie8 .bc-col1 .bc-listing.bc-boxes-2 a .ie-before,
.bc-tabs-paging ul li.bc-next a:before,
.lt-ie8 .bc-tabs-paging ul li.bc-next .ie-before,
.bc-job-listing:before,
.lt-ie8 .bc-job-listing .ie-before {
  background-position: -40px -3px;
}

.bc-tabs-paging ul li.bc-prev a:before,
.lt-ie8 .bc-tabs-paging ul li.bc-prev .ie-before {
  background-position: -40px -64px;
}

/* External links icon */
/* blue medium icon */
.bc-external span.bc-ext-icon,
.bc-boxes-3 .bc-lk-list-16 .bc-external span.bc-ext-icon {
  background-position: -348px 0;
}

.rtl .bc-external span.bc-ext-icon,
.rtl .bc-boxes-3 .bc-lk-list-16 .bc-external span.bc-ext-icon {
  background-position: -348px -29px;
}

/* white medium */
.bc-promo-a .bc-external span.bc-ext-icon,
.bc-cta-box .bc-external span.bc-ext-icon,
.bc-boxes-3 .bc-external span.bc-ext-icon {
  background-position: -727px 0;
}

.rtl .bc-promo-a .bc-external span.bc-ext-icon,
.rtl .bc-cta-box .bc-external span.bc-ext-icon,
.rtl .bc-boxes-3 .bc-external span.bc-ext-icon {
  background-position: -727px -29px;
}

/* blue large icon */
.bc-promo-b .bc-external span.bc-ext-icon {
  background-position: -323px 0;
}

.rtl .bc-promo-b .bc-external span.bc-ext-icon {
  background-position: -323px -29px;
}

/* white large icon */
.bc-cta .bc-external span.bc-ext-icon {
  background-position: -702px 0;
}

.rtl .bc-ext-links a span.bc-ext-icon {
  background-position: -348px -29px;
}

/* Paddles for carousels */
#bc-main-wrapper .bc-page-controls a.bc-prev,
.flex-direction-nav a.flex-prev {
  background-position: -127px 0;
}

#bc-main-wrapper .bc-page-controls a.bc-next,
.flex-direction-nav a.flex-next {
  background-position: -181px 0;
}

/* Promo links arrows*/
#bc-content-wrapper .bc-promo-a h2:before,
#bc-content-wrapper .bc-promo-a h2 .ie-before,
.bc-cta-box .bc-link-button:before,
.bc-cta-box .bc-link-button .ie-before {
  background-position: -71px -27px;
}

/* Carousel link arrows */
#bc-main-wrapper .bc-carousel .bc-cta .bc-link-button:before,
#bc-main-wrapper .bc-carousel .bc-cta .bc-link-button .ie-before,
#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button:before,
#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button .ie-before {
  background-position: -103px -28px;
}

/* Icon list icons*/
.bc-icon-list dt {
  background-position: 0 3px;
}

.bc-icon-list dt.bc-fax-lb {
  background-position: -30px 1px;
}

.bc-icon-list dt.bc-email-lb {
  background-position: -60px 1px;
}

/* Download icons */
.bc-hlight-box.bc-dload ul li em:before,
.bc-hlight-box.bc-dload ul li em .ie-before {
  background-position: -751px 0;
}

.bc-hlight-box.bc-dload ul li.bc-file.pdf em:before,
.bc-hlight-box.bc-dload ul li.bc-file.pdf em .ie-before {
  background-position: -811px 0px;
}

.bc-hlight-box.bc-dload ul li.bc-file.ms-excel em:before,
.bc-hlight-box.bc-dload ul li.bc-file.ms-excel em .ie-before {
  background-position: -781px 0px;
}

.bc-hlight-box.bc-dload ul li.bc-file.ms-powerpoint em:before,
.bc-hlight-box.bc-dload ul li.bc-file.ms-powerpoint em .ie-before {
  background-position: -841px 0px;
}

/* Highlight box, promo and error icons. */
/* Default icon if one exists */
div.error:before,
div.error .ie-before,
.bc-hd-icon-box h2:before,
.bc-icon-box:before,
.bc-hd-icon-box h2 .ie-before,
.bc-icon-box .ie-before {
  background-position: 0 3px;
}

div.error:before,
div.error .ie-before {
  background-position: -1026px 0;
}

/* Download Icon */
.bc-hlight-box.bc-dload.bc-hd-icon-box h2:before,
.bc-hlight-box.bc-dload.bc-icon-box:before,
.bc-hlight-box.bc-dload.bc-hd-icon-box h2 .ie-before,
.bc-hlight-box.bc-dload.bc-icon-box .ie-before {
  background-position: 0 0;
}

/* Email/Mail icon */
.bc-mail.bc-hd-icon-box h2:before,
.bc-mail.bc-icon-box:before,
.bc-mail.bc-hd-icon-box h2 .ie-before,
.bc-mail.bc-icon-box .ie-before {
  background-position: -55px 0;
}

/* Alert icon */
.bc-alert.bc-hd-icon-box h2:before,
.bc-alert.bc-icon-box:before,
.bc-alert.bc-hd-icon-box h2 .ie-before,
.bc-alert.bc-icon-box .ie-before {
  background-position: -108px 0;
}

/* Calendar icon */
.bc-book.bc-hd-icon-box h2:before,
.bc-book.bc-icon-box:before,
.bc-book.bc-hd-icon-box h2 .ie-before,
.bc-book.bc-icon-box .ie-before {
  background-position: -160px 0;
}

/* Information icon */
.bc-info.bc-hd-icon-box h2:before,
.bc-info.bc-icon-box:before,
.bc-info.bc-hd-icon-box h2 .ie-before,
.bc-info.bc-icon-box .ie-before {
  background-position: -217px 0;
}

/* Flag icon */
.bc-flag.bc-hd-icon-box h2:before,
.bc-flag.bc-icon-box:before,
.bc-flag.bc-hd-icon-box h2 .ie-before,
.bc-flag.bc-icon-box .ie-before {
  background-position: -266px 0;
}

/* Tick icon */
.bc-tick.bc-hd-icon-box h2:before,
.bc-tick.bc-icon-box:before,
.bc-tick.bc-hd-icon-box h2 .ie-before,
.bc-tick.bc-icon-box .ie-before {
  background-position: -326px 0;
}

/* Announce/Newsletter icon */
.bc-announce.bc-hd-icon-box h2:before,
.bc-announce.bc-icon-box:before,
.bc-announce.bc-hd-icon-box h2 .ie-before,
.bc-announce.bc-icon-box .ie-before {
  background-position: -377px 0;
}

/* Phone icon */
.bc-phone.bc-hd-icon-box h2:before,
.bc-phone.bc-icon-box:before,
.bc-phone.bc-hd-icon-box h2 .ie-before,
.bc-phone.bc-icon-box .ie-before {
  background-position: -435px 0;
}

/* Print icon */
.bc-print.bc-hd-icon-box h2:before,
.bc-print.bc-icon-box:before,
.bc-print.bc-hd-icon-box h2 .ie-before,
.bc-print.bc-icon-box .ie-before {
  background-position: -485px 0;
}

/* Comment icon */
.bc-comment.bc-hd-icon-box h2:before,
.bc-comment.bc-icon-box:before,
.bc-comment.bc-hd-icon-box h2 .ie-before,
.bc-comment.bc-icon-box .ie-before {
  background-position: -539px 0;
}

/* Search icon */
.bc-search.bc-hd-icon-box h2:before,
.bc-search.bc-icon-box:before,
.bc-search.bc-hd-icon-box h2 .ie-before,
.bc-search.bc-icon-box .ie-before {
  background-position: -596px 0;
}

/* Share icon */
.bc-share.bc-hd-icon-box h2:before,
.bc-share.bc-icon-box:before,
.bc-share.bc-hd-icon-box h2 .ie-before,
.bc-share.bc-icon-box .ie-before {
  background-position: -651px 0;
}

/* Graduation icon */
.bc-graduate.bc-hd-icon-box h2:before,
.bc-graduate.bc-icon-box:before,
.bc-graduate.bc-hd-icon-box h2 .ie-before,
.bc-graduate.bc-icon-box .ie-before {
  background-position: -756px 0;
}

/* Ticket icon */
.bc-ticket.bc-hd-icon-box h2:before,
.bc-ticket.bc-icon-box:before,
.bc-ticket.bc-hd-icon-box h2 .ie-before,
.bc-ticket.bc-icon-box .ie-before {
  background-position: -701px 0;
}

/* Video icon */
.bc-vid.bc-hd-icon-box h2:before,
.bc-vid.bc-icon-box:before,
.bc-vid.bc-hd-icon-box h2 .ie-before,
.bc-vid.bc-icon-box .ie-before {
  background-position: -811px 0;
}

/* Hourglass icon */
.bc-hourglass.bc-hd-icon-box h2:before,
.bc-hourglass.bc-icon-box:before,
.bc-hourglass.bc-hd-icon-box h2 .ie-before,
.bc-hourglass.bc-icon-box .ie-before {
  background-position: -864px 0;
}

/* Globe icon */
.bc-globe.bc-hd-icon-box h2:before,
.bc-globe.bc-icon-box:before,
.bc-globe.bc-hd-icon-box h2 .ie-before,
.bc-globe.bc-icon-box .ie-before {
  background-position: -917px 0;
}

/* Music icon */
.bc-music.bc-hd-icon-box h2:before,
.bc-music.bc-icon-box:before,
.bc-music.bc-hd-icon-box h2 .ie-before,
.bc-music.bc-icon-box .ie-before {
  background-position: -971px 0;
}

/* Phone icon */
.bc-phone.bc-icon-box h2:before,
.bc-phone.bc-icon-box:before,
.bc-phone.bc-icon-box h2 .ie-before,
.bc-phone.bc-icon-box .ie-before,
.node-type-campaign .bc-tel:before,
.lt-ie8 .node-type-campaign .bc-tel .ie-before {
  background-position: -431px 0;
}

/* Filter */
.bc-filter .bc-show-hide-content:before,
.lt-ie8 .bc-filter .bc-show-hide-content .ie-before {
  background-position: -285px 0;
}

/* Filter links states */
.bc-filter .bc-show-hide-content a:hover:before,
.lt-ie8 .bc-filter .bc-show-hide-content a:hover .ie-before {
  background-position: -154px 0;
}

.rtl .bc-filter .bc-show-hide-content a:hover:before,
.rtl.lt-ie8 .bc-filter .bc-show-hide-content a:hover .ie-before {
  background-position: -242px 0;
}

.bc-filter .bc-show-hide-content .selected a:before,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-before {
  background-position: -175px 0;
}

.rtl .bc-filter .bc-show-hide-content .selected a:before,
.rtl.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-before {
  background-position: -264px 0;
}

.bc-filter .bc-show-hide-content .selected a:after,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-after {
  background-position: -196px 0;
}

.bc-filter .bc-show-hide-content .selected a:hover:after,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a:hover .ie-after {
  background-position: -219px 0;
}

/* END sprite positioning */
/**
 * News alerts
 */
#bc-news-alerts {
  color: white;
  background: #884c97;
  background: -moz-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #884c97), color-stop(100%, #4f2c58));
  background: -webkit-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -o-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -ms-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: linear-gradient(to bottom, #884c97 0%, #4f2c58 100%);
}

.lt-ie9 #bc-news-alerts {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4279a6', endColorstr='#2b5d86',GradientType=0 );
}

#bc-news-alerts a {
  color: #efebf0;
}

/**
 * Background colours
 */
h2.bc-tab-title,
.bc-show-hide-title,
.bc-accordion-title,
.aside.sidbars .bc-sub-nav > ul,
#bc-content-wrapper ul.pager,
h4,
#search-form #edit-basic,
.bc-hlight-box,
.bc-hlight-transparent h2,
.bc-col1 .bc-listing.bc-boxes-2 .bc-box h2,
th,
.bc-table-invert td,
.node-type-webform .bc-col1,
.bc-heading-bg,
.bc-meta div,
.bc-meta div,
.bc-filter .bc-show-hide-title.bc-active,
.bc-filter .bc-show-hide-title.bc-active:hover,
.bc-filter .bc-show-hide-content,
#bc-content .bc-filter .bc-show-hide-content .form-type-select,
.bc-tabs-paging ul,
.node-type-homepage-golden-hind .bc-front .aside.sidbars .bc-lk-list-16 a,
.aside.sidbars .bc-project-menu li.expanded,
.node-type-campaign .aside.sidbars {
  background-color: #efebf0;
}

h2.bc-tab-title.bc-active,
.bc-show-hide-title.bc-active,
.bc-accordion-title.bc-active {
  background-color: #733283;
}

.aside.sidbars .bc-sub-nav ul li.active a.active,
#bc-content-wrapper ul.pager li.pager-current,
#bc-search-link,
#bc-search-block,
#bc-main-wrapper .bc-promo-tabs .bc-card-info,
.bc-block-date,
.aside.sidbars .bc-project-menu li.active-trail a.active {
  background-color: #333333;
}

.aside.sidbars .bc-sub-nav > ul ul,
#bc-content-wrapper .bc-promo-c h2 dl dt,
blockquote,
div.error,
#bc-main-wrapper .bc-carousel .bc-navigation li a.bc-active,
.flex-control-paging li a.flex-active {
  background-color: white;
}

/**
 * Text colours
 */
html,
button,
input,
select,
textarea,
h1, h2, h3, h4,
a:hover,
a:focus,
.bc-col1 .bc-listing > .bc-box > a,
#bc-breadcrumb li:after,
#bc-breadcrumb li.last a,
.bc-search-results .bc-box > a,
#bc-header-wrapper #bc-site-name span,
#bc-header-wrapper ul li a,
#bc-search-link,
#bc-content-wrapper .bc-promo p,
#bc-content-wrapper .bc-promo dt,
#bc-content-wrapper .bc-promo dd,
.bc-section-box > a p,
.bc-heading-bg,
.bc-meta div,
.bc-listing-event article a:hover h2,
.bc-listing-event span.bc-text-location,
.bc-listing-50 article a p,
.bc-listing-50 article a:hover h2,
.bc-listing-50 article a:focus h2,
.bc-hlight-box blockquote,
.node-type-campaign .aside.sidbars h3,
.node-type-campaign .aside.sidbars .bc-tel a {
  color: #333333;
}

h2.bc-tab-title.bc-active,
.bc-show-hide-title.bc-active,
.bc-accordion-title.bc-active,
.aside.sidbars .bc-sub-nav ul li.active a.active,
#bc-content-wrapper ul.pager li.pager-current,
#bc-footer-menu .bc-lang ul li a,
#bc-footer-menu .bc-lang ul li span,
#bc-primary-menu #bc-mobile-menu h2,
#bc-user-zone li.last a,
#bc-footer-wrapper,
#bc-footer-wrapper h2,
#bc-footer-wrapper a,
#bc-tc-alert,
#bc-content .form-submit,
a.bc-link-button,
#bc-content-wrapper .bc-promo-a h2,
#bc-content-wrapper .bc-promo-a p,
#bc-main-wrapper .bc-promo-tabs .bc-card-info h2,
#bc-main-wrapper .bc-promo-tabs .bc-card-info p,
#bc-main-wrapper .bc-promo-tabs .bc-active .bc-card-info h2,
#bc-main-wrapper .bc-promo-tabs .bc-card-info a:focus,
.bc-carousel-hero figcaption,
#bc-main-wrapper .bc-carousel-home .bc-card h2,
#bc-main-wrapper .bc-carousel-home .bc-card p,
.bc-block-date,
.bc-filter ul li a:hover,
.bc-filter .bc-show-hide-content a:hover,
.aside.sidbars .bc-project-menu li.active-trail a.active {
  color: white;
}

.bc-col1 .bc-listing > .bc-box div > h2,
.bc-search-results .bc-box h2 {
  color: #733283;
}

a, a:link, a:visited,
.bc-show-hide-title,
.bc-accordion-title,
.bc-tab-content .bc-show-hide-title,
.bc-tab-content .bc-show-hide-title.bc-active,
#bc-header-wrapper ul li a,
#bc-content #edit-submitted-attach-files-upload-button,
#bc-content #edit-submitted-attach-files-remove-button,
.bc-section-box > a h2,
#bc-primary-menu #bc-mobile-menu ul li a,
.bc-listing-event article a h2,
.bc-filter .bc-show-hide-title.bc-active,
.bc-filter .bc-show-hide-title.bc-active:hover,
.bc-listing-50 article a h2,
.aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active {
  color: #733283;
}

#bc-content-wrapper .bc-promo-b h2,
#bc-content-wrapper .bc-promo-c h2 {
  color: inherit;
}

h3,
#bc-content .description {
  color: #999999;
}

blockquote,
#bc-content .form-item label {
  color: #666666;
}

blockquote:before {
  color: #efebf0;
}

#bc-footer-menu h2 {
  color: #ee0487;
}

#bc-footer-lower h2,
#bc-footer-lower p,
#bc-social-media h3 {
  color: white;
}

.bc-filter .bc-show-hide-content .selected a:hover,
.bc-filter .bc-show-hide-content .selected a {
  color: #ee0487;
}

/**
 * Feature Layout Colours
 */
/**
 * Set show-hides within tabs to look visually different
 */
.bc-tab-content .bc-show-hide-title,
.bc-tab-content .bc-show-hide-title.bc-active,
.bc-tab-content .bc-show-hide-content {
  border-style: dotted;
  border-width: 0 0 1px 0;
}

.bc-tab-content .bc-show-hide-title.bc-active {
  border-width: 0;
}

/**
 * Set show-hides within tabs to look visually different
 */
.bc-tab-content .bc-show-hide-title,
.bc-tab-content .bc-show-hide-title.bc-active,
.bc-tab-content .bc-show-hide-content {
  border-color: #999999;
}

.bc-tab-content .bc-show-hide-title,
.bc-tab-content .bc-show-hide-title.bc-active {
  background-color: transparent;
}

/* Listings THEME #333 */
/* Page title THEME #333 */
#bc-page-title,
.bc-listing-50 article a h2 {
  border-style: solid;
  border-color: #dfd8e0;
}

/* Event listing */
.bc-listing-event article {
  border-color: #999999;
}

/* Sub Navigation THEME #333 */
.aside.sidbars .bc-sub-nav > ul li a {
  border-style: solid;
  border-color: white;
}

.aside.sidbars .bc-sub-nav ul li ul li {
  border-color: #666666;
}

/* Project rhs nav colours. */
.aside.sidbars .bc-project-menu ul li a {
  border-color: white;
}

.aside.sidbars .bc-project-menu ul li ul li ul li.active-trail a,
.aside.sidbars .bc-project-menu ul li ul li ul li ul li a {
  border-style: dotted;
  border-color: #666666;
}

.aside.sidbars .bc-project-menu ul li ul li ul li.active-trail a.active,
.aside.sidbars .bc-project-menu ul li ul li ul li ul li a.active {
  border-style: solid;
}

.aside.sidbars .bc-project-menu li li a {
  color: white;
  background-color: #76627f;
}

.aside.sidbars .bc-project-menu li li li a {
  background-color: #efebf0;
  color: #733283;
}

.aside.sidbars .bc-project-menu li li li li a,
.aside.sidbars .bc-project-menu div > ul > li.active-trail > a,
.aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active {
  background-color: white;
}

/* Search Results THEME #333 */
.bc-search-results .bc-box {
  border-top: 1px dotted #999999;
}

.bc-search-results .bc-box h2 {
  border: none;
}

/**
 * end feature layout colours
 */
/**
 * Feature Header Footer Colours
 */
/* Reset the search icon to a close icon when search is shown. */
#bc-search-row.bc-show-search #bc-search-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Text box. */
#bc-search-block .form-text {
  border-color: black;
  outline: 0;
  outline: thin dotted \9;
}

/* Text box selected. */
#bc-search-block .form-text:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
}

/* Set the form actions row container to be the actual buttons background. */
/* Form Search Button. */
#bc-search-block .form-actions,
#bc-search-block .views-submit-button {
  border-color: black;
  background: #4f2c58;
  background: -moz-linear-gradient(top, #4f2c58 0%, #884c97 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f2c58), color-stop(100%, #884c97));
  background: -webkit-linear-gradient(top, #4f2c58 0%, #884c97 100%);
  background: -o-linear-gradient(top, #4f2c58 0%, #884c97 100%);
  background: -ms-linear-gradient(top, #4f2c58 0%, #884c97 100%);
  background: linear-gradient(to bottom, #4f2c58 0%, #884c97 100%);
}

/* Set the icon on the submit button. */
#bc-search-block .form-submit {
  border: none;
  background-color: transparent;
}

#bc-search-block label {
  color: white;
}

/* Locale Block */
#bc-footer-menu .bc-lang ul li a,
#bc-footer-menu .bc-lang ul li span {
  border-color: black;
  background: #884c97;
  background: -moz-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #884c97), color-stop(100%, #4f2c58));
  background: -webkit-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -o-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -ms-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: linear-gradient(to bottom, #884c97 0%, #4f2c58 100%);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
}

#bc-footer-menu .bc-lang ul li a.locale-untranslated,
#bc-footer-menu .bc-lang ul li span {
  opacity: 0.5;
  color: #76627f;
  background: #733283;
}

#bc-footer-menu .bc-lang ul li.active a {
  color: black;
  background: #efebf0;
  background: -moz-linear-gradient(top, #efebf0 0%, white 31%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efebf0), color-stop(31%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #efebf0 0%, white 31%, white 100%);
  background: -o-linear-gradient(top, #efebf0 0%, white 31%, white 100%);
  background: -ms-linear-gradient(top, #efebf0 0%, white 31%, white 100%);
  background: linear-gradient(to bottom, #efebf0 0%, #ffffff 31%, #ffffff 100%);
}

/* Borders */
#bc-footer-lower ul,
#bc-footer-lower .bc-anchor-top a,
.node-type-campaign #bc-footer-wrapper .bc-anchor-top a,
.node-type-campaign #bc-footer-menu ul,
#bc-footer-menu .bc-lang ul {
  border-color: #ee0487;
}

/**
 * GLOBAL: Primary Menu
 */
#bc-primary-menu #bc-mobile-menu ul > li.first {
  border-top: 2px solid white;
}

#bc-primary-menu ul ul {
  background-color: #efebf0;
}

/* Main header background */
#bc-header-wrapper .bc-row2,
#bc-primary-menu #bc-mobile-menu h2,
#bc-user-zone li.last a {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #efebf0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #efebf0));
  background: -webkit-linear-gradient(top, white 0%, #efebf0 100%);
  background: -o-linear-gradient(top, white 0%, #efebf0 100%);
  background: -ms-linear-gradient(top, white 0%, #efebf0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #efebf0 100%);
}

#bc-header-wrapper .bc-row2,
#bc-primary-menu ul,
#bc-user-zone li.last a {
  border-color: #76627f;
}

#bc-primary-menu #bc-mobile-menu.bc-active h2 {
  background: white;
}

/* Two main nav buttons Menu, Contact*/
#bc-primary-menu #bc-mobile-menu h2,
#bc-user-zone li.last a {
  color: #733283;
}

/* Color of the drop down. */
/* Drop down links */
#bc-primary-menu #bc-mobile-menu ul li a {
  border-color: white;
}

#bc-footer-wrapper {
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #212121 30%, #212121 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(30%, #212121), color-stop(100%, #212121));
  background: -webkit-linear-gradient(top, #333333 0%, #212121 30%, #212121 100%);
  background: -o-linear-gradient(top, #333333 0%, #212121 30%, #212121 100%);
  background: -ms-linear-gradient(top, #333333 0%, #212121 30%, #212121 100%);
  background: linear-gradient(to bottom, #333333 0%, #212121 30%, #212121 100%);
  /*Box shadow.*/
  -webkit-box-shadow: inset 0px 1px 1px 0px #21003a;
  box-shadow: inset 0px 1px 1px 0px #21003a;
}

.lt-ie9 #bc-footer-wrapper {
  background: #333333;
}

footer a {
  text-shadow: 0px 1px 1px black;
}

.lt-ie9 footer a {
  filter: dropshadow(color=#072131, offx=0, offy=1);
}

/**
 * Social media
 */
#bc-social-media h3 {
  border-color: #ee0487;
}

/**
 * Feature Content Colours
 */
/* THEME #333*/
h2,
.bc-map-listing h3,
.bc-job-list article:first-child h2 {
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #cccccc;
}

#popup-text h2 {
  border-width: 0;
}

.bc-job-list h2 {
  border-style: dotted;
}

h3 {
  border-color: #999999;
  border-style: dotted;
  border-width: 1px 0 0 0;
}

h4 {
  padding: 8px 10px 10px;
}

blockquote {
  font-style: italic;
  font-weight: 300;
}

/* Tables */
table,
table.bc-table-invert thead th {
  border-style: solid;
  border-color: #cccccc;
}

th,
.bc-table-invert td {
  border-color: white;
}

td,
.bc-table-invert th {
  border-color: white;
}

.bc-job-list {
  border-bottom: 3px solid #cccccc;
}

/* Teaching centre colours */
#bc-tc-alert {
  background: #884c97;
  background: -moz-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #884c97), color-stop(100%, #4f2c58));
  background: -webkit-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -o-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -ms-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: linear-gradient(to bottom, #884c97 0%, #4f2c58 100%);
}

.lt-ie9 #bc-tc-alert {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4279a6', endColorstr='#2b5d86',GradientType=0 );
}

/**
 * Feature Forms Colour
 */
.marker,
.form-required {
  color: #c10012;
}

textarea,
#bc-content .form-item .form-text,
#bc-content .form-item select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

#bc-content .form-item .form-text:focus,
#bc-content .form-item textarea:focus,
#bc-content .form-item select:focus {
  border-color: rgba(206, 187, 234, 0.5);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 9px rgba(206, 187, 234, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 9px rgba(206, 187, 234, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 9px rgba(206, 187, 234, 0.5);
}

#bc-content .form-item input.error,
#bc-content .form-item textarea.error,
#bc-content .form-item select.error,
#edit-submitted-attach-files div.error {
  border: 1px solid #c10012;
  background: #f1e2fb;
}

#bc-content .form-item input.error:focus,
#bc-content .form-item textarea.error:focus,
#bc-content .form-item select.error:focus {
  border-color: rgba(193, 0, 18, 0.7);
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(193, 0, 18, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(193, 0, 18, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(193, 0, 18, 0.5);
}

/*  Webform */
.node-type-webform .bc-body-content {
  border-bottom: 1px dotted #999999;
}

div.error, .error {
  color: #c10012;
}

/**
 * Buttons
 */
#bc-content .form-submit,
a.bc-link-button {
  border: 1px solid #333333;
  background: #884c97;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4N2RhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDRhNjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #884c97), color-stop(100%, #4f2c58));
  background: -webkit-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -o-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -ms-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: linear-gradient(to bottom, #884c97 0%, #4f2c58 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

.lt-ie9 #bc-content .form-submit,
.lt-ie9 a.bc-link-button {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#884C97', endColorstr='#4F2C58',GradientType=0 );
}

/**
 * Search page search form
 */
#bc-content #edit-submitted-attach-files-upload-button,
#bc-content #edit-submitted-attach-files-remove-button {
  border-color: #c6cdd0;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
  background: #f1e2fb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f1e2fb 0%, #f1e2fb 76%, #efebf0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1e2fb), color-stop(76%, #f1e2fb), color-stop(100%, #efebf0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f1e2fb 0%, #f1e2fb 76%, #efebf0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f1e2fb 0%, #f1e2fb 76%, #efebf0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f1e2fb 0%, #f1e2fb 76%, #efebf0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f1e2fb 0%, #f1e2fb 76%, #efebf0 100%);
  /* W3C */
}

.lt-ie9 #bc-content #edit-submitted-attach-files-upload-button,
.lt-ie9 #bc-content #edit-submitted-attach-files-remove-button {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$so-off-white', endColorstr='$so-grey',GradientType=0 );
  /* IE6-9 */
}

#bc-content #edit-submitted-attach-files-upload-button:hover,
#bc-content #edit-submitted-attach-files-remove-button:hover {
  text-decoration: none;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}

/* end feature forms */
/**
 * Promos THEME #333
 */
/* Default promo THEME #333 */
/* Promo A THEME #333 */
#bc-content-wrapper .bc-promo-a,
#bc-content-wrapper .bc-promo-b {
  -webkit-box-shadow: 0px 1px 3px 0px #cebbea;
  box-shadow: 0px 1px 3px 0px #cebbea;
}

#bc-content-wrapper .bc-promo-a h2 {
  background: #884c97;
  background: -moz-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #884c97), color-stop(100%, #4f2c58));
  background: -webkit-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -o-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -ms-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: linear-gradient(to bottom, #884c97 0%, #4f2c58 100%);
}

.lt-ie9 #bc-content-wrapper .bc-promo-a h2 {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#884C97', endColorstr='#4F2C58',GradientType=0 );
}

#bc-content-wrapper .bc-promo-a .bc-desktop-para {
  background: black;
  background: rgba(0, 0, 0, 0.8);
}

/* Promo B THEME #333 */
#bc-content-wrapper .bc-promo-b {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #efebf0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #efebf0));
  background: -webkit-linear-gradient(top, white 0%, #efebf0 100%);
  background: -o-linear-gradient(top, white 0%, #efebf0 100%);
  background: -ms-linear-gradient(top, white 0%, #efebf0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #efebf0 100%);
}

.lt-ie9 #bc-content-wrapper .bc-promo-b {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebeef0',GradientType=0 );
}

.lt-ie9 .bc-promo-b {
  border: 1px solid #dfd8e0;
}

/* Promo C THEME #333 */
/**
 * Section boxes THEME #333 - used on the homepage THUS FAR
 */
/**
 * Highlight boxes THEME #333
 */
.bc-hlight-transparent,
.bc-hlight-box blockquote,
.bc-dark .bc-hlight-box blockquote {
  background-color: transparent;
}

.bc-hlight-box h2 {
  background-color: #cccccc;
  color: black;
}

.bc-hlight-box dd {
  color: #21003a;
}

/* Card info*/
#bc-main-wrapper .bc-promo-tabs .bc-card-info h2 {
  color: #ee0487;
}

#bc-main-wrapper .bc-promo-tabs .bc-card-info h2,
#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card img {
  border-bottom: 1px solid white;
}

#bc-main-wrapper .bc-promo-tabs .bc-active .bc-card-info {
  background: transparent;
}

#bc-main-wrapper .bc-promo-tabs .bc-active .bc-card-info div {
  padding-bottom: 40px;
  position: relative;
  margin-bottom: -60px;
  background: black;
  background: -moz-linear-gradient(top, black 0%, black 70%, rgba(0, 0, 0, 0.47) 91%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(70%, black), color-stop(91%, rgba(0, 0, 0, 0.47)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, black 0%, black 70%, rgba(0, 0, 0, 0.47) 91%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, black 0%, black 70%, rgba(0, 0, 0, 0.47) 91%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, black 0%, black 70%, rgba(0, 0, 0, 0.47) 91%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #000000 70%, rgba(0, 0, 0, 0.47) 91%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
}

span.bc-text-location {
  color: #cccccc;
}

/* Arts page listing */
.bc-block-caption {
  background: black;
}

.bc-block-caption p {
  color: #cccccc;
}

.bc-col1 .bc-boxes-teaser-large > .bc-box .bc-block-caption > h2 {
  color: white;
}

.bc-col1 .bc-boxes-teaser-large > .bc-box a:hover h2 {
  color: #ee0487;
}

/* End of Arts page listing */
/* Filter */
.bc-filter .bc-show-hide-content a:hover,
.bc-filter .bc-show-hide-content .selected a {
  background: #733283;
  -webkit-border-radius: 0px 2px 2px 0px;
  border-radius: 0px 2px 2px 0px;
}

.rtl .bc-filter .bc-show-hide-content a:hover,
.rtl .bc-filter .bc-show-hide-content .selected a {
  -webkit-border-radius: 2px 0px 0px 2px;
  border-radius: 2px 0px 0px 2px;
}

.bc-filter .bc-show-hide-content .selected a,
.bc-filter .bc-show-hide-content .selected a:hover {
  background: black;
}

/* Campaign */
/* TODO Colour check if required */
/* Header cmapign text  - default is green. */
#bc-campaign-txt {
  background-color: #409100;
  color: white;
}

#bc-campaign-txt a {
  color: #c1e2b7;
}

/* Blue */
#bc-campaign-txt.blue {
  background-color: #733283;
}

#bc-campaign-txt.blue a {
  color: #bdd6ea;
}

/* Black */
#bc-campaign-txt.black {
  background-color: #333333;
}

#bc-campaign-txt.black a {
  color: #cccccc;
}

/* Grey */
#bc-campaign-txt.grey {
  background-color: #76627f;
}

#bc-campaign-txt.grey a {
  color: #cccccc;
}

/* Pink */
#bc-campaign-txt.pink {
  background-color: #ee0487;
}

#bc-campaign-txt.pink a {
  color: #edd5e7;
}

/* Purple */
#bc-campaign-txt.purple {
  background-color: #733283;
}

#bc-campaign-txt.purple a {
  color: #cdb3d8;
}

#bc-large-img-hd > h1 {
  background-color: rgba(255, 255, 255, 0.8);
}

.lt-ie9 #bc-large-img-hd > h1 {
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.bc-partners ul {
  background-color: white;
}

/**
 * Dark theme
 */
/* The large iconograpgy used on promos, errors, highlight boxes etc. */
.bc-dark .page-search #bc-page-title > h1:before,
.bc-dark .page-search #bc-page-title > h1 .ie-before,
.bc-dark div.error:before,
.bc-dark div.error .ie-before,
.bc-dark .bc-hd-icon-box h2:before,
.bc-dark .bc-icon-box:before,
.bc-dark .bc-hd-icon-box h2 .ie-before,
.bc-dark .bc-icon-box .ie-before {
  background-image: url("../images-source/generic/333-sprite-big-icons-dark.png");
  background-repeat: no-repeat;
}

/* The smaller version of the icons, also includes the file type icons. */
.bc-dark .bc-hlight-box.bc-dload ul li em:before,
.bc-dark .bc-hlight-box.bc-dload ul li em .ie-before,
.bc-dark .bc-icon-list dt,
.bc-dark .bc-tags:before,
.lt-ie8 .bc-dark .bc-tags .ie-before {
  background-image: url("../images-source/generic/333-sprite-small-icons-dark.png");
  background-repeat: no-repeat;
}

/* Filter */
.bc-dark .bc-filter .bc-show-hide-content a:hover {
  background-color: #ee0487;
  color: #333333;
}

.bc-dark .bc-filter .bc-show-hide-content .selected a {
  background: white;
}

/* Filter bg positioning */
.bc-dark .bc-filter .bc-show-hide-content:before,
.lt-ie8 .bc-dark .bc-filter .bc-show-hide-content .ie-before {
  background-position: -285px -29px;
}

.bc-dark .bc-filter .bc-show-hide-content a:hover:before,
.rtl.lt-ie8 .bc-dark .bc-filter .bc-show-hide-content a:hover .ie-before {
  background-position: -154px -29px;
}

.rtl .bc-dark .bc-filter .bc-show-hide-content a:hover:before,
.rtl.lt-ie8 .bc-dark .bc-filter .bc-show-hide-content a:hover .ie-before {
  background-position: -242px -29px;
}

.bc-dark .bc-filter .bc-show-hide-content .selected a:before,
.lt-ie8 .bc-dark .bc-filter .bc-show-hide-content .selected a .ie-before {
  background-position: -175px -29px;
}

.rtl .bc-dark .bc-filter .bc-show-hide-content .selected a:before,
.rtl.lt-ie8 .bc-dark .bc-filter .bc-show-hide-content .selected a .ie-before {
  background-position: -264px -29px;
}

.bc-dark .bc-filter .bc-show-hide-content .selected a:hover:after,
.lt-ie8 .bc-dark .bc-filter .bc-show-hide-content .selected a:hover .ie-after {
  background-position: -219px 0;
}

.bc-dark .bc-filter .bc-show-hide-content .selected a:after,
.lt-ie8 .bc-dark .bc-filter .bc-show-hide-content .selected a .ie-after {
  background-position: -196px -29px;
}

/* Sub nav arrow */
.bc-dark .aside.sidbars .bc-sub-nav h2 a:before,
.lt-ie8 .bc-dark .aside.sidbars .bc-sub-nav h2 a .ie-before {
  background-position: -92px -36px;
}

/*  External Icons  */
/* white medium icon */
.bc-dark .bc-external span.bc-ext-icon,
.bc-dark .bc-boxes-3 .bc-lk-list-16 .bc-external span.bc-ext-icon {
  background-position: -727px 0;
}

.rtl .bc-dark .bc-external span.bc-ext-icon,
.rtl .bc-dark .bc-boxes-3 .bc-lk-list-16 .bc-external span.bc-ext-icon {
  background-position: -727px -29px;
}

/* white large icon */
.bc-dark .bc-promo-b .bc-external span.bc-ext-icon {
  background-position: -702px 0;
}

.rtl .bc-dark .bc-promo-b .bc-external span.bc-ext-icon {
  background-position: -702px -29px;
}

/* Show Hides */
.bc-dark h2.bc-tab-title:after,
.bc-dark .bc-show-hide-title:after,
.bc-dark .bc-accordion-title:after,
.lt-ie8 .bc-dark h2.bc-tab-title .ie-after,
.lt-ie8 .bc-dark .bc-show-hide-title .ie-after,
.lt-ie8 .bc-dark .bc-accordion-title .ie-after {
  background-position: -1px -29px;
}

.bc-dark h2.bc-tab-title.bc-active:after,
.bc-dark .bc-accordion-title.bc-active:after,
.lt-ie8 .bc-dark h2.bc-tab-title.bc-active .ie-after,
.lt-ie8 .bc-dark .bc-accordion-title.bc-active .ie-after {
  background-position: -64px -1px;
}

.bc-dark .bc-tab-content .bc-show-hide-title.bc-active:after {
  background-position: -64px -1px;
}

.bc-dark .bc-show-hide-title.bc-active:after,
.lt-ie8 .bc-dark .bc-show-hide-title.bc-active .ie-after {
  background-position: -64px -29px;
}

/* Hover style for show-hide */
.bc-dark .bc-show-hide-title:hover,
.bc-dark .bc-accordion-title:focus,
.bc-dark .bc-tab-content .bc-show-hide-title:hover,
.bc-dark .bc-tab-content .bc-accordion-title:focus {
  background-color: #666666;
}

.bc-dark .bc-show-hide-title.bc-active:hover,
.bc-dark .bc-accordion-title.bc-active:focus,
.bc-dark .bc-tab-content .bc-show-hide-title.bc-active:hover,
.bc-dark .bc-tab-content .bc-accordion-title.bc-active:focus {
  background-color: #efebf0;
}

/* Tables */
.bc-dark table, .bc-dark table.bc-table-invert thead th {
  border: none;
}

.bc-dark td, .bc-dark .bc-table-invert th {
  border-color: #333333;
}

.bc-dark th, .bc-dark .bc-table-invert td {
  border-color: #666666;
}

.bc-dark td, .bc-dark .bc-table-invert th {
  background: black;
}

/* Sub Navigation THEME #333 */
.bc-dark .aside.sidbars .bc-sub-nav > ul li a,
.bc-dark .aside.sidbars .bc-project-menu ul li a {
  border-color: #333333;
}

.bc-dark .aside.sidbars .bc-sub-nav ul li ul li,
.aside.sidbars .bc-project-menu ul li ul li ul li.active-trail a,
.aside.sidbars .bc-project-menu ul li ul li ul li ul li a {
  border-color: #999999;
}

.bc-dark .aside.sidbars .bc-sub-nav ul li.active a.active,
.bc-dark .aside.sidbars .bc-project-menu li.active-trail a.active {
  background-color: white;
  color: #333333;
}

/* Project specific */
.bc-dark .aside.sidbars .bc-project-menu li.expanded li.expanded,
.bc-dark.node-type-campaign .aside.sidbars {
  background-color: #3D3D3D;
}

/* end sub navigation.  */
/**
 * Promos THEME #333
 */
/* Default promo THEME #333 */
/* Promo A THEME #333 */
.bc-dark #bc-content-wrapper .bc-promo-a,
.bc-dark #bc-content-wrapper .bc-promo-b {
  -webkit-box-shadow: 0px 1px 3px 0px #11111b;
  box-shadow: 0px 1px 3px 0px #11111b;
}

/* Promo B THEME #333 */
.bc-dark #bc-content-wrapper .bc-promo-b {
  background: #505050;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzNiM2IzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDIwMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #505050 0%, #3b3b3b 66%, #202020 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #505050), color-stop(66%, #3b3b3b), color-stop(100%, #202020));
  background: -webkit-linear-gradient(top, #505050 0%, #3b3b3b 66%, #202020 100%);
  background: -o-linear-gradient(top, #505050 0%, #3b3b3b 66%, #202020 100%);
  background: -ms-linear-gradient(top, #505050 0%, #3b3b3b 66%, #202020 100%);
  background: linear-gradient(to bottom, #505050 0%, #3b3b3b 66%, #202020 100%);
}

.bc-dark .lt-ie9 #bc-content-wrapper .bc-promo-b {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#202020',GradientType=0 );
}

.bc-dark .lt-ie9 .bc-promo-b {
  border: 1px solid #111;
}

/* end promos.  */
/* Filter */
/*IMAGE NOT FOUND TODO
.bc-dark .bc-filter.bc-active {
  background-image: url('../images-source/generic/333-filter-bottom-arrow-dark.png');
}
*/
/**
 * Background colours
 */
.bc-dark h2.bc-tab-title,
.bc-dark .bc-show-hide-title,
.bc-dark .bc-accordion-title,
.bc-dark .aside.sidbars .bc-sub-nav > ul,
.bc-dark #bc-content-wrapper ul.pager,
.bc-dark h4,
.bc-dark #search-form #edit-basic,
.bc-dark .bc-hlight-box,
.bc-dark .bc-hlight-transparent h2,
.bc-dark .bc-col1 .bc-listing.bc-boxes-2 .bc-box h2,
.bc-dark .node-type-webform .bc-col1,
.bc-dark .bc-heading-bg,
.bc-dark .bc-meta div,
.bc-dark .bc-show-hide-content .form-type-select,
.bc-dark #bc-content .bc-filter .bc-show-hide-content .form-type-select,
.bc-dark .bc-filter .bc-show-hide-title.bc-active,
.bc-dark .bc-tabs-paging ul,
.bc-dark .bc-filter .bc-show-hide-content,
.bc-dark.node-type-homepage-golden-hind .bc-front .aside.sidbars .bc-lk-list-16 a,
.bc-dark .aside.sidbars .bc-project-menu li.expanded {
  background-color: #666666;
}

.bc-dark .bc-hlight-transparent {
  background-color: transparent;
}

.bc-dark .bc-show-hide-title:hover,
.bc-dark .bc-accordion-title:hover,
.bc-dark .bc-filter .bc-show-hide-title.bc-active:hover {
  background-color: #666666;
}

.bc-dark h2.bc-tab-title.bc-active,
.bc-dark .bc-show-hide-title.bc-active,
.bc-dark .bc-accordion-title.bc-active {
  background-color: white;
}

/* end background colours. */
/* Link arrows and lists */
.bc-dark .bc-lk-list-16 a:before,
.bc-dark .bc-lk-16:before,
.bc-dark .bc-col1 .bc-listing.bc-boxes-2 a:before,
.lt-ie8 .bc-dark .bc-lk-list-16 a .ie-before,
.lt-ie8 .bc-dark .bc-lk-16 .ie-before,
.lt-ie8 .bc-dark .bc-col1 .bc-listing.bc-boxes-2 a .ie-before,
.bc-dark .bc-tabs-paging ul li.bc-next a:before,
.lt-ie8 .bc-dark .bc-tabs-paging ul li.bc-next .ie-before {
  background-position: -40px -45px;
}

.bc-dark .bc-tabs-paging ul li.bc-prev a:before,
.lt-ie8 .bc-dark .bc-tabs-paging ul li.bc-prev .ie-before {
  background-position: -40px -105px;
}

.bc-dark #bc-footer-wrapper {
  background: #333333;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #333333 0%, black 20%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(20%, black), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #333333 0%, black 20%, black 100%);
  background: -o-linear-gradient(top, #333333 0%, black 20%, black 100%);
  background: -ms-linear-gradient(top, #333333 0%, black 20%, black 100%);
  background: linear-gradient(to bottom, #333333 0%, #000000 20%, #000000 100%);
  /*Box shadow.*/
  -webkit-box-shadow: none;
  box-shadow: inset none;
}

.bc-dark,
.bc-dark .aside.sidbars .bc-sub-nav > ul ul,
.bc-dark blockquote,
.bc-dark div.error,
.bc-dark th,
.bc-dark .bc-table-invert td,
.bc-dark #bc-content-wrapper .bc-promo-c h2 dl dt,
.bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a,
.bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active,
.bc-dark .aside.sidbars .bc-project-menu li.expanded li.expanded li.expanded {
  background-color: #333333;
}

.bc-dark.node-type-webform .bc-col1 {
  background-color: #666666;
}

.bc-dark .bc-hlight-box h2 {
  background-color: #666666;
}

.bc-dark #bc-page-title,
.bc-dark #bc-footer-lower ul,
.bc-dark #bc-footer-lower .bc-anchor-top a,
.bc-dark #bc-footer-menu .bc-lang ul,
.bc-dark #bc-social-media h3,
.bc-dark .bc-listing-50 article a h2 {
  border-color: #666666;
}

.bc-dark a,
.bc-dark .bc-show-hide-title,
.bc-dark .bc-accordion-title,
.bc-dark .bc-tab-content .bc-show-hide-title,
.bc-dark .bc-tab-content .bc-show-hide-title.bc-active,
.bc-dark #bc-content #edit-submitted-attach-files-remove-button,
.bc-dark .bc-section-box > a h2,
.bc-dark .bc-listing-event article a h2 {
  color: #ee0487;
}

body.bc-dark,
.bc-dark button,
.bc-dark h1,
.bc-dark h2,
.bc-dark h3,
.bc-dark h4,
.bc-dark a:hover,
.bc-dark a:focus,
.bc-dark .bc-col1 .bc-listing > .bc-box > a,
.bc-dark #bc-breadcrumb li:after,
.bc-dark #bc-breadcrumb li.last a,
.bc-dark .bc-search-results .bc-box > a,
.bc-dark #bc-content-wrapper .bc-promo-c p,
.bc-dark #bc-content-wrapper .bc-promo dt,
.bc-dark #bc-content-wrapper .bc-promo dd,
.bc-dark .bc-section-box > a p,
.bc-dark .bc-hlight-box dd,
.bc-dark .bc-heading-bg,
.bc-dark .bc-meta div,
.bc-dark .bc-listing-event article a:hover h2,
.bc-dark .bc-listing-event span.bc-text-location,
.bc-dark .bc-listing-50 article a p,
.bc-dark .bc-listing-50 article a:hover h2,
.bc-dark .bc-listing-50 article a:focus h2,
.bc-dark blockquote,
.bc-dark #bc-footer-menu h2,
.bc-dark #bc-footer-lower h2,
.bc-dark #bc-footer-lower p,
.bc-dark #bc-social-media h3,
.bc-dark .bc-hlight-box blockquote,
.bc-dark.node-type-campaign .aside.sidbars h3,
.bc-dark.node-type-campaign .aside.sidbars .bc-tel a {
  color: #cccccc;
}

.bc-dark a.bc-link-button,
.bc-dark .bc-hlight-box h2,
.bc-dark .bc-col1 .bc-listing > .bc-box > a,
.bc-dark th,
.bc-dark #bc-content .form-item label,
.bc-dark #bc-content-wrapper .bc-promo p {
  color: white;
}

.bc-dark .bc-col1 .bc-listing > .bc-box div > h2,
.bc-dark .bc-search-results .bc-box h2,
.bc-dark .bc-filter .bc-show-hide-title.bc-active,
.bc-dark .bc-filter .bc-show-hide-title.bc-active:hover,
.bc-dark .bc-listing-50 article a h2,
.bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active {
  color: #ee0487;
}

.bc-dark h2.bc-tab-title.bc-active,
.bc-dark .bc-show-hide-title.bc-active,
.bc-dark .bc-accordion-title.bc-active,
.bc-dark .bc-show-hide-title.bc-active:hover,
.bc-dark .bc-accordion-title.bc-active:focus,
.bc-dark .bc-tab-content .bc-show-hide-title.bc-active:hover,
.bc-dark .bc-tab-content .bc-accordion-title.bc-active:focus,
.bc-dark .bc-filter .bc-show-hide-content .selected a {
  color: #733283;
}

.bc-dark input,
.bc-dark select,
.bc-dark textarea,
.bc-dark blockquote:before {
  color: #666666;
}

.bc-dark #bc-footer-wrapper {
  border-width: 1px 0 0 0;
  border-color: #666666;
}

/* Event listing */
.bc-dark .bc-listing-event article {
  border-color: #666666;
}

/* Locale Block */
.bc-dark #bc-footer-lower a,
.bc-dark #bc-footer-menu .bc-lang ul li a {
  color: #ee0487;
}

.bc-dark #bc-footer-menu .bc-lang ul li a,
.bc-dark #bc-footer-menu .bc-lang ul li span {
  background: #333333;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #333333 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #333333 0%, black 100%);
  background: -o-linear-gradient(top, #333333 0%, black 100%);
  background: -ms-linear-gradient(top, #333333 0%, black 100%);
  background: linear-gradient(to bottom, #333333 0%, #000000 100%);
}

.bc-dark #bc-footer-menu .bc-lang ul li a.locale-untranslated,
.bc-dark #bc-footer-menu .bc-lang ul li span {
  color: #606466;
  background: #333333;
}

.bc-dark #bc-footer-menu .bc-lang ul li.active a {
  color: #333333;
  background: #efebf0;
  background: -moz-linear-gradient(top, #c1c1c1 0%, white 31%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1c1c1), color-stop(31%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #c1c1c1 0%, white 31%, white 100%);
  background: -o-linear-gradient(top, #c1c1c1 0%, white 31%, white 100%);
  background: -ms-linear-gradient(top, #c1c1c1 0%, white 31%, white 100%);
  background: linear-gradient(to bottom, #c1c1c1 0%, #ffffff 31%, #ffffff 100%);
}

.bc-press-release-item-list h3 {
  color: #333333;
  background-color: #efebf0;
}

/* Campaign */
.bc-dark #bc-large-img-hd > h1 {
  background-color: rgba(51, 51, 51, 0.8);
}

.bc-image-review img {
  width: auto;
  max-width: 100%;
}

img.bc-img-auto {
  width: auto;
  height: auto;
}

/* Helpers */
#bc-main-wrapper .bc-deck:before,
#bc-main-wrapper .bc-deck:after,
.bc-hero-promo:before,
.bc-hero-promo:after {
  content: " ";
  display: table;
}

#bc-main-wrapper .bc-deck:after,
.bc-hero-promo:after {
  clear: both;
}

#bc-main-wrapper .bc-deck,
.bc-hero-promo {
  *zoom: 1;
}

/* Full width image stretch wrapper for mobile */
#bc-main-wrapper .bc-full-width-img {
  margin-left: -20px;
  margin-right: -20px;
}

#bc-main-wrapper .bc-full-width-img img {
  margin-top: 0;
}

.bc-block-date {
  padding: 13px 15px;
  margin: 0 -20px 30px -20px;
  position: relative;
  z-index: 15;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.bc-block-date.bc-with-img {
  margin-top: -20px;
}

.bc-block-date span {
  display: inline-block;
}

.bc-image-text-wrapper .bc-block-date span {
  display: inline;
}

.bc-image-text-wrapper .bc-block-date .bc-text-location {
  display: block;
}

span.bc-text-location {
  display: block;
}

/**
 * Call To Action block
 */
#bc-main-wrapper .bc-promo-tabs .bc-cta {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20px;
}

/* CTA Button*/
#bc-main-wrapper .bc-promo-tabs .bc-link-button {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  position: relative;
  zoom: 1;
  color: white;
  display: block;
}

#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button:before,
#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button .ie-before {
  content: " ";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
}

.lt-ie8 #bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button {
  zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before"');
}

/* IE fix for content:before */
#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button:before,
#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button .ie-before {
  top: 50%;
  margin-top: -8px;
  left: 10px;
}

.rtl #bc-main-wrapper .bc-promo-tabs .bc-link-button {
  padding-left: 17px;
  padding-right: 30px;
}

.rtl #bc-main-wrapper .bc-promo-tabs .bc-external.bc-link-button {
  padding-left: 32px;
}

.rtl #bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button:before,
.rtl #bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button .ie-before {
  left: auto;
  right: 10px;
}

/**
 * Promo tabs
 */
#bc-main-wrapper .bc-promo-tabs {
  position: relative;
}

#bc-main-wrapper .bc-promo-tabs > .bc-deck {
  display: block;
  margin: 0;
  padding: 0;
}

#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card {
  display: block;
  width: 100%;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}

/* Show and hide elments. */
#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card img,
#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card .bc-cta,
#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card .bc-card-info p {
  display: none;
}

#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card.bc-active img,
#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card.bc-active .bc-cta,
#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card.bc-active .bc-card-info p {
  display: block;
}

#bc-main-wrapper .bc-promo-tabs .bc-navigation {
  display: none;
}

#bc-main-wrapper .bc-promo-tabs .bc-card-info h2,
#bc-main-wrapper .bc-promo-tabs .bc-card-info p {
  border: none;
  margin: 0;
}

#bc-main-wrapper .bc-promo-tabs .bc-card-info h2 {
  font-size: 16px;
  padding: 8px 20px;
}

#bc-main-wrapper .bc-promo-tabs .bc-card-info p {
  font-size: 13px;
  line-height: 16px;
  padding: 10px 20px;
}

/* Default tab item. */
#bc-main-wrapper .bc-promo-tabs .bc-card-info {
  font-weight: 300;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

/* Call To Action */
#bc-main-wrapper .bc-promo-tabs .bc-cta {
  bottom: 8px;
}

/**
 * Name: feature-widgets.css
 * Author: British Council - Responsible web design.
 * Description: Core widget for feature, overrides Feature and or Desktop CSS.
 *
 * This file should not include any layout, header or footer styles!
 *
 *  - Widget Styles;
 */
/* Social Media Widgets */
#block-social-media-widgets-widgets {
  margin-top: 20px;
  margin-bottom: 20px;
}

#block-social-media-widgets-widgets .non-mobile {
  display: none;
}

#block-social-media-widgets-widgets .mobile a {
  display: block;
  padding: 5px;
  padding-left: 40px;
}

/**
 * Partners logos widget
 */
.bc-partner-logos img {
  float: left;
  margin: 0;
}

/* Maps */
/* Hide extra map on mobile and give them a more useful interactive one. */
.field-name-field-location-map {
  display: none;
}

.bc-map-cord {
  display: none;
}

#mapContainer,
.geolocation-map {
  width: 100%;
  height: 350px;
  left: 0;
  top: 0;
  margin: 20px 0;
  position: relative;
}

.geolocation-map,
#bc-geo-rss {
  width: 90% !important;
}

#mapContainer ul {
  margin: 5px;
}

#mapContainer ul li {
  list-style-type: none;
}

#mapContainer *,
.geolocation-map *,
#bc-geo-rss * {
  border: none;
}

#mapContainer img,
.geolocation-map img,
#bc-geo-rss img {
  max-width: none;
}

#bc-main-wrapper .bc-carousel-home ul li article img {
  max-height: 358px;
}

/* Location block */
.bc-location {
  margin-bottom: 20px;
}

.bc-location .geolocation-map {
  margin-top: 20px;
}

.node-type-general-info .oembed-video {
  margin-bottom: 30px;
}

#bc-geo-rss {
  margin-bottom: 30px;
  height: 358px;
  display: none;
}

#bc-geo-rss.bc-show {
  display: block;
}

.bc-map-listing address {
  margin-bottom: 5px;
}

/**
 * Sprite Assignments
 */
/* Logo images */
/* OLD IMAGES TODO
#bc-header-wrapper #bc-site-name a {
  background: transparent url('../images/mobile/logo-british-council.png') no-repeat 0 0;
}
#bc-footer-menu .bc-lang h2,
.node-type-campaign #bc-footer-menu > h2 {
  background: transparent url('../images/desktop/logo-british-council.png') no-repeat 0 0;
}
*/
/* Generic spite icons such as home link, search icon, show-hide etc. */
aside.sidbars .bc-sub-nav h2 a:before,
aside.sidbars .bc-sub-nav h2 a .ie-before,
h2.bc-tab-title:after,
.bc-show-hide-title:after,
.bc-accordion-title:after,
.lt-ie8 h2.bc-tab-title .ie-after,
.lt-ie8 .bc-show-hide-title .ie-after,
.lt-ie8 .bc-accordion-title .ie-after,
#bc-search-link:before,
.lt-ie8 #bc-search-link,
#bc-search-block .form-submit,
#bc-mobile-menu:before,
.bc-filter .bc-show-hide-content .selected a:before,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-before,
.bc-filter .bc-show-hide-content .selected a:after,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-after,
.bc-filter .bc-show-hide-content:before,
.lt-ie8 .bc-filter .bc-show-hide-content .ie-before,
.bc-filter .bc-show-hide-content a:hover:before,
.lt-ie8 .bc-filter .bc-show-hide-content a:hover .ie-before,
.bc-external span.bc-ext-icon,
aside.sidbars .bc-project-menu div > ul > li.active-trail > a:before,
.lt-ie8 aside.sidbars .bc-project-menu div > ul > li.active-trail > a .ie-before {
  background-image: url("../images-source/generic/333-sprite-icons.png");
  background-repeat: no-repeat;
}

/* The large iconograpgy used on promos, errors, highlight boxes etc. */
.page-search #bc-page-title > h1:before,
.page-search #bc-page-title > h1 .ie-before,
div.error:before,
div.error .ie-before,
.bc-hd-icon-box h2:before,
.bc-icon-box:before,
.bc-hd-icon-box h2 .ie-before,
.bc-icon-box .ie-before,
.node-type-campaign .bc-tel:before,
.lt-ie8 .node-type-campaign .bc-tel .ie-before {
  background-image: url("../images-source/generic/333-sprite-big-icons.png");
  background-repeat: no-repeat;
}

/* The smaller version of the icons, also includes the file type icons. */
.bc-hlight-box.bc-dload ul li em:before,
.bc-hlight-box.bc-dload ul li em .ie-before,
.bc-icon-list dt,
.bc-tags:before,
.lt-ie8 .bc-tags .ie-before {
  background-image: url("../images-source/generic/333-sprite-small-icons.png");
  background-repeat: no-repeat;
}

/* Social media icons. */
#bc-footer-lower #bc-social-media ul li a:before,
.social-media-widget .mobile a,
ul.bc-social-lk-block li a:before {
  background-image: url("../images-source/generic/333-sprite-social-icons-mobile.png");
  background-repeat: no-repeat;
}

.social-media-widget.twitter .mobile a {
  background-position: 0px -42px;
}

/* Arrow sprite used on cta, link buttons, carousel paddle controls etc.*/
.bc-lk-list-16 a:before,
.bc-lk-16:before,
.bc-col1 .bc-listing.bc-boxes-2 a:before,
#bc-main-wrapper .bc-page-controls a,
.flex-direction-nav a,
.lt-ie8 .bc-lk-list-16 a .ie-before,
.lt-ie8 .bc-lk-16 .ie-before,
.lt-ie8 .bc-col1 .bc-listing.bc-boxes-2 a .ie-before,
#bc-content-wrapper .bc-promo-a h2:before,
#bc-content-wrapper .bc-promo-a h2 .ie-before,
.bc-cta-box .bc-link-button:before,
.bc-cta-box .bc-link-button .ie-before,
#bc-main-wrapper .bc-carousel .bc-cta .bc-link-button:before,
#bc-main-wrapper .bc-carousel .bc-cta .bc-link-button .ie-before,
#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button:before,
#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button .ie-before,
.bc-tabs-paging ul li a:before,
.lt-ie8 .bc-tabs-paging ul li .ie-before,
.bc-job-listing:before,
.lt-ie8 .bc-job-listing .ie-before {
  background-image: url("../images-source/generic/333-arrows.png");
  background-repeat: no-repeat;
}

.rtl .bc-lk-list-16 a:before,
.rtl .bc-lk-16:before,
.rtl .bc-col1 .bc-listing.bc-boxes-2 a:before,
.rtl #bc-main-wrapper .bc-page-controls a,
.rtl .flex-direction-nav a,
.rtl.lt-ie8 .bc-lk-list-16 a .ie-before,
.rtl.lt-ie8 .bc-lk-16 .ie-before,
.rtl.lt-ie8 .bc-col1 .bc-listing.bc-boxes-2 a .ie-before,
.rtl #bc-content-wrapper .bc-promo-a h2:before,
.rtl #bc-content-wrapper .bc-promo-a h2 .ie-before,
.rtl .bc-cta-box .bc-link-button:before,
.rtl .bc-cta-box .bc-link-button .ie-before,
.rtl #bc-main-wrapper .bc-carousel .bc-cta .bc-link-button:before,
.rtl #bc-main-wrapper .bc-carousel .bc-cta .bc-link-button .ie-before,
.rtl #bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button:before,
.rtl #bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button .ie-before,
.rtl .bc-tabs-paging ul li a:before,
.rtl.lt-ie8 .bc-tabs-paging ul li .ie-before,
.rtl .bc-job-listing:before,
.rtl.lt-ie8 .bc-job-listing .ie-before {
  background-image: url("../images-source/generic/333-arrows-rtl.png");
}

/**
 * Sprite Positioning
 */
/* Logo */
.rtl #bc-footer-menu .bc-lang h2,
.rtl .node-type-campaign #bc-footer-menu > h2 {
  background-position: 100% 0;
}

/* Mobile menu show-hide */
#bc-mobile-menu:before {
  background-position: -115px -5px;
}

#bc-mobile-menu.bc-active:before {
  background-position: -130px -5px;
}

/* Tags */
.bc-tags:before,
.lt-ie8 .bc-tags .ie-before {
  background-position: -899px -3px;
}

/* Pager */
#bc-content-wrapper ul.pager li.pager-next a,
#bc-content-wrapper ul.pager li.pager-previous a {
  background-position: -235px 0;
}

#bc-content-wrapper ul.pager li.pager-previous a {
  background-position: -235px -50px;
}

/* Show Hides */
h2.bc-tab-title:after,
.bc-show-hide-title:after,
.bc-accordion-title:after,
.lt-ie8 h2.bc-tab-title .ie-after,
.lt-ie8 .bc-show-hide-title .ie-after,
.lt-ie8 .bc-accordion-title .ie-after {
  background-position: -1px -1px;
}

h2.bc-tab-title.bc-active:after,
.bc-show-hide-title.bc-active:after,
.bc-accordion-title.bc-active:after,
.lt-ie8 h2.bc-tab-title.bc-active .ie-after,
.lt-ie8 .bc-show-hide-title.bc-active .ie-after,
.lt-ie8 .bc-accordion-title.bc-active .ie-after {
  background-position: -33px -1px;
}

.bc-tab-content .bc-show-hide-title.bc-active:after,
.bc-filter h2.bc-active:after,
.lt-ie8 .bc-filter h2.bc-active .ie-after {
  background-position: -64px -1px;
}

/* Sub nav arrow */
.aside.sidbars .bc-sub-nav h2 a:before,
.lt-ie8 .aside.sidbars .bc-sub-nav h2 a .ie-before {
  background-position: -92px -8px;
}

/* Project rhs nav background image positions. */
.aside.sidbars .bc-project-menu div > ul > li.active-trail > a:before,
.lt-ie8 .aside.sidbars .bc-project-menu div > ul > li.active-trail > a .ie-before {
  background-position: -92px -8px;
}

.aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active:before,
.lt-ie8 .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active .ie-before {
  background-position: -401px 0px;
}

.rtl .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active:before,
.rtl.lt-ie8 .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active .ie-before {
  background-position: -401px -31px;
}

.bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a:before,
.lt-ie8 .bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a .ie-before {
  background-position: -92px -36px;
}

.bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active:before,
.lt-ie8 .bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active .ie-before {
  background-position: -401px -15px;
}

.rtl .bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active:before,
.rtl.lt-ie8 .bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active .ie-before {
  background-position: -401px -46px;
}

/* Search page title */
.page-search #bc-page-title > h1:before,
.page-search #bc-page-title > h1 .ie-before {
  background-position: -595px 0;
}

/* Search icon. */
.lt-ie8 #bc-search-link {
  background-position: -553px 5px;
}

#bc-search-link:before {
  background-position: -572px 0;
}

#bc-search-row.bc-show-search #bc-search-link:before {
  background-position: -672px 0;
}

/* Icon on the search submit button. */
#bc-search-block .form-submit {
  background-position: -610px 6px;
}

/* Social Media */
#bc-facebook a {
  background-position: 0 0;
}

#bc-footer-lower #bc-social-media ul li a:before,
ul.bc-social-lk-block li a:before {
  background-position: 0 -252px;
}

#bc-footer-lower #bc-social-media ul li a.facebook:before,
ul.bc-social-lk-block li a.facebook:before {
  background-position: 0 0;
}

#bc-footer-lower #bc-social-media ul li a.twitter:before,
ul.bc-social-lk-block li a.twitter:before {
  background-position: 0 -42px;
}

#bc-footer-lower #bc-social-media ul li a.flickr:before,
ul.bc-social-lk-block li a.flickr:before {
  background-position: 0 -84px;
}

#bc-footer-lower #bc-social-media ul li a.blog:before,
ul.bc-social-lk-block li a.blog:before {
  background-position: 0 -126px;
}

#bc-footer-lower #bc-social-media ul li a.youtube:before,
ul.bc-social-lk-block li a.youtube:before {
  background-position: 0 -168px;
}

#bc-footer-lower #bc-social-media ul li a.cyworld:before,
ul.bc-social-lk-block li a.cyworld:before {
  background-position: 0 -210px;
}

#bc-footer-lower #bc-social-media ul li a.vimeo:before,
ul.bc-social-lk-block li a.vimeo:before {
  background-position: 0 -294px;
}

#bc-footer-lower #bc-social-media ul li a.myspace:before,
ul.bc-social-lk-block li a.myspace:before {
  background-position: 0 -336px;
}

#bc-footer-lower #bc-social-media ul li a.linkedin:before,
ul.bc-social-lk-block li a.linkedin:before {
  background-position: 0 -381px;
}

#bc-footer-lower #bc-social-media ul li a.soundcloud:before,
ul.bc-social-lk-block li a.soundcloud:before {
  background-position: 0 -423px;
}

#bc-footer-lower #bc-social-media ul li a.slideshare:before,
ul.bc-social-lk-block li a.slideshare:before {
  background-position: 0 -465px;
}

#bc-footer-lower #bc-social-media ul li a.ustream:before,
ul.bc-social-lk-block li a.ustream:before {
  background-position: 0 -507px;
}

#bc-footer-lower #bc-social-media ul li a.weibo:before,
ul.bc-social-lk-block li a.weibo:before {
  background-position: 0 -549px;
}

#bc-footer-lower #bc-social-media ul li a.douban:before,
ul.bc-social-lk-block li a.douban:before {
  background-position: 0 -591px;
}

#bc-footer-lower #bc-social-media ul li a.rss:before,
ul.bc-social-lk-block li a.rss:before {
  background-position: 0 -633px;
}

#bc-footer-lower #bc-social-media ul li a.instagram:before,
ul.bc-social-lk-block li a.instagram:before {
  background-position: 0 -675px;
}

#bc-footer-lower #bc-social-media ul li a.vkontakte:before,
ul.bc-social-lk-block li a.vkontakte:before {
  background-position: 0 -717px;
}

#bc-footer-lower #bc-social-media li:before {
  display: none;
}

/* Link arrows and lists */
.bc-lk-list-16 a:before,
.bc-lk-16:before,
.bc-col1 .bc-listing.bc-boxes-2 a:before,
#bc-main-wrapper .bc-page-controls a,
.flex-direction-nav a,
.lt-ie8 .bc-lk-list-16 a .ie-before,
.lt-ie8 .bc-lk-16 .ie-before,
.lt-ie8 .bc-col1 .bc-listing.bc-boxes-2 a .ie-before,
.bc-tabs-paging ul li.bc-next a:before,
.lt-ie8 .bc-tabs-paging ul li.bc-next .ie-before,
.bc-job-listing:before,
.lt-ie8 .bc-job-listing .ie-before {
  background-position: -40px -3px;
}

.bc-tabs-paging ul li.bc-prev a:before,
.lt-ie8 .bc-tabs-paging ul li.bc-prev .ie-before {
  background-position: -40px -64px;
}

/* External links icon */
/* blue medium icon */
.bc-external span.bc-ext-icon,
.bc-boxes-3 .bc-lk-list-16 .bc-external span.bc-ext-icon {
  background-position: -348px 0;
}

.rtl .bc-external span.bc-ext-icon,
.rtl .bc-boxes-3 .bc-lk-list-16 .bc-external span.bc-ext-icon {
  background-position: -348px -29px;
}

/* white medium */
.bc-promo-a .bc-external span.bc-ext-icon,
.bc-cta-box .bc-external span.bc-ext-icon,
.bc-boxes-3 .bc-external span.bc-ext-icon {
  background-position: -727px 0;
}

.rtl .bc-promo-a .bc-external span.bc-ext-icon,
.rtl .bc-cta-box .bc-external span.bc-ext-icon,
.rtl .bc-boxes-3 .bc-external span.bc-ext-icon {
  background-position: -727px -29px;
}

/* blue large icon */
.bc-promo-b .bc-external span.bc-ext-icon {
  background-position: -323px 0;
}

.rtl .bc-promo-b .bc-external span.bc-ext-icon {
  background-position: -323px -29px;
}

/* white large icon */
.bc-cta .bc-external span.bc-ext-icon {
  background-position: -702px 0;
}

.rtl .bc-ext-links a span.bc-ext-icon {
  background-position: -348px -29px;
}

/* Paddles for carousels */
#bc-main-wrapper .bc-page-controls a.bc-prev,
.flex-direction-nav a.flex-prev {
  background-position: -127px 0;
}

#bc-main-wrapper .bc-page-controls a.bc-next,
.flex-direction-nav a.flex-next {
  background-position: -181px 0;
}

/* Promo links arrows*/
#bc-content-wrapper .bc-promo-a h2:before,
#bc-content-wrapper .bc-promo-a h2 .ie-before,
.bc-cta-box .bc-link-button:before,
.bc-cta-box .bc-link-button .ie-before {
  background-position: -71px -27px;
}

/* Carousel link arrows */
#bc-main-wrapper .bc-carousel .bc-cta .bc-link-button:before,
#bc-main-wrapper .bc-carousel .bc-cta .bc-link-button .ie-before,
#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button:before,
#bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button .ie-before {
  background-position: -103px -28px;
}

/* Icon list icons*/
.bc-icon-list dt {
  background-position: 0 3px;
}

.bc-icon-list dt.bc-fax-lb {
  background-position: -30px 1px;
}

.bc-icon-list dt.bc-email-lb {
  background-position: -60px 1px;
}

/* Download icons */
.bc-hlight-box.bc-dload ul li em:before,
.bc-hlight-box.bc-dload ul li em .ie-before {
  background-position: -751px 0;
}

.bc-hlight-box.bc-dload ul li.bc-file.pdf em:before,
.bc-hlight-box.bc-dload ul li.bc-file.pdf em .ie-before {
  background-position: -811px 0px;
}

.bc-hlight-box.bc-dload ul li.bc-file.ms-excel em:before,
.bc-hlight-box.bc-dload ul li.bc-file.ms-excel em .ie-before {
  background-position: -781px 0px;
}

.bc-hlight-box.bc-dload ul li.bc-file.ms-powerpoint em:before,
.bc-hlight-box.bc-dload ul li.bc-file.ms-powerpoint em .ie-before {
  background-position: -841px 0px;
}

/* Highlight box, promo and error icons. */
/* Default icon if one exists */
div.error:before,
div.error .ie-before,
.bc-hd-icon-box h2:before,
.bc-icon-box:before,
.bc-hd-icon-box h2 .ie-before,
.bc-icon-box .ie-before {
  background-position: 0 3px;
}

div.error:before,
div.error .ie-before {
  background-position: -1026px 0;
}

/* Download Icon */
.bc-hlight-box.bc-dload.bc-hd-icon-box h2:before,
.bc-hlight-box.bc-dload.bc-icon-box:before,
.bc-hlight-box.bc-dload.bc-hd-icon-box h2 .ie-before,
.bc-hlight-box.bc-dload.bc-icon-box .ie-before {
  background-position: 0 0;
}

/* Email/Mail icon */
.bc-mail.bc-hd-icon-box h2:before,
.bc-mail.bc-icon-box:before,
.bc-mail.bc-hd-icon-box h2 .ie-before,
.bc-mail.bc-icon-box .ie-before {
  background-position: -55px 0;
}

/* Alert icon */
.bc-alert.bc-hd-icon-box h2:before,
.bc-alert.bc-icon-box:before,
.bc-alert.bc-hd-icon-box h2 .ie-before,
.bc-alert.bc-icon-box .ie-before {
  background-position: -108px 0;
}

/* Calendar icon */
.bc-book.bc-hd-icon-box h2:before,
.bc-book.bc-icon-box:before,
.bc-book.bc-hd-icon-box h2 .ie-before,
.bc-book.bc-icon-box .ie-before {
  background-position: -160px 0;
}

/* Information icon */
.bc-info.bc-hd-icon-box h2:before,
.bc-info.bc-icon-box:before,
.bc-info.bc-hd-icon-box h2 .ie-before,
.bc-info.bc-icon-box .ie-before {
  background-position: -217px 0;
}

/* Flag icon */
.bc-flag.bc-hd-icon-box h2:before,
.bc-flag.bc-icon-box:before,
.bc-flag.bc-hd-icon-box h2 .ie-before,
.bc-flag.bc-icon-box .ie-before {
  background-position: -266px 0;
}

/* Tick icon */
.bc-tick.bc-hd-icon-box h2:before,
.bc-tick.bc-icon-box:before,
.bc-tick.bc-hd-icon-box h2 .ie-before,
.bc-tick.bc-icon-box .ie-before {
  background-position: -326px 0;
}

/* Announce/Newsletter icon */
.bc-announce.bc-hd-icon-box h2:before,
.bc-announce.bc-icon-box:before,
.bc-announce.bc-hd-icon-box h2 .ie-before,
.bc-announce.bc-icon-box .ie-before {
  background-position: -377px 0;
}

/* Phone icon */
.bc-phone.bc-hd-icon-box h2:before,
.bc-phone.bc-icon-box:before,
.bc-phone.bc-hd-icon-box h2 .ie-before,
.bc-phone.bc-icon-box .ie-before {
  background-position: -435px 0;
}

/* Print icon */
.bc-print.bc-hd-icon-box h2:before,
.bc-print.bc-icon-box:before,
.bc-print.bc-hd-icon-box h2 .ie-before,
.bc-print.bc-icon-box .ie-before {
  background-position: -485px 0;
}

/* Comment icon */
.bc-comment.bc-hd-icon-box h2:before,
.bc-comment.bc-icon-box:before,
.bc-comment.bc-hd-icon-box h2 .ie-before,
.bc-comment.bc-icon-box .ie-before {
  background-position: -539px 0;
}

/* Search icon */
.bc-search.bc-hd-icon-box h2:before,
.bc-search.bc-icon-box:before,
.bc-search.bc-hd-icon-box h2 .ie-before,
.bc-search.bc-icon-box .ie-before {
  background-position: -596px 0;
}

/* Share icon */
.bc-share.bc-hd-icon-box h2:before,
.bc-share.bc-icon-box:before,
.bc-share.bc-hd-icon-box h2 .ie-before,
.bc-share.bc-icon-box .ie-before {
  background-position: -651px 0;
}

/* Graduation icon */
.bc-graduate.bc-hd-icon-box h2:before,
.bc-graduate.bc-icon-box:before,
.bc-graduate.bc-hd-icon-box h2 .ie-before,
.bc-graduate.bc-icon-box .ie-before {
  background-position: -756px 0;
}

/* Ticket icon */
.bc-ticket.bc-hd-icon-box h2:before,
.bc-ticket.bc-icon-box:before,
.bc-ticket.bc-hd-icon-box h2 .ie-before,
.bc-ticket.bc-icon-box .ie-before {
  background-position: -701px 0;
}

/* Video icon */
.bc-vid.bc-hd-icon-box h2:before,
.bc-vid.bc-icon-box:before,
.bc-vid.bc-hd-icon-box h2 .ie-before,
.bc-vid.bc-icon-box .ie-before {
  background-position: -811px 0;
}

/* Hourglass icon */
.bc-hourglass.bc-hd-icon-box h2:before,
.bc-hourglass.bc-icon-box:before,
.bc-hourglass.bc-hd-icon-box h2 .ie-before,
.bc-hourglass.bc-icon-box .ie-before {
  background-position: -864px 0;
}

/* Globe icon */
.bc-globe.bc-hd-icon-box h2:before,
.bc-globe.bc-icon-box:before,
.bc-globe.bc-hd-icon-box h2 .ie-before,
.bc-globe.bc-icon-box .ie-before {
  background-position: -917px 0;
}

/* Music icon */
.bc-music.bc-hd-icon-box h2:before,
.bc-music.bc-icon-box:before,
.bc-music.bc-hd-icon-box h2 .ie-before,
.bc-music.bc-icon-box .ie-before {
  background-position: -971px 0;
}

/* Phone icon */
.bc-phone.bc-icon-box h2:before,
.bc-phone.bc-icon-box:before,
.bc-phone.bc-icon-box h2 .ie-before,
.bc-phone.bc-icon-box .ie-before,
.node-type-campaign .bc-tel:before,
.lt-ie8 .node-type-campaign .bc-tel .ie-before {
  background-position: -431px 0;
}

/* Filter */
.bc-filter .bc-show-hide-content:before,
.lt-ie8 .bc-filter .bc-show-hide-content .ie-before {
  background-position: -285px 0;
}

/* Filter links states */
.bc-filter .bc-show-hide-content a:hover:before,
.lt-ie8 .bc-filter .bc-show-hide-content a:hover .ie-before {
  background-position: -154px 0;
}

.rtl .bc-filter .bc-show-hide-content a:hover:before,
.rtl.lt-ie8 .bc-filter .bc-show-hide-content a:hover .ie-before {
  background-position: -242px 0;
}

.bc-filter .bc-show-hide-content .selected a:before,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-before {
  background-position: -175px 0;
}

.rtl .bc-filter .bc-show-hide-content .selected a:before,
.rtl.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-before {
  background-position: -264px 0;
}

.bc-filter .bc-show-hide-content .selected a:after,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a .ie-after {
  background-position: -196px 0;
}

.bc-filter .bc-show-hide-content .selected a:hover:after,
.lt-ie8 .bc-filter .bc-show-hide-content .selected a:hover .ie-after {
  background-position: -219px 0;
}

/* END sprite positioning */
/**
 * News alerts
 */
#bc-news-alerts {
  color: white;
  background: #884c97;
  background: -moz-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #884c97), color-stop(100%, #4f2c58));
  background: -webkit-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -o-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -ms-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: linear-gradient(to bottom, #884c97 0%, #4f2c58 100%);
}

.lt-ie9 #bc-news-alerts {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4279a6', endColorstr='#2b5d86',GradientType=0 );
}

#bc-news-alerts a {
  color: #efebf0;
}

/**
 * Background colours
 */
h2.bc-tab-title,
.bc-show-hide-title,
.bc-accordion-title,
.aside.sidbars .bc-sub-nav > ul,
#bc-content-wrapper ul.pager,
h4,
#search-form #edit-basic,
.bc-hlight-box,
.bc-hlight-transparent h2,
.bc-col1 .bc-listing.bc-boxes-2 .bc-box h2,
th,
.bc-table-invert td,
.node-type-webform .bc-col1,
.bc-heading-bg,
.bc-meta div,
.bc-meta div,
.bc-filter .bc-show-hide-title.bc-active,
.bc-filter .bc-show-hide-title.bc-active:hover,
.bc-filter .bc-show-hide-content,
#bc-content .bc-filter .bc-show-hide-content .form-type-select,
.bc-tabs-paging ul,
.node-type-homepage-golden-hind .bc-front .aside.sidbars .bc-lk-list-16 a,
.aside.sidbars .bc-project-menu li.expanded,
.node-type-campaign .aside.sidbars {
  background-color: #efebf0;
}

h2.bc-tab-title.bc-active,
.bc-show-hide-title.bc-active,
.bc-accordion-title.bc-active {
  background-color: #733283;
}

.aside.sidbars .bc-sub-nav ul li.active a.active,
#bc-content-wrapper ul.pager li.pager-current,
#bc-search-link,
#bc-search-block,
#bc-main-wrapper .bc-promo-tabs .bc-card-info,
.bc-block-date,
.aside.sidbars .bc-project-menu li.active-trail a.active {
  background-color: #333333;
}

.aside.sidbars .bc-sub-nav > ul ul,
#bc-content-wrapper .bc-promo-c h2 dl dt,
blockquote,
div.error,
#bc-main-wrapper .bc-carousel .bc-navigation li a.bc-active,
.flex-control-paging li a.flex-active {
  background-color: white;
}

/**
 * Text colours
 */
html,
button,
input,
select,
textarea,
h1, h2, h3, h4,
a:hover,
a:focus,
.bc-col1 .bc-listing > .bc-box > a,
#bc-breadcrumb li:after,
#bc-breadcrumb li.last a,
.bc-search-results .bc-box > a,
#bc-header-wrapper #bc-site-name span,
#bc-header-wrapper ul li a,
#bc-search-link,
#bc-content-wrapper .bc-promo p,
#bc-content-wrapper .bc-promo dt,
#bc-content-wrapper .bc-promo dd,
.bc-section-box > a p,
.bc-heading-bg,
.bc-meta div,
.bc-listing-event article a:hover h2,
.bc-listing-event span.bc-text-location,
.bc-listing-50 article a p,
.bc-listing-50 article a:hover h2,
.bc-listing-50 article a:focus h2,
.bc-hlight-box blockquote,
.node-type-campaign .aside.sidbars h3,
.node-type-campaign .aside.sidbars .bc-tel a {
  color: #333333;
}

h2.bc-tab-title.bc-active,
.bc-show-hide-title.bc-active,
.bc-accordion-title.bc-active,
.aside.sidbars .bc-sub-nav ul li.active a.active,
#bc-content-wrapper ul.pager li.pager-current,
#bc-footer-menu .bc-lang ul li a,
#bc-footer-menu .bc-lang ul li span,
#bc-primary-menu #bc-mobile-menu h2,
#bc-user-zone li.last a,
#bc-footer-wrapper,
#bc-footer-wrapper h2,
#bc-footer-wrapper a,
#bc-tc-alert,
#bc-content .form-submit,
a.bc-link-button,
#bc-content-wrapper .bc-promo-a h2,
#bc-content-wrapper .bc-promo-a p,
#bc-main-wrapper .bc-promo-tabs .bc-card-info h2,
#bc-main-wrapper .bc-promo-tabs .bc-card-info p,
#bc-main-wrapper .bc-promo-tabs .bc-active .bc-card-info h2,
#bc-main-wrapper .bc-promo-tabs .bc-card-info a:focus,
.bc-carousel-hero figcaption,
#bc-main-wrapper .bc-carousel-home .bc-card h2,
#bc-main-wrapper .bc-carousel-home .bc-card p,
.bc-block-date,
.bc-filter ul li a:hover,
.bc-filter .bc-show-hide-content a:hover,
.aside.sidbars .bc-project-menu li.active-trail a.active {
  color: white;
}

.bc-col1 .bc-listing > .bc-box div > h2,
.bc-search-results .bc-box h2 {
  color: #733283;
}

a, a:link, a:visited,
.bc-show-hide-title,
.bc-accordion-title,
.bc-tab-content .bc-show-hide-title,
.bc-tab-content .bc-show-hide-title.bc-active,
#bc-header-wrapper ul li a,
#bc-content #edit-submitted-attach-files-upload-button,
#bc-content #edit-submitted-attach-files-remove-button,
.bc-section-box > a h2,
#bc-primary-menu #bc-mobile-menu ul li a,
.bc-listing-event article a h2,
.bc-filter .bc-show-hide-title.bc-active,
.bc-filter .bc-show-hide-title.bc-active:hover,
.bc-listing-50 article a h2,
.aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active {
  color: #733283;
}

#bc-content-wrapper .bc-promo-b h2,
#bc-content-wrapper .bc-promo-c h2 {
  color: inherit;
}

h3,
#bc-content .description {
  color: #999999;
}

blockquote,
#bc-content .form-item label {
  color: #666666;
}

blockquote:before {
  color: #efebf0;
}

#bc-footer-menu h2 {
  color: #ee0487;
}

#bc-footer-lower h2,
#bc-footer-lower p,
#bc-social-media h3 {
  color: white;
}

.bc-filter .bc-show-hide-content .selected a:hover,
.bc-filter .bc-show-hide-content .selected a {
  color: #ee0487;
}

/**
 * Feature Layout Colours
 */
/**
 * Set show-hides within tabs to look visually different
 */
.bc-tab-content .bc-show-hide-title,
.bc-tab-content .bc-show-hide-title.bc-active,
.bc-tab-content .bc-show-hide-content {
  border-style: dotted;
  border-width: 0 0 1px 0;
}

.bc-tab-content .bc-show-hide-title.bc-active {
  border-width: 0;
}

/**
 * Set show-hides within tabs to look visually different
 */
.bc-tab-content .bc-show-hide-title,
.bc-tab-content .bc-show-hide-title.bc-active,
.bc-tab-content .bc-show-hide-content {
  border-color: #999999;
}

.bc-tab-content .bc-show-hide-title,
.bc-tab-content .bc-show-hide-title.bc-active {
  background-color: transparent;
}

/* Listings THEME #333 */
/* Page title THEME #333 */
#bc-page-title,
.bc-listing-50 article a h2 {
  border-style: solid;
  border-color: #dfd8e0;
}

/* Event listing */
.bc-listing-event article {
  border-color: #999999;
}

/* Sub Navigation THEME #333 */
.aside.sidbars .bc-sub-nav > ul li a {
  border-style: solid;
  border-color: white;
}

.aside.sidbars .bc-sub-nav ul li ul li {
  border-color: #666666;
}

/* Project rhs nav colours. */
.aside.sidbars .bc-project-menu ul li a {
  border-color: white;
}

.aside.sidbars .bc-project-menu ul li ul li ul li.active-trail a,
.aside.sidbars .bc-project-menu ul li ul li ul li ul li a {
  border-style: dotted;
  border-color: #666666;
}

.aside.sidbars .bc-project-menu ul li ul li ul li.active-trail a.active,
.aside.sidbars .bc-project-menu ul li ul li ul li ul li a.active {
  border-style: solid;
}

.aside.sidbars .bc-project-menu li li a {
  color: white;
  background-color: #76627f;
}

.aside.sidbars .bc-project-menu li li li a {
  background-color: #efebf0;
  color: #733283;
}

.aside.sidbars .bc-project-menu li li li li a,
.aside.sidbars .bc-project-menu div > ul > li.active-trail > a,
.aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active {
  background-color: white;
}

/* Search Results THEME #333 */
.bc-search-results .bc-box {
  border-top: 1px dotted #999999;
}

.bc-search-results .bc-box h2 {
  border: none;
}

/**
 * end feature layout colours
 */
/**
 * Feature Header Footer Colours
 */
/* Reset the search icon to a close icon when search is shown. */
#bc-search-row.bc-show-search #bc-search-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Text box. */
#bc-search-block .form-text {
  border-color: black;
  outline: 0;
  outline: thin dotted \9;
}

/* Text box selected. */
#bc-search-block .form-text:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
}

/* Set the form actions row container to be the actual buttons background. */
/* Form Search Button. */
#bc-search-block .form-actions,
#bc-search-block .views-submit-button {
  border-color: black;
  background: #4f2c58;
  background: -moz-linear-gradient(top, #4f2c58 0%, #884c97 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f2c58), color-stop(100%, #884c97));
  background: -webkit-linear-gradient(top, #4f2c58 0%, #884c97 100%);
  background: -o-linear-gradient(top, #4f2c58 0%, #884c97 100%);
  background: -ms-linear-gradient(top, #4f2c58 0%, #884c97 100%);
  background: linear-gradient(to bottom, #4f2c58 0%, #884c97 100%);
}

/* Set the icon on the submit button. */
#bc-search-block .form-submit {
  border: none;
  background-color: transparent;
}

#bc-search-block label {
  color: white;
}

/* Locale Block */
#bc-footer-menu .bc-lang ul li a,
#bc-footer-menu .bc-lang ul li span {
  border-color: black;
  background: #884c97;
  background: -moz-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #884c97), color-stop(100%, #4f2c58));
  background: -webkit-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -o-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -ms-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: linear-gradient(to bottom, #884c97 0%, #4f2c58 100%);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
}

#bc-footer-menu .bc-lang ul li a.locale-untranslated,
#bc-footer-menu .bc-lang ul li span {
  opacity: 0.5;
  color: #76627f;
  background: #733283;
}

#bc-footer-menu .bc-lang ul li.active a {
  color: black;
  background: #efebf0;
  background: -moz-linear-gradient(top, #efebf0 0%, white 31%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efebf0), color-stop(31%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #efebf0 0%, white 31%, white 100%);
  background: -o-linear-gradient(top, #efebf0 0%, white 31%, white 100%);
  background: -ms-linear-gradient(top, #efebf0 0%, white 31%, white 100%);
  background: linear-gradient(to bottom, #efebf0 0%, #ffffff 31%, #ffffff 100%);
}

/* Borders */
#bc-footer-lower ul,
#bc-footer-lower .bc-anchor-top a,
.node-type-campaign #bc-footer-wrapper .bc-anchor-top a,
.node-type-campaign #bc-footer-menu ul,
#bc-footer-menu .bc-lang ul {
  border-color: #ee0487;
}

/**
 * GLOBAL: Primary Menu
 */
#bc-primary-menu #bc-mobile-menu ul > li.first {
  border-top: 2px solid white;
}

#bc-primary-menu ul ul {
  background-color: #efebf0;
}

/* Main header background */
#bc-header-wrapper .bc-row2,
#bc-primary-menu #bc-mobile-menu h2,
#bc-user-zone li.last a {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #efebf0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #efebf0));
  background: -webkit-linear-gradient(top, white 0%, #efebf0 100%);
  background: -o-linear-gradient(top, white 0%, #efebf0 100%);
  background: -ms-linear-gradient(top, white 0%, #efebf0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #efebf0 100%);
}

#bc-header-wrapper .bc-row2,
#bc-primary-menu ul,
#bc-user-zone li.last a {
  border-color: #76627f;
}

#bc-primary-menu #bc-mobile-menu.bc-active h2 {
  background: white;
}

/* Two main nav buttons Menu, Contact*/
#bc-primary-menu #bc-mobile-menu h2,
#bc-user-zone li.last a {
  color: #733283;
}

/* Color of the drop down. */
/* Drop down links */
#bc-primary-menu #bc-mobile-menu ul li a {
  border-color: white;
}

#bc-footer-wrapper {
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #212121 30%, #212121 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(30%, #212121), color-stop(100%, #212121));
  background: -webkit-linear-gradient(top, #333333 0%, #212121 30%, #212121 100%);
  background: -o-linear-gradient(top, #333333 0%, #212121 30%, #212121 100%);
  background: -ms-linear-gradient(top, #333333 0%, #212121 30%, #212121 100%);
  background: linear-gradient(to bottom, #333333 0%, #212121 30%, #212121 100%);
  /*Box shadow.*/
  -webkit-box-shadow: inset 0px 1px 1px 0px #21003a;
  box-shadow: inset 0px 1px 1px 0px #21003a;
}

.lt-ie9 #bc-footer-wrapper {
  background: #333333;
}

footer a {
  text-shadow: 0px 1px 1px black;
}

.lt-ie9 footer a {
  filter: dropshadow(color=#072131, offx=0, offy=1);
}

/**
 * Social media
 */
#bc-social-media h3 {
  border-color: #ee0487;
}

/**
 * Feature Content Colours
 */
/* THEME #333*/
h2,
.bc-map-listing h3,
.bc-job-list article:first-child h2 {
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #cccccc;
}

#popup-text h2 {
  border-width: 0;
}

.bc-job-list h2 {
  border-style: dotted;
}

h3 {
  border-color: #999999;
  border-style: dotted;
  border-width: 1px 0 0 0;
}

h4 {
  padding: 8px 10px 10px;
}

blockquote {
  font-style: italic;
  font-weight: 300;
}

/* Tables */
table,
table.bc-table-invert thead th {
  border-style: solid;
  border-color: #cccccc;
}

th,
.bc-table-invert td {
  border-color: white;
}

td,
.bc-table-invert th {
  border-color: white;
}

.bc-job-list {
  border-bottom: 3px solid #cccccc;
}

/* Teaching centre colours */
#bc-tc-alert {
  background: #884c97;
  background: -moz-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #884c97), color-stop(100%, #4f2c58));
  background: -webkit-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -o-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -ms-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: linear-gradient(to bottom, #884c97 0%, #4f2c58 100%);
}

.lt-ie9 #bc-tc-alert {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4279a6', endColorstr='#2b5d86',GradientType=0 );
}

/**
 * Feature Forms Colour
 */
.marker,
.form-required {
  color: #c10012;
}

textarea,
#bc-content .form-item .form-text,
#bc-content .form-item select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

#bc-content .form-item .form-text:focus,
#bc-content .form-item textarea:focus,
#bc-content .form-item select:focus {
  border-color: rgba(206, 187, 234, 0.5);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 9px rgba(206, 187, 234, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 9px rgba(206, 187, 234, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 9px rgba(206, 187, 234, 0.5);
}

#bc-content .form-item input.error,
#bc-content .form-item textarea.error,
#bc-content .form-item select.error,
#edit-submitted-attach-files div.error {
  border: 1px solid #c10012;
  background: #f1e2fb;
}

#bc-content .form-item input.error:focus,
#bc-content .form-item textarea.error:focus,
#bc-content .form-item select.error:focus {
  border-color: rgba(193, 0, 18, 0.7);
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(193, 0, 18, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(193, 0, 18, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(193, 0, 18, 0.5);
}

/*  Webform */
.node-type-webform .bc-body-content {
  border-bottom: 1px dotted #999999;
}

div.error, .error {
  color: #c10012;
}

/**
 * Buttons
 */
#bc-content .form-submit,
a.bc-link-button {
  border: 1px solid #333333;
  background: #884c97;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4N2RhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDRhNjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #884c97), color-stop(100%, #4f2c58));
  background: -webkit-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -o-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -ms-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: linear-gradient(to bottom, #884c97 0%, #4f2c58 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

.lt-ie9 #bc-content .form-submit,
.lt-ie9 a.bc-link-button {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#884C97', endColorstr='#4F2C58',GradientType=0 );
}

/**
 * Search page search form
 */
#bc-content #edit-submitted-attach-files-upload-button,
#bc-content #edit-submitted-attach-files-remove-button {
  border-color: #c6cdd0;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
  background: #f1e2fb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f1e2fb 0%, #f1e2fb 76%, #efebf0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1e2fb), color-stop(76%, #f1e2fb), color-stop(100%, #efebf0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f1e2fb 0%, #f1e2fb 76%, #efebf0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f1e2fb 0%, #f1e2fb 76%, #efebf0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f1e2fb 0%, #f1e2fb 76%, #efebf0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f1e2fb 0%, #f1e2fb 76%, #efebf0 100%);
  /* W3C */
}

.lt-ie9 #bc-content #edit-submitted-attach-files-upload-button,
.lt-ie9 #bc-content #edit-submitted-attach-files-remove-button {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$so-off-white', endColorstr='$so-grey',GradientType=0 );
  /* IE6-9 */
}

#bc-content #edit-submitted-attach-files-upload-button:hover,
#bc-content #edit-submitted-attach-files-remove-button:hover {
  text-decoration: none;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
}

/* end feature forms */
/**
 * Promos THEME #333
 */
/* Default promo THEME #333 */
/* Promo A THEME #333 */
#bc-content-wrapper .bc-promo-a,
#bc-content-wrapper .bc-promo-b {
  -webkit-box-shadow: 0px 1px 3px 0px #cebbea;
  box-shadow: 0px 1px 3px 0px #cebbea;
}

#bc-content-wrapper .bc-promo-a h2 {
  background: #884c97;
  background: -moz-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #884c97), color-stop(100%, #4f2c58));
  background: -webkit-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -o-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: -ms-linear-gradient(top, #884c97 0%, #4f2c58 100%);
  background: linear-gradient(to bottom, #884c97 0%, #4f2c58 100%);
}

.lt-ie9 #bc-content-wrapper .bc-promo-a h2 {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#884C97', endColorstr='#4F2C58',GradientType=0 );
}

#bc-content-wrapper .bc-promo-a .bc-desktop-para {
  background: black;
  background: rgba(0, 0, 0, 0.8);
}

/* Promo B THEME #333 */
#bc-content-wrapper .bc-promo-b {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #efebf0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #efebf0));
  background: -webkit-linear-gradient(top, white 0%, #efebf0 100%);
  background: -o-linear-gradient(top, white 0%, #efebf0 100%);
  background: -ms-linear-gradient(top, white 0%, #efebf0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #efebf0 100%);
}

.lt-ie9 #bc-content-wrapper .bc-promo-b {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebeef0',GradientType=0 );
}

.lt-ie9 .bc-promo-b {
  border: 1px solid #dfd8e0;
}

/* Promo C THEME #333 */
/**
 * Section boxes THEME #333 - used on the homepage THUS FAR
 */
/**
 * Highlight boxes THEME #333
 */
.bc-hlight-transparent,
.bc-hlight-box blockquote,
.bc-dark .bc-hlight-box blockquote {
  background-color: transparent;
}

.bc-hlight-box h2 {
  background-color: #cccccc;
  color: black;
}

.bc-hlight-box dd {
  color: #21003a;
}

/* Card info*/
#bc-main-wrapper .bc-promo-tabs .bc-card-info h2 {
  color: #ee0487;
}

#bc-main-wrapper .bc-promo-tabs .bc-card-info h2,
#bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card img {
  border-bottom: 1px solid white;
}

#bc-main-wrapper .bc-promo-tabs .bc-active .bc-card-info {
  background: transparent;
}

#bc-main-wrapper .bc-promo-tabs .bc-active .bc-card-info div {
  padding-bottom: 40px;
  position: relative;
  margin-bottom: -60px;
  background: black;
  background: -moz-linear-gradient(top, black 0%, black 70%, rgba(0, 0, 0, 0.47) 91%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(70%, black), color-stop(91%, rgba(0, 0, 0, 0.47)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, black 0%, black 70%, rgba(0, 0, 0, 0.47) 91%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, black 0%, black 70%, rgba(0, 0, 0, 0.47) 91%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, black 0%, black 70%, rgba(0, 0, 0, 0.47) 91%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #000000 70%, rgba(0, 0, 0, 0.47) 91%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
}

span.bc-text-location {
  color: #cccccc;
}

/* Arts page listing */
.bc-block-caption {
  background: black;
}

.bc-block-caption p {
  color: #cccccc;
}

.bc-col1 .bc-boxes-teaser-large > .bc-box .bc-block-caption > h2 {
  color: white;
}

.bc-col1 .bc-boxes-teaser-large > .bc-box a:hover h2 {
  color: #ee0487;
}

/* End of Arts page listing */
/* Filter */
.bc-filter .bc-show-hide-content a:hover,
.bc-filter .bc-show-hide-content .selected a {
  background: #733283;
  -webkit-border-radius: 0px 2px 2px 0px;
  border-radius: 0px 2px 2px 0px;
}

.rtl .bc-filter .bc-show-hide-content a:hover,
.rtl .bc-filter .bc-show-hide-content .selected a {
  -webkit-border-radius: 2px 0px 0px 2px;
  border-radius: 2px 0px 0px 2px;
}

.bc-filter .bc-show-hide-content .selected a,
.bc-filter .bc-show-hide-content .selected a:hover {
  background: black;
}

/* Campaign */
/* TODO Colour check if required */
/* Header cmapign text  - default is green. */
#bc-campaign-txt {
  background-color: #409100;
  color: white;
}

#bc-campaign-txt a {
  color: #c1e2b7;
}

/* Blue */
#bc-campaign-txt.blue {
  background-color: #733283;
}

#bc-campaign-txt.blue a {
  color: #bdd6ea;
}

/* Black */
#bc-campaign-txt.black {
  background-color: #333333;
}

#bc-campaign-txt.black a {
  color: #cccccc;
}

/* Grey */
#bc-campaign-txt.grey {
  background-color: #76627f;
}

#bc-campaign-txt.grey a {
  color: #cccccc;
}

/* Pink */
#bc-campaign-txt.pink {
  background-color: #ee0487;
}

#bc-campaign-txt.pink a {
  color: #edd5e7;
}

/* Purple */
#bc-campaign-txt.purple {
  background-color: #733283;
}

#bc-campaign-txt.purple a {
  color: #cdb3d8;
}

#bc-large-img-hd > h1 {
  background-color: rgba(255, 255, 255, 0.8);
}

.lt-ie9 #bc-large-img-hd > h1 {
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.bc-partners ul {
  background-color: white;
}

/**
 * Dark theme
 */
/* The large iconograpgy used on promos, errors, highlight boxes etc. */
.bc-dark .page-search #bc-page-title > h1:before,
.bc-dark .page-search #bc-page-title > h1 .ie-before,
.bc-dark div.error:before,
.bc-dark div.error .ie-before,
.bc-dark .bc-hd-icon-box h2:before,
.bc-dark .bc-icon-box:before,
.bc-dark .bc-hd-icon-box h2 .ie-before,
.bc-dark .bc-icon-box .ie-before {
  background-image: url("../images-source/generic/333-sprite-big-icons-dark.png");
  background-repeat: no-repeat;
}

/* The smaller version of the icons, also includes the file type icons. */
.bc-dark .bc-hlight-box.bc-dload ul li em:before,
.bc-dark .bc-hlight-box.bc-dload ul li em .ie-before,
.bc-dark .bc-icon-list dt,
.bc-dark .bc-tags:before,
.lt-ie8 .bc-dark .bc-tags .ie-before {
  background-image: url("../images-source/generic/333-sprite-small-icons-dark.png");
  background-repeat: no-repeat;
}

/* Filter */
.bc-dark .bc-filter .bc-show-hide-content a:hover {
  background-color: #ee0487;
  color: #333333;
}

.bc-dark .bc-filter .bc-show-hide-content .selected a {
  background: white;
}

/* Filter bg positioning */
.bc-dark .bc-filter .bc-show-hide-content:before,
.lt-ie8 .bc-dark .bc-filter .bc-show-hide-content .ie-before {
  background-position: -285px -29px;
}

.bc-dark .bc-filter .bc-show-hide-content a:hover:before,
.rtl.lt-ie8 .bc-dark .bc-filter .bc-show-hide-content a:hover .ie-before {
  background-position: -154px -29px;
}

.rtl .bc-dark .bc-filter .bc-show-hide-content a:hover:before,
.rtl.lt-ie8 .bc-dark .bc-filter .bc-show-hide-content a:hover .ie-before {
  background-position: -242px -29px;
}

.bc-dark .bc-filter .bc-show-hide-content .selected a:before,
.lt-ie8 .bc-dark .bc-filter .bc-show-hide-content .selected a .ie-before {
  background-position: -175px -29px;
}

.rtl .bc-dark .bc-filter .bc-show-hide-content .selected a:before,
.rtl.lt-ie8 .bc-dark .bc-filter .bc-show-hide-content .selected a .ie-before {
  background-position: -264px -29px;
}

.bc-dark .bc-filter .bc-show-hide-content .selected a:hover:after,
.lt-ie8 .bc-dark .bc-filter .bc-show-hide-content .selected a:hover .ie-after {
  background-position: -219px 0;
}

.bc-dark .bc-filter .bc-show-hide-content .selected a:after,
.lt-ie8 .bc-dark .bc-filter .bc-show-hide-content .selected a .ie-after {
  background-position: -196px -29px;
}

/* Sub nav arrow */
.bc-dark .aside.sidbars .bc-sub-nav h2 a:before,
.lt-ie8 .bc-dark .aside.sidbars .bc-sub-nav h2 a .ie-before {
  background-position: -92px -36px;
}

/*  External Icons  */
/* white medium icon */
.bc-dark .bc-external span.bc-ext-icon,
.bc-dark .bc-boxes-3 .bc-lk-list-16 .bc-external span.bc-ext-icon {
  background-position: -727px 0;
}

.rtl .bc-dark .bc-external span.bc-ext-icon,
.rtl .bc-dark .bc-boxes-3 .bc-lk-list-16 .bc-external span.bc-ext-icon {
  background-position: -727px -29px;
}

/* white large icon */
.bc-dark .bc-promo-b .bc-external span.bc-ext-icon {
  background-position: -702px 0;
}

.rtl .bc-dark .bc-promo-b .bc-external span.bc-ext-icon {
  background-position: -702px -29px;
}

/* Show Hides */
.bc-dark h2.bc-tab-title:after,
.bc-dark .bc-show-hide-title:after,
.bc-dark .bc-accordion-title:after,
.lt-ie8 .bc-dark h2.bc-tab-title .ie-after,
.lt-ie8 .bc-dark .bc-show-hide-title .ie-after,
.lt-ie8 .bc-dark .bc-accordion-title .ie-after {
  background-position: -1px -29px;
}

.bc-dark h2.bc-tab-title.bc-active:after,
.bc-dark .bc-accordion-title.bc-active:after,
.lt-ie8 .bc-dark h2.bc-tab-title.bc-active .ie-after,
.lt-ie8 .bc-dark .bc-accordion-title.bc-active .ie-after {
  background-position: -64px -1px;
}

.bc-dark .bc-tab-content .bc-show-hide-title.bc-active:after {
  background-position: -64px -1px;
}

.bc-dark .bc-show-hide-title.bc-active:after,
.lt-ie8 .bc-dark .bc-show-hide-title.bc-active .ie-after {
  background-position: -64px -29px;
}

/* Hover style for show-hide */
.bc-dark .bc-show-hide-title:hover,
.bc-dark .bc-accordion-title:focus,
.bc-dark .bc-tab-content .bc-show-hide-title:hover,
.bc-dark .bc-tab-content .bc-accordion-title:focus {
  background-color: #666666;
}

.bc-dark .bc-show-hide-title.bc-active:hover,
.bc-dark .bc-accordion-title.bc-active:focus,
.bc-dark .bc-tab-content .bc-show-hide-title.bc-active:hover,
.bc-dark .bc-tab-content .bc-accordion-title.bc-active:focus {
  background-color: #efebf0;
}

/* Tables */
.bc-dark table, .bc-dark table.bc-table-invert thead th {
  border: none;
}

.bc-dark td, .bc-dark .bc-table-invert th {
  border-color: #333333;
}

.bc-dark th, .bc-dark .bc-table-invert td {
  border-color: #666666;
}

.bc-dark td, .bc-dark .bc-table-invert th {
  background: black;
}

/* Sub Navigation THEME #333 */
.bc-dark .aside.sidbars .bc-sub-nav > ul li a,
.bc-dark .aside.sidbars .bc-project-menu ul li a {
  border-color: #333333;
}

.bc-dark .aside.sidbars .bc-sub-nav ul li ul li,
.aside.sidbars .bc-project-menu ul li ul li ul li.active-trail a,
.aside.sidbars .bc-project-menu ul li ul li ul li ul li a {
  border-color: #999999;
}

.bc-dark .aside.sidbars .bc-sub-nav ul li.active a.active,
.bc-dark .aside.sidbars .bc-project-menu li.active-trail a.active {
  background-color: white;
  color: #333333;
}

/* Project specific */
.bc-dark .aside.sidbars .bc-project-menu li.expanded li.expanded,
.bc-dark.node-type-campaign .aside.sidbars {
  background-color: #3D3D3D;
}

/* end sub navigation.  */
/**
 * Promos THEME #333
 */
/* Default promo THEME #333 */
/* Promo A THEME #333 */
.bc-dark #bc-content-wrapper .bc-promo-a,
.bc-dark #bc-content-wrapper .bc-promo-b {
  -webkit-box-shadow: 0px 1px 3px 0px #11111b;
  box-shadow: 0px 1px 3px 0px #11111b;
}

/* Promo B THEME #333 */
.bc-dark #bc-content-wrapper .bc-promo-b {
  background: #505050;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzNiM2IzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDIwMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #505050 0%, #3b3b3b 66%, #202020 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #505050), color-stop(66%, #3b3b3b), color-stop(100%, #202020));
  background: -webkit-linear-gradient(top, #505050 0%, #3b3b3b 66%, #202020 100%);
  background: -o-linear-gradient(top, #505050 0%, #3b3b3b 66%, #202020 100%);
  background: -ms-linear-gradient(top, #505050 0%, #3b3b3b 66%, #202020 100%);
  background: linear-gradient(to bottom, #505050 0%, #3b3b3b 66%, #202020 100%);
}

.bc-dark .lt-ie9 #bc-content-wrapper .bc-promo-b {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#202020',GradientType=0 );
}

.bc-dark .lt-ie9 .bc-promo-b {
  border: 1px solid #111;
}

/* end promos.  */
/* Filter */
/*IMAGE NOT FOUND TODO
.bc-dark .bc-filter.bc-active {
  background-image: url('../images-source/generic/333-filter-bottom-arrow-dark.png');
}
*/
/**
 * Background colours
 */
.bc-dark h2.bc-tab-title,
.bc-dark .bc-show-hide-title,
.bc-dark .bc-accordion-title,
.bc-dark .aside.sidbars .bc-sub-nav > ul,
.bc-dark #bc-content-wrapper ul.pager,
.bc-dark h4,
.bc-dark #search-form #edit-basic,
.bc-dark .bc-hlight-box,
.bc-dark .bc-hlight-transparent h2,
.bc-dark .bc-col1 .bc-listing.bc-boxes-2 .bc-box h2,
.bc-dark .node-type-webform .bc-col1,
.bc-dark .bc-heading-bg,
.bc-dark .bc-meta div,
.bc-dark .bc-show-hide-content .form-type-select,
.bc-dark #bc-content .bc-filter .bc-show-hide-content .form-type-select,
.bc-dark .bc-filter .bc-show-hide-title.bc-active,
.bc-dark .bc-tabs-paging ul,
.bc-dark .bc-filter .bc-show-hide-content,
.bc-dark.node-type-homepage-golden-hind .bc-front .aside.sidbars .bc-lk-list-16 a,
.bc-dark .aside.sidbars .bc-project-menu li.expanded {
  background-color: #666666;
}

.bc-dark .bc-hlight-transparent {
  background-color: transparent;
}

.bc-dark .bc-show-hide-title:hover,
.bc-dark .bc-accordion-title:hover,
.bc-dark .bc-filter .bc-show-hide-title.bc-active:hover {
  background-color: #666666;
}

.bc-dark h2.bc-tab-title.bc-active,
.bc-dark .bc-show-hide-title.bc-active,
.bc-dark .bc-accordion-title.bc-active {
  background-color: white;
}

/* end background colours. */
/* Link arrows and lists */
.bc-dark .bc-lk-list-16 a:before,
.bc-dark .bc-lk-16:before,
.bc-dark .bc-col1 .bc-listing.bc-boxes-2 a:before,
.lt-ie8 .bc-dark .bc-lk-list-16 a .ie-before,
.lt-ie8 .bc-dark .bc-lk-16 .ie-before,
.lt-ie8 .bc-dark .bc-col1 .bc-listing.bc-boxes-2 a .ie-before,
.bc-dark .bc-tabs-paging ul li.bc-next a:before,
.lt-ie8 .bc-dark .bc-tabs-paging ul li.bc-next .ie-before {
  background-position: -40px -45px;
}

.bc-dark .bc-tabs-paging ul li.bc-prev a:before,
.lt-ie8 .bc-dark .bc-tabs-paging ul li.bc-prev .ie-before {
  background-position: -40px -105px;
}

.bc-dark #bc-footer-wrapper {
  background: #333333;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #333333 0%, black 20%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(20%, black), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #333333 0%, black 20%, black 100%);
  background: -o-linear-gradient(top, #333333 0%, black 20%, black 100%);
  background: -ms-linear-gradient(top, #333333 0%, black 20%, black 100%);
  background: linear-gradient(to bottom, #333333 0%, #000000 20%, #000000 100%);
  /*Box shadow.*/
  -webkit-box-shadow: none;
  box-shadow: inset none;
}

.bc-dark,
.bc-dark .aside.sidbars .bc-sub-nav > ul ul,
.bc-dark blockquote,
.bc-dark div.error,
.bc-dark th,
.bc-dark .bc-table-invert td,
.bc-dark #bc-content-wrapper .bc-promo-c h2 dl dt,
.bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a,
.bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active,
.bc-dark .aside.sidbars .bc-project-menu li.expanded li.expanded li.expanded {
  background-color: #333333;
}

.bc-dark.node-type-webform .bc-col1 {
  background-color: #666666;
}

.bc-dark .bc-hlight-box h2 {
  background-color: #666666;
}

.bc-dark #bc-page-title,
.bc-dark #bc-footer-lower ul,
.bc-dark #bc-footer-lower .bc-anchor-top a,
.bc-dark #bc-footer-menu .bc-lang ul,
.bc-dark #bc-social-media h3,
.bc-dark .bc-listing-50 article a h2 {
  border-color: #666666;
}

.bc-dark a,
.bc-dark .bc-show-hide-title,
.bc-dark .bc-accordion-title,
.bc-dark .bc-tab-content .bc-show-hide-title,
.bc-dark .bc-tab-content .bc-show-hide-title.bc-active,
.bc-dark #bc-content #edit-submitted-attach-files-remove-button,
.bc-dark .bc-section-box > a h2,
.bc-dark .bc-listing-event article a h2 {
  color: #ee0487;
}

body.bc-dark,
.bc-dark button,
.bc-dark h1,
.bc-dark h2,
.bc-dark h3,
.bc-dark h4,
.bc-dark a:hover,
.bc-dark a:focus,
.bc-dark .bc-col1 .bc-listing > .bc-box > a,
.bc-dark #bc-breadcrumb li:after,
.bc-dark #bc-breadcrumb li.last a,
.bc-dark .bc-search-results .bc-box > a,
.bc-dark #bc-content-wrapper .bc-promo-c p,
.bc-dark #bc-content-wrapper .bc-promo dt,
.bc-dark #bc-content-wrapper .bc-promo dd,
.bc-dark .bc-section-box > a p,
.bc-dark .bc-hlight-box dd,
.bc-dark .bc-heading-bg,
.bc-dark .bc-meta div,
.bc-dark .bc-listing-event article a:hover h2,
.bc-dark .bc-listing-event span.bc-text-location,
.bc-dark .bc-listing-50 article a p,
.bc-dark .bc-listing-50 article a:hover h2,
.bc-dark .bc-listing-50 article a:focus h2,
.bc-dark blockquote,
.bc-dark #bc-footer-menu h2,
.bc-dark #bc-footer-lower h2,
.bc-dark #bc-footer-lower p,
.bc-dark #bc-social-media h3,
.bc-dark .bc-hlight-box blockquote,
.bc-dark.node-type-campaign .aside.sidbars h3,
.bc-dark.node-type-campaign .aside.sidbars .bc-tel a {
  color: #cccccc;
}

.bc-dark a.bc-link-button,
.bc-dark .bc-hlight-box h2,
.bc-dark .bc-col1 .bc-listing > .bc-box > a,
.bc-dark th,
.bc-dark #bc-content .form-item label,
.bc-dark #bc-content-wrapper .bc-promo p {
  color: white;
}

.bc-dark .bc-col1 .bc-listing > .bc-box div > h2,
.bc-dark .bc-search-results .bc-box h2,
.bc-dark .bc-filter .bc-show-hide-title.bc-active,
.bc-dark .bc-filter .bc-show-hide-title.bc-active:hover,
.bc-dark .bc-listing-50 article a h2,
.bc-dark .aside.sidbars .bc-project-menu div > ul > li.active-trail > a.active {
  color: #ee0487;
}

.bc-dark h2.bc-tab-title.bc-active,
.bc-dark .bc-show-hide-title.bc-active,
.bc-dark .bc-accordion-title.bc-active,
.bc-dark .bc-show-hide-title.bc-active:hover,
.bc-dark .bc-accordion-title.bc-active:focus,
.bc-dark .bc-tab-content .bc-show-hide-title.bc-active:hover,
.bc-dark .bc-tab-content .bc-accordion-title.bc-active:focus,
.bc-dark .bc-filter .bc-show-hide-content .selected a {
  color: #733283;
}

.bc-dark input,
.bc-dark select,
.bc-dark textarea,
.bc-dark blockquote:before {
  color: #666666;
}

.bc-dark #bc-footer-wrapper {
  border-width: 1px 0 0 0;
  border-color: #666666;
}

/* Event listing */
.bc-dark .bc-listing-event article {
  border-color: #666666;
}

/* Locale Block */
.bc-dark #bc-footer-lower a,
.bc-dark #bc-footer-menu .bc-lang ul li a {
  color: #ee0487;
}

.bc-dark #bc-footer-menu .bc-lang ul li a,
.bc-dark #bc-footer-menu .bc-lang ul li span {
  background: #333333;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #333333 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #333333 0%, black 100%);
  background: -o-linear-gradient(top, #333333 0%, black 100%);
  background: -ms-linear-gradient(top, #333333 0%, black 100%);
  background: linear-gradient(to bottom, #333333 0%, #000000 100%);
}

.bc-dark #bc-footer-menu .bc-lang ul li a.locale-untranslated,
.bc-dark #bc-footer-menu .bc-lang ul li span {
  color: #606466;
  background: #333333;
}

.bc-dark #bc-footer-menu .bc-lang ul li.active a {
  color: #333333;
  background: #efebf0;
  background: -moz-linear-gradient(top, #c1c1c1 0%, white 31%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1c1c1), color-stop(31%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #c1c1c1 0%, white 31%, white 100%);
  background: -o-linear-gradient(top, #c1c1c1 0%, white 31%, white 100%);
  background: -ms-linear-gradient(top, #c1c1c1 0%, white 31%, white 100%);
  background: linear-gradient(to bottom, #c1c1c1 0%, #ffffff 31%, #ffffff 100%);
}

.bc-press-release-item-list h3 {
  color: #333333;
  background-color: #efebf0;
}

/* Campaign */
.bc-dark #bc-large-img-hd > h1 {
  background-color: rgba(51, 51, 51, 0.8);
}

/* Import Sass mixins, variables, Compass modules, etc. */
/* ------------------------------
------ RESOURCES ----------------
--------------------------------- */
.region-content-bottom #block-so_blocks-7 {
  background-color: #efebf0;
  padding: 10px 20px;
  margin: 20px 0 0;
}

.region-content-bottom #block-so_blocks-7 h2 {
  margin: 0;
}

.region-content-bottom #block-so_blocks-7 #search-for-resources #edit-query-wrapper {
  display: inline-block;
  max-width: 400px;
}

.region-content-bottom #block-so_blocks-7 #search-for-resources .form-item .form-text {
  width: 100%;
}

.region-content-bottom #block-so_blocks-7 #search-for-resources #edit-search {
  display: inline-block;
}

.view-classroom-resources-entities table td p {
  margin: 1.5em 0;
}
.view-classroom-resources-entities .node-unpublished {
  background-color: white;
}
.view-classroom-resources-entities .node-unpublished mark .unpublished {
  display: none;
}

/* --- RESULTS --- */
.view-resources-filtered .view-content,
.view-resource-list .view-content,
.resource-results-wrapper,
#education-packs {
  border-bottom: 1px dotted #cccccc;
}

.view-resources-filtered .view-content .views-row,
.view-resource-list .view-content .views-row,
.resource,
.ed-pack {
  display: inline-block;
  width: 100%;
  max-width: 630px;
  border-top: 1px dotted #cccccc;
  padding: 20px 0;
  font-size: 0.875em;
}

.view-resources-filtered .view-content .views-row img,
.view-resource-list .view-content .views-row img,
.resource img,
.ed-pack img {
  float: left;
  width: 190px;
  margin: 0 20px 0 0;
}

.resource .resource-details {
  float: left;
  max-width: 370px;
}

.view-resources-filtered .view-content .resource-section,
.view-resource-list .view-content .resource-section,
.resource .resource-details .resource-section {
  color: #733283;
  margin: 0 0 5px;
  font-weight: normal;
  display: inline-block;
}

.view-resources-filtered .view-content .views-field-title,
.view-resource-list .view-content .views-field-title,
.resource .resource-details .resource-title,
.ed-pack .ed-pack-title {
  margin: 0 0 10px;
}

.view-resources-filtered .view-content .views-field-title a,
.view-resource-list .view-content .views-field-title a,
.resource .resource-details .resource-title a,
.ed-pack .ed-pack-title a {
  color: #733283;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: normal;
}

.ed-pack p,
.ed-pack-age {
  font-size: 12px;
}

.ed-pack-age {
  font-weight: bold;
  float: left;
  max-width: 400px;
}

.view-resources-filtered .view-content .views-field-field-short-description-value a,
.view-resource-list .view-content .views-field-field-short-description-value a,
.resource .resource-details .resource-short-desc a,
.ed-pack p a {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}

.view-resources-filtered .view-content a:hover,
.view-resource-list .view-content a:hover,
.resource .resource-details a:hover {
  text-decoration: none;
}

/* ------------------------------
------ RESOURCE PAGE ------------
--------------------------------- */
.node-type-resource h1.title.prettifyHeader {
  display: none;
}

.resource-page-wrapper .ui-state-default,
.resource-page-wrapper .ui-state-active {
  border: 0;
  background: none;
}
.resource-page-wrapper .ui-state-default a,
.resource-page-wrapper .ui-state-active a {
  margin: 0;
}
.resource-page-wrapper ul.tabs-primary,
.resource-page-wrapper ul.ui-tabs-nav {
  width: 100%;
  padding: 0 .5em;
}
.resource-page-wrapper ul.tabs-primary li,
.resource-page-wrapper ul.ui-tabs-nav li {
  border: 0;
  margin-right: 0.2px;
}
.resource-page-wrapper ul.tabs-primary li.ui-tabs-selected,
.resource-page-wrapper ul.ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0;
}
.resource-page-wrapper ul.tabs-primary li.ui-state-default.ui-state-active a,
.resource-page-wrapper ul.ui-tabs-nav li.ui-state-default.ui-state-active a {
  border-color: #aaaaaa;
}
.resource-page-wrapper .resource-overview {
  background-color: #efebf0;
  padding: 10px;
  margin: 0 0 20px;
  color: #733283;
}
.resource-page-wrapper .resource-overview h3 {
  padding: 10px 0 10px;
  margin: 0;
  border: 0;
  color: black;
  font-size: 16px;
  font-weight: 600;
  height: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.resource-page-wrapper .resource-overview .resource-tags {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  font-size: 14px;
  margin-top: 10px;
}
.resource-page-wrapper .resource-overview .resource-tags label,
.resource-page-wrapper .resource-overview .resource-tags .field-label {
  font-size: 12px;
  color: #733283;
  font-weight: bold;
  margin: 0 0 10px;
  display: inline;
}
.resource-page-wrapper .resource-overview .resource-tags .tags-left {
  border-right: 1px dotted #cccccc;
  float: left;
  width: 49%;
  color: black;
}
.resource-page-wrapper .resource-overview .resource-tags .tags-right {
  float: left;
  width: 48%;
  padding: 0 0 0 2%;
  color: black;
}
.resource-page-wrapper .field-name-field-main-description {
  padding: 0 0 20px;
}
.resource-page-wrapper .field-name-field-main-description .field-label {
  background-color: #733283;
  color: white;
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 8px 10px 10px;
  text-transform: uppercase;
}

.resource_downloads_block {
  padding: 0 0 20px;
}
.resource_downloads_block h2 {
  background-color: #733283;
  color: white;
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 8px 10px 10px;
  text-transform: uppercase;
}

/* ------------------------------
------ RESOURCE ENTITIES --------
--------------------------------- */
/* Flexslider */
.flexslider {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: black;
}
.flexslider img {
  margin: 0;
}
.flexslider .flex-control-thumbs {
  margin: 0;
}
.flexslider .flex-caption {
  padding: 5px;
  background-color: #efebf0;
  font-size: 0.7em;
  line-height: 1.25em;
}
.flexslider .flex-caption h2 {
  margin: 0;
}
.flexslider .flex-caption a {
  color: black;
}

/* Landing page form */
.section-classroom-resources .panel-2col-stacked .pane-node-body,
.section-find-classroom-resources .panel-2col-stacked .pane-node-body {
  margin-top: 30px;
}
.section-classroom-resources .panel-2col-stacked .center-wrapper .panel-col-first,
.section-find-classroom-resources .panel-2col-stacked .center-wrapper .panel-col-first {
  width: 100%;
  float: none;
  display: inline-block;
}
.section-classroom-resources .panel-2col-stacked .center-wrapper .panel-col-last,
.section-find-classroom-resources .panel-2col-stacked .center-wrapper .panel-col-last {
  width: 100%;
}
.section-classroom-resources .panel-2col-stacked .bc-listing.bc-boxes-2 a,
.section-find-classroom-resources .panel-2col-stacked .bc-listing.bc-boxes-2 a {
  padding: 0;
}
.section-classroom-resources .panel-2col-stacked .bc-listing.bc-boxes-2 a div,
.section-find-classroom-resources .panel-2col-stacked .bc-listing.bc-boxes-2 a div {
  margin-left: 20px;
}
.section-classroom-resources .panel-2col-stacked .bc-listing.bc-boxes-2 a:before,
.section-find-classroom-resources .panel-2col-stacked .bc-listing.bc-boxes-2 a:before {
  top: 10px;
}
.section-classroom-resources .panel-2col-stacked .bc-listing a,
.section-classroom-resources .panel-2col-stacked .bc-listing a:link,
.section-find-classroom-resources .panel-2col-stacked .bc-listing a,
.section-find-classroom-resources .panel-2col-stacked .bc-listing a:link {
  text-decoration: none;
  color: #333333;
  margin: 0;
}
.section-classroom-resources .panel-2col-stacked .bc-listing a:hover, .section-classroom-resources .panel-2col-stacked .bc-listing a:focus,
.section-classroom-resources .panel-2col-stacked .bc-listing a:link:hover,
.section-classroom-resources .panel-2col-stacked .bc-listing a:link:focus,
.section-find-classroom-resources .panel-2col-stacked .bc-listing a:hover,
.section-find-classroom-resources .panel-2col-stacked .bc-listing a:focus,
.section-find-classroom-resources .panel-2col-stacked .bc-listing a:link:hover,
.section-find-classroom-resources .panel-2col-stacked .bc-listing a:link:focus {
  text-decoration: none;
}
.section-classroom-resources .panel-2col-stacked .bc-listing a:hover h2, .section-classroom-resources .panel-2col-stacked .bc-listing a:focus h2,
.section-classroom-resources .panel-2col-stacked .bc-listing a:link:hover h2,
.section-classroom-resources .panel-2col-stacked .bc-listing a:link:focus h2,
.section-find-classroom-resources .panel-2col-stacked .bc-listing a:hover h2,
.section-find-classroom-resources .panel-2col-stacked .bc-listing a:focus h2,
.section-find-classroom-resources .panel-2col-stacked .bc-listing a:link:hover h2,
.section-find-classroom-resources .panel-2col-stacked .bc-listing a:link:focus h2 {
  text-decoration: underline;
}
.section-classroom-resources .panel-2col-stacked .bc-listing a h2,
.section-classroom-resources .panel-2col-stacked .bc-listing a:link h2,
.section-find-classroom-resources .panel-2col-stacked .bc-listing a h2,
.section-find-classroom-resources .panel-2col-stacked .bc-listing a:link h2 {
  color: #733283;
}
.section-classroom-resources .panel-2col-stacked .flex-control-paging,
.section-find-classroom-resources .panel-2col-stacked .flex-control-paging {
  height: 100px;
  border-color: #733283;
  margin-bottom: 0;
}
.section-classroom-resources .panel-2col-stacked .flex-control-paging li,
.section-find-classroom-resources .panel-2col-stacked .flex-control-paging li {
  top: 100px;
}
.section-classroom-resources .view-display-id-spotlight_block .col-first,
.section-classroom-resources .view-display-id-spotlight_block .col-last,
.section-find-classroom-resources .view-display-id-spotlight_block .col-first,
.section-find-classroom-resources .view-display-id-spotlight_block .col-last {
  width: 100%;
  margin: 0;
  padding: 15px;
  display: table-row;
}
.section-classroom-resources .view-display-id-spotlight_block .col-first img,
.section-classroom-resources .view-display-id-spotlight_block .col-last img,
.section-find-classroom-resources .view-display-id-spotlight_block .col-first img,
.section-find-classroom-resources .view-display-id-spotlight_block .col-last img {
  float: left;
  margin: 13px 10px 0 5px;
}
.section-classroom-resources .view-display-id-spotlight_block .col-first h2,
.section-classroom-resources .view-display-id-spotlight_block .col-last h2,
.section-find-classroom-resources .view-display-id-spotlight_block .col-first h2,
.section-find-classroom-resources .view-display-id-spotlight_block .col-last h2 {
  font-size: 16px;
}
.section-classroom-resources .view-display-id-spotlight_block table td,
.section-find-classroom-resources .view-display-id-spotlight_block table td {
  background: none;
  border: 1px solid #dfd8e0;
}

html.js .page-classroom-resources-list .views-field-field-resource-image {
  float: left;
  margin-right: 15px;
}
html.js .page-classroom-resources-list .view-content .btn--flat {
  white-space: nowrap;
  line-height: 2.4em;
  font-size: 0.8em;
  padding: 5px;
  border: 1px solid #4d4d4d;
  background: #999999;
  color: #333333;
}
html.js .page-classroom-resources-list .view-content .btn--flat.age {
  background-color: #dfd8e0;
  border: 1px solid #99839c;
}
html.js .page-classroom-resources-list .view-content .btn--flat.partner {
  background-color: silver;
  border: 1px solid #747474;
}
html.js .page-classroom-resources-list .view-content .btn--flat.skills {
  background-color: #efebf0;
  border: 1px solid #a994ae;
}
html.js .page-classroom-resources-list .view-content .btn--flat.themes {
  background-color: #666666;
  border: 1px solid #1a1a1a;
}
html.js .page-classroom-resources-list .view-content .button {
  white-space: nowrap;
  line-height: 2.4em;
  font-size: 0.8em;
}
html.js .page-classroom-resources-list .view-content .views-row,
html.js .page-classroom-resources-list .view-content .views-field-nothing {
  margin-bottom: 30px;
}
html.js .page-classroom-resources-list .view-content table {
  border-style: none;
  border-color: white;
}
html.js .page-classroom-resources-list .view-content table th, html.js .page-classroom-resources-list .view-content table td {
  border-style: none;
  border-color: white;
  background: none;
}
html.js .page-classroom-resources-list .view-content table tr.even, html.js .page-classroom-resources-list .view-content table tr.odd {
  background: none;
  border: none;
}
html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page div > fieldset.collapsed {
  height: 1em !important;
}
html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page fieldset {
  margin: 0;
}
html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page fieldset.collapsible legend a, html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page fieldset.collapsed legend a {
  background-image: none;
  padding: 20px 10px 0 20px;
  display: block;
}
html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page fieldset.collapsible legend a:after, html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page fieldset.collapsed legend a:after {
  background-image: url("../images-source/generic/333-sprite-icons.png");
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 18px;
  position: relative;
  left: -22px;
  top: -18px;
  width: 18px;
}
html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page fieldset.collapsible legend a {
  color: #733283;
}
html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page fieldset.collapsible legend a:after {
  background-position: -64px -1px;
}
html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page fieldset.collapsed {
  border-top-width: 0;
}
html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page fieldset.collapsed legend a {
  color: #733283;
}
html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page fieldset.collapsed legend a:hover {
  color: #733283;
}
html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page fieldset.collapsed legend a:after {
  background-position: -1px -1px;
}
html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page input[type="submit"] {
  margin-top: 25px;
}
html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page .form-item {
  margin: 1em 0;
}

.view-display-id-page_2 .views-field-field-resource-image {
  width: 30%;
}
.view-display-id-page_2 .btn--flat {
  white-space: nowrap;
  line-height: 2.4em;
  font-size: 0.8em;
  padding: 5px;
  border: 1px solid #4d4d4d;
  background: #999999;
  color: #333333;
}
.view-display-id-page_2 .btn--flat.age {
  background-color: #dfd8e0;
  border: 1px solid #99839c;
}
.view-display-id-page_2 .btn--flat.partner {
  background-color: silver;
  border: 1px solid #747474;
}
.view-display-id-page_2 .btn--flat.skills {
  background-color: #efebf0;
  border: 1px solid #a994ae;
}
.view-display-id-page_2 .btn--flat.themes {
  background-color: #666666;
  border: 1px solid #1a1a1a;
}
.view-display-id-page_2 .button {
  white-space: nowrap;
  line-height: 2.4em;
  font-size: 0.8em;
}

.page-resources .field-collection-tabs .ui-widget-header {
  border: 0;
  background: none;
}
.page-resources .field-collection-tabs.ui-widget-content {
  border: none;
}
.page-resources .field-collection-tabs .ui-tabs-panel {
  padding: 0;
}
.page-resources .field-collection-item-field-resource-lessons {
  padding: .2em .5em;
}
.page-resources .field-collection-item-field-resource-lessons .content {
  border: 1px solid #aaaaaa;
  padding: 0 1em;
}

.view-display-id-block_2 img {
  width: auto;
  margin: 0;
  display: inline;
}

.region-content-bottom .block-views {
  padding: 4px;
}

.case-study-resources .field-name-field-case-study-testiomonial {
  width: 50%;
  float: right;
  margin: 0 0 0 1em;
  display: block;
}
.case-study-resources .field-name-field-case-study-testiomonial .field-items:before, .case-study-resources .field-name-field-case-study-testiomonial .field-items:after {
  content: '"';
  font-size: 2.5em;
  color: #733283;
  display: block;
}
.case-study-resources .field-name-field-case-study-testiomonial .field-items:after {
  float: right;
}
.case-study-resources .field-name-field-case-study-testiomonial .field-item {
  margin: 0 1.5em;
}

/**
 * Name: ccdb.css
 * Author: British Council - Responsible web design.
 * Description: CCDB specific styling.
 */
#ccdb-wrapper #content {
  width: 100%;
  margin: auto;
  padding: 0 10px;
}

.panel-top,
.panel-mid {
  float: left;
  clear: left;
  width: 100%;
}

.panel-left {
  width: 46%;
  padding: 1%;
  margin: 0 1% 0 0;
  border: 1px solid #666666;
  display: inline-block;
  min-height: 217px;
  float: left;
  background-color: #EFEBF0;
}
.panel-left input {
  width: 100%;
}

.panel-right {
  width: 46%;
  padding: 1%;
  border: 1px solid #666666;
  display: inline-block;
  min-height: 217px;
  background-color: #EFEBF0;
}
.panel-right input {
  width: 100%;
}

.panel-mid {
  width: 95%;
  margin: 1% 0;
  padding: 1%;
  border: 1px solid #666666;
  background-color: #EFEBF0;
}

.vertical-tabs ul.vertical-tabs-list {
  border-right-width: 0;
  width: 300px;
}

.vertical-tabs ul.vertical-tabs-list li.selected {
  background-color: #DAD0D0;
  border-right-width: 0;
}

.ccdb-report .container-inline-date {
  clear: none;
  float: left;
  margin: 5% 1% 5%;
  width: 48%;
}
.ccdb-report .container-inline-date label {
  margin-top: -22px;
}
.ccdb-report form {
  width: 100%;
}
.ccdb-report form .form-radio {
  width: 12px;
}
.ccdb-report .form-submit {
  width: 200px;
  float: left;
}

.graph-svg-component {
  background-color: AliceBlue;
}

/**
 * FORUM LANDING PAGE
 *
 */
.page-forum ul.tabs-primary, .page-forum ul.ui-tabs-nav {
  width: 100%;
}

.forum-node-create-links {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #dfd8e0;
  border-bottom: 1px solid #dfd8e0;
}

.forum-node-create-links-top {
  border-top: none;
}

.forum-table .forum-description img {
  float: right;
  margin-top: 0;
  margin-left: 1em;
  width: 25%;
}
.forum-table .forum-image {
  width: 100px;
  padding: 0 0.5em;
}

/**
 * FORUM POSTS
 *
 */
.forum-post .forum-post-wrapper {
  background-color: #F5F5F5;
}
.forum-post .forum-post-wrapper .forum-post-panel-main {
  border-left: 1px solid #FFFFFF;
  background-color: #FAFAFA;
  padding-top: 10px;
  padding-bottom: 10px;
}
.forum-post .forum-post-title {
  font-weight: bold;
}
.forum-post blockquote {
  width: auto;
  float: none;
  font-size: 0.8em;
  margin: 1em;
  padding: 2em;
  line-height: 1.2em;
}
.forum-post .rtl blockquote {
  float: none;
}
.forum-post .lt-ie8.rtl blockquote {
  /* Italic text crops in ie7 when floated right. */
  padding-right: 3px;
}
.forum-post .new {
  color: #ffc800;
}

/**
 * BUTTON STYLING
 *
 */
.forum-post-links a, .topic-reply-link a, .last-post-link a, .author-contact a, .author-privatemsg a, .topic-new-post-link a, .forum-node-create-links a {
  border: 1px solid #2f3030;
  background: #894D98;
  background: -moz-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #894d98), color-stop(100%, #4e2b57));
  background: -webkit-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -o-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: -ms-linear-gradient(top, #894d98 0%, #4e2b57 100%);
  background: linear-gradient(to bottom, #894d98 0%, #4e2b57 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 8px 4px;
  font-family: "BCSans",Arial,sans-serif;
  font-weight: 300;
  margin: 0.5em 0.5em 0.5em 0;
}
.forum-post-links a:hover, .topic-reply-link a:hover, .last-post-link a:hover, .author-contact a:hover, .author-privatemsg a:hover, .topic-new-post-link a:hover, .forum-node-create-links a:hover {
  border: 1px solid #565757;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
  color: #FFFFFF;
  text-decoration: none;
}
.forum-post-links a.author-pane-link, .topic-reply-link a.author-pane-link, .last-post-link a.author-pane-link, .author-contact a.author-pane-link, .author-privatemsg a.author-pane-link, .topic-new-post-link a.author-pane-link, .forum-node-create-links a.author-pane-link {
  display: inline-block;
  margin-bottom: 0;
}
.forum-post-links .reportabuse a, .topic-reply-link .reportabuse a, .last-post-link .reportabuse a, .author-contact .reportabuse a, .author-privatemsg .reportabuse a, .topic-new-post-link .reportabuse a, .forum-node-create-links .reportabuse a {
  border: 1px solid #280004;
  background: #c10012;
  background: -moz-linear-gradient(top, #c10012 0%, #75000b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c10012), color-stop(100%, #75000b));
  background: -webkit-linear-gradient(top, #c10012 0%, #75000b 100%);
  background: -o-linear-gradient(top, #c10012 0%, #75000b 100%);
  background: -ms-linear-gradient(top, #c10012 0%, #75000b 100%);
  background: linear-gradient(to bottom, #c10012 0%, #75000b 100%);
}
.forum-post-links .reportabuse a:hover, .topic-reply-link .reportabuse a:hover, .last-post-link .reportabuse a:hover, .author-contact .reportabuse a:hover, .author-privatemsg .reportabuse a:hover, .topic-new-post-link .reportabuse a:hover, .forum-node-create-links .reportabuse a:hover {
  border: 1px solid #333333;
  background: #4E4E4E;
  background: -moz-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #1d1d1d 100%);
}

.forum-post-info {
  padding: 0.3em;
  background-color: #733283;
  color: white;
}
.forum-post-info a {
  color: white;
}

.forum-post-footer {
  background-color: #f1f1f1;
  border-top: 1px solid white;
}
.forum-post-footer .forum-jump-links {
  padding: 40px 0px 0px 10px;
}

/**
 * FORUM LEGEND
 *
 */
.forum-topic-legend {
  float: left;
  width: 100%;
  margin-top: 20px;
}

/**
 * AUTHOR PANE
 *
 */
.author-pane {
  font-size: 0.8em;
}

/**
 * FORUM STATISTICS
 *
 */
#forum-statistics {
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
}
#forum-statistics #forum-statistics-header {
  color: #733283;
  background-color: #f1f1f1;
  text-transform: uppercase;
}
#forum-statistics .forum-statistics-sub-header {
  background-color: #f1f1f1;
  font-weight: bold;
}
#forum-statistics .forum-statistics-sub-body {
  background-color: #f8f8f8;
  padding-top: 5px;
  padding-bottom: 5px;
}

/**
 * DESKTOP: New Footer Areas
 */
#bc-footer-wrapper-new {
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #212121 30%, #212121 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(30%, #212121), color-stop(100%, #212121));
  background: -webkit-linear-gradient(top, #333333 0%, #212121 30%, #212121 100%);
  background: -o-linear-gradient(top, #333333 0%, #212121 30%, #212121 100%);
  background: -ms-linear-gradient(top, #333333 0%, #212121 30%, #212121 100%);
  background: linear-gradient(to bottom, #333333 0%, #212121 30%, #212121 100%);
  /*Box shadow.*/
  -webkit-box-shadow: inset 0px 1px 1px 0px #21003a;
  box-shadow: inset 0px 1px 1px 0px #21003a;
  float: left;
  width: 100%;
  border-width: 6px 0 0 0;
  padding-top: 46px;
  color: white;
  font-family: "BCSans", Arial, sans-serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
#bc-footer-wrapper-new div {
  box-sizing: border-box;
}
#bc-footer-wrapper-new h2 {
  border: none;
}
#bc-footer-wrapper-new #footer {
  padding: 0;
}
@media (max-width: 480px) {
  #bc-footer-wrapper-new .block {
    border-bottom: 1px dotted #ee0487;
    padding-bottom: 1em;
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #bc-footer-wrapper-new {
    font-size: 12px;
  }
}
#bc-footer-wrapper-new hr {
  background: black;
  border-top: 1px solid #ee0487;
  border-bottom: none;
  display: none;
}
@media (min-width: 768px) {
  #bc-footer-wrapper-new hr {
    display: block;
    margin: 35px 0 30px;
    height: 0;
  }
}
#bc-footer-wrapper-new #footer-menu {
  margin: 0 auto;
  padding: 0 5%;
  max-width: 950px;
  clear: both;
}
@media (min-width: 768px) {
  #bc-footer-wrapper-new #footer-menu .block {
    float: left;
    width: 25%;
  }
}
#bc-footer-wrapper-new #footer-lower {
  margin: 0 auto;
  padding: 0 5%;
  max-width: 950px;
  clear: both;
}
@media (min-width: 768px) {
  #bc-footer-wrapper-new .region-footer2-left {
    clear: left;
    float: left;
    width: 74%;
  }
}
@media (min-width: 768px) {
  #bc-footer-wrapper-new .region-footer2-right {
    width: 25%;
    float: right;
  }
}
#bc-footer-wrapper-new .site-slogan {
  margin: 0;
  padding-top: 0px;
  line-height: 26px;
}
@media (min-width: 768px) {
  #bc-footer-wrapper-new .site-slogan {
    float: left;
    width: 25%;
    padding-right: 80px;
  }
}
#bc-footer-wrapper-new .site-slogan h2 {
  color: #ee0487;
  font-family: "BCSans", Arial, sans-serif;
  font-size: 20px;
  padding-top: 0px;
}
#bc-footer-wrapper-new ul.menu {
  margin: 0;
  padding: 0;
}
#bc-footer-wrapper-new ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bc-footer-wrapper-new ul.menu li.highlighted {
  margin-bottom: 10px;
}
#bc-footer-wrapper-new ul.menu li.highlighted a {
  font-weight: bold;
}
#bc-footer-wrapper-new ul.menu li a {
  color: white;
}
#bc-footer-wrapper-new ul.menu li a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #bc-footer-wrapper-new #block-menu-menu-footer-auxiliary-menu {
    display: block;
    margin-bottom: 35px;
  }
  #bc-footer-wrapper-new #block-menu-menu-footer-auxiliary-menu .menu li {
    float: left;
    line-height: 10px;
    margin: 0 10px 0 0;
    padding: 2px 10px 2px 0;
    position: relative;
  }
  #bc-footer-wrapper-new #block-menu-menu-footer-auxiliary-menu .menu li:before {
    content: " ";
    display: block;
    position: absolute;
    right: -1px;
    top: 50%;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: white;
  }
  #bc-footer-wrapper-new #block-menu-menu-footer-auxiliary-menu .menu li.last:before {
    display: none;
  }
}
#bc-footer-wrapper-new .copyright p {
  margin: 0;
}
#bc-footer-wrapper-new #block-menu-menu-social-media-links h2 {
  font-weight: 300;
  font-size: 15px;
  color: white;
}
#bc-footer-wrapper-new #block-menu-menu-social-media-links .menu li {
  float: left;
  width: 40%;
  padding: 0 25px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  #bc-footer-wrapper-new #block-menu-menu-social-media-links .menu li {
    padding-left: 0;
    width: auto;
    float: none;
  }
}
#bc-footer-wrapper-new #block-menu-menu-social-media-links .menu li a {
  padding: 5px 0 10px 40px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}
@media (min-width: 768px) {
  #bc-footer-wrapper-new #block-menu-menu-social-media-links .menu li a {
    font-size: 12px;
    padding: 0px 5px 5px 20px;
  }
}
#bc-footer-wrapper-new #block-menu-menu-social-media-links .menu li a:before {
  background-image: url("../images-source/generic/333-sprite-social-icons-mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  #bc-footer-wrapper-new #block-menu-menu-social-media-links .menu li a:before {
    width: 16px;
    height: 16px;
  }
}

/* Social Media */
#block-menu-menu-social-media-links .menu li a {
  background-position: 0 -252px;
}

#block-menu-menu-social-media-links .menu li a.facebook:before {
  background-position: 0 0;
}

#block-menu-menu-social-media-links .menu li a.twitter:before {
  background-position: 0 -42px;
}

#block-menu-menu-social-media-links .menu li a.flickr:before {
  background-position: 0 -84px;
}

#block-menu-menu-social-media-links .menu li a.blog:before {
  background-position: 0 -126px;
}

#block-menu-menu-social-media-links .menu li a.youtube:before {
  background-position: 0 -168px;
}

#block-menu-menu-social-media-links .menu li a.cyworld:before {
  background-position: 0 -210px;
}

#block-menu-menu-social-media-links .menu li a.vimeo:before {
  background-position: 0 -294px;
}

#block-menu-menu-social-media-links .menu li a.myspace:before {
  background-position: 0 -336px;
}

#block-menu-menu-social-media-links .menu li a.linkedin:before {
  background-position: 0 -381px;
}

#block-menu-menu-social-media-links .menu li a.soundcloud:before {
  background-position: 0 -423px;
}

#block-menu-menu-social-media-links .menu li a.slideshare:before {
  background-position: 0 -465px;
}

#block-menu-menu-social-media-links .menu li a.ustream:before {
  background-position: 0 -507px;
}

#block-menu-menu-social-media-links .menu li a.weibo:before {
  background-position: 0 -549px;
}

#block-menu-menu-social-media-links .menu li a.douban:before {
  background-position: 0 -591px;
}

#block-menu-menu-social-media-links .menu li a.rss:before {
  background-position: 0 -633px;
}

#block-menu-menu-social-media-links .menu li a.instagram:before {
  background-position: 0 -675px;
}

#block-menu-menu-social-media-links .menu li a.vkontakte:before {
  background-position: 0 -717px;
}

@media (min-width: 768px) {
  #block-menu-menu-social-media-links .menu li a.twitter:before {
    background-position: 0 -21px;
  }

  #block-menu-menu-social-media-links .menu li a.flickr:before {
    background-position: 0 -42px;
  }

  #block-menu-menu-social-media-links .menu li a.blog:before {
    background-position: 0 -63px;
  }

  #block-menu-menu-social-media-links .menu li a.youtube:before {
    background-position: 0 -84px;
  }

  #block-menu-menu-social-media-links .menu li a.cyworld:before {
    background-position: 0 -105px;
  }

  #block-menu-menu-social-media-links .menu li a.vimeo:before {
    background-position: 0 -147px;
  }

  #block-menu-menu-social-media-links .menu li a.myspace:before {
    background-position: 0 -168px;
  }

  #block-menu-menu-social-media-links .menu li a.linkedin:before {
    background-position: 0 -190px;
  }

  #block-menu-menu-social-media-links .menu li a.soundcloud:before {
    background-position: 0 -211px;
  }

  #block-menu-menu-social-media-links .menu li a.slideshare:before {
    background-position: 0 -232px;
  }

  #block-menu-menu-social-media-links .menu li a.ustream:before {
    background-position: 0 -253px;
  }

  #block-menu-menu-social-media-links .menu li a.weibo:before {
    background-position: 0 -274px;
  }

  #block-menu-menu-social-media-links .menu li a.douban:before {
    background-position: 0 -295px;
  }

  #block-menu-menu-social-media-links .menu li a.rss:before {
    background-position: 0 -316px;
  }

  #block-menu-menu-social-media-links .menu li a.instagram:before {
    background-position: 0 -337px;
  }

  #block-menu-menu-social-media-links .menu li a.vkontakte:before {
    background-position: 0 -358px;
  }
}
@media screen and (min-width: 731px) {
  /* Decalre the BCSANS Font */
  @font-face {
    font-family: "BCSans";
    src: url("../fonts/bc_sansregular/BCSR____.eot?#iefix") format("embedded-opentype"), url("../fonts/bc_sansregular/BCSR____.woff") format("woff"), url("../fonts/bc_sansregular/BCSR____.ttf") format("truetype"), url("../fonts/bc_sansregular/BCSR____.svg#BritishCouncilSans-Regular") format("svg");
}

  /** 
   * Set desktop font size and line-height
   */
  body {
    font-size: 16px;
    line-height: 20px;
  }

  /**
   * Default font family definitions.
   */
  /* BC SANS */
  #bc-primary-menu #bc-mobile-menu > ul > li a {
    font-family: "BCSans", Arial, sans-serif;
  }

  /* Font overrides back to default */
  #bc-page-title > aside > h2,
  #bc-page-title > aside a {
    font-family: Arial, sans-serif;
  }

  /* Text transforms */
  .bc-col1 .bc-boxes-teaser-large > .bc-box .bc-block-caption > h2,
  #bc-main-wrapper .bc-carousel-hero.bc-not-processed > .bc-deck > .bc-card figcaption {
    text-transform: uppercase;
  }

  #bc-footer-menu h2 {
    text-transform: none;
  }

  /**
   * Korea fonts
   */
  /* BC SANS Equivalent */
  .i18n-ko #bc-primary-menu #bc-mobile-menu > ul > li a {
    font-family: 'Malgun Gothic', AppleGothic, dotum, gulim, 'Helvetica Neue', sans-serif;
  }

  /* Font overrides back to default */
  .i18n-ko #bc-page-title > aside > h2,
  .i18n-ko #bc-page-title > aside a {
    font-family: 'Malgun Gothic', AppleGothic, dotum, gulim, 'Helvetica Neue', sans-serif;
  }

  /**
   * Japan fonts
   */
  /* BC SANS Equivalent */
  .i18n-jp #bc-primary-menu #bc-mobile-menu > ul > li a {
    font-family: 'Meiryo', 'MS PGothic', Osaka, sans-serif;
  }

  /* Font overrides back to default */
  .i18n-jp #bc-page-title > aside > h2,
  .i18n-jp #bc-page-title > aside a {
    font-family: 'Meiryo', 'MS PGothic', Osaka, sans-serif;
  }

  /**
   * Arabic fonts
   */
  /* BC SANS Equivalent */
  .i18n-ar #bc-page-title > aside > h2,
  .i18n-ar #bc-page-title > aside a,
  .i18n-ar #bc-primary-menu #bc-mobile-menu > ul > li a {
    font-family: Tahoma, Arial, sans-serif;
  }

  /**
   * Name: layout-desktop.css
   * Author: British Council - Responsible web design.
   * Description: Header and footer for desktop, overrides feaure CSS.
   */
  body {
    position: relative;
  }

  /**
   * HELPERS: Clear fix
   */
  /* Add the clear fix selectors rather than littering the html. */
  .bc-boxes-2:before,
  .bc-boxes-2:after,
  .bc-boxes-3:before,
  .bc-boxes-3:after,
  .bc-boxes-2-ltr:before,
  .bc-boxes-2-ltr:after,
  .bc-boxes-2-rtl:before,
  .bc-boxes-2-rtl:after,
  .bc-body-content:after,
  .bc-hlight-image:after,
  .bc-tabs-paging ul:before,
  .bc-tabs-paging ul:after {
    content: " ";
    display: table;
  }

  .bc-boxes-2:after,
  .bc-boxes-3:after,
  .bc-boxes-2-ltr:after,
  .bc-boxes-2-rtl:after,
  .bc-body-content:after,
  .bc-hlight-image:after,
  .bc-tabs-paging ul:after {
    clear: both;
  }

  .bc-boxes-2,
  .bc-boxes-3,
  .bc-boxes-2-ltr,
  .bc-boxes-2-rtl,
  .bc-body-content,
  .bc-hlight-image,
  .bc-tabs-paging ul {
    *zoom: 1;
  }

  .bc-hidden {
    display: none;
  }

  /*
   * DESKTOP: Layout
   */
  #bc-content-wrapper {
    min-height: 0;
  }

  #bc-header-wrapper header .bc-max-width,
  #bc-header-wrapper #bc-primary-menu .bc-max-width,
  #bc-content-wrapper #bc-content,
  #bc-content-wrapper .bc-full-width > .bc-max-width,
  #bc-footer-wrapper footer #bc-footer-menu,
  #bc-footer-wrapper footer #bc-footer-lower,
  #bc-header-wrapper header .bc-max-width.bc-row2 {
    margin: 0 auto;
    padding: 0 5%;
    max-width: 950px;
  }

  .lt-ie9 #bc-header-wrapper header .bc-max-width,
  .lt-ie9 #bc-header-wrapper #bc-primary-menu .bc-max-width,
  .lt-ie9 #bc-content-wrapper #bc-content,
  .lt-ie9 #bc-content-wrapper .bc-full-width > .bc-max-width,
  .lt-ie9 #bc-footer-wrapper footer #bc-footer-menu,
  .lt-ie9 #bc-footer-wrapper footer #bc-footer-lower {
    width: 900px;
    padding: 0;
  }

  #bc-footer-wrapper {
    /* min-height: 200px TODO: Check if required when adding in menu links. */
  }

  /**
   * DESKTOP: Layouts
   */
  body .bc-col1 {
    float: left;
    /*LTR*/
  }

  body .bc-col2 {
    float: right;
  }

  body .bc-boxes-2-ltr .bc-col1,
  body .bc-boxes-2-rtl .bc-col2 {
    width: 66.4%;
    /*470*/
  }

  body .bc-boxes-2-ltr .bc-col2,
  body .bc-boxes-2-rtl .bc-col1 {
    width: 28.4%;
    /*230*/
  }

  /* Overrides for Greece homepage. */
  body .bc-boxes-2-ltr.bc-3-col .bc-col2,
  body .bc-boxes-2-rtl.bc-3-col .bc-col1 {
    width: 32.6%;
  }

  .bc-boxes-no-margin-top .bc-box {
    margin-top: 0;
  }

  .bc-boxes-border-top .bc-box {
    margin-bottom: 0;
  }

  .rtl body .bc-col1 {
    float: right;
  }

  .rtl body .bc-col2 {
    float: left;
  }

  /**
   * Set up general styles for boxes
   */
  .bc-box {
    margin: 20px 0;
  }

  .node-type-homepage .bc-box {
    margin: 0 1.1%;
  }

  body .bc-boxes-2 > ul > li,
  body .bc-boxes-2 > .bc-box,
  body .bc-boxes-3 > ul > li,
  body .bc-boxes-3 > .bc-box {
    float: left;
  }

  .rtl body .bc-boxes-2 > ul > li,
  .rtl body .bc-boxes-2 > .bc-box,
  .rtl body .bc-boxes-3 > ul > li,
  .rtl body .bc-boxes-3 > .bc-box {
    float: right;
  }

  body .bc-boxes-2 > ul > li.odd,
  body .bc-boxes-2 > ul > li.last,
  body .bc-boxes-2 > .bc-box.last,
  body .bc-boxes-2 > .bc-box.odd,
  body .bc-boxes-3 > ul > li.last,
  body .bc-boxes-3 > .bc-box.last {
    margin-right: 0;
  }

  .rtl body .bc-boxes-2 > ul > li.odd,
  .rtl body .bc-boxes-2 > ul > li.last,
  .rtl body .bc-boxes-2 > .bc-box.last,
  .rtl body .bc-boxes-2 > .bc-box.odd,
  .rtl body .bc-boxes-3 > ul > li.last,
  .rtl body .bc-boxes-3 > .bc-box.last {
    margin-left: 0;
  }

  body .bc-boxes-2.bc-boxes-pad > ul > li,
  body .bc-boxes-2.bc-boxes-pad > .bc-box,
  body .bc-boxes-3.bc-boxes-pad > ul > li,
  body .bc-boxes-3.bc-boxes-pad > .bc-box {
    padding: 0 5% 0 0;
  }

  .rtl body .bc-boxes-2.bc-boxes-pad > ul > li,
  .rtl body .bc-boxes-2.bc-boxes-pad > .bc-box,
  .rtl body .bc-boxes-3.bc-boxes-pad > ul > li,
  .rtl body .bc-boxes-3.bc-boxes-pad > .bc-box {
    padding-right: 0;
    padding-left: 5%;
  }

  /**
   * Two column variants
   */
  body .bc-boxes-2 > ul > li,
  body .bc-boxes-2 > .bc-box {
    width: 49.2%;
    /* Full width 50/50. */
    margin-right: 1.6%;
  }

  .rtl body .bc-boxes-2 > ul > li,
  .rtl body .bc-boxes-2 > .bc-box {
    margin-right: 0;
    margin-left: 1.6%;
  }

  body .bc-boxes-2 > ul > li.even,
  body .bc-boxes-2 > .bc-box.even {
    clear: both;
  }

  /**
   * Three column variants
   */
  body .bc-boxes-3 > ul > li,
  body .bc-boxes-3 > .bc-box {
    width: 32.6%;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
  }

  /* Three column overrides */
  /*
  body .bc-boxes-3 > ul > li,
  body .bc-boxes-3 > .bc-box {
    margin: 0 1.1%;
  }
  */
  body .bc-boxes-3 > ul > li.first,
  body .bc-boxes-3 > .bc-box.first {
    margin: 0;
  }

  body .bc-boxes-3 > ul > li.last,
  body .bc-boxes-3 > .bc-box.last {
    margin: 0;
  }

  /**
   * News alerts
   */
  .front #bc-news-alerts {
    margin: 20px 0;
  }

  #bc-news-alerts {
    margin: 0 0 5px 0;
  }

  /* LISTINGS */
  /* Default standard listing styles */
  /* Single column listing */
  .bc-col1 .bc-listing.bc-boxes-1 > .bc-box {
    margin: 30px 0;
  }

  /* Two column listing */
  .bc-col1 .bc-listing.bc-boxes-2 > .bc-box.odd {
    float: right;
  }

  .bc-col1 .bc-listing.bc-boxes-2 > .bc-box {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
  }

  .bc-col1 .bc-listing.bc-boxes-2 a {
    margin: 0 0 0 30px;
    padding: 0 10px 0 20px;
  }

  .bc-col1 .bc-listing.bc-boxes-2 .even a {
    padding-right: 0;
  }

  .rtl .bc-col1 .bc-listing.bc-boxes-2 a {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .rtl .bc-col1 .bc-listing.bc-boxes-2 a.even {
    padding-right: 10px;
  }

  .bc-col1 .bc-listing.bc-boxes-2 a:before,
  .lt-ie8 .bc-col1 .bc-listing.bc-boxes-2 a .ie-before {
    left: 0;
    top: 5px;
  }

  .bc-col1 .bc-listing.bc-boxes-2 .bc-box h2 {
    padding: 0;
    margin-bottom: 5px;
    /* Font smoothing */
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
  }

  .bc-tc-listing {
    margin-top: 30px;
  }

  /* Arts page listing */
  .bc-boxes-teaser-large .bc-box {
    margin-bottom: 30px;
  }

  .bc-boxes-teaser-large .bc-block-caption {
    width: 75%;
    padding: 10px 15px 15px 15px;
  }

  .bc-boxes-teaser-large img {
    margin-bottom: -50px;
  }

  .bc-col1 .bc-boxes-teaser-large > .bc-box .bc-block-caption > h2 {
    font-size: 20px;
    line-height: 22px;
    padding: 0;
    margin: 0;
  }

  .bc-col1 .bc-boxes-teaser-large > .bc-box .bc-block-caption > p {
    margin: 10px 0 0 0;
  }

  /* End of Arts page listing */
  /* Events page listing */
  .bc-listing-event article {
    margin-top: 30px;
  }

  .bc-listing-event article h2 {
    font-size: 32px;
    line-height: 36px;
    border: none;
    margin: -5px 0 0 0;
    padding: 0;
  }

  .bc-listing-event article > a,
  .bc-listing-50 article > a {
    display: block;
  }

  .bc-listing-event span.bc-text-location {
    font-size: 16px;
  }

  .bc-img-box .bc-meta,
  .bc-listing-event article.bc-img-box .bc-tags,
  .bc-listing-event article a img,
  .bc-listing-50 article a img,
  .bc-listing-50 article .bc-lk-list-16 {
    width: 49%;
  }

  .bc-listing-event article a img,
  .bc-listing-50 article a img {
    margin-top: 0;
    float: left;
  }

  .bc-img-box .bc-meta,
  .bc-listing-event article.bc-img-box .bc-tags,
  .bc-listing-50 article .bc-lk-list-16 {
    float: right;
  }

  .bc-listing-event article .bc-tags {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .bc-listing-event article p {
    clear: both;
  }

  .rtl .bc-listing-event article a img,
  .rtl .bc-listing-50 article a img {
    float: right;
  }

  .rtl .bc-img-box .bc-meta,
  .rtl .bc-listing-event article.bc-img-box .bc-tags,
  .rtl .bc-listing-50 article .bc-lk-list-16 {
    float: left;
  }

  /* END Events page listing */
  /* 50% image width listing - Some common styles above within the Events as they are similar. */
  .bc-listing-50 article {
    overflow: hidden;
    clear: both;
    margin: 0 0 10px 0;
  }

  .bc-listing-50 article a h2 {
    border: none;
    border-width: 0;
    padding: 0;
  }

  .bc-listing-50 article a img {
    margin-bottom: 20px;
  }

  /* End 50% image width listing */
  /* Page Title */
  #bc-page-title {
    margin: 0 0 27px 0;
    position: relative;
  }

  #bc-page-title > h1 {
    float: left;
    margin: 0 0 20px 0;
    padding-right: 33.5%;
  }

  .rtl #bc-page-title > h1 {
    float: right;
    padding-right: 0;
    padding-left: 33.5%;
  }

  .lt-ie8 .bc-page-title-v2 #bc-page-title h1 {
    height: 56px;
  }

  #bc-page-title > aside {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28.4%;
    padding: 0 0 10px 0;
    margin: -2px 0 0 -28.4%;
    text-align: right;
    /*Override mobile*/
    display: block;
  }

  .rtl #bc-page-title > aside {
    right: auto;
    left: 0;
    margin-left: 0;
    text-align: left;
  }

  .bc-page-title-v2 #bc-page-title {
    border-width: 0;
    margin-bottom: 0;
  }

  .bc-page-title-v2 #bc-page-title h1 {
    margin-bottom: 27px;
  }

  .bc-page-title-v2 #bc-page-title aside {
    border-style: solid;
    border-width: 0 0 1px 0;
  }

  #bc-page-title > aside > h2 {
    margin: 0;
    padding: 7px 0 0 0;
    border: none;
  }

  #bc-page-title > aside > h2,
  #bc-page-title > aside > p,
  #bc-page-title > aside a {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
  }

  #bc-page-title > aside > p {
    margin: 0;
    padding: 0;
  }

  #bc-page-title > aside a {
    display: block;
  }

  /* Homepage */
  .bc-boxes-2-ltr.bc-front {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bc-boxes-2-ltr.bc-front .bc-col1 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .bc-boxes-2-ltr.bc-front .bc-col2 {
    padding-right: 20px;
    width: 32.5%;
  }

  .bc-boxes-2-ltr.bc-front .bc-col1 .bc-lk-list-16 li {
    float: left;
    width: 50%;
  }

  .rtl .bc-boxes-2-ltr.bc-front .bc-col2 {
    padding-right: 0;
    padding-left: 20px;
  }

  .bc-boxes-2-ltr.bc-front h1,
  .bc-boxes-2-ltr.bc-front h2,
  .bc-boxes-2-ltr.bc-front p {
    margin-top: 0;
  }

  .bc-boxes-2-ltr.bc-front.bc-col2 h2 {
    padding: 0;
    border: none;
  }

  .front #bc-content-wrapper {
    margin-top: 0;
  }

  /* Golden Hind Homepage Overrides */
  .node-type-homepage-golden-hind #bc-facebook h2 {
    display: none;
  }

  .node-type-homepage-golden-hind .bc-3-col {
    padding-top: 30px;
  }

  .node-type-homepage-golden-hind #bc-content-wrapper #bc-content {
    padding-top: 0;
  }

  /* Rest the links from the mobile styles back to default. */
  .node-type-homepage-golden-hind .bc-front .bc-col2 .bc-lk-list-16 a {
    padding: 5px 10px 5px 20px;
    background: transparent;
    margin-bottom: 0;
  }

  .rtl .node-type-homepage-golden-hind .bc-front .bc-col2 .bc-lk-list-16 a {
    padding-right: 20px;
    padding-left: 10px;
  }

  .node-type-homepage-golden-hind .bc-front .bc-col2 .bc-lk-list-16 a:before,
  .lt-ie8 .node-type-homepage-golden-hind .bc-front .bc-col2 .bc-lk-list-16 a .ie-before {
    left: 0;
  }

  .rtl .node-type-homepage-golden-hind .bc-front .bc-col2 .bc-lk-list-16 a:before,
  .lt-ie8.rtl .node-type-homepage-golden-hind .bc-front .bc-col2 .bc-lk-list-16 a .ie-before {
    left: auto;
    right: 0;
  }

  /* End Golden Hind Homepage Overrides */
  /**
   * Sub nav
   */
  aside.sidebars .bc-sub-nav {
    margin: 0px 0 30px 0;
    padding: 0;
  }
  aside.sidebars .bc-sub-nav h2 {
    margin: 0;
  }
  aside.sidebars .bc-sub-nav h2 a:before {
    left: 10px;
    top: 16px;
  }
  aside.sidebars .bc-sub-nav ul li ul li.last {
    border-bottom: none;
  }
  aside.sidebars .bc-sub-nav h2 a,
  aside.sidebars .bc-sub-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  aside.sidebars .bc-sub-nav h2 a,
  aside.sidebars .bc-sub-nav ul li ul li a {
    padding-left: 30px;
  }
  aside.sidebars .bc-sub-nav ul li ul li ul li a {
    padding-left: 50px;
  }

  .rtl .bc-col2 .bc-sub-nav h2 a:before {
    left: auto;
    right: 10px;
  }

  .rtl .bc-col2 .bc-sub-nav h2 a,
  .rtl .bc-col2 .bc-sub-nav ul li ul li a {
    padding-right: 30px;
    padding-left: 0;
  }

  .rtl .bc-col2 .bc-sub-nav ul li ul li ul li a {
    padding-right: 50px;
    padding-left: 0;
  }

  /**
   *  Pagination
   */
  #bc-content-wrapper ul.pager {
    padding: 8px 0px;
  }

  #bc-content-wrapper ul.pager li {
    display: inline-block;
  }

  /* Reset mobile pagination */
  #bc-content-wrapper #bc-content ul.pager li.pager-next a,
  #bc-content-wrapper #bc-content ul.pager li.pager-previous a {
    background-image: none;
  }

  #bc-content-wrapper ul.pager li.pager-next a,
  #bc-content-wrapper ul.pager li.pager-previous a {
    text-indent: 0;
    width: auto;
    height: auto;
  }

  /* LISTING */
  /* Default standard view */
  /* Reset mobile */
  .bc-col1 .bc-listing.bc-boxes-1 {
    padding-left: 0;
  }

  /* end standard view */
  /* Tabs */
  .bc-tabs-nav:before,
  .bc-tabs-nav:after {
    content: " ";
    display: table;
  }

  .bc-tabs-nav:after {
    clear: both;
  }

  .bc-tabs-nav {
    *zoom: 1;
  }

  .bc-tabs-nav {
    display: table;
    /* Font smoothing */
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    margin: -1px 0 0 0;
  }

  /* IE7 doesn't support display table. */
  .lt-ie8 .bc-tabs-nav {
    display: block;
  }

  .bc-tabs-nav ul {
    display: table-row;
    margin: 0;
    padding: 0;
  }

  .bc-tabs-nav ul li {
    display: table-cell;
    vertical-align: middle;
    list-style-type: none;
    margin: 0;
    padding: 0 0 6px 0;
  }

  .bc-tabs-nav ul li:hover,
  .bc-tabs-paging ul li:hover {
    cursor: pointer;
  }

  .bc-tabs-nav ul li:hover a,
  .bc-tabs-paging ul li:hover a {
    text-decoration: underline;
  }

  .bc-tabs-nav ul li a {
    display: block;
    margin: 0;
    text-align: center;
    font-size: 14px;
    padding: 8px 10px;
    font-weight: 300;
  }

  .bc-tabs-nav.bc-tabs-2 ul li {
    width: 50%;
  }

  .bc-tabs-nav.bc-tabs-3 ul li {
    width: 33.33%;
  }

  .bc-tabs-nav.bc-tabs-4 ul li {
    width: 25%;
  }

  .bc-tabs-nav.bc-tabs-5 ul li {
    width: 20%;
  }

  .lt-ie8 .bc-tabs-nav ul li {
    float: left;
  }

  .lt-ie8.rtl .bc-tabs-nav ul li {
    float: right;
  }

  .lt-ie8 .bc-tabs-nav ul li a {
    height: 2.5em;
    overflow: hidden;
  }

  .lt-ie8 .bc-tabs-nav.bc-tabs-4 ul li {
    width: 24.95%;
  }

  h2.bc-tab-title,
  .bc-tab.bc-tab-hidden {
    display: none;
  }

  .bc-tabs .bc-tab-content,
  .bc-tabs .bc-tab-content {
    display: block;
  }

  /**
   * Tab pagination with auto scroll
   */
  .bc-tabs-paging {
    display: block;
  }

  .lt-ie8 .bc-tabs-paging {
    position: relative;
  }

  .bc-tabs-paging ul {
    margin: 20px 0 0 0;
  }

  .bc-tabs-paging ul li {
    display: none;
    outline: none;
    padding: 15px 0;
    margin: 0;
  }

  .i18n-ko .bc-tabs-paging ul li {
    padding-bottom: 10px;
  }

  .bc-tabs-paging ul li a:before,
  .lt-ie8 .bc-tabs-paging ul li .ie-before {
    content: " ";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
  }

  .lt-ie8 .bc-tabs-paging ul li {
    zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before"');
  }

  /* IE fix for content:before */
  .bc-tabs-paging ul li.bc-prev,
  .bc-tabs-paging ul li.bc-next {
    display: block;
    width: 40%;
    position: relative;
  }

  .bc-tabs-paging ul li.bc-prev,
  .rtl .bc-tabs-paging ul li.bc-next {
    float: left;
    text-align: left;
    padding-left: 40px;
    padding-right: 0;
  }

  .bc-tabs-paging ul li.bc-next,
  .rtl .bc-tabs-paging ul li.bc-prev {
    float: right;
    text-align: right;
    padding-left: 0;
    padding-right: 40px;
  }

  /* Icons */
  .bc-tabs-paging ul li.bc-next a:before,
  .lt-ie8 .bc-tabs-paging ul li.bc-next .ie-before,
  .rtl .bc-tabs-paging ul li.bc-prev a:before,
  .rtl.lt-ie8 .bc-tabs-paging ul li.bc-prev .ie-before {
    left: auto;
    right: 22px;
  }

  .bc-tabs-paging ul li.bc-prev a:before,
  .lt-ie8 .bc-tabs-paging ul li.bc-prev .ie-before,
  .rtl .bc-tabs-paging ul li.bc-next a:before,
  .rtl.lt-ie8 .bc-tabs-paging ul li.bc-next .ie-before {
    right: auto;
    left: 22px;
  }

  .bc-tabs-paging ul li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /**
   * Set show/hide within tabs back to default state
   */
  .bc-tab-content .bc-show-hide-title {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .bc-tab-content .bc-show-hide-content {
    padding-left: 0;
    padding-right: 0;
  }

  .bc-tab-content .bc-show-hide-title,
  .bc-tab-content .bc-show-hide-title.bc-active,
  .bc-tab-content .bc-show-hide-content {
    border-width: 0;
  }

  /* Sidebar specifics */
  /* EU Cookie Law */
  #bc-main-wrapper #bc-eu-cookie {
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    left: 7%;
    right: 7%;
    padding: 15px 50px 10px 20px;
  }

  #bc-main-wrapper #bc-eu-cookie p {
    margin: 0;
    font-size: 20px;
  }

  #bc-main-wrapper #bc-eu-cookie p a {
    font-size: 13px;
  }

  /* align 'right' */
  .align-end {
    text-align: right;
  }

  .rtl .align-end {
    text-align: left;
  }

  /* Project menu */
  .bc-col2 .bc-project-menu {
    margin: -27px 0 30px 0;
  }

  .bc-page-title-v2 .bc-col2 .bc-project-menu .bc-sub-nav {
    margin-top: 0;
  }

  .bc-col2 .bc-project-menu div > ul > li.active-trail > a,
  .bc-col2 .bc-project-menu li ul li ul li a {
    padding-left: 30px;
  }

  .bc-col2 .bc-project-menu li ul li ul li ul li a {
    padding-left: 45px;
  }

  .bc-col2 .bc-project-menu li ul li ul li ul li ul li a {
    padding-left: 60px;
  }

  .bc-col2 .bc-project-menu li ul li ul li ul li ul li ul li a {
    padding-left: 75px;
  }

  .rtl .bc-col2 .bc-project-menu div > ul > li.active-trail > a,
  .rtl .bc-col2 .bc-project-menu li ul li ul li a {
    padding-left: 20px;
    padding-right: 30px;
  }

  .rtl .bc-col2 .bc-project-menu li ul li ul li ul li a {
    padding-left: 20px;
    padding-right: 45px;
  }

  .rtl .bc-col2 .bc-project-menu li ul li ul li ul li ul li a {
    padding-left: 20px;
    padding-right: 60px;
  }

  .rtl .bc-col2 .bc-project-menu li ul li ul li ul li ul li ul li a {
    padding-left: 20px;
    padding-right: 75px;
  }

  /**
   * Name: header-footer-desktop.css
   * Author: British Council - Responsible web design.
   * Description: Header and footer for desktop, overrides feaure CSS.
   */
  #bc-header-wrapper header {
    padding: 0 0 2px 0;
  }

  /**
   * DESKTOP: Search
   */
  /* Set the main background area of the search. */
  #bc-search-row {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 999;
    left: 0;
  }

  /* Regular move if browser doesn't support transitions. Heights must be set using this method. */
  #bc-search-row {
    height: 172px;
    top: -166px;
    /* 6px difference is for the border. */
  }

  #bc-search-row.bc-show-search {
    top: 0;
  }

  /* Transitions supported styles. */
  #bc-search-row,
  #bc-search-row #bc-search-link {
    -moz-transition: all 0.15s linear;
    -webkit-transition: -webkit-transform 0.15s linear;
    -o-transition: -o-transform 0.15s linear;
    -ms-transition: -ms-transform 0.15s linear;
    transition: transform 0.15s, box-shadow 0.15s;
  }

  #bc-search-row {
    /*
     * 97% since there's a 6px border-top on #bc-header-wrapper (3% equates to
     * 6px in this case), and to allow #bc-search-link to sit flush with the
     * bottom edge of this border.
     *
     */
    -moz-transform: translate(0, -97%);
    -webkit-transform: translate(0, -97%);
    -o-transform: translate(0, -97%);
    -ms-transform: translate(0, -97%);
    transform: translate(0, -97%);
    height: auto;
    /* Height does not need to be set in this mode. */
    top: 0;
    /* Force to the top, otherwise it will fall where it falls in the DOM. */
  }

  #bc-search-row.bc-show-search {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  #bc-search-row #bc-search-link {
    clip: rect(0px, 117px, 120px, -80px);
  }

  #bc-search-btn-wrap {
    padding: 0 5%;
    position: relative;
    clear: both;
  }

  /* Search link - the link that shows/opens the search box. */
  #bc-search-link {
    /* Override mobile dimensions. */
    width: 62px;
    height: 31px;
    /* Override mobile positions. */
    top: 36px;
    position: absolute;
    clear: both;
    right: 0;
  }

  .lt-ie8 #bc-search-link {
    top: 14px;
  }

  .lt-ie10 #bc-search-row.bc-show-search {
    border-bottom: 5px solid white;
  }

  .lt-ie10 #bc-search-row.bc-show-search #bc-search-link {
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: white;
  }

  .lt-ie10 #bc-main-wrapper #bc-search-row.bc-show-search #bc-search-link {
    border-top: 0;
  }

  /*
   * When .bc-show-search is removed in the DOM, IE7 doesn't re-paint the adjusted border
   * values until you hover over an area in the header. The rule set below prevents
   * this jump
   */
  .lt-ie8 #bc-search-row #bc-search-link {
    border: 5px solid transparent;
    border-top: 0;
  }

  #bc-search-row.bc-show-search #bc-search-link:before {
    height: 20px;
    width: 21px;
    /* Center */
    margin: -10px 0 0 -10px;
  }

  #bc-search-row #bc-search-inner {
    padding: 36px 5%;
    position: relative;
  }

  /* Set hidden items to block. */
  #bc-search-links,
  #search-block-form h2 {
    display: block;
  }

  #bc-search-links,
  #bc-search-block {
    float: left;
  }

  .rtl #bc-search-links,
  .rtl #bc-search-block {
    float: right;
  }

  /* Search links, i.e. used for promoting most popular links. */
  #bc-search-links {
    position: relative;
    width: 60%;
    /* TEMP: min-height and height added to hold the layout in place whilst we have no pop content. */
    min-height: 100px;
  }

  /* TEMP */
  .lt-ie9 #bc-search-links {
    height: 100px;
  }

  /* Search block */
  #bc-search-block {
    width: 40%;
    padding: 0 0 0 38px;
    position: relative;
    /* Mobile overrides.*/
    height: auto;
    display: block;
  }

  .rtl #bc-search-block {
    padding-left: 0;
    padding-right: 38px;
  }

  /**
   * Search form styles.
   */
  #bc-header-wrapper #views-exposed-form-search-site-default label {
    display: none;
  }

  /* Form row. */
  #bc-search-block .search-form-item {
    padding: 0 60px 0 0;
  }

  /* Text box. */
  #bc-search-block .form-text {
    font-size: 14px;
    outline: 0;
  }

  /* Submit button.*/
  #bc-search-block .form-actions,
  #bc-search-block .form-submit {
    height: 29px;
    width: 60px;
  }

  #bc-search-block .views-exposed-form .views-exposed-widgets #edit-search-api-views-fulltext-wrapper {
    width: 100%;
  }
  #bc-search-block .views-exposed-form .views-exposed-widgets .views-exposed-widget {
    padding: 0;
  }
  #bc-search-block .views-exposed-form .views-exposed-widget .form-submit {
    margin: 0;
    text-indent: -9999px;
  }

  /**
   * Search links styles.
   */
  #bc-search-links > h2:after {
    content: " ";
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .rtl #bc-search-links > h2:after {
    right: auto;
    left: 0;
  }

  #bc-search-inner h2 {
    font-size: 20px;
    margin: 0 0 30px 0;
    padding: 0;
  }

  #bc-search-inner ul {
    margin: 0;
    padding: 0;
  }

  #bc-search-inner ul li {
    margin: 0;
    padding: 0;
  }

  #bc-search-inner ul li a {
    display: block;
    margin: 0;
    padding: 3px 10px 3px 20px;
    font-size: 14px;
  }

  /**
   * DESKTOP: Site Name
   */
  #bc-header-wrapper #bc-site-name,
  #bc-header-wrapper #bc-sub-menu {
    padding-bottom: 15px;
  }

  #bc-header-wrapper #bc-site-name {
    padding: 0;
    clear: right;
  }

  /* Territory name */
  #bc-header-wrapper #bc-site-name span {
    font-size: 24px;
    display: block;
    font-weight: 300;
    line-height: 20px;
    margin: 3px 0 0 34px;
    padding: 11px 0 0 30px;
  }

  .rtl #bc-header-wrapper #bc-site-name span {
    margin-left: 0;
    margin-right: 34px;
    padding-left: 0;
    padding-right: 30px;
  }

  #bc-header-wrapper #bc-site-name span {
    display: block;
  }

  #bc-header-wrapper #bc-site-name {
    padding-top: 15px;
    margin-right: 20px;
  }

  #bc-header-wrapper #bc-sub-menu {
    padding-top: 19px;
  }

  /**
   * DESKTOP: Top links - Language switcher + Auxillary menu
   */
  /**
   * Split the 20px spacing between logo and top links so that at smaller resolutions the
   * top links drive an even wedge between the top of the row and the logo.
   */
  #bc-header-wrapper header .bc-max-width.bc-row2 {
    padding-top: 10px;
    /* MN: The changes to the promo links in the header has made the following line required as without the promo links the spacing is screwed.*/
    min-height: 86px;
  }

  #bc-top-links {
    overflow: hidden;
    /* -10px due to the above reason. */
    margin: -10px 80px 0 0;
    padding: 9px 0 0 0;
  }

  .rtl #bc-top-links {
    float: left;
    margin-right: 0;
    margin-left: 80px;
  }

  /* Unhide elements for mobile. */
  #bc-sub-menu,
  #bc-user-zone li,
  .bc-lang,
  .bc-lang li {
    display: block;
  }

  /* Hide the one in the footer on mobile*/
  #bc-footer-menu .bc-lang,
  .bc-lang h2 {
    display: none;
  }

  /* Campaign page has logo attached to footer menu h2  */
  .node-type-campaign #bc-footer-menu > h2 {
    padding: 68px 80px 0 0;
    font-size: 20px;
    margin: 0;
    font-weight: normal;
    line-height: 26px;
  }

  /* Override mobile. */
  #bc-user-zone,
  .bc-lang {
    /* Override mobile. */
    position: static;
    bottom: auto;
    font-size: 14px;
    width: auto;
    /* Desktop starts. */
    margin: 0;
    padding: 0;
    /* Float right so that the locale buttons ens up on the right with a good alignment. */
    float: right;
  }

  #bc-top-links li {
    float: left;
    line-height: 10px;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .rtl #bc-user-zone,
  .rtl .bc-lang {
    float: left;
  }

  .rtl #bc-top-links li {
    float: right;
  }

  /* Seperator in between the links */
  #bc-top-links li:before {
    content: " ";
    display: block;
    position: absolute;
    left: 1px;
    top: 50%;
    width: 1px;
    height: 10px;
    margin-top: -5px;
  }

  /*Additional top-bar-link */
  #bc-top-links .top-links-register-link:after {
    content: " ";
    display: block;
    position: absolute;
    left: 1px;
    top: 50%;
    width: 1px;
    height: 10px;
    margin-top: -5px;
  }

  #bc-top-links li.first:before {
    display: none;
  }

  .rtl #bc-top-links li:before {
    left: auto;
    right: 1px;
  }

  /* When active switch off padding and hide the seperator. */
  #bc-top-links li.active {
    padding-left: 2px;
    padding-right: 2px;
  }

  /* When active use the items seperator to mask the next items seperator. */
  #bc-top-links li.active:before {
    left: auto;
    right: -2px;
    z-index: 1;
  }

  .rtl #bc-top-links li.active:before {
    left: -2px;
    right: auto;
  }

  /* Links and spans */
  #bc-top-links li a,
  #bc-top-links li span,
  #bc-user-zone li.last a {
    display: block;
    margin: 0;
    /* 1px more on the left due to the border. */
    padding: 5px 5px 5px 6px;
    line-height: 11px;
  }

  .rtl.lt-ie8 #bc-top-links li,
  .rtl.lt-ie8 #bc-top-links li a {
    position: static;
    display: inline-block;
  }

  .rtl.lt-ie8 #bc-user-zone,
  .rtl.lt-ie8 .bc-lang,
  .rtl.lt-ie8 #bc-top-links li {
    float: left;
  }

  .rtl.lt-ie8 #bc-header-wrapper #bc-sub-menu {
    margin-top: -10px;
  }

  .rtl.lt-ie8 #bc-header-wrapper #bc-sub-menu,
  .rtl.lt-ie8 #bc-header-wrapper #bc-sub-menu li {
    float: left;
  }

  .rtl.lt-ie8 #bc-header-wrapper #bc-site-name {
    clear: both;
    float: none;
    margin-top: -20px;
  }

  /**
   * DESKTOP: Sub Menu
   */
  #bc-header-wrapper #bc-sub-menu {
    clear: right;
    overflow: hidden;
    text-align: right;
  }

  .rtl #bc-header-wrapper #bc-sub-menu {
    clear: left;
    text-align: left;
  }

  #bc-header-wrapper #bc-sub-menu li {
    display: inline-block;
    padding: 3px;
    list-style-image: none;
  }

  .lt-ie8 #bc-header-wrapper #bc-sub-menu li {
    zoom: 1;
    display: inline;
  }

  .rtl #bc-header-wrapper #bc-sub-menu li {
    margin-left: 0;
    margin-right: 10px;
  }

  #bc-header-wrapper #bc-sub-menu li a {
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 4px 12px 4px 30px;
  }

  .rtl #bc-header-wrapper #bc-sub-menu li a {
    padding-left: 12px;
    padding-right: 30px;
  }

  /* Promo menu bc-sub-menu */
  #bc-header-wrapper #bc-sub-menu li a:before,
  #bc-header-wrapper #bc-sub-menu li a .ie-before {
    content: " ";
    height: 12px;
    left: 10px;
    position: absolute;
    top: 7px;
    width: 12px;
  }

  .rtl #bc-header-wrapper #bc-sub-menu li a:before,
  .rtl #bc-header-wrapper #bc-sub-menu li a .ie-before {
    left: auto;
    right: 10px;
  }

  .lt-ie8 #bc-header-wrapper #bc-sub-menu li a {
    zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before"');
  }

  /* IE fix for content:before */
  /**
   * DESKTOP: Primary Menu
   */
  /* Reset primary navigation button from mobile. */
  #bc-primary-menu #bc-mobile-menu {
    min-height: 0;
  }

  #bc-primary-menu ul {
    border: none;
  }

  /* Mobile menu show-hide */
  #bc-mobile-menu {
    position: relative;
  }

  #bc-mobile-menu:before
  #bc-primary-menu ul {
    border: none;
  }

  #bc-mobile-menu h2,
  #bc-mobile-menu:before {
    display: none;
  }

  /* This is the start of the main menu ul. IT's actually a nested ul due to the mobile drop down.*/
  #bc-primary-menu #bc-mobile-menu > ul {
    display: block;
    padding: 0;
    margin: 0 0 0 0;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li {
    float: left;
    margin: 3px 5px 2px 5px;
    padding: 0;
    position: relative;
  }

  .rtl #bc-primary-menu #bc-mobile-menu > ul > li {
    float: right;
  }

  /* Pull back the first item in the list, this is the item with the icon. */
  #bc-primary-menu #bc-mobile-menu > ul > li.first {
    margin-left: 0;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li > a {
    display: block;
    margin: 0;
    padding: 3px 8px 5px 8px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .i18n-fr #bc-primary-menu #bc-mobile-menu > ul > li.first {
    margin-left: 0;
    margin-right: 0;
  }

  .i18n-fr #bc-primary-menu #bc-mobile-menu > ul > li {
    margin-left: 3px;
    margin-right: 3px;
  }

  .i18n-fr #bc-primary-menu #bc-mobile-menu > ul > li > a {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li:hover > a,
  #bc-primary-menu #bc-mobile-menu > ul > li.active-trail > a {
    text-decoration: none;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li.expanded:hover > a {
    text-decoration: none;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li.expanded:hover {
    margin-bottom: 0;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li.expanded:hover > a {
    padding-bottom: 10px;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li.last.expanded:hover > a {
    -webkit-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li.expanded.last:hover > a {
    margin-bottom: -5px;
  }

  /* Set the home icon. */
  #bc-primary-menu #bc-mobile-menu > ul > li.first a,
  #bc-primary-menu .block-superfish .sf-item-1 .sf-depth-1 {
    width: 37px;
    height: 32px;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    font-size: 0;
    text-indent: -300px;
    overflow: hidden;
    background-position: -475px 0px;
  }

  /* Stlyes for the drop down itself. */
  #bc-primary-menu #bc-mobile-menu > ul > li > ul {
    display: none;
    min-width: 250px;
    padding: 0;
    /* Positioning. */
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 500;
    /* Border. */
    border-style: solid;
    border-width: 1px;
  }

  .rtl #bc-primary-menu #bc-mobile-menu > ul > li > ul {
    left: auto;
    right: 0;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li.expanded:hover > ul {
    display: block;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li.expanded:hover > a {
    position: relative;
    z-index: 501;
  }

  .lt-ie8 #bc-header-wrapper {
    overflow: hidden;
  }

  .lt-ie8 #bc-primary-menu #bc-mobile-menu > ul > li,
  .lt-ie8 #bc-primary-menu #bc-mobile-menu > ul > li.expanded:hover > a {
    position: static;
  }

  .lt-ie8 #bc-primary-menu #bc-mobile-menu > ul > li > ul {
    left: auto;
    top: auto;
    margin: -1px 0 0 0;
    border-top: none;
  }

  .rtl.lt-ie8 #bc-primary-menu #bc-mobile-menu > ul > li.expanded:hover,
  .rtl.lt-ie8 #bc-primary-menu #bc-mobile-menu > ul > li.expanded:hover li a {
    position: relative;
    z-index: 1000;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li > ul li a {
    display: block;
    padding: 9px 10px;
    border-style: solid;
    border-width: 1px 0 0 0;
    margin: -1px 0 0 0;
    font-size: 14px;
  }

  #bc-primary-menu #bc-mobile-menu,
  #bc-primary-menu #bc-mobile-menu ul {
    position: static;
    background: transparent;
  }

  /**
   * DESKTOP: Footer Areas
   */
  #bc-footer-wrapper footer {
    padding: 0;
    font-size: 12px;
  }

  #bc-footer-menu h2 {
    margin: 0;
    padding-top: 0px;
    padding-right: 50px;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
  }

  #bc-footer-wrapper {
    border-width: 6px 0 0 0;
    padding-top: 46px;
  }

  #bc-footer-menu h2,
  #bc-footer-menu ul li {
    float: left;
    /*LTR*/
    width: 25%;
    margin: 0;
    padding-left: 0;
    padding-right: 10px;
    /*LTR*/
  }

  .rtl #bc-footer-menu h2,
  .rtl #bc-footer-menu ul li {
    float: right;
    padding-left: 10px;
    padding-right: 0;
  }

  #bc-footer-menu h2 {
    padding-left: 0;
    padding-right: 80px;
  }

  .rtl #bc-footer-menu h2 {
    padding-left: 80px;
    padding-right: 0;
  }

  #bc-footer-menu ul ul li {
    float: none;
    width: auto;
    min-height: auto;
    padding: 0;
    margin: 0;
  }

  .rtl #bc-footer-menu ul ul li {
    float: none;
  }

  #bc-footer-menu ul li a {
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px 0 0;
    /*LTR*/
    text-decoration: none;
  }

  .rtl #bc-footer-menu ul li a {
    margin-left: 10px;
    margin-right: 0;
  }

  #bc-footer-menu ul ul li a {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 2px 0;
  }

  #bc-footer-menu ul li a:hover,
  #bc-footer-menu ul li a:focus {
    text-decoration: underline;
  }

  #bc-footer-wrapper hr {
    display: block;
    margin: 35px 0 30px;
    height: 0;
  }

  .lt-ie8 #bc-footer-wrapper hr {
    height: 2px;
  }

  #bc-footer-lower-left-bar {
    width: 74%;
    float: left;
  }

  .lt-ie8 #bc-footer-lower-left-bar {
    width: 70%;
  }

  .rtl #bc-footer-lower-left-bar {
    float: right;
  }

  #bc-footer-lower h2 {
    font-size: 12px;
  }

  #bc-footer-lower ul {
    border: none;
    margin: 0;
    padding: 0;
  }

  .node-type-campaign #bc-footer-menu ul {
    margin: 22px 0 0;
    border: none;
  }

  #bc-footer-lower li,
  .node-type-campaign #bc-footer-menu li {
    position: relative;
    float: left;
    line-height: 10px;
    margin: 0 10px 0 0;
    padding: 2px 10px 2px 0;
  }

  .node-type-campaign #bc-footer-menu li {
    width: auto;
    padding: 2px 2px 2px 0;
  }

  /* If the list is two lines it needs same padding */
  .node-type-campaign #bc-footer-menu li a {
    padding: 3px 0;
  }

  /* Fixes for IE7's weird rendering issues on the footer. */
  .lt-ie8 #bc-footer-lower li,
  .lt-ie8 .node-type-campaign #bc-footer-menu li,
  #bc-footer-lower #bc-social-media ul li a,
  .node-type-campaign #bc-footer-menu li a {
    position: static;
  }

  .lt-ie8 #bc-footer-wrapper {
    position: relative;
  }

  /* Seperator in between the links */
  #bc-footer-lower li:before,
  .node-type-campaign #bc-footer-menu li:before {
    content: " ";
    display: block;
    position: absolute;
    right: -1px;
    top: 50%;
    width: 1px;
    height: 10px;
    margin-top: -5px;
  }

  #bc-footer-lower li.last:before,
  .node-type-campaign #bc-footer-menu li.last:before {
    display: none;
  }

  .rtl #bc-footer-lower li,
  .rtl .node-type-campaign #bc-footer-menu li {
    float: right;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .rtl .node-type-campaign #bc-footer-menu li {
    padding-left: 0;
  }

  .rtl #bc-footer-lower li:before,
  .rtl .node-type-campaign #bc-footer-menu li:before {
    left: -1px;
    right: auto;
  }

  #bc-footer-lower li.last:before {
    display: none;
  }

  #bc-footer-lower li.first:before {
    display: block;
  }

  #bc-footer-lower ul li a,
  .node-type-campaign #bc-footer-menu ul li a {
    font-size: 12px;
  }

  #bc-footer-lower p {
    margin: 0;
    padding: 0 0 35px 0;
    line-height: 1.7em;
  }

  .bc-anchor-top {
    visibility: hidden;
  }

  #bc-primary-menu {
    clear: both;
  }

  /**
   * Social media
   */
  #bc-social-media {
    width: 25%;
    float: right;
    padding-right: 10px;
  }

  .rtl #bc-social-media {
    float: left;
    padding-left: 10px;
    padding-right: 0;
  }

  #bc-social-media h3 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    border: none;
  }

  #bc-footer-lower #bc-social-media ul li {
    float: none;
    padding: 0;
    width: 100%;
  }

  #bc-footer-lower #bc-social-media ul li a {
    padding: 4px 0 10px 21px;
    font-size: 12px;
  }

  #bc-footer-lower #bc-social-media ul li a:hover,
  #bc-footer-lower #bc-social-media ul li a:focus {
    text-decoration: underline;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a {
    padding-left: 0;
    padding-right: 21px;
  }

  /* Campaign page */
  .node-type-campaign #bc-footer-wrapper div h2 {
    margin: 70px 0 0;
    font-size: 12px;
  }

  /* ----FAQS fix ----*/
  div > fieldset.collapsed {
    height: auto !important;
  }

  /* -- button text fix ---*/
  .bc-link-buttom {
    color: #fff;
  }

  /**
   * Name: desktop-content.css
   * Author: British Council - Responsible web design.
   * Description: Core content styles for desktop, overrides feaure CSS.
   *
   * This file should not include any layout, header or footer styles!
   */
  /**
   * DESKTOP: Content Styles
   */
  /**
   * Content override styles such as bullets, headings, tables etc
   */
  h1 {
    font-size: 32px;
    margin: 15px 0 25px 0;
    line-height: 36px;
  }

  .bc-boxes-2-ltr h1,
  .bc-boxes-2-rtl h1,
  .bc-map-listing h3,
  h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 30px 0 15px 0;
  }

  h3 {
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0 10px;
    border-width: 1px 0 0 0;
  }

  h4,
  .bc-heading-bg {
    font-size: 13px;
    line-height: 15px;
    padding: 8px 10px 10px;
  }

  h2,
  .bc-map-listing h3 {
    border-width: 1px 0 0 0;
  }

  h2:first-of-type {
    border-width: 0;
  }

  h2 {
    margin: 0.5em 0;
  }

  #popup-text h2 {
    border-width: 0;
  }

  blockquote {
    width: 40%;
    float: left;
  }

  .rtl blockquote {
    float: right;
  }

  .lt-ie8.rtl blockquote {
    /* Italic text crops in ie7 when floated right. */
    padding-right: 3px;
  }

  /* Filter */
  #bc-content .bc-filter .form-item.form-type-bef-link {
    display: inline-block;
  }

  .lt-ie8 #bc-content .bc-filter .form-item {
    zoom: 1;
  }

  .lt-ie8 #bc-content .bc-filter .form-item.form-type-bef-link {
    float: left;
  }

  .lt-ie8.rtl #bc-content .bc-filter .form-item.form-type-bef-link {
    float: right;
  }

  .lt-ie8 .bc-filter .bc-show-hide-content a {
    display: block;
  }

  /* Listings */
  .bc-listing-row {
    display: table;
    border-collapse: collapse;
  }

  .bc-listing-row > div {
    display: table-row;
  }

  .bc-listing-row span {
    display: table-cell;
    width: 13%;
    padding: 0 5px 10px 0;
    margin: 0;
  }

  .bc-listing-row a {
    display: table-cell;
    padding: 0 0 10px;
    width: 33%;
  }

  /* Campaign content */
  /* Tweaks to the header. */
  .node-type-campaign #bc-header-wrapper {
    border-bottom: 1px solid #dfd8e0;
  }

  .node-type-campaign #bc-header-wrapper header {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid white;
  }

  .node-type-campaign #bc-content-wrapper {
    margin-top: 0;
  }

  /* Coloured campaign text. */
  #bc-campaign-txt {
    margin: 0;
    padding: 30px 20px;
    position: absolute;
    width: 230px;
    top: -6px;
    right: 6%;
    margin-right: 30px;
    font-size: 24px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
  }

  .rtl #bc-campaign-txt {
    right: auto;
    margin-right: 0;
    left: 6%;
    margin-left: 30px;
  }

  .lt-ie9 #bc-campaign-txt {
    right: 0;
  }

  .lt-ie8 #bc-large-img-hd img {
    margin-bottom: -10px;
  }

  #bc-large-img-hd {
    margin: 0;
    min-height: 100px;
  }

  #bc-large-img-hd > h1 {
    font-size: 38px;
    padding: 14px 16px;
  }

  .node-type-campaign .bc-boxes-2-ltr {
    padding: 0 20px;
  }

  .node-type-campaign .bc-body-content p {
    margin-top: 15px;
  }

  .node-type-campaign .bc-col2 {
    margin-left: 0;
    margin-right: 0;
  }

  .node-type-campaign .bc-col2 .bc-link-button,
  .node-type-campaign .bc-col2 h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .bc-partners li {
    width: 170px;
  }

  .bc-partners h2 {
    border: none;
    margin-top: 13px;
  }

  #bc-content .form-item .form-text {
    font-size: 14px;
  }

  #bc-content .form-item label {
    font-size: 12px;
  }

  #bc-content .form-item select,
  #bc-content .form-item .form-text,
  #bc-content .form-item textarea {
    padding: 4px 7px;
    width: 75%;
  }

  #bc-content .form-item select {
    width: 78%;
    padding: 3px 2px;
  }

  #bc-content .form-item textarea {
    width: 78%;
  }

  /* Search */
  #search-form #edit-basic {
    text-align: center;
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  #search-form #edit-basic .form-item label {
    display: inline;
    margin: 0 10px 0 0;
  }

  .rtl #search-form #edit-basic .form-item label {
    margin-left: 10px;
    margin-right: 0;
  }

  #search-form #edit-basic .form-item .form-text {
    width: 30%;
  }

  #search-form #edit-basic .form-submit {
    margin: 0;
  }

  /**
   * Name: desktop-highlight-promo.css
   * Author: British Council - Responsible web design.
   */
  /**
   *  Highlight boxes
   */
  .bc-hlight-box {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .bc-hlight-box.bc-boxes-2 .bc-box {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bc-hlight-box.bc-boxes-2.bc-icon-box .bc-box:first-child,
  .bc-hlight-box.bc-boxes-2.bc-icon-box .bc-box.odd,
  .bc-hlight-box.bc-boxes-2.bc-hd-icon-box .bc-box:first-child,
  .bc-hlight-box.bc-boxes-2.bc-hd-icon-box .bc-box.odd {
    width: 44%;
  }

  .bc-hlight-box.bc-boxes-2 .bc-box.last {
    float: right;
  }

  .bc-hlight-box dl {
    margin-bottom: -17px;
  }

  /**
   * Highlight boxes variations
   */
  /* Call to action */
  .bc-cta-box.bc-boxes-2 .bc-box.last {
    text-align: right;
  }

  .rtl .bc-cta-box.bc-boxes-2 .bc-box.last {
    text-align: left;
  }

  .bc-cta-box.bc-boxes-2 .bc-box.last .bc-link-button {
    text-align: center;
  }

  .bc-cta-box .bc-link-button {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /**
   * Promos
   */
  /* Default promo styles overrides */
  #bc-content-wrapper .bc-boxes-2-ltr .bc-col2 .bc-promo,
  #bc-content-wrapper .bc-boxes-2-rtl .bc-col1 .bc-promo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* Promo C overrides */
  #bc-content-wrapper .bc-promo-c p {
    padding-top: 10px;
    clear: both;
  }

  /**
   * Layout variations depending on the context of the promo-c
   */
  /* 50/50 in the narrow column of the main layout. */
  #bc-content-wrapper .bc-boxes-2-ltr .bc-col1 .bc-promo-c h2,
  #bc-content-wrapper .bc-boxes-2-rtl .bc-col2 .bc-promo-c h2,
  #bc-content-wrapper .bc-boxes-2-ltr .bc-col1 .bc-promo-c img,
  #bc-content-wrapper .bc-boxes-2-rtl .bc-col2 .bc-promo-c img {
    width: 49.2%;
  }

  #bc-content-wrapper .bc-boxes-2-ltr .bc-col1 .bc-promo-c img,
  #bc-content-wrapper .bc-boxes-2-rtl .bc-col2 .bc-promo-c img {
    margin-right: 1.6%;
  }

  .rtl #bc-content-wrapper .bc-boxes-2-ltr .bc-col1 .bc-promo-c img,
  .rtl #bc-content-wrapper .bc-boxes-2-rtl .bc-col2 .bc-promo-c img {
    margin-right: 0;
    margin-left: 1.6%;
  }

  /* 50/50 in 2 column boxes within the main layout*/
  #bc-content-wrapper .bc-boxes-2-ltr .bc-col1 .bc-boxes-2 .bc-promo-c h2,
  #bc-content-wrapper .bc-boxes-2-rtl .bc-col2 .bc-boxes-2 .bc-promo-c h2,
  #bc-content-wrapper .bc-boxes-2-ltr .bc-col1 .bc-boxes-2 .bc-promo-c img,
  #bc-content-wrapper .bc-boxes-2-rtl .bc-col2 .bc-boxes-2 .bc-promo-c img {
    width: 48.5%;
  }

  #bc-content-wrapper .bc-boxes-2-ltr .bc-col1 .bc-boxes-2 .bc-promo-c img,
  #bc-content-wrapper .bc-boxes-2-rtl .bc-col2 .bc-boxes-2 .bc-promo-c img {
    margin-right: 3%;
  }

  .rtl #bc-content-wrapper .bc-boxes-2-ltr .bc-col1 .bc-boxes-2 .bc-promo-c img,
  .rtl #bc-content-wrapper .bc-boxes-2-rtl .bc-col2 .bc-boxes-2 .bc-promo-c img {
    margin-right: 0;
    margin-left: 3%;
  }

  /**
   *  Highlight box with image
   */
  .bc-hlight-image img {
    max-width: 190px;
    float: left;
    margin: 0;
    margin-right: 20px;
  }

  .rtl .bc-hlight-image img {
    float: right;
    margin-left: 20px;
  }

  #bc-main-wrapper .bc-full-width-img,
  #bc-main-wrapper .bc-full-width-video,
  .bc-block-date {
    margin-left: 0;
    margin-right: 0;
  }

  #bc-main-wrapper .bc-full-width-video iframe {
    width: 100%;
  }

  .bc-image-text-wrapper {
    position: relative;
  }

  .bc-image-text-wrapper .bc-block-date {
    width: 75%;
    margin-top: -70px;
    position: relative;
  }

  .bc-image-text-wrapper .bc-full-width-video {
    margin-bottom: 100px;
  }

  /* Call To Action block */
  #bc-main-wrapper .bc-promo-tabs .bc-cta .bc-link-button {
    font-size: 1em;
    line-height: 24px;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
  }

  /* Call To Action block */
  #bc-main-wrapper .bc-promo-tabs .bc-cta {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 67.5%;
    margin: 0;
    padding: 20px 0 15px 0;
    text-align: center;
  }

  /**
   * Promo tabs
   */
  #bc-main-wrapper .bc-promo-tabs {
    overflow: hidden;
    height: 340px;
    margin: 0;
    zoom: 1;
  }

  #bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card img {
    width: 641px;
    max-height: 340px;
    border: none;
  }

  /* Show and hide elments. */
  #bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card .bc-card-info > div,
  #bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card img,
  #bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card .bc-cta,
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a p {
    display: none;
  }

  #bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card.bc-active img,
  #bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card.bc-active .bc-cta,
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active p {
    display: block;
  }

  /* Javascript inserted navigation block. */
  #bc-main-wrapper .bc-promo-tabs .bc-navigation {
    display: block;
    position: absolute;
    z-index: 10;
    width: 32.6%;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .lt-ie8 #bc-main-wrapper .bc-promo-tabs .bc-navigation {
    width: 33%;
  }

  .rtl #bc-main-wrapper .bc-promo-tabs .bc-navigation {
    right: auto;
    left: 0;
  }

  #bc-main-wrapper .bc-promo-tabs .bc-navigation a {
    display: block;
    text-decoration: none;
  }

  #bc-main-wrapper .bc-promo-tabs .bc-navigation ul,
  #bc-main-wrapper .bc-promo-tabs .bc-navigation li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #bc-main-wrapper .bc-promo-tabs .bc-navigation h2,
  #bc-main-wrapper .bc-promo-tabs .bc-navigation p {
    border: none;
    margin: 0;
  }

  #bc-main-wrapper .bc-promo-tabs .bc-navigation h2 {
    padding: 6px 0;
    font-weight: 300;
    line-height: 24px;
  }

  #bc-main-wrapper .bc-promo-tabs .bc-navigation .bc-active h2 {
    font-size: 24px;
  }

  /* Active tab arrow. */
  #bc-main-wrapper .bc-promo-tabs > .bc-deck > .bc-card .bc-cta {
    z-index: auto;
  }

  #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active:before,
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active .ie-before {
    content: " ";
    position: absolute;
    height: 184px;
    width: 32px;
    top: -3px;
    left: -32px;
  }

  .rtl #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active:before,
  .rtl #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active .ie-before {
    left: auto;
    right: -32px;
  }

  #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active {
    zoom: expression('this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before"');
  }

  /* Vertical align for the navigation tabs. */
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a h2 {
    display: table;
    height: 53px;
  }

  #bc-main-wrapper .bc-promo-tabs .bc-navigation a h2 span {
    display: table-cell;
    vertical-align: middle;
  }

  /* Reset active tab item not to use table-cell for center alignment and bodgt for IE7. */
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active h2,
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active h2 span,
  .lt-ie8 #bc-main-wrapper .bc-promo-tabs .bc-navigation a h2,
  .lt-ie8 #bc-main-wrapper .bc-promo-tabs .bc-navigation a h2 span {
    display: block;
  }

  #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active h2 {
    padding-top: 8px;
    height: auto;
  }

  /* Set a max height for the summary so we get no text overlappping. */
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active p {
    max-height: 110px;
    overflow: hidden;
  }

  /* Default tab item. */
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a {
    height: 78px;
    padding: 5px 10px;
    font-weight: 300;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
  }

  /* Reset active tab items height. */
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active {
    height: 184px;
    margin-bottom: -2px;
    position: relative;
  }

  /* Last item active tabs height. */
  #bc-main-wrapper .bc-promo-tabs .bc-navigation .bc-nav2 a {
    height: 79px;
  }

  #bc-main-wrapper .bc-promo-tabs .bc-navigation .bc-nav2 a.bc-active {
    margin-bottom: 0;
    height: 184px;
  }

  /* Last item active tabs height. */
  .lt-ie8 #bc-main-wrapper .bc-promo-tabs .bc-navigation .bc-nav2 a,
  .lt-ie8 #bc-main-wrapper .bc-promo-tabs .bc-navigation a {
    height: 69px;
    cursor: pointer;
    text-decoration: none;
  }

  .lt-ie8 #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active,
  .lt-ie8 #bc-main-wrapper .bc-promo-tabs .bc-navigation .bc-nav2 a.bc-active {
    height: 169px;
  }

  /* Hover states for active. */
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active:hover,
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active:focus {
    text-decoration: none;
    cursor: default;
  }

  /**
   * End Promo tabs
   */
  /**
   * Name: desktop-widgets.css
   * Author: British Council - Responsible web design.
   * Description: Core widget for desktop, overrides Feature.
   *
   * This file should not include any layout, header or footer styles!
   *
   *  - Widget Styles;
   */
  /* Social Media Widgets */
  #block-social-media-widgets-widgets .non-mobile {
    display: block;
  }

  #block-social-media-widgets-widgets .mobile {
    display: none;
  }

  #block-social-media-widgets-widgets h2 {
    margin-top: 0;
  }

  #block-social-media-widgets-widgets .social-media-widget {
    margin: 20px 0;
  }

  .geolocation-map,
  #bc-geo-rss {
    width: 100% !important;
  }

  /* Location block */
  .bc-location h2 {
    margin-top: 0;
    border-top: none;
  }

  #bc-facebook .widget,
  .lt-ie8 #bc-facebook a {
    display: block;
  }

  #bc-facebook .widget iframe {
    width: 100% !important;
  }

  #bc-facebook a,
  .lt-ie8 #bc-facebook .widget {
    display: none;
  }

  /* Level up the homepage items on the second row. */
  .front #block-social-media-widgets-widgets {
    margin-top: 35px;
  }

  /* Reduce margin when landing page with page-title v2. */
  .bc-page-title-v2.node-type-landing-page .social-media-widget {
    margin-top: 0;
  }

  /**
   * Sprite Assignments 
   */
  /* Generic spite icons such as home link, search icon, show-hide etc. */
  #bc-header-wrapper #bc-primary-menu #bc-mobile-menu > ul > li.first > a {
    background-image: url("../images-source/generic/333-sprite-icons.png");
    background-repeat: no-repeat;
  }

  /* Arrow sprite used on cta, link buttons, carousel paddle controls etc.*/
  #bc-header-wrapper #bc-sub-menu li a:before,
  .lt-ie8 #bc-header-wrapper #bc-sub-menu li a .ie-before {
    background-image: url("../images-source/generic/333-arrows.png");
    background-repeat: no-repeat;
  }

  .rtl #bc-header-wrapper #bc-sub-menu li a:before,
  .rtl.lt-ie8 #bc-header-wrapper #bc-sub-menu li a .ie-before {
    background-image: url("../images-source/generic/333-arrows-rtl.png");
  }

  /* Tabs */
  /* Social Media */
  #bc-footer-lower #bc-social-media ul li a,
  ul.bc-social-lk-block li a {
    background: url("../images-source/generic/333-sprite-social-icons.png") no-repeat 0 -156px;
  }

  ul.bc-social-lk-block li a:before {
    display: none;
  }

  /* Promo tab hero tab used on homepages. */
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active:before,
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active .ie-before,
  .flex-control-paging a.flex-active {
    background: url("../images-source/generic/333-big-tab.png") no-repeat 0 0;
  }

  .rtl #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active:before,
  .rtl #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active .ie-before {
    background-image: url("../images-source/generic/333-big-tab-rtl.png");
  }

  /**
   * Sprite positioning
   */
  /* Tabs */
  .bc-tabs-nav ul li {
    background-position: 0 100%;
  }

  .bc-tabs-nav ul li.bc-active {
    background-position: 50% 100%;
  }

  /* Nested show hides, i.e. within the tabs, reset the mobile. */
  .bc-tab-content .bc-show-hide .bc-show-hide-title.bc-active:after {
    background-position: -33px -1px;
  }

  .bc-tab-content .bc-show-hide-title.bc-active:after {
    background-position: -64px -1px;
  }

  /* Reset the search icon position from mobile. */
  #bc-search-row.bc-show-search #bc-search-link:before {
    background-position: -572px 0;
  }

  .rtl #bc-footer-menu h2 {
    background-position: right top;
  }

  /* Home link in main nav. */
  #bc-primary-menu #bc-mobile-menu > ul > li.first a {
    background-position: -523px 0;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li.first a.active,
  #bc-primary-menu #bc-mobile-menu > ul > li.first a:hover,
  #bc-primary-menu #bc-mobile-menu > ul > li.first a.active:hover {
    background-position: -475px 0;
  }

  /* Reposition the spite to get the mag glass in the right place. */
  #bc-search-block .form-submit {
    background-position: -602px 5px;
  }

  /* Promo menu bc-sub-menu */
  #bc-header-wrapper #bc-sub-menu li a:before,
  .lt-ie8 #bc-header-wrapper #bc-sub-menu li a .ie-before {
    background-position: -40px -3px;
  }

  /* Social Media*/
  #bc-footer-lower #bc-social-media ul li a.facebook,
  ul.bc-social-lk-block li a.facebook {
    background-position: 0 0;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.facebook,
  .rtl ul.bc-social-lk-block li a.facebook {
    background-position: 100% 0;
  }

  #bc-footer-lower #bc-social-media ul li a.twitter,
  ul.bc-social-lk-block li a.twitter {
    background-position: 0 -26px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.twitter,
  .rtl ul.bc-social-lk-block li a.twitter {
    background-position: 100% -26px;
  }

  #bc-footer-lower #bc-social-media ul li a.flickr,
  ul.bc-social-lk-block li a.flickr {
    background-position: 0 -52px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.flickr,
  .rtl ul.bc-social-lk-block li a.flickr {
    background-position: 100% -52px;
  }

  #bc-footer-lower #bc-social-media ul li a.blog,
  ul.bc-social-lk-block li a.blog {
    background-position: 0 -78px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.blog,
  .rtl ul.bc-social-lk-block li a.blog {
    background-position: 100% -78px;
  }

  #bc-footer-lower #bc-social-media ul li a.youtube,
  ul.bc-social-lk-block li a.youtube {
    background-position: 0 -104px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.youtube,
  .rtl ul.bc-social-lk-block li a.youtube {
    background-position: 100% -104px;
  }

  #bc-footer-lower #bc-social-media ul li a.cyworld,
  ul.bc-social-lk-block li a.cyworld {
    background-position: 0 -130px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.cyworld,
  .rtl ul.bc-social-lk-block li a.cyworld {
    background-position: 100% -130px;
  }

  #bc-footer-lower #bc-social-media ul li a.vimeo,
  ul.bc-social-lk-block li a.vimeo {
    background-position: 0 -182px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.vimeo,
  .rtl ul.bc-social-lk-block li a.vimeo {
    background-position: 100% -182px;
  }

  #bc-footer-lower #bc-social-media ul li a.myspace,
  ul.bc-social-lk-block li a.myspace {
    background-position: 0 -208px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.myspace,
  .rtl ul.bc-social-lk-block li a.myspace {
    background-position: 100% -208px;
  }

  #bc-footer-lower #bc-social-media ul li a.linkedin,
  ul.bc-social-lk-block li a.linkedin {
    background-position: 0 -234px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.linkedin,
  .rtl ul.bc-social-lk-block li a.linkedin {
    background-position: 100% -234px;
  }

  #bc-footer-lower #bc-social-media ul li a.soundcloud,
  ul.bc-social-lk-block li a.soundcloud {
    background-position: 0 -260px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.soundcloud,
  .rtl ul.bc-social-lk-block li a.soundcloud {
    background-position: 100% -260px;
  }

  #bc-footer-lower #bc-social-media ul li a.slideshare,
  ul.bc-social-lk-block li a.slideshare {
    background-position: 0 -286px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.slideshare,
  .rtl ul.bc-social-lk-block li a.slideshare {
    background-position: 100% -286px;
  }

  #bc-footer-lower #bc-social-media ul li a.ustream,
  ul.bc-social-lk-block li a.ustream {
    background-position: 0 -312px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.ustream,
  .rtl ul.bc-social-lk-block li a.ustream {
    background-position: 100% -312px;
  }

  #bc-footer-lower #bc-social-media ul li a.weibo,
  ul.bc-social-lk-block li a.weibo {
    background-position: 0 -338px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.weibo,
  .rtl ul.bc-social-lk-block li a.weibo {
    background-position: 100% -338px;
  }

  #bc-footer-lower #bc-social-media ul li a.douban,
  ul.bc-social-lk-block li a.douban {
    background-position: 0 -364px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.douban,
  .rtl ul.bc-social-lk-block li a.douban {
    background-position: 100% -364px;
  }

  #bc-footer-lower #bc-social-media ul li a.instagram,
  ul.bc-social-lk-block li a.instagram {
    background-position: 0 -416px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.instagram,
  .rtl ul.bc-social-lk-block li a.instagram {
    background-position: 100% -416px;
  }

  #bc-footer-lower #bc-social-media ul li a.vkontakte,
  ul.bc-social-lk-block li a.vkontakte {
    background-position: 0 -442px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.vkontakte,
  .rtl ul.bc-social-lk-block li a.vkontakte {
    background-position: 100% -442px;
  }

  #bc-footer-lower #bc-social-media ul li a.rss,
  ul.bc-social-lk-block li a.rss {
    background-position: 0 -389px;
  }

  .rtl #bc-footer-lower #bc-social-media ul li a.rss,
  .rtl ul.bc-social-lk-block li a.rss {
    background-position: 100% -389px;
  }

  /* END Sprite positioning */
  /* Set the main background-color. */
  body {
    background-color: white;
  }

  /* Listings */
  .bc-col1 .bc-listing.bc-boxes-2 {
    background-color: #efebf0;
  }

  .bc-col1 .bc-listing.bc-boxes-2 .bc-box h2 {
    background: transparent;
  }

  /* THEME #333 Title Area */
  .bc-page-title-v2 #bc-page-title aside {
    border-color: #dfd8e0;
  }

  /* THEME #333 Homepage */
  .bc-boxes-2-ltr.bc-front {
    background: #efebf0;
  }

  /* THEME #333 Tabs */
  .bc-tabs-nav ul li,
  .bc-tabs-nav ul li.bc-active {
    background-color: #efebf0;
  }

  .bc-tabs-nav ul li:focus {
    outline: none;
  }

  .bc-tabs-nav ul li:focus a {
    text-decoration: underline;
    color: #333333;
  }

  .bc-tabs-nav ul li.bc-active {
    background-color: #333333;
  }

  .bc-tabs-nav ul li.bc-active a {
    color: white;
  }

  /* Hover style for show-hide */
  .bc-show-hide-title:hover,
  .bc-accordion-title:focus,
  .bc-tab-content .bc-show-hide-title:hover,
  .bc-tab-content .bc-accordion-title:focus {
    background-color: #efebf0;
  }

  /**
   * Set show/hide within tabs back to default state
   */
  .bc-tab-content .bc-accordion-title,
  .bc-tab-content .bc-show-hide-title {
    background-color: #efebf0;
  }

  .bc-tab-content .bc-accordion-title.bc-active,
  .bc-tab-content .bc-show-hide-title.bc-active,
  .bc-show-hide-title.bc-active:hover,
  .bc-accordion-title.bc-active:focus {
    background-color: #733283;
    color: white;
  }

  .bc-no-border {
    border: none;
  }

  /* end desktop layout */
  /**
   * Desktop Header Footer
   */
  /**
  * Theme colours
  */
  #bc-search-row.bc-show-search,
  #bc-search-row.bc-show-search #bc-search-link {
    -moz-box-shadow: 0 0 20px 10px white;
    -webkit-box-shadow: 0 0 20px 10px white;
    box-shadow: 0 0 20px 10px white;
  }

  #bc-search-row #bc-search-link {
    clip: rect(0px, 117px, 120px, -80px);
  }

  /* COLOUR */
  #bc-primary-menu #bc-mobile-menu ul li.first {
    border-top: none;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li > ul {
    background-color: black;
    border-color: #494949;
  }

  .lt-ie8 #bc-primary-menu #bc-mobile-menu > ul > li > ul {
    background: #333333;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li > ul li a {
    background: none;
    border-color: #494949;
    color: white;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li.active-trail > a:hover,
  #bc-primary-menu #bc-mobile-menu > ul > li.active-trail > a:focus,
  #bc-primary-menu #bc-mobile-menu a:hover,
  #bc-primary-menu #bc-mobile-menu a:focus {
    /*color: $white;*/
    text-decoration: none;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li > ul li a:hover,
  #bc-primary-menu #bc-mobile-menu > ul > li > ul li a:focus {
    background-color: #333333;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li > a.active-trail {
    background-color: white;
    color: #333333;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li:hover > a,
  #bc-primary-menu #bc-mobile-menu > ul > li.active-trail > a {
    color: white;
    background: #666666;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #666666 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, black));
    background: -webkit-linear-gradient(top, #666666 0%, black 100%);
    background: -o-linear-gradient(top, #666666 0%, black 100%);
    background: -ms-linear-gradient(top, #666666 0%, black 100%);
    background: linear-gradient(to bottom, #666666 0%, #000000 100%);
  }

  .lt-ie9 #bc-primary-menu #bc-mobile-menu > ul > li:hover > a,
  .lt-ie9 #bc-primary-menu #bc-mobile-menu > ul > li.active-trail > a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000',GradientType=0 );
  }

  .lt-ie8 #bc-primary-menu #bc-mobile-menu > ul > li:hover > a,
  .lt-ie8 #bc-primary-menu #bc-mobile-menu > ul > li.active-trail > a {
    background-color: #333333;
  }

  .lt-ie9 #bc-primary-menu #bc-mobile-menu > ul > li.first a {
    filter: none;
  }

  .lt-ie8 #bc-primary-menu #bc-mobile-menu > ul > li.first a {
    background-color: transparent;
  }

  /**
   * DESKTOP: Gradients
   * The gradients are on different elements to the mobile due to the nature of the menu drop down.
  */
  #bc-header-wrapper * {
    outline: none;
  }

  /* Turn off the mobile gradient. */
  #bc-header-wrapper .bc-row2 {
    background: none;
    border: none;
  }

  /* Turn on the desktop gradient. Adding some spinkles of borders and box shadows. */
  #bc-header-wrapper {
    border-width: 6px 0 0 0;
    border-style: solid;
    border-color: #333333;
    background: white;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVlZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, white 0%, white 60%, #efebf0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(60%, white), color-stop(100%, #efebf0));
    background: -webkit-linear-gradient(top, white 0%, white 60%, #efebf0 100%);
    background: -o-linear-gradient(top, white 0%, white 60%, #efebf0 100%);
    background: -ms-linear-gradient(top, white 0%, white 60%, #efebf0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 60%, #efebf0 100%);
  }

  .lt-ie9 #bc-header-wrapper {
    border-top: 0;
    /* Bug in IE7, not sure if it's present in IE 8*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EFEBF0',GradientType=0 );
    border-bottom: 2px solid #cccccc;
  }

  #bc-header-wrapper header {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    padding: 0 0 2px 0;
  }

  /**
   * DESKTOP: Search
   */
  /* Set the main background area of the search. */
  #bc-search-row {
    background: #333333;
  }

  .lt-ie9 #bc-search-link {
    background-color: #333333;
  }

  /* Generic shadows. */
  #bc-search-row {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.7);
  }

  #bc-search-link,
  #bc-search-row.bc-show-search #bc-search-link {
    box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.7);
  }

  /* Search link - the link that shows/opens the search box. */
  #bc-search-link,
  .rtl #bc-search-link {
    /* Override mobile borders. */
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }

  /* Ensure that the mobile styles are overridden to always display the search icon not the close icon used on mobile. */
  #bc-search-row.bc-show-search #bc-search-link {
    background-color: #333333;
    color: #333333;
  }

  /* Search links, i.e. used for promoting most popular links. */
  #bc-search-links {
    border-style: solid;
    border-color: black;
    border-width: 0 1px 0 0;
  }

  .rtl #bc-search-links {
    border-width: 0 0 0 1px;
  }

  /* Search block */
  #bc-search-block {
    /* Mobile overrides.*/
    background: transparent;
  }

  #bc-search-links > h2:after {
    background: #01656d;
  }

  #bc-search-inner h2 {
    color: white;
  }

  /* Territory name */
  #bc-header-wrapper #bc-site-name span {
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #acc6d1;
  }

  .rtl #bc-header-wrapper #bc-site-name span {
    border-width: 0 1px 0 0;
  }

  /* Keyboard indicator tha the logo is selectable. */
  #bc-header-wrapper #bc-site-name a:focus {
    opacity: 0.8;
  }

  /* Override mobile. */
  #bc-user-zone li.last a {
    border: none;
    background: transparent;
    color: #733283;
  }

  /* COLOUR */
  #bc-top-links li:before {
    background-color: #acc6d1;
  }

  /* When active use one the active border to mask the next items border. */
  #bc-top-links li.active:before,
  #bc-top-links .language-switcher-locale-url li:before {
    background-color: white;
  }

  /* Style the language switcher when no other languages are not available. */
  .bc-lang li span {
    opacity: 0.4;
    font-weight: 300;
    /* Override drupal styles. */
    text-decoration: none;
  }

  .lt-ie9 .bc-lang li span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }

  #bc-user-zone li a,
  .bc-lang li a,
  .bc-lang li span {
    color: white;
  }

  .bc-lang li span {
    color: #333333;
  }

  .bc-lang li {
    border: none;
  }

  #bc-top-links li a,
  #bc-top-links li span {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }

  #bc-header-wrapper .bc-lang li.active a,
  #bc-header-wrapper #bc-user-zone li.active a {
    color: white;
    background: #666666;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #666666 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, black));
    background: -webkit-linear-gradient(top, #666666 0%, black 100%);
    background: -o-linear-gradient(top, #666666 0%, black 100%);
    background: -ms-linear-gradient(top, #666666 0%, black 100%);
    background: linear-gradient(to bottom, #666666 0%, #000000 100%);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  }

  .lt-ie8 #bc-header-wrapper .bc-lang li.active a,
  .lt-ie8 #bc-header-wrapper #bc-user-zone li.active a {
    background: #333333;
  }

  .lt-ie9 #bc-header-wrapper .bc-lang li.active a,
  .lt-ie9 #bc-header-wrapper #bc-user-zone li.active a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000',GradientType=0 );
  }

  #bc-header-wrapper #bc-sub-menu li a {
    position: relative;
    font-weight: 300;
    color: #733283;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
    background: #f1e2fb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f1e2fb 0%, #f1e2fb 76%, #efebf0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1e2fb), color-stop(76%, #f1e2fb), color-stop(100%, #efebf0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1e2fb 0%, #f1e2fb 76%, #efebf0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1e2fb 0%, #f1e2fb 76%, #efebf0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1e2fb 0%, #f1e2fb 76%, #efebf0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f1e2fb 0%, #f1e2fb 76%, #efebf0 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$so-off-white', endColorstr='$so-grey',GradientType=0 );
    /* IE6-9 */
  }

  #bc-header-wrapper #bc-sub-menu li a:hover {
    text-decoration: none;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  }

  .lt-ie9 #bc-header-wrapper #bc-sub-menu li a {
    border: 1px solid #e4e4e4;
  }

  /**
   * DESKTOP: Primary Menu
   */
  #bc-footer-wrapper {
    border-color: black;
    border-width: 3px 0 0 0;
    -webkit-box-shadow: inset 0px 1px 2px 0px black;
    box-shadow: inset 0px 1px 2px 0px black;
  }

  #bc-footer-wrapper hr {
    background: black;
    border-top: 1px solid #ee0487;
    border-bottom: none;
  }

  #bc-footer-lower li:before,
  .node-type-campaign #bc-footer-menu ul li:before {
    background: white;
  }

  /**
   * Social media
   */
  #bc-footer-lower #bc-social-media ul li a:before {
    display: none;
  }

  /* end desktop header footer */
  /**
   * Desktop Content
   */
  h3 {
    border-color: #999999;
    border-style: dotted;
  }

  h2,
  .bc-map-listing h3,
  .bc-job-list article:first-child h2 {
    border-color: #dfd8e0;
  }

  .bc-job-list h2 {
    border-style: dotted;
  }

  .bc-job-list article:first-child h2 {
    border-width: 1px 0 0 0;
    border-style: solid;
  }

  .bc-job-list {
    border-bottom: 1px solid #dfd8e0;
  }

  /* end desktop content. */
  /**
   * Desktop Images Colour
   */
  .bc-image-text-wrapper .bc-block-date {
    background: black;
    background: rgba(0, 0, 0, 0.7);
  }

  .lt-ie9 .bc-image-text-wrapper .bc-block-date {
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient( startColorstr=#CC000000, endColorstr=#CC000000)';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    background-color: transparent;
  }

  /* Call To Action block */
  #bc-main-wrapper .bc-carousel-home .bc-cta,
  #bc-main-wrapper .bc-promo-tabs .bc-cta {
    /* Set a gradient fade background on the cta block that is used as a mask over the top of the image. */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 57%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(57%, rgba(0, 0, 0, 0.62)), color-stop(100%, black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 57%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 57%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 57%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 57%, #000000 100%);
  }

  .lt-ie9 #bc-main-wrapper .bc-carousel-home .bc-cta,
  .lt-ie9 #bc-main-wrapper .bc-promo-tabs .bc-cta {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
  }

  .lt-ie8 #bc-main-wrapper .bc-carousel-home .bc-cta,
  .lt-ie8 #bc-main-wrapper .bc-promo-tabs .bc-cta {
    filter: none;
  }

  #bc-main-wrapper .bc-full-width.bc-stripe {
    background-color: #333333;
  }

  /* Green */
  /*#bc-main-wrapper .bc-carousel-home .bc-deck > .bc-card:first-child > .bc-card-info > div {
    background: rgb(61,144,38); 
  }
  
  #bc-main-wrapper .bc-carousel-home .bc-deck > .bc-card > .bc-card-info > div {
    background: $purple;
  }
  
  #bc-main-wrapper .bc-carousel-home .bc-deck > .bc-card:last-child > .bc-card-info > div {
    background: $red;
  }
  */
  /**
   * Promo tabs
   */
  #bc-main-wrapper .bc-promo-tabs .bc-navigation h2 {
    color: white;
  }

  #bc-main-wrapper .bc-promo-tabs .bc-navigation p {
    color: #bfbfbf;
  }

  #bc-main-wrapper .bc-promo-tabs .bc-navigation h2 {
    color: #ee0487;
  }

  #bc-main-wrapper .bc-promo-tabs .bc-navigation .bc-active h2,
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a:focus {
    color: white;
  }

  /* Default tab item. */
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a {
    background: #333333;
    border: 2px solid black;
    border-width: 2px 2px 0 2px;
  }

  #bc-main-wrapper .bc-promo-tabs .bc-navigation .bc-nav2 a {
    border-width: 2px;
  }

  /* Active tab item. */
  #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active {
    background: black;
    border-style: solid;
    border-color: #ee0487;
    border-width: 3px 3px 3px 2px;
    border-left-color: transparent;
  }

  .rtl #bc-main-wrapper .bc-promo-tabs .bc-navigation a.bc-active {
    border-width: 3px 2px 3px 3px;
    border-left-color: #ee0487;
    border-right-color: transparent;
  }

  /* end desktop images colour. */
  /* Arts page listing */
  .bc-boxes-teaser-large .bc-block-caption {
    background: rgba(0, 0, 0, 0.7);
  }

  .lt-ie9 .bc-boxes-teaser-large .bc-block-caption {
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }

  /* Transitions supported styles. */
  #bc-search-row.bc-show-search,
  #bc-search-row.bc-show-search #bc-search-link {
    -moz-box-shadow: 0 0 20px 10px white;
    -webkit-box-shadow: 0 0 20px 10px white;
    box-shadow: 0 0 20px 10px white;
  }

  #bc-search-row.bc-show-search #bc-search-link:before {
    background-position: -572px 0;
  }

  .lt-ie10 #bc-search-row.bc-show-search #bc-search-link {
    border: 5px solid white;
  }

  /* Campaign desktop colours  */
  .node-type-campaign {
    background-color: #edeff0;
  }

  .node-type-campaign .bc-boxes-2-ltr {
    background-color: white;
  }

  /**
   * Dark theme
   */
  /* Footer */
  .bc-dark #bc-footer-wrapper {
    background: #333333;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #333333 0%, #333333 60%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(60%, #333333), color-stop(100%, black));
    background: -webkit-linear-gradient(top, #333333 0%, #333333 60%, black 100%);
    background: -o-linear-gradient(top, #333333 0%, #333333 60%, black 100%);
    background: -ms-linear-gradient(top, #333333 0%, #333333 60%, black 100%);
    background: linear-gradient(to bottom, #333333 0%, #333333 60%, #000000 100%);
    /*Box shadow.*/
    -webkit-box-shadow: none;
    box-shadow: inset none;
  }

  .lt-ie9 .bc-dark #bc-footer-wrapper {
    background: #333333;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000',GradientType=0 );
  }

  .bc-dark #bc-footer-lower a {
    color: white;
  }

  .bc-dark .bc-tab-content .bc-accordion-title,
  .bc-dark .bc-tab-content .bc-show-hide-title,
  .bc-dark .bc-boxes-2-ltr.bc-front {
    background-color: #666666;
  }

  .bc-dark .bc-tab-content .bc-accordion-title.bc-active,
  .bc-dark .bc-tab-content .bc-show-hide-title.bc-active {
    background-color: white;
    color: #733283;
  }

  .bc-dark .bc-tab-content .bc-accordion-title .bc-show-hide-title.bc-active:after,
  .bc-dark .bc-tab-content .bc-show-hide .bc-show-hide-title.bc-active:after,
  .bc-dark .bc-tab-content .bc-accordion-title .bc-show-hide-title.bc-active .ie-before,
  .bc-dark .bc-tab-content .bc-show-hide .bc-show-hide-title.bc-active .ie-before {
    background-position: -64px -1px;
  }

  .bc-dark .bc-tab-content .bc-accordion-title:hover,
  .bc-dark .bc-tab-content .bc-show-hide-title:hover,
  .bc-dark .bc-tab-content .bc-accordion-title:focus,
  .bc-dark .bc-tab-content .bc-show-hide-title:focus {
    background-color: #666666;
  }

  /* Tabs */
  .bc-dark .bc-tabs-nav ul li,
  .bc-dark .bc-tabs-nav ul li.bc-active {
    background-image: url("../images-source/generic/333-tab-on-dark.png");
    background-repeat: no-repeat;
  }

  /* Listings */
  .bc-dark .bc-col1 .bc-listing.bc-boxes-2 {
    background-color: #666666;
  }

  /* end listing. */
  /* THEME #333 Tabs */
  .bc-dark .bc-tabs-nav ul li {
    background-color: #666666;
  }

  .bc-dark .bc-tabs-nav ul li:focus a {
    text-decoration: underline;
    color: #ee0487;
  }

  .bc-dark .bc-tabs-nav ul li.bc-active {
    background-color: white;
  }

  .bc-dark .bc-tabs-nav ul li.bc-active a {
    color: #333333;
  }

  /* end tabs. */
  .bc-dark blockquote {
    background-color: #333333;
  }

  .bc-dark .bc-page-title-v2 #bc-page-title aside,
  .bc-dark #bc-footer-wrapper,
  .bc-dark #bc-footer-wrapper hr {
    border-color: #666666;
  }

  .bc-dark #bc-footer-wrapper {
    border-width: 1px 0 0 0;
  }

  #bc-footer-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* Campaign desktop colours  */
  .bc-dark.node-type-campaign {
    background-color: #333333;
  }

  .bc-dark.node-type-campaign .bc-boxes-2-ltr {
    background-color: #666666;
  }

  /* Import Sass mixins, variables, Compass modules, etc. */
  /* ------------------------------
  ------ RESOURCE ENTITIES --------
  --------------------------------- */
  /* Landing page form */
  .section-classroom-resources .panel-2col-stacked .center-wrapper .panel-col-first,
  .section-find-classroom-resources .panel-2col-stacked .center-wrapper .panel-col-first {
    width: 29%;
    display: inline-block;
  }
  .section-classroom-resources .panel-2col-stacked .center-wrapper .panel-col-last,
  .section-find-classroom-resources .panel-2col-stacked .center-wrapper .panel-col-last {
    width: 69%;
    display: inline-block;
    float: right;
    margin-right: 1%;
  }
  .section-classroom-resources .view-display-id-spotlight_block .col-first,
  .section-classroom-resources .view-display-id-spotlight_block .col-last,
  .section-find-classroom-resources .view-display-id-spotlight_block .col-first,
  .section-find-classroom-resources .view-display-id-spotlight_block .col-last {
    width: 48%;
    margin: 0;
    padding: 5px;
    display: table-cell;
  }
  .section-classroom-resources .view-display-id-spotlight_block .col-first img,
  .section-classroom-resources .view-display-id-spotlight_block .col-last img,
  .section-find-classroom-resources .view-display-id-spotlight_block .col-first img,
  .section-find-classroom-resources .view-display-id-spotlight_block .col-last img {
    margin: 5px 10px 0 5px;
  }
  .section-classroom-resources .view-display-id-spotlight_block .col-first .views-field-field-short-description,
  .section-classroom-resources .view-display-id-spotlight_block .col-last .views-field-field-short-description,
  .section-find-classroom-resources .view-display-id-spotlight_block .col-first .views-field-field-short-description,
  .section-find-classroom-resources .view-display-id-spotlight_block .col-last .views-field-field-short-description {
    margin-left: 140px;
  }

  html.js .page-classroom-resources-list .region-content-top {
    float: left;
    width: 150px;
  }
  html.js .page-classroom-resources-list .region-content-top fieldset.collapsible div.fieldset-wrapper {
    width: 125px;
  }
  html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page label,
  html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page legend,
  html.js .page-classroom-resources-list .region-content-top #views-exposed-form-classroom-resources-entities-page input {
    font-size: 0.8em;
  }
  html.js .page-classroom-resources-list .view-display-id-page {
    margin-left: 175px;
  }
  html.js .page-classroom-resources-list .view-display-id-page .views-field-nothing {
    margin-left: 240px;
  }
}
@media screen and (min-width: 731px) and (max-width: 850px) {
  /* Tweaks for cetain widths. */
  .node-type-campaign .bc-tel {
    padding-left: 33%;
  }

  .rtl .node-type-campaign .bc-tel {
    padding-left: 0;
    padding-right: 33%;
  }
}
@media screen and (min-width: 731px) and (max-width: 980px) {
  .bc-col1 .bc-listing.bc-boxes-2 > .bc-box.even,
  .bc-col1 .bc-listing.bc-boxes-2 > .bc-box.odd {
    float: none;
    width: 100%;
  }

  .bc-col1 .bc-listing.bc-boxes-2 a {
    padding-right: 20px;
  }

  /**
   * Name: header-footer-tablet.css
   * Author: British Council - Responsible web design.
   * Description: Header and footer overrides for tablet, overrides feature CSS and desktop CSS.
   */
  /**
   * TABLET: Header Area
   */
  /*
  #bc-user-zone {
  	margin-bottom: -10px;
  }
  */
  #bc-header-wrapper #bc-primary-menu #bc-mobile-menu > ul > li.last {
    border-left: none;
    padding: 3px 0 5px 0;
    margin: 4px 0 0 48px;
    clear: left;
  }
  #bc-header-wrapper #bc-primary-menu #bc-mobile-menu > ul > li.last.expanded:hover > a {
    padding-bottom: 10px;
  }
  #bc-header-wrapper #bc-primary-menu #bc-mobile-menu > ul > li.expanded.last:hover {
    margin-bottom: 0;
  }

  /*
  #bc-user-zone li {
  	display: none;
  }
  */
  /* Only display the first and last items in the aux nav. */
  #bc-user-zone li.first,
  #bc-user-zone li.last {
    display: block;
  }

  /* 
   Adds a border above the last list item of the primary navigation. 
   I.e when that item wraps underneath the other items.
  */
  /* Commenting out until we have this link.*/
  #bc-primary-menu #bc-mobile-menu > ul:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 36px;
    display: block;
    height: 0;
    border-bottom: 1px solid #cccccc;
  }

  #bc-primary-menu #bc-mobile-menu > ul > li.last > a {
    z-index: 0;
  }
}
@media screen and (min-width: 731px) and (max-width: 980px) and (max-width: 850px) {
  .bc-listing-50 article a img {
    width: 35%;
  }

  .bc-listing-event .bc-img-box .bc-meta {
    width: 48%;
  }

  .bc-img-box .bc-meta,
  .bc-listing-50 article .bc-lk-list-16 {
    width: 61%;
  }
}
li.last-bc-item::after {
  content: '' !important;
}
