

/* ==========================================================================
 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: #ccc;
  color: #000;
  padding: 0.2em 0;
}





/* Text selection. */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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




/**
 * 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 */











#bc-primary-menu #bc-mobile-menu h2,
.bc-heading-bg,
#bc-footer-contents h2 {
  font-family: Arial, sans-serif;
}


.bc-large-text,
.bc-link-button {
  font-family: "BCSans", Arial, sans-serif;
}



/* Reset some instances to not use text-transforms. */
a.bc-link-button,
#bc-social-media h3,
.bc-map-listing h3,
#bc-footer-contents .bc-lang h2 {
  text-transform: none;
}

#bc-header-wrapper #bc-site-name span,
.bc-user-zone li.last {
  display: none;
}









/**
 * 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,
.bc-col2,
#bc-footer-contents h2,
#bc-footer-contents 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,
.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... */
.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 .bc-col2,
.lt-ie8 #bc-footer-contents h2,
.lt-ie8 #bc-footer-contents 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,
.bc-col2 .bc-logos:before,
.bc-col2 .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,
.bc-col2 .bc-logos:after,
.bc-partners ul:after {
  clear: both;
}

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

#bc-content-wrapper #bc-content {
  padding: 0 20px;
}

#bc-content-wrapper {
  margin: 20px 0;
  outline: none;
}

/**
 *  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;

}

/* IE fix for content:after */
.lt-ie8 #bc-breadcrumb li {
  zoom: expression( this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-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;
}

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


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

/**
 * Sub Navigation
 */

.bc-col2 .bc-sub-nav {
  margin: 0 -20px 30px -20px;
  padding: 0;
}

.bc-col2 .bc-sub-nav h2 {
  margin: 0;
  padding: 0;
  border-width: 0;
  font-size: 14px;
}

.bc-col2 .bc-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bc-col2 .bc-sub-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bc-col2 .bc-sub-nav ul li a {
  border-width: 0 0 1px 0;
}

.bc-col2 .bc-sub-nav h2 a,
.bc-col2 .bc-sub-nav ul li a {
  display: block;
  padding: 8px 20px;
  font-weight: 300;
}

.bc-col2 .bc-sub-nav ul li ul li {
  border-style: dotted;
  border-width: 0 0 1px 0;
}

.bc-col2 .bc-sub-nav h2 a {
  position: relative;
}

.bc-col2 .bc-sub-nav h2 a:before,
.lt-ie8 .bc-col2 .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;
}

/* IE fix for content:before */
.lt-ie8 .bc-col2 .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" );
}

.lt-ie8 .bc-col2 .bc-sub-nav h2 a .ie-before {
  left: 14px;
}

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

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

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

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

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

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


.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;
}


/* Share this block at the bottom of content */
#bc-sharethis .st_sharethis_hcount,
#bc-sharethis .st_sharethis_button,
.bc-blog-share-this {
  display: none; /* We hide it from mobile devices */
}









/**
 * Sprite Assignments
 */

