/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

.ce-new html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

.ce-new body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

.ce-new article,
.ce-new aside,
.ce-new details,
.ce-new figcaption,
.ce-new figure,
.ce-new footer,
.ce-new header,
.ce-new hgroup,
.ce-new main,
.ce-new nav,
.ce-new section,
.ce-new summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

.ce-new audio,
.ce-new canvas,
.ce-new progress,
.ce-new video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

.ce-new audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

.ce-new [hidden],
.ce-new template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

.ce-new a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

.ce-new a:active,
.ce-new a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

.ce-new abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

.ce-new b,
.ce-new strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

.ce-new dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

.ce-new h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

.ce-new mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

.ce-new small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

.ce-new sub,
.ce-new sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.ce-new sup {
  top: -0.5em;
}

.ce-new sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

.ce-new img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

.ce-new svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

.ce-new figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

.ce-new hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

.ce-new pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

.ce-new code,
.ce-new kbd,
.ce-new pre,
.ce-new samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

.ce-new button,
.ce-new input,
.ce-new optgroup,
.ce-new select,
.ce-new textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

.ce-new button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

.ce-new button,
.ce-new select {
  text-transform: none;
}

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

.ce-new button,
.ce-new html input[type="button"], /* 1 */
.ce-new input[type="reset"],
.ce-new input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

.ce-new button[disabled],
.ce-new html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

.ce-new button::-moz-focus-inner,
.ce-new input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

.ce-new input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

.ce-new input[type="checkbox"],
.ce-new input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

.ce-new input[type="number"]::-webkit-inner-spin-button,
.ce-new input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

.ce-new input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

.ce-new input[type="search"]::-webkit-search-cancel-button,
.ce-new input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

.ce-new fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

.ce-new legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

.ce-new textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

.ce-new optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

.ce-new table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ce-new td,
.ce-new th {
  padding: 0;
}
@font-face {
  font-family: 'BCSans';
  src: url('/static/fonts/britishcouncilsans-light.eot?ad237130a073');
  src: url('/static/fonts/britishcouncilsans-light.eot?&ad237130a073#iefix') format("embedded-opentype"), url('/static/fonts/britishcouncilsans-light.woff?ad237130a073') format("woff"), url('/static/fonts/britishcouncilsans-light.ttf?ad237130a073') format("truetype"), url('/static/fonts/britishcouncilsans-light.svg?ad237130a073#britishcouncilsans') format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'BCSans';
  src: url('/static/fonts/britishcouncilsans-regular.eot?ad237130a073');
  src: url('/static/fonts/britishcouncilsans-regular.eot?&ad237130a073#iefix') format("embedded-opentype"), url('/static/fonts/britishcouncilsans-regular.woff?ad237130a073') format("woff"), url('/static/fonts/britishcouncilsans-regular.ttf?ad237130a073') format("truetype"), url('/static/fonts/britishcouncilsans-regular.svg?ad237130a073#britishcouncilsans') format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'BCSans';
  src: url('/static/fonts/britishcouncilsans-bold.eot?ad237130a073');
  src: url('/static/fonts/britishcouncilsans-bold.eot?&ad237130a073#iefix') format("embedded-opentype"), url('/static/fonts/britishcouncilsans-bold.woff?ad237130a073') format("woff"), url('/static/fonts/britishcouncilsans-bold.ttf?ad237130a073') format("truetype"), url('/static/fonts/britishcouncilsans-bold.svg?ad237130a073#britishcouncilsans') format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'AzoSans-Medium';
  src: url('/static/fonts/2AC6D5_0_0.eot?ad237130a073');
  src: url('/static/fonts/2AC6D5_0_0.eot?&ad237130a073#iefix') format("embedded-opentype"), url('/static/fonts/2AC6D5_0_0.woff?ad237130a073') format("woff"), url('/static/fonts/2AC6D5_0_0.ttf?ad237130a073') format("truetype"); }
@font-face {
  font-family: 'CenturySchoolbookBT';
  src: url('/static/fonts/2BAF97_0_0.eot?ad237130a073');
  src: url('/static/fonts/2BAF97_0_0.eot?&ad237130a073#iefix') format("embedded-opentype"), url('/static/fonts/2BAF97_0_0.woff?ad237130a073') format("woff"), url('/static/fonts/2BAF97_0_0.ttf?ad237130a073') format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'CenturySchoolbookBT';
  src: url('/static/fonts/2BAF97_1_0.eot?ad237130a073');
  src: url('/static/fonts/2BAF97_1_0.eot?&ad237130a073#iefix') format("embedded-opentype"), url('/static/fonts/2BAF97_1_0.woff?ad237130a073') format("woff"), url('/static/fonts/2BAF97_1_0.ttf?ad237130a073') format("truetype");
  font-style: italic; }
@font-face {
  font-family: 'CenturySchoolbookBT';
  src: url('/static/fonts/2BAF97_1_0.eot?ad237130a073');
  src: url('/static/fonts/2BAF97_1_0.eot?&ad237130a073#iefix') format("embedded-opentype"), url('/static/fonts/2BAF97_1_0.woff?ad237130a073') format("woff"), url('/static/fonts/2BAF97_1_0.ttf?ad237130a073') format("truetype");
  font-style: oblique; }
@font-face {
  font-family: 'CenturySchoolbookBT';
  src: url('/static/fonts/2BAF97_2_0.eot?ad237130a073');
  src: url('/static/fonts/2BAF97_2_0.eot?&ad237130a073#iefix') format("embedded-opentype"), url('/static/fonts/2BAF97_2_0.woff?ad237130a073') format("woff"), url('/static/fonts/2BAF97_2_0.ttf?ad237130a073') format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'CenturySchoolbookBT';
  src: url('/static/fonts/2BAF97_3_0.eot?ad237130a073');
  src: url('/static/fonts/2BAF97_3_0.eot?&ad237130a073#iefix') format("embedded-opentype"), url('/static/fonts/2BAF97_3_0.woff?ad237130a073') format("woff"), url('/static/fonts/2BAF97_3_0.ttf?ad237130a073') format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'CenturySchoolbookBT';
  src: url('/static/fonts/2BAF97_3_0.eot?ad237130a073');
  src: url('/static/fonts/2BAF97_3_0.eot?&ad237130a073#iefix') format("embedded-opentype"), url('/static/fonts/2BAF97_3_0.woff?ad237130a073') format("woff"), url('/static/fonts/2BAF97_3_0.ttf?ad237130a073') format("truetype");
  font-weight: bold;
  font-style: oblique; }
/* LAYOUT */
/* TYPOGRAPHY */
/* COLOURS */
* {
  outline: 0; }