/* Generic spite icons such as home link, search icon, show-hide etc. */
.bc-col2 .bc-sub-nav h2 a:before,
.bc-col2 .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,
#bc-search-row.bc-show-search #bc-search-link:after,
.lt-ie8 #bc-search-link,
#bc-search-block .form-submit,
#bc-campaign-form button,
#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,
.bc-col2 .bc-project-menu div > ul > li.active-trail > a:before,
.lt-ie8 .bc-col2 .bc-project-menu div > ul > li.active-trail > a .ie-before {
  background-image: url('//www.britishcouncil.org/profiles/solas2/themes/britishcouncil/images/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,
.bc-course-levels li:before,
.bc-course-levels li .ie-before,
.admin-menu #bc-content-wrapper .bc-col1 .last.bc-box .bc-magazine  h2:before {
  background-image: url("//www.britishcouncil.org/profiles/solas2/themes/britishcouncil/images/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('//www.britishcouncil.org/profiles/solas2/themes/britishcouncil/images/generic/333-sprite-small-icons.png');
  background-repeat: no-repeat;
}

/* Social media icons. */
#bc-social-media a,
.social-media-widget .mobile a,
ul.bc-social-lk-block li a:before {
  background-image: url('//www.britishcouncil.org/profiles/solas2/themes/britishcouncil/images/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-content-wrapper ul.pager li.pager-next a,
#bc-content-wrapper ul.pager li.pager-previous a,
.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 span,
.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:before,
.lt-ie8 .bc-tabs-paging ul li .ie-before,
.bc-job-listing:before,
.lt-ie8 .bc-job-listing .ie-before,
.node-type-campaign .bc-col2 .bc-link-button:before,
.node-type-campaign .bc-col2 button:before,
.node-type-campaign .bc-col2 .bc-link-button .ie-before,
.node-type-campaign .bc-col2 button .ie-before,
.bc-course-al-promo.bc-promo-b .bc-course-al-promo-fourth:after,
.bc-course-al-promo.bc-promo-b .bc-course-al-promo-fourth .ie-after,
.bc-course-al-promo.bc-promo-b .bc-course-al-promo-third:after,
.bc-course-al-promo.bc-promo-b .bc-course-al-promo-third .ie-after,
footer .bc-user-zone li a:before,
footer .bc-sub-menu li a:before,
.bc-col2 .bc-facets .bc-facet-content > .item-list > ul > li.collapsed > a:before,
.lt-ie8 .bc-col2 .bc-facets .bc-facet-content > .item-list > ul > li.collapsed > a .ie-before,
.bc-col2 .bc-facets .bc-facet-content > .item-list > ul > li > a:before,
.lt-ie8 .bc-col2 .bc-facets .bc-facet-content > .item-list > ul > li > a .ie-before,
.bc-col2 ul.facetapi-facet-field-event-datevalue > li > a:before,
.lt-ie8 .bc-col2 ul.facetapi-facet-field-event-datevalue > li > a .ie-before,
.bc-lk-14:before,
.lt-ie8 .bc-lk-14 .ie-before,
.bc-partner-listing a:before,
.lt-ie8 .bc-partner-listing a .ie-before,
#bc-content-wrapper .view-blog-filtering ul.pager li.pager-next a,
#bc-content-wrapper .view-blog-listing ul.pager li.pager-next a,
.bc-promo-text-read-link a:before,
.bc-promo-text-read-link a .ie-before {
  background-image: url('//www.britishcouncil.org/profiles/solas2/themes/britishcouncil/images/generic/333-arrows.png');
  background-repeat: no-repeat;
}



/**
 * Sprite Positioning
 */

/* Logo */
.rtl #bc-footer-contents .bc-lang 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;
}

/* blog listing page pager on blog */
#bc-content-wrapper .view-blog-listing ul.pager li.pager-next a,
#bc-content-wrapper .view-blog-filtering ul.pager li.pager-next a,
#bc-content-wrapper .view-blog-listing ul.pager li.pager-previous a,
#bc-content-wrapper .view-blog-filtering ul.pager li.pager-previous a {
  background-position: -235px -31px;
}

/* 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,
.bc-col2 .bc-facets .bc-facet-content > .item-list > ul > li > a:before,
.lt-ie8 .bc-col2 .bc-facets .bc-facet-content > .item-list > ul > li > a .ie-before,
.bc-col2 ul.facetapi-facet-field-event-datevalue > li > a:before,
.lt-ie8 .bc-col2 ul.facetapi-facet-field-event-datevalue > li > a .ie-before {
  background-position: -64px -1px;
}

.bc-dark .bc-col2 .bc-facets .bc-facet-content > .item-list > ul > li > a:before,
.bc-dark .lt-ie8 .bc-col2 .bc-facets .bc-facet-content > .item-list > ul > li > a .ie-before {
  background-position: -34px -42px;
}

.bc-col2 .bc-facets .bc-facet-content > .item-list > ul > li > a.facetapi-active:before,
.lt-ie8 .bc-col2 .bc-facets .bc-facet-content > .item-list > ul > li > a.facetapi-active .ie-before {
  background-position: -6px -68px;
}

.bc-dark .bc-col2 .bc-facets .bc-facet-content > .item-list > ul > li > a.facetapi-active:before,
.bc-dark .lt-ie8 .bc-col2 .bc-facets .bc-facet-content > .item-list > ul > li > a.facetapi-active .ie-before {
  background-position: -177px -51px;
}

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

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

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

.rtl .bc-col2 .bc-project-menu div > ul > li.active-trail > a.active:before,
.rtl.lt-ie8 .bc-col2 .bc-project-menu div > ul > li.active-trail > a.active .ie-before {
  background-position: -374px -49px
}

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

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

.rtl .bc-dark .bc-col2 .bc-project-menu div > ul > li.active-trail > a.active:before,
.rtl.lt-ie8 .bc-dark .bc-col2 .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: -571px 0;
}

#bc-search-link:hover:before,
#bc-search-link:active:before,
#bc-search-link:focus:before {
  background-position: -571px -32px;
}

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

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

#bc-search-row.bc-show-search #bc-search-link:hover:after,
#bc-search-row.bc-show-search #bc-search-link:active:after,
#bc-search-row.bc-show-search #bc-search-link:focus:after {
  background-position: -672px -25px;
}

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

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

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

.rtl #bc-social-media a,
.rtl ul.bc-social-lk-block li a {
  background-position: 100% -252px;
}

#bc-social-media a[href*='facebook'],
ul.bc-social-lk-block li a[href*='facebook'] {
  background-position: 0 0;
}

.rtl #bc-social-media a[href*='facebook'],
.rtl ul.bc-social-lk-block li a[href*='facebook'] {
  background-position: 100% 0;
}

#bc-social-media a[href*='twitter'],
ul.bc-social-lk-block li a[href*='twitter'] {
  background-position: 0 -42px;
}

.rtl #bc-social-media a[href*='twitter'],
.rtl ul.bc-social-lk-block li a[href*='twitter'] {
  background-position: 100% -42px;
}

#bc-social-media a[href*='flickr'],
ul.bc-social-lk-block li a[href*='flickr'] {
  background-position: 0 -84px;
}

.rtl #bc-social-media a[href*='flickr'],
.rtl ul.bc-social-lk-block li a[href*='flickr'] {
  background-position: 100% -84px;
}

#bc-social-media a[href*='blog'],
ul.bc-social-lk-block li a[href*='blog'] {
  background-position: 0 -126px;
}

.rtl #bc-social-media a[href*='blog'],
.rtl ul.bc-social-lk-block li a[href*='blog'] {
  background-position: 100% -126px;
}

#bc-social-media a[href*='youtu'],
ul.bc-social-lk-block li a[href*='youtu'] {
  background-position: 0 -168px;
}

.rtl #bc-social-media a[href*='youtu'],
.rtl ul.bc-social-lk-block li a[href*='youtu'] {
  background-position: 100% -168px;
}

#bc-social-media a[href*='cyworld'],
ul.bc-social-lk-block li a[href*='cyworld'] {
  background-position: 0 -210px;
}

.rtl #bc-social-media a[href*='cyworld'],
.rtl ul.bc-social-lk-block li a[href*='cyworld'] {
  background-position: 100% -210px;
}

#bc-social-media a[href*='vimeo'],
ul.bc-social-lk-block li a[href*='vimeo'] {
  background-position: 0 -294px;
}

.rtl #bc-social-media a[href*='vimeo'],
.rtl ul.bc-social-lk-block li a[href*='vimeo'] {
  background-position: 100% -294px;
}

#bc-social-media a[href*='myspace'],
ul.bc-social-lk-block li a[href*='myspace'] {
  background-position: 0 -336px;
}

.rtl #bc-social-media a[href*='myspace'],
.rtl ul.bc-social-lk-block li a[href*='myspace'] {
  background-position: 100% -336px;
}

#bc-social-media a[href*='linkedin'],
ul.bc-social-lk-block li a[href*='linkedin'] {
  background-position: 0 -381px;
}

.rtl #bc-social-media a[href*='linkedin'],
.rtl ul.bc-social-lk-block li a[href*='linkedin'] {
  background-position: 100% -381px;
}

#bc-social-media a[href*='soundcloud'],
ul.bc-social-lk-block li a[href*='soundcloud'] {
  background-position: 0 -423px;
}

.rtl #bc-social-media a[href*='soundcloud'],
.rtl ul.bc-social-lk-block li a[href*='soundcloud'] {
  background-position: 100% -423px;
}

#bc-social-media a[href*='slideshare'],
ul.bc-social-lk-block li a[href*='slideshare'] {
  background-position: 0 -465px;
}

.rtl #bc-social-media a[href*='slideshare'],
.rtl ul.bc-social-lk-block li a[href*='slideshare'] {
  background-position: 100% -465px;
}

#bc-social-media a[href*='ustream'],
ul.bc-social-lk-block li a[href*='ustream'] {
  background-position: 0 -507px;
}

.rtl #bc-social-media a[href*='ustream'],
.rtl ul.bc-social-lk-block li a[href*='ustream'] {
  background-position: 100% -507px;
}

#bc-social-media a[href*='weibo'],
#bc-social-media a[href*='sina'],
ul.bc-social-lk-block li a[href*='weibo'],
ul.bc-social-lk-block li a[href*='sina'] {
  background-position: 0 -549px;
}

.rtl #bc-social-media a[href*='weibo'],
.rtl #bc-social-media a[href*='sina'],
.rtl ul.bc-social-lk-block li a[href*='weibo'],
.rtl ul.bc-social-lk-block li a[href*='sina'] {
  background-position: 100% -549px;
}

#bc-social-media a[href*='douban'],
ul.bc-social-lk-block li a[href*='douban'] {
  background-position: 0 -591px;
}

.rtl #bc-social-media a[href*='douban'],
.rtl ul.bc-social-lk-block li a[href*='douban'] {
  background-position: 100% -591px;
}

#bc-social-media a[href*='instagram'],
ul.bc-social-lk-block li a[href*='instagram'] {
  background-position: 0 -675px;
}

.rtl #bc-social-media a[href*='instagram'],
.rtl ul.bc-social-lk-block li a[href*='instagram'] {
  background-position: 100% -675px;
}

#bc-social-media a[href*='vk.com'],
ul.bc-social-lk-block li a[href*='vk.com'] {
  background-position: 0 -717px;
}

.rtl #bc-social-media a[href*='vk.com'],
.rtl ul.bc-social-lk-block li a[href*='vk.com'] {
  background-position: 100% -717px;
}

#bc-social-media a[href*='rss'],
ul.bc-social-lk-block li a[href*='rss'] {
  background-position: 0 -633px;
}

.rtl #bc-social-media a[href*='rss'],
.rtl ul.bc-social-lk-block li a[href*='rss'] {
  background-position: 100% -633px;
}

#bc-social-media a[href*='google'],
ul.bc-social-lk-block li a[href*='google'] {
  background-position: 0 -759px;
}

.rtl #bc-social-media a[href*='google'],
.rtl ul.bc-social-lk-block li a[href*='google'] {
  background-position: 100% -759px;
}

#bc-social-media a[href*='audioboo'],
ul.bc-social-lk-block li a[href*='audioboo'] {
  background-position: 0 -801px;
}

.rtl #bc-social-media a[href*='audioboo'],
.rtl ul.bc-social-lk-block li a[href*='audioboo'] {
  background-position: 100% -801px;
}

#bc-social-media a[href*='myanmar'],
ul.bc-social-lk-block li a[href*='myanmar'] {
  background-position: 0 -843px;
}

.rtl #bc-social-media a[href*='myanmar'],
.rtl ul.bc-social-lk-block li a[href*='myanmar'] {
  background-position: 100% -843px;
}

#bc-social-media a[href*='pinterest'],
ul.bc-social-lk-block li a[href*='pinterest'] {
  background-position: 0 -885px;
}

.rtl #bc-social-media a[href*='pinterest'],
.rtl ul.bc-social-lk-block li a[href*='pinterest'] {
  background-position: 100% -885px;
}

#bc-social-media a[href*='renren'],
ul.bc-social-lk-block li a[href*='renren'] {
  background-position: 0 -927px;
}

.rtl #bc-social-media a[href*='renren'],
.rtl ul.bc-social-lk-block li a[href*='renren'] {
  background-position: 100% -927px;
}

#bc-social-media a[href*='youku'],
ul.bc-social-lk-block li a[href*='youku'] {
  background-position: 0 -969px;
}

.rtl #bc-social-media a[href*='youku'],
.rtl ul.bc-social-lk-block li a[href*='youku'] {
  background-position: 100% -969px;
}

#bc-social-media a[href*='t.qq'],
ul.bc-social-lk-block li a[href*='t.qq'] {
    background-position: 0 -1011px;
}

.rtl #bc-social-media a[href*='t.qq'],
.rtl ul.bc-social-lk-block li a[href*='t.qq'] {
    background-position: 100% -1011px;
}

#bc-social-media a[href*='weixin'],
#bc-social-media a[href*='wechat'],
ul.bc-social-lk-block li a[href*='weixin'],
ul.bc-social-lk-block li a[href*='wechat'] {
    background-position: 0 -1051px;
}

.rtl #bc-social-media a[href*='weixin'],
.rtl #bc-social-media a[href*='wechat'],
.rtl ul.bc-social-lk-block li a[href*='weixin'],
.rtl ul.bc-social-lk-block li a[href*='wechat'] {
    background-position: 100% -1051px;
}

#bc-social-media a[href*='issuu'],
ul.bc-social-lk-block li a[href*='issuu'] {
  /* BACKGROUND TO FOLLOW */
}

.rtl #bc-social-media a[href*='issuu'],
.rtl ul.bc-social-lk-block li a[href*='issuu'] {
  /* BACKGROUND TO FOLLOW */
}

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

/* Link arrows and lists */
.bc-lk-14:before,
.lt-ie8 .bc-lk-14 .ie-before {
  background-position: -10px -3px;
}

.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 span,
.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:before,
.lt-ie8 .bc-tabs-paging ul li.bc-next .ie-before,
.bc-job-listing:before,
.lt-ie8 .bc-job-listing .ie-before,
.bc-partner-listing a:before,
.lt-ie8 .bc-partner-listing a .ie-before {
  background-position: -40px -3px;
}


/**
 * Background colours
 */
h4.bc-h4-transparent {
  background-color: transparent;
}

h2.bc-tab-title,
.bc-show-hide-title,
.bc-accordion-title,
.bc-col2 .bc-sub-nav > ul,
#bc-content-wrapper ul.pager,
#bc-search-form form,
.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 .bc-col2 .bc-lk-list-16 a,
.bc-col2 .bc-project-menu li.expanded,
.node-type-campaign .bc-col2,
ul.bc-promo-facts,
#bc-salesforce-container {
  background-color: #EBEFF0;
}

#bc-content-wrapper .view-blog-filtering ul.pager,
#bc-content-wrapper .view-blog-listing ul.pager {
  background-color: #62787f;
}

h2.bc-tab-title.bc-active,
.bc-show-hide-title.bc-active,
.bc-accordion-title.bc-active {
  background-color: #627880;
}

.bc-col2 .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,
.bc-col2 .bc-project-menu li.active-trail a.active {
  background-color: #333;
}

.bc-col2 .bc-sub-nav > ul ul,
#bc-content-wrapper .bc-promo-c h2 dl dt,
div.error,
#bc-main-wrapper .bc-carousel .bc-navigation li a.bc-active {
  background-color: #fff;
}

td,
.bc-table-invert th {
  background: #f2f7f0;
}

/**
 * Text colours
 */


.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 .bc-col2 h3,
.node-type-campaign .bc-col2 .bc-tel a,
.bc-promo-facts-title,
.bc-col1 .view-people-listing .bc-listing > .bc-box div > h2,
.bc-course-al-promo.bc-promo.bc-promo-b dd,
.bc-course-al-promo.bc-promo.bc-promo-b h3,
.bc-boxes-teaser-large .bc-blog-listing .bc-block-caption p,
.bc-col1 .bc-boxes-teaser-large .bc-blog-listing a:hover .bc-block-caption h2,
.bc-boxes-teaser-large .bc-blog-listing .bc-block-caption span {
  color: #333;
}