.bodycopy, body {
  font-family: 'CenturySchoolbookBT', 'CenturySchoolbook', Georgia, serif;
  font-size: 18px;
  line-height: 25px;
  color: #333; }

.azo-huge, .ce-header h1, .ce-header .subnav, .ce-header h2, .hp-slideshow .title, .guide--list .guide-header .breadcrumbs h1 {
  font-family: 'AzoSans-Medium', AzoSans-Medium, Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 125%; }

.azo-big, h2, .search-results li, .inline-people-search input[type=search], .guide--list .guide-header .breadcrumbs h2, .filter-title {
  font-family: 'AzoSans-Medium', AzoSans-Medium, Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 115%; }

.azo-medium, h3, .h3--normal, .ce-header h1 + div.intro,
.ce-header h1 + p.intro,
.ce-header .subnav + div.intro,
.ce-header .subnav + p.intro, .blog-list-item.item-small h3, .theme-detail p.intro,
.project-detail p.intro,
.blog-detail p.intro, .homepage .hp-intro, .guide--list .guide-header > .inner .intro, .guide-related h4, .resources-featured .resource h4, .ce-newsletter h3 {
  font-family: 'AzoSans-Medium', AzoSans-Medium, Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 140%; }

.azo-small, .ce-new header a.search-toggle, p.intro,
div.intro, h4, .ce-content-sidebar, #search, nav.prevnext a, nav.related, nav.related-more, .guide-related a .title, .guide-author p, .theme .more, .ce-sidebar-filter a, .ce-newsletter input[type=submit] {
  font-family: 'AzoSans-Medium', AzoSans-Medium, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 135%; }