h2.bc-tab-title.bc-active,
.bc-show-hide-title.bc-active,
.bc-accordion-title.bc-active,
.bc-col2 .bc-sub-nav ul li.active a.active,
#bc-content-wrapper ul.pager li.pager-current,
#bc-footer-contents .bc-lang ul li a,
#bc-footer-contents .bc-lang ul li span,
#bc-primary-menu #bc-mobile-menu h2,
header .bc-user-zone li.last a,
#bc-footer-wrapper,
#bc-footer-wrapper h2,
#bc-footer-wrapper a,
#bc-tc-alert,
#bc-content .form-submit,
#bc-campaign-form button,
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,
.bc-col2 .bc-project-menu li.active-trail a.active,
#bc-content-wrapper .view-blog-filtering ul.pager a,
#bc-content-wrapper .view-blog-listing ul.pager a,
.bc-promo-text-read-link a,
.bc-promo-text-read-link a:hover {
  color: #fff;
}

.bc-show-hide-title.bc-active:focus {
  background-color: #627880;
}

.bc-search-results .bc-box h2 {
  color: #4378ab;
}

.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,
.bc-col2 .bc-project-menu div > ul > li.active-trail > a.active,
.bc-tabs-nav ul li,
.bc-tabs-paging ul li,
ul.bc-promo-facts,
.bc-col1 .bc-boxes-teaser-large .bc-blog-listing a .bc-block-caption h2,
.bc-listing .bc-box a h2 {
  color: #4279a6;
}