.bcsans-medium, .ce-new header input[type=search] {
  font-family: 'BCSans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%; }

.bcsans-small, .ce-new footer div.inner, .ce-new header a#cce, .ce-new header nav, p.intro, main p.credit, p.date,
p.caption, .resource p, .resource span, .resource__link, .ce-newsletter input[type=text], .ce-newsletter .newsletter__field {
  font-family: 'BCSans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%; }

ul,
ol {
  padding: 0; }

a,
img {
  border: 0; }

div.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
  border: 0;
  padding: 0;
  margin: 0; }

.clearfix:after, nav.related-more:after, .guide .inner:after, .guide-side .guide-nav:after, .guide-related:after, .blog-list:after,
.project-list:after,
.project-list > div:after, .theme:after, .ce-newsletter .inner:after, .ce-newsletter form:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

input,
* {
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  border: 0; }

body {
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

main {
  width: 100%;
  margin: 0;
  border: 0;
  padding-top: 122px;
  padding-bottom: 100px; }

.ce-content {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden; }

.ce-content {
  overflow: hidden;
  clear: both; }

.ce-content-text {
  max-width: 740px;
  padding-bottom: 20px;
  float: left; }

.ce-content-sidebar {
  float: right;
  margin-left: 30px;
  width: 170px; }

.ce-content-related {
  max-width: 740px;
  width: 100%;
  overflow: hidden;
  float: left; }

.ce-new footer {
  display: block;
  width: auto;
  width: 100%;
  min-height: 200px;
  border-top: 1px solid #eee; }
  .ce-new footer div.inner {
    max-width: 980px;
    height: 122px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: auto;
    display: block;
    width: auto; }
  .ce-new footer nav {
    display: block;
    width: auto;
    max-width: 980px;
    border-bottom: 1px solid #fc4c78;
    height: 40px;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 14px; }
  .ce-new footer ul {
    padding: 0;
    border: 0;
    margin: 2px 0 2px 0;
    list-style: none;
    height: 40px;
    line-height: 40px;
    float: left; }
  .ce-new footer ul.social {
    display: block;
    width: auto;
    float: right; }
  .ce-new footer ul li {
    float: left;
    margin-right: 25px; }
  .ce-new footer a:hover {
    color: #fc4c78; }
  .ce-new footer ul.social li {
    margin: 6px 5px 0 0; }
  .ce-new footer ul.social a {
    display: block;
    height: 26px;
    width: 26px;
    text-indent: -9999em;
    background: url('/static/img/ce-icons.svg?2e05c79fb19a') 0 0 no-repeat;
    overflow: hidden; }
  .no-svg .ce-new footer ul.social a {
    background-image: url('/static/img/ce-icons.png?2e05c79fb19a'); }
  .ce-new footer ul.social a.twitter {
    background-position: 0 4px; }
  .ce-new footer ul.social a.twitter:hover {
    background-position: -30px 4px; }
  .ce-new footer ul.social a.facebook {
    background-position: 0 -28px; }
  .ce-new footer ul.social a.facebook:hover {
    background-position: -30px -28px; }
  .ce-new footer ul.social a.newsletter {
    background-position: 0 -55px; }
  .ce-new footer ul.social a.newsletter:hover {
    background-position: -30px -55px; }
  .ce-new footer section {
    display: none; }
  .ce-new footer p.copyright {
    font-size: 12px;
    line-height: 15px; }

/* header */
.ce-new header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 122px;
  background: #fff;
  color: #fc4c78;
  border-bottom: 1px solid #eee;
  z-index: 99992014;
  /* HEADER NAVIGATION */
  /* HEADER SEARCH */ }
  .ce-new header.noborder {
    border-bottom: 1px solid white; }
  .ce-new header div.inner {
    max-width: 980px;
    height: 122px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
    position: relative; }
  .ce-new header h1 {
    position: absolute;
    left: 20px;
    top: 39px;
    background: #fff;
    margin: 0;
    height: 34px;
    width: 400px;
    font-weight: normal; }
  .ce-new header a#bc {
    display: block;
    float: left;
    width: 117px;
    height: 40px;
    background: url('/static/img/bc-logo-new.svg?ad237130a073') 0 0 no-repeat;
    background-size: 117px auto;
    text-indent: -9999em;
    margin: 0 30px 0 -1px; }
  .no-svg .ce-new header a#bc {
    background-image: url('/static/img/bc-logo-new.png?ad237130a073'); }
  .ce-new header a#cce {
    display: block;
    float: left;
    height: 33px;
    margin: 0;
    border-left: 1px solid #fc4c78;
    padding: 0 0 0 30px;
    color: #333;
    font-weight: normal;
    font-size: 25px;
    line-height: 33px; }
  .ce-new header a#cce span {
    position: relative;
    bottom: -6px; }
  .ce-new header nav {
    font-size: 15px;
    max-width: 940px;
    width: 100%;
    position: absolute;
    left: 20px;
    bottom: 0;
    height: 41px;
    line-height: 41px; }
  .ce-new header nav a {
    display: block;
    float: left;
    margin: 0 35px 0 0;
    color: #333; }
  .ce-new header nav a.active,
  .ce-new header nav a:hover {
    color: #fc4c78; }
  .ce-new header nav a.othersites {
    margin-right: 0;
    float: right;
    width: 170px; }
  .ce-new header nav a.othersites span {
    float: right;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    background: #fff url('/static/img/ce-icons.svg?2e05c79fb19a') 5px -109px no-repeat; }
  .ce-new header nav a.othersites:hover span {
    background: #fff url('/static/img/ce-icons.svg?2e05c79fb19a') -25px -109px no-repeat; }
  .no-svg .ce-new header nav a.othersites span {
    background-image: url('/static/img/ce-icons.png?2e05c79fb19a'); }
  .no-svg .ce-new header nav a.othersites:hover span {
    background-image: url('/static/img/ce-icons.png?2e05c79fb19a'); }
  .ce-new header nav .dropdown {
    position: absolute;
    right: -1px;
    top: 40px;
    width: auto;
    z-index: 999;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: #f8f8f8;
    display: none; }
  .ce-new header nav .dropdown li {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 1px 25px 0 15px;
    border-top: 1px solid #eee;
    background: #f8f8f8; }
  .ce-new header nav .dropdown li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0; }
  .ce-new header #menu-toggle,
  .ce-new header #search-toggle {
    display: none; }
  .ce-new header a.search-toggle {
    line-height: 122px;
    display: block;
    width: auto;
    height: 100%;
    float: right; }
  .ce-new header form,
  .ce-new header form * {
    margin: 0;
    padding: 0;
    border: 0; }
  .ce-new header form {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 270px;
    height: 26px;
    border-bottom: 1px solid #fc4c78;
    overflow: hidden; }
  .ce-new header input[type=search] {
    font-size: 16px;
    height: 26px;
    width: auto;
    padding: 0;
    color: #333;
    background: #fff; }
  .ce-new header input[type=submit] {
    width: 30px;
    height: 26px;
    background: #fff url('/static/img/ce-icons.svg?2e05c79fb19a') -20px -86px;
    text-indent: -99999em;
    position: absolute;
    right: 0;
    top: 0; }
  .no-svg .ce-new header input[type=submit] {
    background-image: url('/static/img/ce-icons.png?2e05c79fb19a'); }

/* header.header-ce IN CONTENT */
.ce-header {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: left; }
  .ce-header .intro {
    max-width: 740px; }
  .ce-header h1 {
    font-weight: normal;
    color: #333;
    margin: 8px 0 10px 0;
    display: block;
    width: 100%;
    color: #fc4c78;
    width: auto; }
  .ce-header h1 a:hover {
    border-bottom: 1px solid; }
  .ce-header h1 + div,
  .ce-header .subnav + div {
    clear: both; }
  .ce-header h1 + .intro {
    margin-bottom: 25px;
    padding-right: 25px; }
    @media all and (max-width: 640px) {
      .ce-header h1 + .intro {
        padding-right: 0; } }
  .ce-header .subnav {
    display: block;
    clear: both;
    width: 100%; }
  .ce-header .subnav h1,
  .ce-header .subnav a {
    margin-top: 8px;
    float: left;
    margin-right: 15px; }
  .ce-header .subnav a {
    color: #ccc; }
  .ce-header .subnav a:hover {
    color: #fc4c78; }
  .ce-header h3 {
    margin: 0; }
    .ce-header h3 a:hover {
      border-bottom: 1px solid #fc4c78; }

h2 {
  font-weight: normal;
  margin: 5px 0 10px 0;
  color: #fc4c78; }

.ce-header h2 {
  margin: 8px 0 15px 0; }

p.intro,
div.intro {
  font-weight: normal;
  margin-bottom: 20px; }

.intro p,
.intro ul {
  margin: 0 0 0.5em 0; }

h3 {
  font-weight: normal;
  text-transform: uppercase;
  border: none;
  letter-spacing: 1px;
  color: #fc4c78;
  margin-top: 37.5px;
  margin-bottom: 16.66666667px;
  padding: 0; }

.h3--normal {
  font-weight: normal;
  text-transform: none;
  border: none;
  letter-spacing: 0;
  color: #333;
  margin-top: 37.5px;
  margin-bottom: 16.66666667px;
  padding: 0; }

h3 i {
  font-style: normal !important; }

h3 a {
  border-bottom: 1 solid #ccc; }

h3 a:hover {
  border-bottom: 1 solid #fc4c78; }

h4 {
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 12.5px;
  color: #333; }

h4 a {
  color: #333;
  border-bottom: 1px solid #ccc; }

h4 a:hover {
  color: #fc4c78;
  border-bottom: 1px solid #fc4c78; }

h3 b,
h4 b {
  font-weight: inherit !important; }

p {
  margin-bottom: 12.5px; }

p {
  margin: 0 0 1em 0; }

p:last-child {
  margin-bottom: 0; }

.content ul {
  margin-left: 20px; }

.content ul li {
  margin-bottom: 1em; }

p.intro {
  font-weight: normal;
  margin-bottom: 1em; }

.ce-content-text > *:first-child {
  margin-top: 0; }

.ce-content-text ul {
  margin: 0 0 12.5px 20px; }

/*
SIDEBAR
*/
.ce-sidebar-item {
  border-top: 1px solid #eee;
  margin-top: 0;
  padding-top: 5px;
  margin-bottom: 30px; }

.ce-sidebar-item h4 {
  margin: 0 0 10px 0;
  color: #333; }

.ce-sidebar-item a {
  display: block;
  clear: both;
  color: #aaa;
  border: 0; }

.ce-sidebar-item a:hover {
  color: #333;
  border: 0; }

.ce-sidebar-item a.twitter,
.ce-sidebar-item a.facebook,
.ce-sidebar-item a.newsletter {
  display: block;
  height: 26px;
  line-height: 26px;
  padding-left: 26px;
  position: relative; }

.ce-sidebar-item a.twitter:before,
.ce-sidebar-item a.facebook:before,
.ce-sidebar-item a.newsletter:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 26px;
  width: 26px;
  background: url('/static/img/ce-icons.svg?2e05c79fb19a') 0 0 no-repeat; }

.no-svg .ce-sidebar-item a.twitter:before,
.no-svg .ce-sidebar-item a.facebook:before,
.no-svg .ce-sidebar-item a.newsletter:before {
  background-image: url('/static/img/ce-icons.png?2e05c79fb19a'); }

.ce-sidebar-item a.twitter:before {
  background-position: 0 4px; }

.ce-sidebar-item a.twitter:hover:before {
  background-position: -30px 4px; }

.ce-sidebar-item a.facebook:before {
  background-position: 0 -28px; }

.ce-sidebar-item a.facebook:hover:before {
  background-position: -30px -28px; }

.ce-sidebar-item a.newsletter:before {
  background-position: 0 -55px; }

.ce-sidebar-item a.newsletter:hover:before {
  background-position: -30px -55px; }

#search {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 122px;
  z-index: 3000;
  font-weight: normal;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.95); }

div.search-header {
  height: 122px;
  position: relative;
  background: #eee;
  padding: 0 20px; }

div.search-header a.search-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 20px; }

div.search-header form {
  height: 122px;
  line-height: 122px; }

.search-results {
  padding: 20px;
  max-width: 740px;
  margin: 0 auto;
  text-align: left; }

article.search-results {
  padding: 0; }

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

.search-results li {
  margin-bottom: 5px;
  border: 0; }

.search-results li a {
  color: #fc4c78;
  border: 0; }

.search-results li a:hover {
  border-bottom: 1px solid; }

.search-results li.msg {
  margin-bottom: 16px; }

.search-results li.all-results {
  margin-top: 16px; }

#search .search-header {
  display: none; }

#search span.score {
  display: none; }

#search a.search-toggle {
  position: fixed;
  right: 50%;
  top: 122px;
  margin-top: -20px;
  margin-right: -470px; }

a {
  color: inherit;
  text-decoration: none; }

main p a,
.ce-content-text li a {
  color: #333;
  border-bottom: 1px solid #ccc;
  text-decoration: none; }

main p a:hover,
.ce-content-text li a:hover {
  color: #fc4c78;
  border-bottom: 1px solid #fc4c78; }

.ce-content-text a:hover h2 span,
.blog-list-item a:hover h2 span {
  border-bottom: 1px solid; }

main .ce-content-text p {
  max-width: 700px; }

/* BLOG LIST */
.blog-list-item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  position: relative;
  min-height: 160px; }

.blog-list-item:first-child {
  margin-top: 0; }

.blog-list-item:last-child {
  border-bottom: none; }

.blog-list-item p:last-child {
  margin-bottom: 0; }

.blog-list-item.item-small {
  margin: 0;
  padding: 15px 0;
  min-height: 0; }

.blog-list-item.item-small a {
  margin: 0; }

.blog-list-item.item-small h3 {
  border: 0;
  text-transform: none;
  letter-spacing: 0;
  margin: 5px 0;
  padding: 0; }

.blog-list-item.item-small a:hover h3 span {
  border-bottom: 1px solid; }

.blog-list-item div.media {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin: 0;
  border-radius: 50%;
  text-align: center; }

.blog-list-item div.media img {
  height: 140px;
  width: auto !important; }

.blog-list-item a {
  display: block;
  margin-left: 170px; }

/* PROJECT LIST */
.object-list-item {
  width: 50%;
  float: left;
  margin-bottom: 20px; }

.object-list-item div.media {
  margin-top: 0; }

/* these are double so ie8 does not ignore them when used with the js fix */
.object-list-item:nth-child(odd) {
  padding-right: 15px;
  clear: left; }

.object-list-item.odd {
  padding-right: 15px;
  clear: left; }

.object-list-item:nth-child(even) {
  padding-left: 15px; }

.object-list-item.even {
  padding-left: 15px; }

div.slideshow div.image,
div.media div.image {
  width: 100% !important;
  margin: 0; }

div.slideshow div.image img,
div.media div.image img {
  width: 100% !important;
  height: auto !important;
  margin: 0; }

img {
  display: block; }

p.intro,
div.media {
  margin-top: 0;
  margin-bottom: 17px; }

div.media {
  margin-top: 30px; }

div.media:first-child {
  margin-top: 0; }

main p.credit {
  max-width: none;
  background: rgba(255, 255, 255, 0.5);
  height: 25px;
  margin: 0;
  position: relative;
  top: -25px;
  margin-bottom: -25px;
  padding: 0 5px; }

.no-touch div.image p.credit {
  display: none; }

.no-touch div.image:hover p.credit {
  display: block; }

div.media p.caption {
  margin-top: 6.25px; }

p.date,
p.caption {
  margin: 0; }

.blog-detail h2 {
  margin-bottom: 10px; }

.blog-detail-project {
  overflow: hidden; }

.blog-detail-project p.intro {
  margin-top: 2px;
  width: 66%;
  float: right;
  padding-left: .75em; }

.blog-detail-project div.media {
  margin-top: 5px;
  width: 33%;
  float: left;
  position: relative;
  top: 0; }

nav.prevnext,
nav.related {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 10px; }

nav.prevnext a {
  width: 50%;
  float: left;
  color: #fc4c78; }

nav.prevnext a:hover span {
  border-bottom: 1px solid; }

nav.prevnext a.prev {
  float: right;
  text-align: right; }

nav.related-more {
  clear: left;
  margin-top: 1em; }

nav.related-more a {
  color: #fc4c78; }

nav.related-more a:hover {
  border-bottom: 1px solid; }

/* sponsor list */
P + h3.related-header {
  margin-top: 60px; }

.sponsor-list {
  overflow: hidden;
  height: 100px; }

.sponsor {
  display: block;
  float: left;
  padding-right: 30px;
  width: auto;
  height: auto;
  line-height: 100px; }

.sponsor img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto; }

.sponsor-landscape img {
  width: 120px;
  height: auto; }

.sponsor-portrait img {
  height: 90px;
  width: auto; }

/* slideshow */
.slideshow {
  width: 100%;
  max-width: 740px;
  z-index: 1;
  /* req for swipe js */
  overflow: hidden;
  margin-bottom: 1em;
  margin-top: 0; }

.hp-slideshow {
  max-width: none; }

.slides {
  /* req for swipe js */
  overflow: hidden;
  position: relative; }

.slide {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  float: left;
  position: relative; }

.slide .image {
  width: 100%;
  text-align: center; }

.slide .image img {
  width: auto;
  height: auto;
  max-width: 940px;
  display: inline-block;
  vertical-align: middle; }

.slideshow .nav {
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 5px; }

.slideshow .nav a {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  vertical-align: middle;
  text-indent: -9999em;
  margin: 0 3px; }

.slideshow .nav a.active {
  background: #fc4c78; }

/* PRESS */
span.favicon {
  display: inline-block;
  float: left;
  margin-left: -25px;
  width: 25px;
  padding-top: 2px; }

img.favicon {
  display: block;
  vertical-align: bottom;
  top: 2px;
  position: relative; }

.page-press p {
  margin-left: 25px; }

/* TEAM */
.teammember {
  display: block;
  margin-top: 50px; }

.teammember:first-child {
  margin-top: 15px; }

.teammember img {
  margin-top: -15px;
  margin-right: 15px;
  margin-left: -5px;
  margin-bottom: 15px;
  border-radius: 120px;
  float: left;
  width: 85px;
  height: 85px; }

.teammember h2,
.teammember h3 {
  margin: 0; }

a.teammember:hover h2 span {
  border-bottom: 1px solid; }

.teammember h3 {
  margin-top: 0;
  margin-bottom: 16.66666667px;
  border: none; }

.teammember p {
  clear: left; }

.page-person .teammember {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative; }

.page-person .teammember img {
  margin-top: -10px; }

.page-person .ce-content-text .intro {
  max-width: 720px; }

/* PEOPLE OVERVIEW PAGE */
.inline-people-search {
  margin: 0 0 40px 0; }

.inline-people-search p {
  margin: 0 0 10px 0; }

.inline-people-search input[type=search] {
  font-size: 22px;
  height: 34px;
  line-height: 34px;
  width: 80%;
  max-width: 400px;
  padding: 0;
  color: #333;
  background: #eee;
  border: 0;
  padding: 0 4px; }

.inline-people-search input[type=submit] {
  display: inline-block;
  width: 30px;
  height: 26px;
  margin: 4px 0;
  background: #fff url('/static/img/ce-icons.svg?2e05c79fb19a') -20px -86px;
  text-indent: -99999em;
  border: 0; }

.people {
  display: block;
  width: 100%;
  max-width: 720px;
  position: relative;
  overflow: auto;
  padding-bottom: 300px; }

.people .person.interactive {
  display: block;
  float: left;
  clear: none;
  width: 20%;
  height: 20%;
  margin: 0;
  padding: 0 1px 1px 0;
  position: relative; }

.people .person.interactive img {
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 50%;
  padding: 10px; }

.people .person.interactive .person-info {
  display: none; }

.people .person.interactive:hover .person-info {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -150px;
  z-index: 99999;
  width: 300px;
  text-align: center;
  padding-top: 10px;
  overflow: visible; }

.people .person.interactive.left-aligned:hover .person-info {
  left: 0;
  margin-left: 0;
  text-align: left; }

.people .person.interactive.right-aligned:hover .person-info {
  right: 0;
  left: auto;
  margin-left: 0;
  text-align: right; }

.people .person:hover .person-info h2 span {
  border-bottom: 0; }

.people .person:hover .person-info h3 {
  margin-bottom: 5px; }

.people:hover .person.interactive img {
  opacity: .2; }

.people:hover .person.interactive:hover img {
  opacity: 1; }

/* HOMEPAGE */
.homepage {
  padding-top: 122px; }

.homepage .hp-slideshow {
  margin: 0 auto;
  position: relative; }

.hp-slideshow .slide {
  position: relative;
  max-height: 529px; }

.hp-slideshow .title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 50px;
  text-align: center; }

.hp-slideshow .title h2 {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  left: -10px;
  font-size: inherit;
  line-height: inherit; }

.hp-slideshow .title span {
  position: relative;
  background: #fc4c78;
  color: #fff;
  padding: 10px 0 5px 0; }

.hp-slideshow .title span > span {
  right: -20px; }

.hp-slideshow .title span > span > span {
  left: -10px; }

.hp-slideshow .title em {
  font-style: normal;
  position: relative; }

.hp-slideshow .title a:hover span {
  background: white;
  color: #fc4c78; }

.hp-slideshow .title .intro {
  max-width: 700px;
  margin: 20px auto 0 auto;
  color: #fff;
  display: none; }

.hp-slideshow .slide-prev,
.hp-slideshow .slide-next {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -55px;
  width: 50px;
  height: 50px;
  background: #fc4c78;
  background: url('/static/img/hp-arrows.svg?ad237130a073') 0 0 no-repeat;
  text-indent: -999em;
  background-size: 100px 100px; }
.hp-slideshow .no-svg .slide-prev,
.hp-slideshow .no-svg .slide-next {
  background-image: url('/static/img/hp-arrows.png?ad237130a073'); }
.hp-slideshow .slide-prev {
  left: 50%;
  margin-left: -495px;
  background-position: 0 -50px; }
.hp-slideshow .slide-prev:hover {
  background-position: -50px -50px; }
.hp-slideshow .slide-next {
  right: 50%;
  margin-right: -495px;
  background-position: 0 0; }
.hp-slideshow .slide-next:hover {
  background-position: -50px 0; }
.hp-slideshow .nav {
  margin: 16px 0 12px 0;
  height: 30px;
  position: relative; }
.hp-slideshow .nav a {
  width: 12px;
  height: 12px;
  margin: 0 5px; }

.homepage .ce-header {
  margin: 0;
  padding: 30px 0;
  background: #f8f8f8;
  width: 100%;
  max-width: none;
  overflow: auto; }

.homepage .ce-header .inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px; }

.homepage .hp-intro {
  padding: 0;
  margin: 0;
  max-width: 700px; }

.hp-intro {
  max-width: 980px;
  float: left; }

.homepage .ce-content-sidebar,
.homepage .ce-sidebar-item,
.homepage .ce-sidebar-item h4 {
  border-top: 0;
  padding-top: 0; }

.homepage .ce-sidebar-follow {
  margin-bottom: 0; }

.homepage .blog-list {
  width: 66%;
  float: left; }

.homepage .twitter-list {
  width: 33%;
  float: right;
  padding-left: 30px; }

.homepage .blog-list h3 a:hover,
.homepage .twitter-list h3 a:hover {
  border-bottom: 1px solid #fc4c78; }

.homepage .blog-list-item.last {
  border-bottom: 0 !important; }

.homepage h4.bottom {
  margin-top: 10px; }

.homepage h4.bottom a {
  border: 0; }

.homepage h4.bottom {
  padding-top: 15px;
  border-top: 1px solid #eee; }

/* GUIDE */
.guide {
  width: 100%; }

.guide--detail {
  padding-bottom: 0; }

.guide .inner {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto; }

.guide-header,
.guide-footer {
  max-width: none;
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.guide-header {
  border-top: 1px solid #42e2cf; }

.guide-header .breadcrumbs {
  background: rgba(66, 226, 207, 0.15);
  padding: 10px 20px 10px 20px; }
  .guide-header .breadcrumbs .inner * {
    margin: 0;
    vertical-align: middle; }

.guide-header .intro {
  margin: 0; }

.guide--list .guide-header {
  position: relative; }
  .guide--list .guide-header .breadcrumbs h1 {
    margin: 5px 0 0 0; }
  .guide--list .guide-header .breadcrumbs h2 {
    margin: 0 0 5px 0; }
  .guide--list .guide-header .breadcrumbs h1 + h2 {
    margin-bottom: 10px; }
  .guide--list .guide-header > .inner {
    padding-top: 15px; }
    .guide--list .guide-header > .inner .intro {
      max-width: 740px;
      margin: 0; }

.guide--detail .guide-header {
  border-bottom: 1px solid #42e2cf; }

.guide--detail .guide-header > .inner {
  padding-top: 20px; }

.guide-header .inner h2 {
  margin: 0 0 10px 0; }

.guide-header .inner h3 {
  margin: 0; }

.guide-footer {
  margin: 0; }

.guide-side {
  margin-bottom: 40px; }
  .guide-side a,
  .guide-side span {
    display: block;
    padding-top: 5px;
    margin-bottom: 8px;
    color: #333;
    border-top: 1px solid #42e2cf;
    -webkit-transition: background 200ms;
    transition: background 200ms; }
  .guide-side a:hover {
    color: #fc4c78; }
  .guide-side h4 {
    margin: 0; }
    .guide-side h4 span,
    .guide-side h4 a {
      color: #fc4c78;
      border-top: 1px solid #42e2cf;
      border: 0;
      margin: 0;
      margin-bottom: 3px; }
    .guide-side h4 a:hover {
      background: rgba(66, 226, 207, 0.15); }
  .guide-side h4.main a {
    background: none;
    color: #fc4c78;
    padding: 10px 0 0 0; }
  .guide-side .guide-nav {
    clear: both; }
    .guide-side .guide-nav a {
      display: block;
      width: 50%;
      float: left;
      text-align: center;
      border: 0;
      background: #fc4c78;
      color: #fff; }
      .guide-side .guide-nav a:hover {
        color: #fc4c78;
        background: rgba(66, 226, 207, 0.15); }
  .guide-side .guide-nav + h4 {
    margin-top: 20px; }

.guide .guide-main {
  display: block;
  margin: 0;
  border-top: 1px solid #42e2cf;
  -webkit-transition: background 200ms, border-color 200ms;
  transition: background 200ms, border-color 200ms;
  width: 99.9%; }
  .guide .guide-main .image {
    width: 100%;
    padding-bottom: 25%;
    background: #eee;
    overflow: hidden;
    position: relative; }
    .guide .guide-main .image img {
      position: absolute;
      left: 0;
      width: 100%;
      height: auto; }
  .guide .guide-main:hover {
    background: rgba(66, 226, 207, 0.15); }
  .guide .guide-main h2,
  .guide .guide-main .intro {
    margin: 5px 0;
    padding: 4px 8px; }
  .guide .guide-main .intro {
    margin-bottom: 0;
    padding-bottom: 15px; }
  .guide .guide-main span {
    color: #fc4c78;
    padding-left: 0.75em; }

.guide-related {
  margin: 0 0 40px 0;
  width: 100%; }
  .guide-related h4 {
    margin-top: 0; }
  .guide-related h4 span {
    color: #fc4c78; }
  .guide-related a {
    display: block;
    float: left;
    width: 33.33%;
    clear: none;
    padding-right: 4px; }
    .guide-related a .title {
      -webkit-transition: background 200ms;
      transition: background 200ms; }
    .guide-related a .thumb {
      width: 100%;
      padding-bottom: 56.25%;
      background: #eee;
      overflow: hidden;
      position: relative;
      -webkit-transition: background 200ms;
      transition: background 200ms; }
      .guide-related a .thumb img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        -webkit-transition: opacity 200ms;
        transition: opacity 200ms;
        will-change: opacity; }
    .guide-related a .title {
      border-top: 1px solid #42e2cf;
      width: 100%;
      padding-bottom: 45%;
      position: relative;
      overflow: hidden; }
      .guide-related a .title .span-title {
        display: block;
        position: absolute;
        padding: 8px;
        color: #fc4c78; }
        .guide-related a .title .span-title span {
          color: #333; }
    .guide-related a:hover .title,
    .guide-related a:hover .thumb {
      background: rgba(66, 226, 207, 0.15); }
    .guide-related a:hover img {
      opacity: 0.6; }
    @media screen and (max-width: 640px) {
      .guide-related a {
        width: 50%; }
        .guide-related a .title {
          padding-bottom: 65%; } }

article .guide-related h4 {
  border-top: 1px solid #42e2cf;
  padding-top: 20px; }

article .guide-related {
  margin-top: 20px; }
  article .guide-related .guide-main {
    border-top: 0;
    width: 100%; }

.guide-author {
  text-align: left;
  padding-top: 24px;
  position: relative; }
  .guide-author::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #42e2cf; }
  .guide-author p {
    margin-bottom: 10px; }
  .guide-author .author {
    color: #fc4c78;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
  .guide-author .author-image {
    width: 20%;
    float: left;
    padding-right: 20px; }
    .guide-author .author-image img {
      max-width: 100%; }
  .guide-author .author-text {
    width: 100%;
    float: left;
    padding-right: 2.5em; }
    .guide-author .author-text h3 {
      margin-top: 0;
      margin-bottom: 10px; }
  .guide-author .author-image + .author-text {
    width: 80%; }

.resources-normal + .related-more,
.project-list .related-more {
  margin-top: -10px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee; }

.theme {
  border-top: 1px solid #eee;
  padding: 20px 0; }
  .theme .theme__image {
    float: left;
    width: 25%;
    background: #eee; }
    .theme .theme__image :after {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 100%;
      background: #eee; }
    .theme .theme__image img {
      width: 100%; }
  .theme .theme__content {
    width: 75%;
    float: left;
    padding-left: 20px; }
  .theme .intro {
    margin-bottom: 10px; }
  .theme .more {
    color: #aaa;
    text-decoration: none;
    border: 0; }
  .theme h2 {
    margin-top: -1px;
    display: inline-block;
    border-bottom: 1px solid white; }
  .theme:hover .more {
    color: #fc4c78; }
  .theme:hover h2 {
    border-bottom: 1px solid #fc4c78; }

.theme-list-home .theme {
  width: 50%;
  float: left;
  border: 0; }
  .theme-list-home .theme:nth-child(even) {
    padding-right: 10px; }
  .theme-list-home .theme:nth-child(odd) {
    padding-left: 10px; }
  @media screen and (max-width: 720px) {
    .theme-list-home .theme {
      width: 100%;
      clear: both;
      margin-bottom: 20px; }
      .theme-list-home .theme:nth-child(even), .theme-list-home .theme:nth-child(odd) {
        padding: 0; }
      .theme-list-home .theme .theme__image {
        width: 50%;
        clear: both; }
      .theme-list-home .theme .theme__content {
        width: 100%;
        padding-left: 0; }
        .theme-list-home .theme .theme__content h2 {
          margin: 15px 0 5px 0; } }

.resource {
  width: 33.33%;
  float: left;
  padding-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative; }
  .resource:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 720px) {
    .resource {
      width: 100%;
      clear: both; } }
  .resource h4 {
    margin: 12px 0 8px 0; }
    .resource h4 a {
      border: 0; }
  .resource .resource__meta {
    border-top: 1px solid #eee;
    padding-top: 20px;
    overflow: hidden; }
  .resource .resource__image {
    width: 200px;
    float: left;
    margin-right: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0; }
    .resource .resource__image img {
      width: 200px;
      height: 200px; }
  .resource .resource__image + .resource__content {
    margin-left: 220px; }
  .resource .resource__content img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    float: left; }
  .resource span {
    color: #aaa;
    float: left;
    height: 32px;
    line-height: 36px;
    margin-left: 12px; }
    .resource__meta--featured .resource span {
      background: red;
      margin-left: 0; }

.resource__link {
  color: #fc4c78;
  border: 1px solid #fc4c78;
  border-radius: 3px;
  display: inline-block;
  height: 28px;
  line-height: 30px;
  padding: 0 8px; }
  .resource__link:hover {
    background-color: #fc4c78;
    color: #fff; }

.resources-featured .resource {
  width: 100%; }
  .resources-featured .resource h4 {
    color: #fc4c78;
    margin: 4px 0 6px 0; }
  .resources-featured .resource .resource__meta {
    padding-top: 3px; }
    .resources-featured .resource .resource__meta span {
      margin-left: 0; }
  @media all and (max-width: 640px) {
    .resources-featured .resource .resource__image {
      position: static;
      width: 50%;
      max-width: 200px;
      clear: both;
      float: none; }
      .resources-featured .resource .resource__image img {
        width: 100%;
        height: auto; }
    .resources-featured .resource .resource__content {
      width: 100%;
      float: none;
      clear: both;
      margin: 0; }
    .resources-featured .resource .resource__meta {
      border: 0; } }

.resources-featured {
  overflow: hidden;
  margin-bottom: 20px; }

.ce-sidebar-filter ul,
.ce-sidebar-filter li {
  list-style: none;
  margin: 0;
  padding: 0; }
.ce-sidebar-filter a {
  padding: 6px 0 3px 0; }
.ce-sidebar-filter ul ul {
  display: none;
  margin-bottom: 15px; }
.ce-sidebar-filter .filter-type.active + ul {
  display: block; }
.ce-sidebar-filter a {
  color: #aaa; }
  .ce-sidebar-filter a.active {
    color: #fc4c78; }
.ce-sidebar-filter .filter-type {
  display: block;
  position: relative;
  border-bottom: 1px solid #eee; }
  .ce-sidebar-filter .filter-type:hover {
    border-bottom: 1px solid #eee; }
  .ce-sidebar-filter .filter-type:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    background-image: url('/static/img/ce-icons.svg?2e05c79fb19a');
    background-position: -60px -112px;
    background-repeat: no-repeat; }
.ce-sidebar-filter .filter-type:hover:after {
  background-position: 0 -112px; }
.ce-sidebar-filter .filter-type.mobile-active {
  color: #fc4c78; }
.ce-sidebar-filter .filter-type.active {
  color: #fc4c78;
  border-color: white; }
  .ce-sidebar-filter .filter-type.active:after {
    background-position: -30px -112px; }
.ce-sidebar-filter li:last-child .filter-type {
  border: none; }

.ce-sidebar-filter.in-header {
  width: 100%;
  padding-right: 0; }
  @media all and (min-width: 560px) {
    .ce-sidebar-filter.in-header h4 {
      width: 20%;
      float: left;
      margin: 0;
      padding: 6px 0 3px 0; }
    .ce-sidebar-filter.in-header > ul {
      width: 80%;
      margin: 0;
      float: left; }
    .ce-sidebar-filter.in-header > ul > li {
      width: 33.333%;
      float: left;
      clear: none;
      padding: 0 20px 0 0; }
    .ce-sidebar-filter.in-header .filter-type {
      border: none; } }
  .ce-sidebar-filter.in-header .toggle-filters.active {
    color: #333; }

.filter-title {
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 12px; }
  .filter-title a:hover {
    border-bottom: 1px solid #fc4c78; }

.blog-list .filter-title {
  padding-bottom: 12px; }

.ce-newsletter {
  background: #f8f8f8;
  background: #fc4c78;
  color: #fff;
  padding: 30px 0 40px 0; }
  .ce-newsletter .inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left; }
  .ce-newsletter form {
    width: 100%; }
  .ce-newsletter h3 {
    margin: 0 0 20px 0; }
  .ce-newsletter input[type=text] {
    border: 0;
    border-bottom: 1px solid #fff;
    background: none;
    padding: 0;
    margin: 0;
    width: 100%; }
    .ce-newsletter input[type=text]::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .ce-newsletter input[type=text]::-moz-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .ce-newsletter input[type=text]:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .ce-newsletter input[type=text]::placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .ce-newsletter input[type=text]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.4); }
    .ce-newsletter input[type=text]::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.4); }
    .ce-newsletter input[type=text]:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.4); }
    .ce-newsletter input[type=text]:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.4); }
  .ce-newsletter .newsletter__field {
    width: 29%;
    float: left;
    padding-right: 20px; }
  .ce-newsletter .newsletter__subscribe {
    width: 13%;
    float: left;
    text-align: right; }
  @media screen and (max-width: 720px) {
    .ce-newsletter .newsletter__field,
    .ce-newsletter .newsletter__subscribe {
      width: 100%;
      float: none;
      clear: both;
      text-align: left;
      margin-bottom: 10px; } }
  .ce-newsletter .error {
    padding-top: 10px;
    color: #fc4c78; }
  .ce-newsletter input[type=submit] {
    border: 0;
    margin: 0;
    padding: 0;
    background: 0; }
    .ce-newsletter input[type=submit]:focus, .ce-newsletter input[type=submit]:active, .ce-newsletter input[type=submit]:hover {
      color: #333; }

/* TOGGLE */
#toggle {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  background: #fff;
  color: #fc4c78;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 35px;
  display: block;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 9999999999;
  border: 1px solid #fc4c78; }

#toggle:hover {
  background: #fc4c78;
  color: #fff; }

#toggle.new {
  background: #fc4c78;
  color: #fff; }

#toggle.new:hover {
  background: #fff;
  color: #fc4c78; }

#toggle span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  line-height: 15px; }

@media screen and (max-width: 980px) {
  .ce-new header nav .othersites {
    display: none; }

  .ce-content-sidebar {
    float: none;
    clear: both;
    overflow: hidden;
    margin-left: 0;
    padding-top: 30px;
    width: 100%; }

  .ce-sidebar-item {
    width: 25%;
    float: left;
    padding-right: 20px; }

  .homepage .ce-sidebar-item {
    padding: 0;
    margin: 0;
    border: 0;
    padding-top: 20px; }

  .slide-prev {
    left: 10px;
    margin-left: 0; }

  .slide-next {
    right: 10px;
    margin-right: 0; }

  .slide-prev,
  .slide-next {
    top: 50%;
    margin-top: -55px; } }
@media screen and (max-width: 720px) {
  .ce-new header {
    height: auto !important;
    min-height: 100px;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 0; }
    .ce-new header .inner {
      height: auto !important;
      min-height: 100px;
      background: #fff;
      margin: 0;
      padding: 0;
      border: 0; }
    .ce-new header h1 {
      position: absolute;
      left: 20px;
      top: 20px;
      background: #fff;
      margin: 0;
      height: 34px;
      width: 400px;
      font-weight: normal; }
    .ce-new header a#bc {
      display: block;
      float: left;
      width: 90px;
      height: 28px;
      background-size: 90px auto;
      margin: 0 15px 0 -1px; }
    .ce-new header a#cce {
      height: 28px;
      padding: 0 0 0 15px;
      font-size: 18px;
      line-height: 28px; }
    .ce-new header a#cce span {
      position: relative;
      bottom: -6px; }
    .ce-new header #search-toggle {
      position: fixed;
      display: block;
      width: 45px;
      height: 40px;
      right: 0;
      top: 12px;
      width: 50px;
      right: -10px;
      background: url('/static/img/ce-icons.svg?2e05c79fb19a');
      background-size: 80px auto;
      background-position: -30px -110px;
      text-indent: -999em;
      background-color: #eee;
      z-index: 1000;
      border-radius: 4px; }
    .ce-new header.search-on #search-toggle {
      background-position: -30px -190px; }
    .ce-new header form {
      position: fixed;
      height: 40px;
      line-height: 40px;
      left: 100%;
      right: auto;
      -webkit-transition: right .2s, left .2s;
      transition: right .2s, left .2s; }
    .ce-new header.search-on form {
      display: block;
      width: auto;
      left: 20px;
      right: 60px; }
    .ce-new header.search-on h1 {
      display: none; }
    .ce-new header form fieldset,
    .ce-new header form label {
      display: block;
      width: auto;
      left: 0;
      right: 0; }
    .ce-new header form input[type=search] {
      height: 40px;
      line-height: 50px;
      width: auto !important;
      display: block;
      width: 100% !important; }
    .ce-new header form input[type=submit] {
      position: absolute;
      right: 0;
      width: 40px;
      height: 40px;
      background-size: 80px auto;
      background-position: -30px -110px; }
    .ce-new header #menu-toggle {
      font-family: 'AzoSans-Medium', AzoSans-Medium, Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 135%;
      position: fixed;
      display: block;
      top: 65px;
      left: 0;
      right: 0;
      padding: 0 20px;
      height: 37px;
      line-height: 37px;
      font-size: 15px;
      color: #333;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      background: #fff; }
    .ce-new header #menu-toggle:after {
      content: '';
      position: absolute;
      right: 15px;
      top: 10px;
      width: 15px;
      height: 15px;
      background: url('/static/img/ce-icons.svg?2e05c79fb19a') 0 -120px no-repeat; }
    .ce-new header #menu-toggle:hover,
    .ce-new header #menu-toggle:active {
      color: #fc4c78; }
    .ce-new header #menu-toggle:hover:after,
    .ce-new header #menu-toggle:active:after {
      background-position: -30px -120px; }
    .ce-new header nav {
      position: fixed;
      display: block;
      top: 102px;
      left: 0;
      right: 0;
      width: 100%;
      background: #fff;
      overflow: visible;
      z-index: 9999999999999;
      border-top: 1px solid #eee;
      display: none;
      padding: 0;
      margin: 0;
      border: 0;
      height: auto;
      height: 280px; }
    .ce-new header nav a {
      float: none;
      display: block;
      height: 40px;
      width: 100%;
      clear: both;
      overflow: hidden;
      border-bottom: 1px solid #eee;
      padding: 0 20px;
      background: #f8f8f8; }

  main {
    padding-top: 120px; }

  main.homepage {
    padding-top: 100px; }

  .hp-slideshow .title {
    font-family: 'AzoSans-Medium', AzoSans-Medium, Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 115%;
    line-height: 135%;
    bottom: 35px; }

  .hp-slideshow .title span {
    padding: 7px 0 4px 0; }

  .hp-slideshow .title span > span {
    right: -15px; }

  .hp-slideshow .title span > span > span {
    left: -7px; }

  .homepage .blog-list,
  .homepage .twitter-list {
    width: 100%;
    float: left;
    clear: both;
    padding: 0; }

  .ce-content-text {
    max-width: 100%; } }
@media screen and (max-width: 640px) {
  html, body {
    font-size: 17px; }

  .blog-list-item {
    min-height: none; }

  .blog-list-item a {
    margin-left: 0; }

  .blog-list-item div.media {
    width: 70px;
    height: 70px; }

  .blog-list-item div.media div.image img {
    width: auto !important;
    height: 70px !important; }

  .blog-list-item div.media {
    position: static;
    float: left;
    margin: 15px 20px 15px 0; }

  article a {
    margin-left: 0; }

  .object-list-item {
    width: 100%;
    float: none; }

  .object-list-item:nth-child(odd) {
    padding-right: 0; }

  .object-list-item:nth-child(even) {
    padding-left: 0; }

  .ce-sidebar-item {
    width: 50%;
    float: left; }

  .hp-slideshow .title {
    font-family: 'AzoSans-Medium', AzoSans-Medium, Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 140%;
    bottom: 20px; }

  .hp-slideshow .title span {
    padding: 5px 0 4px 0; }

  .hp-slideshow .title span > span {
    right: -10px; }

  .hp-slideshow .title span > span > span {
    left: -5px; }

  .slide-prev,
  .slide-next {
    top: auto;
    bottom: 33.33333333px;
    zoom: 0.5;
    z-index: 99999; }

  .slide-prev {
    left: 33.33333333px; }

  .slide-next {
    right: 33.33333333px; } }
@media screen and (max-width: 321px) {
  h1 #cce {
    width: 100px;
    height: 42px !important;
    font-size: 15px;
    line-height: 18px !important;
    margin-top: -10px !important; } }
.no-svg #page-header.bc-official {
  height: 122px;
  background: red; }
  .no-svg #page-header.bc-official ul {
    list-style: none; }
  .no-svg #page-header.bc-official nav.drop-down {
    display: none; }
  .no-svg #page-header.bc-official form {
    display: none; }

.ce-newsletter-link {
  padding-bottom: 30px; }
  .ce-newsletter-link h3 {
    margin-bottom: 0;
    text-align: center; }
    .ce-newsletter-link h3 a:hover {
      color: #fff;
      opacity: 0.9; }

.disclaimer {
  font-family: 'BCSans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: white;
  margin: 30px 0;
  opacity: 0.9; }
  h3 + .disclaimer {
    margin-top: 0; }
  .disclaimer:last-child {
    margin-bottom: 0; }
  .disclaimer p a {
    color: inherit;
    border-color: white; }
    .disclaimer p a:hover {
      color: white;
      border-color: #333; }

/*# sourceMappingURL=template.css.map */