#bc-content-wrapper .bc-promo-b h2,
#bc-content-wrapper .bc-promo-c h2 {
  color: inherit;
}

#bc-content .description {
  color: #999;
}

#bc-content .form-item label {
  color: #666;
}

blockquote:before {
  color: #eadfed;
}



/* Listings THEME #333 */

/* Page title THEME #333 */
#bc-page-title,
.bc-listing-50 article a h2,
#bc-content-wrapper .bc-promo h2.bc-promo-facts-title {
  border-style: solid;
  border-color: #d6dcde;
}


/* Sub Navigation THEME #333 */
.bc-col2 .bc-sub-nav > ul li a {
  border-style: solid;
  border-color: #fff;
}

.bc-col2 .bc-sub-nav ul li ul li {
  border-color: #666;
}


/* Search Results THEME #333 */

.bc-search-results .bc-box {
  border-top: 1px dotted #999;
}

.bc-search-results .bc-box h2 {
  border: none;
}


/* Borders */
#bc-footer-contents ul,
.bc-anchor-top a
#bc-copyright,
#bc-footer-links .bc-sub-nav {
  border-color: #fff;
}

/**
 * GLOBAL: Primary Menu
 */

#bc-primary-menu #bc-mobile-menu ul > li.first {
  border-top: 2px solid #fff;
}

#bc-primary-menu ul ul {
  background-color: #ebeff0;
}

/* Main header background */
#bc-header-wrapper {
  background: #ebeff0;
}

#bc-header-wrapper .bc-row2,
#bc-primary-menu ul,
header .bc-user-zone li.last a {
  border-color: #62787f;
}

#bc-primary-menu #bc-mobile-menu.bc-active h2 {
  background: #fff;
}

/* Two main nav buttons Menu, Contact*/
#bc-primary-menu #bc-mobile-menu h2,
header .bc-user-zone li.last a {
  color: #4279a6;
}

/* Color of the drop down. */

/* Drop down links */
#bc-primary-menu #bc-mobile-menu ul li a {
  border-color: #fff;
}

#bc-footer-wrapper {
  background-color: #024381;
}

#bc-footer-wrapper footer a {
  text-shadow: 0px 0 1px #000;
}

.lt-ie9 #bc-footer-wrapper footer a {
  filter: dropshadow(color=#072131, offx=0, offy=1);
}

/**
 * Social media
 */

#bc-social-media h3 {
  color: #fff;
  font-weight: bold;
}


.bc-map-listing h3,
.bc-job-list article:first-child h2 {
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #b2d9ff;
}

#bc-country-selector h2 {
  border: none;
}

.bc-job-list h2 {
  border-style: dotted;
}



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

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

th,
.bc-table-invert td {
  border-color: #fff;
}

td,
.bc-table-invert th {
  border-color: #fff;
}


div.error, .error {
  color: #FF0000;
}

/**
 * Buttons
 */

#bc-content .form-submit,
#bc-campaign-form button,
a.bc-link-button {
  border: 1px solid #2f3030;
  background: rgb(8, 125, 175);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4N2RhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDRhNjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(8, 125, 175, 1) 0%, rgba(0, 74, 105, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(8, 125, 175, 1)), color-stop(100%, rgba(0, 74, 105, 1)));
  background: -webkit-linear-gradient(top, rgba(8, 125, 175, 1) 0%, rgba(0, 74, 105, 1) 100%);
  background: -o-linear-gradient(top, rgba(8, 125, 175, 1) 0%, rgba(0, 74, 105, 1) 100%);
  background: -ms-linear-gradient(top, rgba(8, 125, 175, 1) 0%, rgba(0, 74, 105, 1) 100%);
  background: linear-gradient(to bottom, rgba(8, 125, 175, 1) 0%, rgba(0, 74, 105, 1) 100%);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .4);
}

.lt-ie9 #bc-content .form-submit,
.lt-ie9 #bc-campaign-form button,
.lt-ie9 a.bc-link-button {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#087daf', endColorstr='#004a69', GradientType=0);
}



/**
* Name: feature-header.css
* Author: British Council - Responsible web design.
* Description: Header for feature phone, inherited by everything.
*/

/**
 * GLOBAL: Header
 */

/* Font smoothing */
#bc-header-wrapper {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

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

/* Hide elements for mobile. */
header .bc-sub-menu,
header .bc-user-zone li,
.secondary-logo,
.bc-lang,
#bc-search-links,
#bc-search-block h2 {
  display: none;
}

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

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

/* 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 */
#bc-header-wrapper #bc-site-name {
  float: left;
  padding: 12px 0;
  margin: 7px 20px;
  font-weight: normal;
}

/* Logo link */
#bc-header-wrapper #bc-site-name a {
  font-size: 0;
  line-height: 0;
  float: left;
  display: block;
  width: 93px;
  height: 27px;
}

/* Slogan */
#bc-header-wrapper #bc-site-name span {
  font-size: 18px;
  float: left;
  margin: 0 0 0 10px;
  padding: 5px 0 5px 10px;
  border-width: 0 0 0 1px;
  border-style: solid;

  border-color: #749cbc;
}



/**
 * 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;
  padding: 0;
  /* Add the border. */
  border-style: solid;
  border-width: 0 0 1px 0;
}

/* Position the userzone menu which consists on only one link - contact. */
#bc-top-links {
  position: relative;
}

header .bc-user-zone {
  position: absolute;
  bottom: -110px;
  z-index: 100;
  width: 50%;
  right: 0;
  margin: 0;
  padding: 0;
}

/* user zone RTL */
.rtl header .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: -34px;
}

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

/* Only display the last link, the contact link. */
header .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 header .bc-user-zone li.last a {
  border-width: 0 1px 1px 0;
}

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

/**
 * GLOBAL: Primary Menu
 */

/* The main menu button that initialises the drop down. */
#bc-primary-menu #bc-mobile-menu a {
  display: block;
}

header .bc-user-zone,
#bc-primary-menu #bc-mobile-menu h2,
#bc-primary-menu #bc-mobile-menu ul li a {
  font-size: 16px;
}

#bc-primary-menu #bc-mobile-menu h2 {
  margin: 0;
  padding: 10px 20px;
  font-weight: normal;
}

#bc-primary-menu #bc-mobile-menu {
  outline: none;
}

/* 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 leverl of links, i.e. the drop down. */
#bc-primary-menu #bc-mobile-menu ul {
  clear: both;
  padding: 0;
  margin: 0;
  display: none;
}

/* 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-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;
}







/* corp-feature-header.css */

/**
 * GLOBAL: Primary Menus
 */

#bc-main-menu-wrap ul,
#bc-main-menu-wrap li {
  padding: 0;
  margin: 0;
}

#bc-main-menu-wrap {
  clear: both;
}

#bc-main-menu-wrap > h2 {
  position: absolute;
  left: -999em;
}

#bc-main-menu-wrap > ul {
  overflow: hidden;
  padding: 0;
  margin-bottom: -1px;
}

#bc-main-menu-wrap .bc-main-menu {
  float: left;
  width: 50%;
}

#bc-main-menu-wrap a {
  display: block;
}

#bc-main-menu-wrap .bc-main-menu {
  position: relative;
  outline: none;
}

.lt-ie8 #bc-header-wrapper #bc-main-menu-wrap ul li {
  z-index: 300;
}

#bc-main-menu-wrap .bc-main-menu > a {
  margin: 0;
  padding: 10px 45px 10px 20px;
  font-size: 16px;
  font-family: "BCSans", Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

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

/* IE fix for content:before */

/* Hide desktop spans */
span.bc-desktop {
  display: none;
}

/* Mobile menu show-hide */
#bc-main-menu-wrap .bc-main-menu:before,
#bc-main-menu-wrap .bc-main-menu .ie-before {
  content: " ";
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  right: 18px;
  top: 13px;
  margin-left: -34px;
}

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

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

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

#bc-main-menu-wrap ul ul {
  border: none;
}

/* The first leverl of links, i.e. the drop down. */
#bc-main-menu-wrap .bc-main-menu ul {
  clear: both;
  padding: 0;
  margin: 0;
  display: none;
}

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

#bc-main-menu-wrap .bc-main-menu > ul {
  width: 200%;
}

#bc-main-menu-wrap #bc-menu-for-you ul {
  margin-left: -100%;
}

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

#bc-main-menu-wrap .bc-main-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-main-menu-wrap .bc-main-menu ul li ul {
  display: none;
}

#bc-main-menu-wrap .bc-main-menu:before,
#bc-main-menu-wrap .bc-main-menu .ie-before {
  background-position: -10px -10px;
}

#bc-main-menu-wrap .bc-main-menu.bc-active:before,
#bc-main-menu-wrap .bc-main-menu.bc-active .ie-before {
  background-position: -10px -34px;
}

#bc-main-menu-wrap .bc-main-menu > a {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #fff;
}

#bc-main-menu-wrap .bc-main-menu.first > a {
  border-width: 1px 1px 0 0;
}

#bc-main-menu-wrap > ul {
  background-color: #4279a6;
}

#bc-main-menu-wrap > ul > li > a {
  color: #fff;
}

#bc-main-menu-wrap > ul > li.bc-active > a {
  background-color: #fff;
  color: #4279a6;
}

#bc-main-menu-wrap .bc-main-menu ul li a,
header .bc-project-menu ul li a {
  border-color: #fff;
}

#bc-main-menu-wrap ul ul {
  background-color: #ebeff0;
}

#bc-header-wrapper {
  background: #4279a6;
}
#bc-search-block .form-text {
  padding: 6px 43px 6px 7px;
}

#bc-main-wrapper #bc-header-wrapper #bc-site-name a {
  background: transparent url('//www.britishcouncil.org/profiles/solas2/themes/britishcouncil/images/desktop/logo-british-council.png') no-repeat 0 0;
  background-size: 102px 30px;
  width: 102px;
  height: 30px;
}

#bc-main-menu-wrap .bc-main-menu:before,
.lt-ie8 #bc-main-menu-wrap .bc-main-menu .ie-before  {
  background-image: url('//www.britishcouncil.org/profiles/solas2/themes/britishcouncilcorporate/images/corporate/333-corp-header.png');
  background-repeat: no-repeat;
}











/**
* Name: feature-footer.css
* Author: British Council - Responsible web design.
* Description: Footer for feature phone, inherited by everything.
*/

/**
 * HELPERS: Clear fix
 */

/* Add the clear fix selectors rather than littering the html. */

#bc-footer-contents .bc-lang,
#bc-footer-contents:after,
#bc-footer-site-info-links ul:before,
#bc-footer-site-info-links ul:after,
#bc-footer-contents .bc-lang ul:before,
#bc-footer-contents .bc-lang ul:after,
#bc-footer-site-info-links:before,
#bc-footer-site-info-links:after,
#bc-social-media:before,
#bc-social-media:after {
  content: " ";
  display: table;
}

#bc-footer-contents:after,
#bc-footer-site-info-links ul:after,
.bc-two-col:after,
#bc-footer-contents .bc-lang ul:after,
#bc-footer-site-info-links:after,
#bc-social-media:after {
  clear: both;
}

#bc-footer-site-info-links ul,
#bc-footer-contents,
#bc-footer-contents .bc-lang ul,
#bc-footer-site-info-links,
#bc-social-media {
  *zoom: 1;
}

/**
 * GLOBAL: Footer
 */

#bc-footer-wrapper {
  font-size: 15px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  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;
}

#bc-footer-contents h2 {
  font-size: 15px;
  margin: 15px 0 25px 0;
  padding: 0;
  border: none;
  font-weight: 600;
  line-height: 30px;
}

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

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

#bc-footer-wrapper a:hover,
#bc-footer-wrapper a:focus {
  text-decoration: underline;
}

/**
 * Set All Borders
 */

#bc-footer-contents .bc-lang ul,
#bc-footer-site-info-links ul,
#bc-copyright,
.bc-anchor-top a,
#bc-footer-links .bc-sub-nav {
  border-style: dotted;
  border-width: 1px 0;
}
#bc-copyright,
.bc-anchor-top a,
#bc-footer-links .bc-sub-nav {
  border-width: 1px 0 0 0;
}
#bc-footer-contents .bc-lang ul {
  border-width: 0 0 1px 0;
}
#bc-footer-site-info-links.bc-footer-site-info-links-campaign ul {
  border-width: 0;
}

/**
 * Language switcher.
 */

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

#bc-footer-contents .bc-lang h2 {
  font-size: 15px;
  font-weight: normal;
  margin: 2px 0 10px;
  text-transform: none;
}

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

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

#bc-footer-contents .bc-lang ul li a,
#bc-footer-contents .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-contents .bc-lang ul li.first a,
#bc-footer-contents .bc-lang ul li.first span {
  margin-right: 5px
}

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

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

/*  SOLAS-3341: Temporary fix for hiding language switcher on Bangladesh. */
.bn #bc-footer-contents .bc-lang {
  display: none;
}

/**
 *  Main Links Sections
 */

/* Sub naivation link-set */
#bc-footer-links .bc-sub-nav ul li {
  margin: 0 0 10px 0;
}

#bc-footer-links .bc-sub-nav ul li ul {
  margin: 5px 0 0 0;
}

#bc-footer-links .bc-sub-nav {
  margin-top: 17px;
}

#bc-footer-links .bc-sub-nav ul ul li a {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
#bc-footer-links .bc-sub-nav ul li a,
#bc-footer-links .bc-sub-nav ul li span {
  margin: 20px 0 10px 0; /* Margin of the heading list item. */
}

/* Site info link-set */
#bc-footer-site-info-links ul {
  margin: 12px 0 0 0;
  padding: 15px 0;
}

#bc-footer-site-info-links.bc-footer-site-info-links-campaign ul {
  margin-top: 0;
  margin-bottom: -12px;
}


/**
 * Social media
 */

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

#bc-social-media h3 {
  font-family: Arial, sans-serif;
  font-size: 15px;
  margin: 0;
  border-width: 0;
  padding: 20px 0 0;
}

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

#bc-social-media ul li {
  float: left;
  width: 46%;
  padding: 0 10px 0 0;
  margin: 0 10px 4px 0;
}

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

#bc-social-media ul li a {
  font-weight: normal;
  text-decoration: none;
  padding: 5px 0 10px 40px;
  margin: 0;
  max-height: 18px;
  overflow: hidden;
  line-height: 25px;
}

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

/**
 * Copyright
 */

#bc-copyright {
  margin: 14px 0 0 0;
  padding: 10px 0 0 0;
}

#bc-copyright h2,
#bc-copyright p {
  font-weight: 300;
  margin: 0;
  padding: 0;
}

/**
 * ^ Back to top
 */

#bc-footer-wrapper .bc-anchor-top a:before {
  content: "\25b2";
  padding: 0 5px 0 0;
}

.rtl #bc-footer-wrapper .bc-anchor-top a:before {
  padding-left: 5px;
  padding-right: 0;
}

#bc-footer-wrapper .bc-anchor-top {
  text-align: center;
}

#bc-footer-wrapper .bc-anchor-top a {
  display: block;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  font-weight: normal;
  text-shadow: none;
}

#bc-footer-wrapper .bc-anchor-top a:hover:before,
#bc-footer-wrapper .bc-anchor-top a:visited:before {
  text-decoration: none;
}

/**
 * Langauge switcher - Dropdown
 */
.bc-lang .form-item {
  margin: 0;
}

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

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

/**
 * Cookie banner module overrides
 */

.rtl #cookie-banner .close {
  float: left;
}

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

/**
 * Specific Overrides
 */

/* TODO: CHECK THIS -> Campaign page has this menu as first item */
.node-type-campaign #bc-footer-site-info-links-left-bar > ul {
  border-top: none;
  margin-top: 0;
  padding-top: 5px;
}

/* Global footer content. */
#bc-global-footer-partners {
  border-top: 1px solid #ddd;
  overflow: hidden;
}

#bc-global-footer-partners {
  margin: 0 20px;
}

#bc-global-footer-partners ul li {
  float: left;
  list-style: none;
  width: 50%;
}

#bc-global-footer-partners ul li a {
  display: block;
}

#bc-global-footer-partners img {
  width: 133px;
  height: auto;
}

#bc-global-footer-partners h3 {
  display: none;
}

#bc-footer-wrapper .bc-user-zone {
  padding-top: 5px;
}

#bc-footer-wrapper .bc-user-zone li,
#bc-footer-wrapper .bc-sub-menu li {
  margin-bottom: 10px;
}

footer .bc-user-zone li a,
footer .bc-sub-menu li a {
  font-weight: 300;
  position: relative;
  padding-left: 17px;
}

.rtl footer .bc-user-zone li a,
.rtl footer .bc-sub-menu li a {
  padding-left: 0;
  padding-right: 17px;
}

footer .bc-user-zone li a:before,
footer .bc-sub-menu li a:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 5px;
  background-position: -41px -24px;
}

.rtl footer .bc-user-zone li a:before,
.rtl footer .bc-sub-menu li a:before {
  left: auto;
  right: 0;
}









/**
 * Corporate specific footer overrides.
 */

#bc-footer-wrapper {
  background-color: #4378ab;
}

body #bc-footer-site-info-links {
  margin-top: 0;
}

body #bc-social-media li:before {
  background: none;
}

/* Remove mask and line seperator. */
body #bc-social-media:before,
body #bc-footer-site-info-links:before {
  display: none;
}

.lt-ie8 body #bc-footer-site-info-links {
  padding-top: 0;
  border-width: 0;
}

#bc-footer-links .bc-user-zone {
  border-bottom: 1px dotted #fff;
  margin-bottom: 15px;
}



