@charset "UTF-8";
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/*
 * Generic
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
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.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
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.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
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.
 */
button,
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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.
 */
input[type="checkbox"],
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`.
 */
input[type="number"]::-webkit-inner-spin-button,
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none; }

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*------------------------------------*\
    #SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul, ol, dd {
  margin-left: 40px;
  margin-left: 2.85714rem; }

menu {
  margin: 0;
  padding: 0; }

/*
 * Base
 */
/* Museo Sans Cyrillic 900 */
@font-face {
  font-family: "Museo Sans Cyrillic";
  src: url("webfonts/MuseoSansCyrl-900.eot");
  src: url("webfonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("webfonts/MuseoSansCyrl-900.woff") format("woff"), url("webfonts/MuseoSansCyrl-900.ttf") format("truetype"), url("webfonts/MuseoSansCyrl-900.svg#museo_sans_cyrl_900regular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Museo Sans 500 */
@font-face {
  font-family: 'Museo Sans';
  font-weight: normal;
  font-style: normal;
  src: url("webfonts/MuseoSans-Regular-500.eot");
  src: url("webfonts/MuseoSans-Regular-500.eot?#iefix") format("embedded-opentype"), url("webfonts/MuseoSans-Regular-500.woff2") format("woff2"), url("webfonts/MuseoSans-Regular-500.woff") format("woff"), url("webfonts/MuseoSans-Regular-500.ttf") format("truetype"); }

@font-face {
  font-family: 'Museo Sans';
  font-weight: normal;
  font-style: italic;
  src: url("webfonts/MuseoSans-Italic-500.eot");
  src: url("webfonts/MuseoSans-Italic-500.eot?#iefix") format("embedded-opentype"), url("webfonts/MuseoSans-Italic-500.woff2") format("woff2"), url("webfonts/MuseoSans-Italic-500.woff") format("woff"), url("webfonts/MuseoSans-Italic-500.ttf") format("truetype"); }

/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 0.875em;
  /* [1] */
  line-height: 1.42857;
  /* [1] */
  background-color: #fff;
  color: #505050;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */ }

body {
  position: relative; }

.page-body {
  max-width: 990px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13px;
  padding-right: 13px; }

.page-body--api {
  padding-top: 15px; }
  .page-body--api h1, .page-body--api .account__toc {
    display: none; }

.page-centered {
  width: 650px;
  max-width: 100%;
  margin: 0 auto; }

.layout-wide_master .page-body {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13px;
  padding-right: 13px; }

.media-print .page-body .page-body {
  width: 210mm;
  margin: 0 auto;
  padding: 0; }

.media-print--262 .page-body {
  width: 262mm; }

.media-print--262 .page-body {
  width: 262mm; }

.media-print--landscape .page-body {
  width: 297mm;
  max-width: 100%; }

@media screen and (min-width: 801px) {
  .layout-two-column .page-body {
    display: table; }
  .layout-two-column .page-content {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px; }
  .layout-two-column .page-sidebar {
    display: table-cell;
    vertical-align: top;
    width: 300px; } }

@media screen and (max-width: 800px) {
  .page-sidebar {
    width: 90%;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (max-width: 549px) {
  .page-body {
    padding-bottom: 13px; } }

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6.
 */
h1 {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 1.3;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important; }

h2 {
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 1.3;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important; }

h3 {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.3;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important; }

h4 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.3;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important; }

h5 {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.3;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important; }

h6 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.3;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important; }

.large-headings h1 {
  font-size: 36px;
  font-size: 2.57143rem;
  line-height: 1.3;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important; }

.large-headings h2 {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 1.3;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important; }

.large-headings h3 {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 1.3;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important; }

.large-headings h4 {
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 1.3;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important; }

.large-headings h5 {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.3;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important; }

.large-headings h6 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.3;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important; }

/*------------------------------------*\
    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
.gm-style img,
img[width],
img[height] {
  /* [2] */
  max-width: none; }

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
/**
 * Remove extra vertical spacing when nesting lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

html {
  font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6, .page-body h1, .page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 {
  font-weight: 300; }

.page-body h1, .page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 {
  color: #0870bf; }

fieldset {
  border: 0;
  margin: 0 0 15px 0; }

form > fieldset > legend {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

legend {
  font-weight: bold; }

input,
label,
select {
  font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }

label {
  font-weight: bold;
  margin-bottom: 3.75px; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  box-sizing: border-box;
  transition: border-color;
  background-color: #fff;
  border-radius: 1px;
  border: 1px solid #b2b2b2;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 7.5px;
  padding: 8px 10px 7px;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #bfbfbf; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #3eb6df;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(69, 162, 210, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  font-size: 12px;
  margin-right: 1em; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: .25em; }

input[type="file"] {
  padding-bottom: 8px;
  width: 100%; }

select {
  margin-bottom: 8px;
  max-width: 100%;
  max-width: 90vw;
  width: auto; }

label,
select,
.radio,
.checkbox,
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer; }

:-ms-input-placeholder,
.placeholder {
  color: #aaa !important; }

a {
  color: #2f84bf;
  text-decoration: none;
  word-break: break-word; }

a:hover {
  text-decoration: underline; }

ul, ol {
  padding-left: 0; }

/*
 * Objects
 */
/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 * The inuitcss layout system uses `box-sizing: border-box;` and
 * `display: inline-block;` to create an extremely powerful, flexible
 * alternative to the traditional grid system. Combine the layout items with
 * the widths found in `trumps.widths`.
 */
/**
 * Begin a layout group.
 */
.layout {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px; }

/**
     * 1. Cause columns to stack side-by-side.
     * 2. Space columns apart.
     * 3. Align columns to the tops of each other.
     * 4. Full-width unless told to behave otherwise.
     * 5. Required to combine fluid widths and fixed gutters.
     */
.layout__item {
  display: inline-block;
  /* [1] */
  padding-left: 20px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */ }

/**
     * Layouts with no gutters.
     */
.layout--flush {
  margin-left: 0; }
  .layout--flush > .layout__item {
    padding-left: 0; }

/**
     * Cause layout items to take up a non-explicit amount of width.
     */
.layout--auto > .layout__item {
  width: auto; }

/*------------------------------------*\
    #LIST-INLINE
\*------------------------------------*/
/**
 * The list-inline object simply displays a list of items in one line.
 */
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-inline > li {
    display: inline-block; }

/*------------------------------------*\
    #LIST-BARE
\*------------------------------------*/
/**
 * The list-bare object simply removes any indents and bullet points from lists.
 */
.list-bare,
.results-filter__section__list,
.resources-category-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.list-inline > li {
  margin-right: 8px; }

.list-inline--cosy > li {
  margin-right: 4px; }

.list-inline--compact > li {
  margin-right: 2px; }

.list-inline--comfy > li {
  margin-right: 15px; }

/*------------------------------------*\
    #MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.media {
  display: block; }
  .media:after {
    content: "";
    display: table;
    clear: both; }

.media__img {
  float: left;
  margin-right: 20px; }
  .media__img > img {
    display: block; }

.media__body {
  overflow: hidden;
  display: block; }
  .media__body,
  .media__body > :last-child {
    margin-bottom: 0; }

/*------------------------------------*\
    #PACK
\*------------------------------------*/
/**
 * The pack object simply causes any number of elements pack up horizontally to
 * automatically fill an equal, fluid width of their parent.
 */
/**
 * 1. Fill all available space.
 * 2. Cause children to be automatically equally sized.
 */
.pack {
  width: 100%;
  /* [1] */
  display: table;
  table-layout: fixed;
  /* [2] */ }

/**
     * Cause children to adopt table-like structure.
     */
.pack__item {
  display: table-cell;
  /**
             * All items are aligned to the middles of each other.
             */ }
  .pack--middle > .pack__item {
    vertical-align: middle; }

/**
     * Cause children to pack up into available space, but not equally sized.
     */
.pack--auto {
  table-layout: auto; }

/**
     * Tiny gutters between items.
     */
.pack--tiny {
  border-spacing: 5px; }

/**
     * Small gutters between items.
     */
.pack--small {
  border-spacing: 10px; }

/*------------------------------------*\
    #TABLES
\*------------------------------------*/
.table {
  width: 100%; }

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 * 6. Fixes odd inner spacing in IE7.
 * 7. Subtract the border size from the padding value so that buttons do not
 *    grow larger as we add borders.
 */
.btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  overflow: visible;
  /* [6] */
  padding: 5px 11px;
  /* [7] */
  background-color: #fe7b51;
  border: 1px solid #db5622;
  border-radius: 4px; }
  .btn, .btn:hover, .btn:active, .btn:focus {
    text-decoration: none;
    /* [4] */
    color: #fff; }

/**
 * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
 */
.btn::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
     * Small buttons.
     */
.btn--small {
  padding: 3px 7px;
  /* [7] */ }

/**
     * Large buttons.
     */
.btn--large {
  padding: 11px 23px;
  /* [7] */ }

/**
     * Full-width buttons.
     */
.btn--full {
  width: 100%; }

.btn {
  font-size: 16px;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  text-shadow: 1px 1px 1px rgba(10, 10, 10, 0.26);
  transition: background-color 0.26s ease-out;
  vertical-align: baseline; }
  .btn:hover, .btn:active {
    background-color: #e46e49; }

.btn--secondary {
  background-color: #369ad4;
  border-color: #1e5673; }
  .btn--secondary:hover, .btn--secondary:active {
    background-color: #308bbf; }

.btn--flat {
  border-radius: 0;
  border: 0; }

.btn--slim {
  padding-top: 3px;
  padding-bottom: 3px; }

.btn--small {
  font-size: 100%; }

.btn--large {
  font-size: 18px; }

.btn--cta::after {
  content: ' ▸'; }

.btn--back::before {
  content: '◂ '; }

.btn-toolbar .btn {
  margin-right: 8px; }

.btn--danger {
  background-color: #d41e1d;
  border: 1px solid #7a1111; }
  .btn--danger:hover {
    background-color: #7a1111; }

.btn--cancel {
  background-color: #bdbdbd;
  border: 1px solid #999; }
  .btn--cancel:hover {
    background-color: #999; }

.btn[disabled],
.btn--disabled {
  background-color: #bdbdbd;
  border: 1px solid #999;
  opacity: .6; }
  .btn[disabled]:hover,
  .btn--disabled:hover {
    background-color: #bdbdbd; }

[type=checkbox] {
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  visibility: hidden;
  position: absolute; }

[type=checkbox] + label {
  display: inline-block;
  min-height: 16px;
  padding-top: 1px;
  background: transparent url(images/custom-checkbox-sprite.png?v=2) no-repeat;
  background-size: 16px 276px; }

[type=checkbox] + label:not(.label--left) {
  padding-left: 27px;
  background-position: left top; }

[type=checkbox]:checked + label {
  background-position: left -260px; }

[type=checkbox] + label.label--left {
  padding-right: 27px;
  background-position: right top; }

[type=checkbox]:checked + label.label--left {
  background-position: right -260px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  [type=checkbox] + label {
    background-image: url(images/custom-checkbox-sprite@2x.png?v=2);
    background-size: 16px 176px; }
  [type=checkbox]:checked + label {
    background-position: left -160px; }
  [type=checkbox]:checked + label.label--left {
    background-position: right -160px; } }

/*------------------------------------*\
    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
.nav {
  list-style: none;
  margin-left: 0; }
  .nav:after {
    content: "";
    display: table;
    clear: both; }
  .nav > li,
  .nav > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1; }

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li {
  display: list-item; }
  .nav--stacked > li > a {
    display: block; }

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--banner {
  text-align: center; }

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--block {
  line-height: 1;
  /**
     * Remove whitespace caused by `inline-block`.
     */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap; }
  .nav--block > li {
    letter-spacing: normal;
    word-spacing: normal; }
    .nav--block > li > a {
      padding: 8px; }

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Thanks to @pimpl for this idea!
 */
.nav--fit {
  display: table;
  width: 100%; }
  .nav--fit > li {
    display: table-cell; }
    .nav--fit > li > a {
      display: block; }

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
.nav--keywords > li:after {
  content: "\002C" "\00A0"; }

.nav--keywords > li:last-child:after {
  display: none; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible; }

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100); }

.tooltip.top {
  margin-top: -3px; }

.tooltip.right {
  margin-left: 3px; }

.tooltip.bottom {
  margin-top: 3px; }

.tooltip.left {
  margin-left: -3px; }

.tooltip-inner {
  min-width: 180px;
  padding: 6px;
  color: #333;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
  line-height: 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 3px #3e3e3e; }

.tooltip-arrow,
.tooltip-arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip-arrow:after {
  z-index: -1;
  content: ""; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #fff;
  border-width: 5px 5px 0; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #fff;
  border-width: 5px 5px 5px 0; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #fff;
  border-width: 5px 0 5px 5px; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #fff;
  border-width: 0 5px 5px; }

.tooltip.bottom .tooltip-arrow:after {
  top: -1px;
  left: -5px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 5px 5px; }

/**
 * Tooltip popovers, originally copied from the Popovers section of bootstrap-bits.less.
 */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

.popover.top {
  margin-bottom: 10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-right: 10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #0870bf;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px;
  white-space: normal; }

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0; }

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow:after {
  z-index: -1;
  content: ""; }

.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-width: 10px 10px 0; }

.popover.top .arrow:after {
  bottom: -1px;
  left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 0; }

.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
  border-width: 10px 10px 10px 0; }

.popover.right .arrow:after {
  bottom: -11px;
  left: -1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 11px 0; }

.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-width: 0 10px 10px; }

.popover.bottom .arrow:after {
  top: -1px;
  left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 11px 11px; }

.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  border-width: 10px 0 10px 10px; }

.popover.left .arrow:after {
  right: -1px;
  bottom: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 0 11px 11px; }

.popover-x {
  position: absolute;
  right: 8px;
  top: 8px; }

.sponsor {
  border-top: 1px solid #e4e4e0;
  border-bottom: 1px solid #e4e4e0;
  padding: 8px 0; }

@media screen and (max-width: 549px) {
  .sponsor__logo {
    float: left; } }

@media screen and (min-width: 550px) {
  .sponsor__logo {
    display: inline-block; }
  .sponsor__text {
    display: inline-block; } }

.sponsor__logo {
  margin-right: 1em; }

.sponsor__text {
  margin: 0; }

.sponsor__name {
  font-weight: bold; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

.popover.top {
  margin-bottom: 10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-right: 10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px;
  white-space: normal; }

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0; }

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow:after {
  z-index: -1;
  content: ""; }

.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-width: 10px 10px 0; }

.popover.top .arrow:after {
  bottom: -1px;
  left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 0; }

.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #ffffff;
  border-width: 10px 10px 10px 0; }

.popover.right .arrow:after {
  bottom: -11px;
  left: -1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 11px 0; }

.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-width: 0 10px 10px; }

.popover.bottom .arrow:after {
  top: -1px;
  left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 11px 11px; }

.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  border-width: 10px 0 10px 10px; }

.popover.left .arrow:after {
  right: -1px;
  bottom: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 0 11px 11px; }

.popover-x {
  position: absolute;
  right: 8px;
  top: 8px; }

/*
 * Components
 */
#debug-output {
  background: #111;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-family: Meslo LG, Inconsolata, Consolas, monospace;
  margin: 20px auto;
  padding: 20px 25px;
  max-height: 300px;
  overflow-x: auto;
  -moz-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  max-width: 990px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

/**
 * Dropdown menus, bootstrap.
 */
.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle {
  *margin-bottom: -3px; }

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

.dropdown-menu {
  max-height: 400px;
  overflow-y: auto; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff; }

.dropdown-menu li {
  margin: 0; }

.dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  text-decoration: none; }

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #fff;
  text-decoration: none;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999; }

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent; }

.open {
  *z-index: 1000; }

.open > .dropdown-menu {
  display: block; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #ccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " "; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px; }

.page-header {
  margin-bottom: 15px; }

.page-header__inner {
  max-width: 990px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 100px;
  position: relative; }

.page-header__title {
  width: 24%;
  height: 100%; }
  .page-header__title a {
    background: transparent url(images/logo-600x140.png) no-repeat left center;
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 25px; }
    .page-header__title a span {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px); }

.page-header__search {
  position: absolute;
  top: 15px;
  right: 170px;
  z-index: 2000;
  height: 60px;
  width: 320px;
  overflow: hidden; }
  .page-header__search select {
    display: block; }
  .page-header__search fieldset {
    padding: 15px; }
  .page-header__search .search-form__query-text {
    margin: 0 0 15px 0;
    padding-right: 35px; }

.page-header__search--active,
.page-header__search--focused {
  background-color: #369ad4;
  height: auto; }

.page-header__search--member {
  right: 59px; }

@media screen and (min-width: 550px) and (max-width: 800px) {
  .page-header__inner {
    height: 75px; }
  .page-header__title {
    width: 150px; } }

@media screen and (max-width: 800px) {
  .page-header__search {
    top: 0;
    right: 50px; } }

@media screen and (max-width: 549px) {
  .page-header__inner {
    height: 50px; }
  .page-header__title {
    width: 170px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50px;
    margin-bottom: 0;
    z-index: 2001; }
    .page-header__title a {
      background-position: 50% 50%;
      background-size: 126px auto; }
  .page-header__search {
    background: transparent url(images/search-orange-150x150.png) no-repeat 50% 10px;
    background-size: 27px 27px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    right: 50px; }
    .page-header__search .search-form {
      position: absolute;
      top: 100%;
      right: -50px;
      background-color: #369ad4;
      width: 320px; }
  .page-header__search--active,
  .page-header__search--focused {
    background: #369ad4 url(images/search-white-150x150.png) no-repeat 50% 10px;
    background-size: 27px 27px;
    overflow: visible; } }

@media screen and (max-width: 300px) {
  .page-header__search {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); } }

.ad-unit {
  background-color: #f4f4f3;
  padding: 10px 0 11px;
  text-align: center; }

.ad-unit__inner {
  margin: 0 auto; }

@media screen and (min-width: 550px) and (max-width: 800px) {
  .ad-unit {
    padding: 5px 0 6px; } }

@media screen and (max-width: 549px) {
  .ad-unit {
    padding: 4px 0; } }

.page-footer {
  color: #fff; }
  .page-footer a {
    color: #fff; }
  .page-footer .page-footer__top {
    background-color: #2f84bf;
    padding: 15px 0; }
    .page-footer .page-footer__top h5 {
      text-align: center; }
  .page-footer .page-footer__bottom {
    background-color: #369ad4;
    text-align: center; }
  .page-footer .page-footer__top__content {
    max-width: 990px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
  .page-footer .links-container--about__links {
    text-align: center; }
    .page-footer .links-container--about__links a {
      white-space: nowrap; }

.social-media-links {
  max-width: 13em;
  margin: 0 auto; }
  .social-media-links .social-media-item--facebook a {
    background-image: url(images/social-media-icons/facebook-white.svg); }
  .social-media-links .social-media-item--twitter a {
    background-image: url(images/social-media-icons/twitter-white.svg); }
  .social-media-links .social-media-item--tumblr a {
    background-image: url(images/social-media-icons/tumblr-white.svg); }
  .social-media-links .social-media-item--googleplus a {
    background-image: url(images/social-media-icons/googleplus-white.svg); }

.social-media-item a {
  display: block;
  min-width: 25px;
  min-height: 25px;
  background-size: 25px;
  padding-left: 33px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 32px;
  vertical-align: middle; }

.copyright-info {
  margin: 0; }

@media screen and (max-width: 549px) {
  .links-container--about__links {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-width: 120px;
         column-width: 120px;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 15px; }
  .links-container--connect {
    text-align: center; }
  .social-media-item a {
    display: block; } }

@media screen and (max-width: 800px) {
  .links-heading {
    margin-bottom: 8px; }
  .links-container--about__links {
    width: 100%; }
  .social-media-links {
    text-align: center; }
  .social-media-links > li {
    display: inline-block; }
  .social-media-item a {
    min-width: 40px;
    min-height: 40px;
    background-size: 40px;
    padding-left: 48px; }
  .page-footer__bottom {
    padding: 8px 0; }
  .copyright-info span {
    display: block;
    padding: .1rem 0; } }

@media screen and (min-width: 550px) {
  .links-container--about {
    float: left;
    width: 50%; }
  .links-container--connect {
    float: right;
    width: 50%; } }

@media screen and (min-width: 801px) {
  .page-footer__bottom {
    padding: .8rem 0; }
  .links-heading {
    margin-bottom: .7rem; }
  .links-container--about__links {
    margin: 0 auto; }
  .copyright-info span {
    margin: 0 1rem; }
  .copyright-info:not(:first-of-type) {
    margin-top: 8px; } }

@media screen and (min-width: 801px) and (max-width: 990px) {
  .links-container--about__links {
    width: 300px;
    -moz-column-count: 2;
         column-count: 2; }
  .social-media-links {
    width: 13em; } }

@media screen and (min-width: 991px) {
  .links-container--about__links {
    width: 440px;
    height: 80px;
    -moz-column-count: 3;
         column-count: 3; }
  .links-container--about__links__terms,
  .links-container--about__links__about {
    margin-bottom: 40px; } }

.nav-main a {
  color: #fff; }

.nav-main, .nav-main__list {
  color: #fff;
  background-color: #2f84bf; }

.nav-main__subjects, .nav-main__topics {
  margin: 0;
  list-style-type: none; }

.nav-main__subjects, .nav-main__subject-container {
  background-color: #369ad4; }

.nav-main__topics {
  background-color: #3bb5e0; }

.nav-item--a {
  white-space: nowrap; }

.nav-main__item, .nav-main__subject-link {
  /* Pointer cursor for the whole top menu item rather than just the text, but this also applies to the whole popover menu area. */
  cursor: pointer; }

.nav-main__subject-container {
  /* Override pointer cursor so that the whole popover area doesn't have a pointer cursor. */
  cursor: default; }

.nav-main__hamburger {
  padding-top: 8px; }

.nav-main__hamburger__slice {
  width: 25px;
  height: 4px;
  margin: 5px auto 0;
  border-radius: 1px;
  background-color: #2f84bf; }

.nav-main__subject-link--all,
.nav-main__topic-link--all,
.nav-main__subject-link--selected {
  font-weight: bold; }

.nav-item__link:hover {
  text-decoration: none; }

@media screen and (max-width: 549px) {
  .nav-main__wrapper {
    z-index: 2000;
    position: absolute;
    left: 0;
    top: 0; }
    .nav-main__wrapper .nav-main__list {
      visibility: hidden; }
  .nav-main__wrapper--active, .nav-main__wrapper--focused {
    right: 0;
    z-index: 1; }
    .nav-main__wrapper--active .nav-main, .nav-main__wrapper--focused .nav-main {
      background-color: #2f84bf; }
      .nav-main__wrapper--active .nav-main .nav-main__hamburger__slice, .nav-main__wrapper--focused .nav-main .nav-main__hamburger__slice {
        background-color: #fff; }
    .nav-main__wrapper--active .nav-main__list, .nav-main__wrapper--focused .nav-main__list {
      visibility: visible;
      position: absolute;
      top: 100%;
      width: 100%;
      margin: 0;
      padding: 10px 0;
      list-style-type: none;
      z-index: 2000; }
    .nav-main__wrapper--active .nav-item__link, .nav-main__wrapper--focused .nav-item__link {
      display: inline-block;
      min-width: 100%;
      padding: 0.5em 0 0.5em 2em;
      cursor: pointer;
      font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
      font-weight: normal !important; }
  .nav-main {
    background-color: transparent;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0; } }

@media screen and (max-width: 800px) {
  .nav-main__item {
    position: relative; }
  .nav-main__subject-link,
  .nav-main__topic-link {
    display: inline-block;
    min-width: 100%;
    padding: 0.5em 0 0.5em 2em;
    cursor: pointer; } }

@media screen and (min-width: 550px) and (max-width: 800px) {
  .nav-item__link {
    padding: 0 19px; }
  .nav-main__subject-container {
    width: 25em;
    padding: 10px 0; } }

@media screen and (min-width: 550px) {
  .nav-main__item--hover {
    background-color: #369ad4; }
  .nav-main__list {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    height: 50px; }
  .nav-item__link {
    display: block;
    padding: 13px;
    text-align: center;
    color: #fff;
    font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
    font-weight: normal !important;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.25; }
  .nav-main__subject-container {
    position: absolute;
    top: 50px;
    z-index: 2000; }
  .nav-item > .nav-main__subject-container {
    visibility: hidden; }
  .nav-main__item--hover > .nav-main__subject-container {
    visibility: visible; } }

/* The desktop menu columns and the full-subjects div are vertically aligned if they are the same width. */
@media screen and (min-width: 801px) {
  .nav-main__list {
    position: relative; }
  .nav-main__subject-container {
    left: 0;
    width: 100%;
    height: 22em;
    /* Prevent menu changing in height for different levels (gcse, a-level, uni). */
    padding: 15px; }
  .nav-main__subject-heading {
    margin: 10px 0 0 0; }
  .nav-main__subjects {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-fill: auto;
         column-fill: auto;
    height: 18em; }
  .nav-main__subject {
    width: 16em; }
  .nav-main__subject-link {
    display: inline-block;
    margin-top: 11px; }
  /* Have a shorter final column */
  .nav-main__subject:last-of-type {
    margin-bottom: 3em; }
  .nav-main__full-subjects {
    /* Needs to vertically align with final column. Column width is determined by container width and column count. */
    position: absolute;
    bottom: 15px;
    right: 2.7em; }
  .nav-main__full-subjects__heading {
    margin: 0 0 .5em 0; }
  .nav-main__full-subjects__text {
    margin: 0; }
    .nav-main__full-subjects__text a {
      font-weight: bold; } }

.mobile-nav-header {
  background: #369ad4;
  color: #fff;
  display: flex;
  padding: 5px;
  align-items: center;
  margin-bottom: 20px; }

.mobile-nav-header__back {
  height: 32px;
  display: flex;
  color: #fff;
  align-items: center;
  background: url(images/chevron-arrow-left-white.svg) no-repeat center left;
  background-size: 32px;
  padding-left: 36px;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  white-space: nowrap; }

.mobile-nav-header__title {
  font-size: 140%;
  margin: 0; }

.page-header__user-menu {
  position: absolute;
  top: 30px;
  right: 15px;
  height: 60px;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .page-header__user-menu > ul > li {
    margin-right: 0;
    padding-left: 5px; }

.page-header__user-menu__join-menu {
  padding: 20px;
  text-align: center;
  color: #fff; }
  .page-header__user-menu__join-menu a {
    color: #fff; }
  .page-header__user-menu__join-menu h2 {
    font-size: 16px; }
  .page-header__user-menu__join-menu fieldset {
    border: 0;
    padding: 0;
    text-align: left; }
  .page-header__user-menu__join-menu legend {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .page-header__user-menu__join-menu input {
    color: #505050; }
  .page-header__user-menu__join-menu .btn--cta {
    width: 200px; }

.signin-menu .auth-form--login .control-group {
  padding-bottom: 8px; }

.signin-menu .auth-form__password-field {
  position: relative; }

.signin-menu .auth-form__forgotten-password {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 12px; }

.signin-menu .auth-form__remember-field {
  font-size: 12px; }

@media screen and (min-width: 801px) {
  .page-header__user-menu--active {
    z-index: 2001; }
  .page-header__user-menu__login {
    height: 36px;
    width: 85px;
    float: right;
    overflow: hidden; }
  .page-header__user-menu__login-link {
    float: right; }
  .page-header__user-menu__login:hover .page-header__user-menu__join-menu,
  .page-header__user-menu--focused .page-header__user-menu__join-menu,
  .page-header__user-menu--active .page-header__user-menu__join-menu {
    height: auto;
    z-index: 2001;
    position: absolute;
    right: 0;
    top: 36px;
    width: 320px;
    background-color: #369ad4; }
  .signin-menu__join {
    display: none; } }

@media screen and (max-width: 800px) {
  .page-header__user-menu .list-inline {
    overflow: hidden; }
  .page-header__user-menu {
    top: 8px;
    right: 8px;
    width: 50px; }
  .page-header__user-menu--active {
    z-index: 2001; }
  .page-header__user-menu__join {
    height: 50px;
    overflow: hidden; }
  .page-header__user-menu--focused .page-header__user-menu__join,
  .page-header__user-menu--active .page-header__user-menu__join {
    height: auto;
    z-index: 2001;
    position: absolute;
    right: 0;
    top: 0;
    width: 320px; }
    .page-header__user-menu--focused .page-header__user-menu__join .page-header__user-menu__join-link,
    .page-header__user-menu--active .page-header__user-menu__join .page-header__user-menu__join-link {
      background: #369ad4 url(images/user-white-140x150.png) no-repeat 15px 10px;
      background-size: 22px 25px;
      float: right; }
    .page-header__user-menu--focused .page-header__user-menu__join .page-header__user-menu__join-menu,
    .page-header__user-menu--active .page-header__user-menu__join .page-header__user-menu__join-menu {
      background-color: #369ad4; }
  .page-header__user-menu .page-header__user-menu__join-link {
    background: transparent url(images/user-orange-140x150.png) no-repeat 10px 10px;
    background-size: 22px 25px;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: 150px;
    white-space: nowrap;
    overflow: hidden; }
    .page-header__user-menu .page-header__user-menu__join-link .page-header__user-menu--hover,
    .page-header__user-menu .page-header__user-menu__join-link .page-header__user-menu--active {
      background: #369ad4 url(images/user-white-140x150.png) no-repeat 10px 10px;
      background-size: 22px 25px; }
  .signin-menu__join {
    border-bottom: 1px solid #55acda;
    padding-bottom: 20px; }
  .signin-menu__login {
    padding-top: 20px; } }

@media screen and (max-width: 549px) {
  .page-header__user-menu {
    z-index: 1999;
    top: 0;
    right: 0; }
  .page-header__user-menu__join {
    height: 50px; }
  .page-header__user-menu__join-link {
    height: 50px; }
  .page-header__user-menu__join-menu {
    margin-top: 50px;
    overflow: visible; }
  .page-header__user-menu__join:hover,
  .page-header__user-menu--focused,
  .page-header__user-menu--active,
  .page-header__user-menu--focused .page-header__user-menu__join,
  .page-header__user-menu--active .page-header__user-menu__join {
    z-index: 1999; } }

.page-header__user-menu--member {
  top: 23px;
  right: 15px;
  cursor: pointer;
  height: 50px;
  width: 50px;
  overflow: hidden;
  background: transparent url(images/user-blue-140x150.png) no-repeat center center;
  background-size: 22px 25px; }
  .page-header__user-menu--member li {
    visibility: hidden; }
  .page-header__user-menu--member a {
    font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
    font-weight: normal !important; }

.page-header__user-menu--member > ul {
  display: none; }

.page-header__user-menu--active > ul {
  display: block; }

.page-header__user-menu--member.page-header__user-menu--active {
  background: #369ad4 url(images/user-white-140x150.png) no-repeat;
  background-size: 22px 25px;
  z-index: 2001;
  position: absolute;
  padding: 8px 0; }
  .page-header__user-menu--member.page-header__user-menu--active li {
    visibility: visible; }
  .page-header__user-menu--member.page-header__user-menu--active a {
    color: #fff;
    display: block;
    padding: 8px; }

@media screen and (min-width: 550px) {
  .page-header__user-menu--member.page-header__user-menu--active {
    background-position: 276px 13px;
    height: auto;
    width: 320px;
    right: 0;
    top: 8px; } }

@media screen and (min-width: 550px) and (max-width: 800px) {
  .page-header__user-menu--member {
    top: 8px;
    right: 8px; } }

@media screen and (min-width: 801px) {
  .page-header__user-menu--member.page-header__user-menu--active {
    background-position: 272px 17px;
    right: 5px;
    top: 20px; } }

@media screen and (max-width: 549px) {
  .page-header__user-menu--member {
    background-position: 50% 10px;
    top: 0;
    right: 0; }
  .page-header__user-menu--member.page-header__user-menu--active {
    background-position: 50% 10px;
    right: 0;
    top: 0;
    overflow: visible; }
    .page-header__user-menu--member.page-header__user-menu--active li:first-child a {
      padding-top: 8px; }
    .page-header__user-menu--member.page-header__user-menu--active li:last-child a {
      padding-bottom: 8px; }
  .page-header__user-menu__profile-links {
    background-color: #369ad4;
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px; } }

.breadcrumb-wrapper {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 12px; }

.alerts {
  max-width: 990px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 15px auto; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe; }

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8; }

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-error {
  border: 1px solid #be1b1a;
  background-color: #d41e1d; }

/*------------------------------------*\
    $PAGINATION
\*------------------------------------*/
/**
 * Basic pagination object, extends `.nav`.
 * Requires some funky commenting to collapse any white-space caused by the
 * `display:inline-block;` rules.
 *
   <ol class="nav  pagination">
       <li class=pagination__first>First</li>
       <li class=pagination__prev>Previous</li>
       <li><a href=/page/1>1</a></li>
       <li><a href=/page/2>2</a></li>
       <li class=current><a href=/page/3>3</a></li>
       <li><a href=/page/4>4</a></li>
       <li><a href=/page/5>5</a></li>
       <li class=pagination__next><a href=/page/next>Next</a></li>
       <li class=pagination__last><a href=/page/last>Last</a></li>
   </ol>
 *
 * Demo: jsfiddle.net/inuitcss/9Y6PU
 *
 */
.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  /**
     * Remove whitespace caused by `inline-block`.
     */
  letter-spacing: -0.31em;
  word-spacing: -0.43em; }

.pagination > li {
  padding: 7.5px;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block; }

.pagination > li > a {
  padding: 7.5px;
  margin: -7.5px; }

.pagination__first a:before {
  content: "\00AB" "\00A0"; }

.pagination__last a:after {
  content: "\00A0" "\00BB"; }

.pagination-info {
  text-align: center; }

html.appearance select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff; }

html.appearance select[disabled] {
  background-color: #e4e4e0;
  opacity: 0.8; }

html.appearance .creeper select,
html.appearance .page-header select {
  padding: 4px 4px 4px 8px;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  background: #fff url(images/custom-select-arrow-74x74.png) no-repeat right center;
  background-size: 24px 24px;
  padding-top: 3px;
  min-height: 24px;
  line-height: 20px;
  padding-right: 30px; }

html.appearance .modal select,
html.appearance .page-body select {
  border: 1px solid #b2b2b2;
  border-radius: 0;
  background: url(images/custom-select-arrow-70x66.png) no-repeat right center;
  background-size: 35px 33px;
  padding-top: 3px;
  min-height: 33px;
  line-height: 29px;
  padding-right: 40px;
  padding: 3px 40px 0 8px; }

.ui-icon-closethick {
  cursor: pointer;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  background: transparent url(images/batch-sprites.png) no-repeat -20px -752px; }
  .ui-icon-closethick:hover {
    background: url(images/batch-sprites.png) no-repeat -20px -818px; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 26px; }

.ui-slider-horizontal .ui-slider-handle {
  top: -1px;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-slider {
  background: #e4e4e0;
  border: 1px solid #ddd;
  border-radius: 3px; }

.ui-slider-horizontal .ui-slider-range {
  background-color: #bdbdbd; }

.ui-slider-handle {
  background: #216db6;
  border: 1px solid #216db6;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  cursor: pointer; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 3;
  width: 26px;
  height: 26px; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider .slider-0,
.ui-slider .slider-100 {
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 2px 5px 4px 5px;
  font-size: 120%; }

.ui-slider .slider-0 {
  left: 0;
  color: #999; }

.ui-slider .slider-100 {
  right: 0;
  color: #abaaa8; }

.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -41px;
  top: 50%;
  margin-top: -41px; }

.vjs-default-skin .vjs-big-play-button {
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 82px;
  height: 82px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  border: 0;
  border-radius: 41px;
  box-shadow: 0 0 0 transparent;
  background: url(images/video-play.png) no-repeat center center; }

.vjs-default-skin .vjs-big-play-button:before {
  content: ""; }

/*
 * components.results-filter
 *
 * This defines the look of search page filter section.
 *
 * See pages.search-results for how it fits into the page layout.
 *
 */
.results-filter {
  background-color: #8cc7a6;
  padding: 15px; }

h3.results-filter__title {
  color: #fff;
  font-size: 18px;
  margin: 0; }

.results-filter__clear {
  color: #fff;
  display: block;
  margin-bottom: 8px; }

.results-filter__header .results-filter__apply {
  float: right;
  margin-bottom: 8px; }
  .results-filter__header .results-filter__apply .btn--cta {
    width: 8em; }

.results-filter__footer {
  padding: 10px 0; }

.results-filter__footer .results-filter__apply .btn--cta {
  margin: 0 auto;
  width: 12em;
  display: block; }

.results-filter__section {
  background-color: #fffffe;
  border: 1px solid #78aa8e;
  border-radius: 5px;
  padding: 8px 8px 8px 15px;
  margin-bottom: 8px;
  position: relative; }

h4.results-filter-section__title {
  font-size: 16px;
  color: #505050;
  margin-bottom: 0; }

.results-filter__section__clear {
  position: absolute;
  top: 8px;
  right: 32px; }

.results-filter__section__list {
  padding-top: 8px; }
  .results-filter__section__list label {
    font-size: 14px; }

.results-filter__form > .collapsable__body {
  clear: both; }

@media screen and (max-width: 800px) {
  .results-filter {
    margin: 15px 0; }
  .results-filter__form > .collapsable__body {
    transition: none; }
  .results-filter__form > .collapsable__indicator:after {
    width: 20px;
    height: 20px;
    background: url(images/minus-plus-white-60.png) no-repeat 0 -60px;
    background-size: 20px; }
  .collapsable .results-filter__clear {
    display: none; }
  .collapsable--in .results-filter__clear {
    display: block; } }

.search-form fieldset {
  background: transparent;
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.search-form legend,
.search-form label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.search-form select {
  width: 100%; }

.search-form .fm-footer {
  padding: 0 0 15px;
  text-align: center; }

.search-form__field-q {
  position: relative; }

input.search-form__query-text {
  display: block;
  padding: 8px;
  padding-top: 9px;
  border: 1px solid #d1d1d1; }

input.search-form__query-text:focus {
  border: 1px solid #e26c4f; }

.search-form__quick-go {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  margin: 5px;
  background: transparent url(images/search-orange-150x150.png) no-repeat center center;
  background-size: contain;
  border: 0;
  text-indent: 50px;
  overflow: hidden; }

/*
 * components.results-list
 *
 * This defines the look of search result lists and items.
 *
 * See pages.search-results for page level styling.
 *
 */
.listing__item {
  padding: 8px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #e4e4e0; }

.results-list__more,
.results-list__again {
  display: block;
  width: 12em;
  margin: 20px auto 0; }

.results-list__more::after,
.results-list__again::after {
  margin-left: 8px;
  min-height: 18px;
  width: 16px;
  height: 18px;
  display: inline-block;
  content: "";
  vertical-align: top; }

.results-list__more::after {
  background: url(images/collapse-indicators/plus-white-48.png) no-repeat;
  background-size: 16px;
  background-position: 0 2px; }

.results-list__again::after {
  background: url(images/white-arrow-up-o-45x45.png) no-repeat;
  background-size: 15px;
  background-position: 0 3px; }

.ajax-replace--loading::after {
  background: url(images/collapse-indicators/spinner-white-48.png) no-repeat;
  background-size: 16px;
  animation: spin 2s linear infinite; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.resource-item {
  position: relative;
  min-height: 60px;
  background-size: 60px; }

.resource-item__title {
  margin: 0 0 6px;
  font-size: 16px; }

.resource-item__categories,
.resource-item__kind {
  margin: 0 0 6px; }

.resource-item__rating .rating {
  margin-right: 10px; }

.resource-item__rating .new-resource {
  width: 30px;
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  background: transparent url(images/new-resource.svg) no-repeat center center; }

.resource-item__teacher-recommended {
  background: url(images/teacher-recommended.png) no-repeat;
  color: #dc9530;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 24px;
  background-size: 20px;
  background-position: 0 3px; }

.resource-view-sidebar-block .similar .resources-mlt .is-teacher-recommended .resource-item__teacher-recommended {
  position: static; }

.resource-view-sidebar-block .similar .resources-mlt .is-teacher-recommended .resource-item__rating {
  display: none; }

.resource-view-sidebar-block .similar .resources-mlt .mlt__see-all {
  display: block; }

.resource-view-sidebar-block .similar .resources-mlt .mlt__topics {
  margin: 0; }

@media screen and (min-width: 550px) {
  .resource-item {
    padding-left: 75px;
    background-size: 60px; }
  .resource-item--audio {
    background-image: url(images/resources-200/audio.png);
    background-repeat: no-repeat; }
  .resource-item--cardset {
    background-image: url(images/resources-200/cardset.png);
    background-repeat: no-repeat; }
  .resource-item--crossword {
    background-image: url(images/resources-200/crossword.png);
    background-repeat: no-repeat; }
  .resource-item--document {
    background-image: url(images/resources-200/document.png);
    background-repeat: no-repeat; }
  .resource-item--flashcards {
    background-image: url(images/resources-200/flashcards.png);
    background-repeat: no-repeat; }
  .resource-item--grid {
    background-image: url(images/resources-200/grid.png);
    background-repeat: no-repeat; }
  .resource-item--image {
    background-image: url(images/resources-200/image.png);
    background-repeat: no-repeat; }
  .resource-item--mindmap {
    background-image: url(images/resources-200/mindmap.png);
    background-repeat: no-repeat; }
  .resource-item--notes {
    background-image: url(images/resources-200/notes.png);
    background-repeat: no-repeat; }
  .resource-item--past-paper {
    background-image: url(images/resources-200/past-paper.png);
    background-repeat: no-repeat; }
  .resource-item--presentation {
    background-image: url(images/resources-200/presentation.png);
    background-repeat: no-repeat; }
  .resource-item--quiz {
    background-image: url(images/resources-200/quiz.png);
    background-repeat: no-repeat; }
  .resource-item--quizsearch {
    background-image: url(images/resources-200/quizsearch.png);
    background-repeat: no-repeat; }
  .resource-item--spreadsheet {
    background-image: url(images/resources-200/spreadsheet.png);
    background-repeat: no-repeat; }
  .resource-item--upload {
    background-image: url(images/resources-200/upload.png);
    background-repeat: no-repeat; }
  .resource-item--video {
    background-image: url(images/resources-200/video.png);
    background-repeat: no-repeat; }
  .resource-item--webpage {
    background-image: url(images/resources-200/webpage.png);
    background-repeat: no-repeat; }
  .resource-item--whiteboard {
    background-image: url(images/resources-200/whiteboard.png);
    background-repeat: no-repeat; }
  .resource-item--timetable {
    background-image: url(images/resources-200/timetable.png);
    background-repeat: no-repeat; }
  .resource-item--other {
    background-image: url(images/resources-200/other.png);
    background-repeat: no-repeat; }
  .resource-item--spreadsheet {
    background: url(images/resources-200/spreadsheet.png) no-repeat;
    background-size: 60px; }
  .resource-item--webpage {
    background: url(images/resources-200/webpage.png) no-repeat;
    background-size: 60px; }
  .resource-item--grid {
    background: url(images/resources-200/grid.png) no-repeat;
    background-size: 60px; } }

/**
 * Star Ratings
 */
.rating-prefix, .rating-container {
  display: inline-block; }

.rating-prefix {
  vertical-align: top;
  padding-top: 1px;
  margin-right: .5em;
  font-weight: bold; }

.rating {
  display: inline-block;
  background: url(images/stars.png) no-repeat 0 0;
  width: 70px;
  height: 12px;
  background-size: 70px; }
  .rating span, .rating inline {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }

.resource-view__header .rating {
  width: 98px;
  height: 17px;
  background-size: 98px; }

.resource-view__footer .rating {
  width: 98px;
  height: 17px;
  background-size: 98px; }

.rating--5-0 {
  background-position: 0 100%; }

.rating--4-0,
.rating--4-5 {
  background-position: 0 80%; }

.rating--3-0,
.rating--3-5 {
  background-position: 0 60%; }

.rating--2-0,
.rating--2-5 {
  background-position: 0 40%; }

.rating--1-0,
.rating--1-5 {
  background-position: 0 20%; }

.rating--0-0,
.rating--0-5 {
  background-position: 0 0; }

.share-rating {
  clear: both; }

.rating-saved {
  font-weight: bold;
  padding-left: 20px;
  background: transparent url(images/tick-orange-55x45.png) no-repeat 0 2px;
  background-size: 15px; }

.how-ratings-and-recommendations-work-icon {
  margin-left: 1em;
  text-indent: -999em;
  background: url(images/content-icons/info-45x45.png) no-repeat scroll center;
  background-size: 16px;
  display: inline-block;
  width: 16px;
  height: 16px; }

.collapsable .collapsable__toggle {
  cursor: pointer; }

.collapsable__indicator:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(images/collapse-indicators/minus-plus-orange-48.png) no-repeat 0 -48px;
  background-size: 16px;
  float: right;
  margin-top: 1px; }

.collapsable__body {
  overflow: hidden;
  max-height: 1px;
  opacity: 0;
  transition: all .5s ease-out; }

.collapsable--in > .collapsable__indicator:after {
  background-position: 0 0; }

.collapsable--in > .collapsable__body {
  max-height: 100%;
  opacity: 1; }

@media screen and (min-width: 801px) {
  .collapsable--only-lap-and-under > .collapsable__indicator:after {
    display: none; }
  .collapsable--only-lap-and-under > .collapsable__body {
    max-height: 100%;
    opacity: 1; } }

@media screen and (min-width: 801px) {
  .collapsable--in--desk-and-up > .collapsable__indicator:after {
    background-position: 0 0; }
  .collapsable--in--desk-and-up > .collapsable__body {
    max-height: 100%;
    opacity: 1; } }

.collapsable.collapsable--in .collapse-label--collapsed-state,
.collapsable:not(.collapsable--in) .collapse-label--uncollapsed-state {
  display: none; }

.nojs .slides {
  position: relative; }

.nojs .slide {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 650px;
  margin: 0 auto; }
  .nojs .slide .slide__inner {
    position: absolute;
    top: 0;
    left: 2rem;
    bottom: 30px;
    right: 2rem;
    z-index: 20;
    border: 2px solid #d8d8d8;
    border-radius: 3px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #fbfbfb; }
    .nojs .slide .slide__inner h2 {
      border-bottom: 1px solid #999;
      margin-bottom: 15px;
      padding-bottom: 15px; }
    .nojs .slide .slide__inner li {
      margin: 2px 0; }
  .nojs .slide::after {
    padding-top: 74.35%;
    display: block;
    content: ''; }

.cards-set .next {
  background: transparent url("images/arrow-right.png") no-repeat;
  right: -15px;
  z-index: 100;
  background-position: -10px center; }
  .cards-set .next::after {
    background: transparent url("images/shadow-right.png") no-repeat;
    background-position: 0 center;
    right: 27px; }

.cards-set .previous {
  background: transparent url("images/arrow-left.png") no-repeat;
  left: -15px;
  z-index: 100;
  background-position: 10px center; }
  .cards-set .previous::after {
    background: transparent url("images/shadow-left.png") no-repeat;
    background-position: -6px center;
    left: 24px; }

.cards-set .next, .cards-set .previous {
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 60px;
  margin-top: -55px;
  border: none;
  border-radius: 0;
  padding: 0; }
  .cards-set .next:hover, .cards-set .previous:hover {
    background-color: transparent;
    background-position: 0 center; }
  .cards-set .next::after, .cards-set .previous::after {
    position: absolute;
    content: '';
    height: 80px;
    width: 10px;
    top: -10px; }

.slides-list .slide {
  white-space: normal;
  line-height: 1.3; }

.slides-list .flip, .slides-list .fullscreen {
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0; }

.slides-list .slide__inner {
  padding: 15px; }

.slides-list .slides__scroll-viewport .slide__page-number {
  text-align: center; }

.flashcard {
  position: static;
  margin: 0 auto; }
  .flashcard .slide__inner {
    text-align: center;
    font-size: 215%; }

.cards-set--revision-cards .slides-list {
  margin: 0 auto; }
  .cards-set--revision-cards .slides-list .slide__inner {
    padding: 20px 15px; }
    .cards-set--revision-cards .slides-list .slide__inner h2 {
      color: #333;
      font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 20px; }

.slide__side--label {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 70%; }

.flashcards__position, .slide__page-number {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  text-align: center; }

.flashcard-preview {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px; }
  .flashcard-preview h4, .flashcard-preview h3 {
    margin: 0;
    color: #333;
    font-weight: normal; }
  .flashcard-preview h3 {
    display: inline;
    position: absolute;
    top: 0;
    left: 0; }
  .flashcard-preview h4 {
    display: block;
    text-align: center;
    font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .flashcard-preview .flashcard-preview__slide {
    display: block;
    float: left;
    position: relative;
    width: 48%;
    margin: 0 1%; }
    .flashcard-preview .flashcard-preview__slide .flashcard-preview__content {
      margin-top: 15px;
      padding: 0;
      height: 300px;
      border: 2px solid #d8d8d8;
      background-color: #fbfbfb; }
      .flashcard-preview .flashcard-preview__slide .flashcard-preview__content img {
        max-width: 100%; }
    .flashcard-preview .flashcard-preview__slide .flashcard-preview__content--text:after {
      padding-top: 73.84%;
      display: block;
      content: ''; }

.hasjs .media-screen .slides-list,
.hasjs .fullscreen__wrapper .slides-list {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 714px;
  margin: 0 auto; }
  .hasjs .media-screen .slides-list .slides__viewport--scroll,
  .hasjs .fullscreen__wrapper .slides-list .slides__viewport--scroll {
    overflow: hidden;
    white-space: nowrap; }
    .hasjs .media-screen .slides-list .slides__viewport--scroll .slide,
    .hasjs .fullscreen__wrapper .slides-list .slides__viewport--scroll .slide {
      position: relative;
      display: inline-block;
      vertical-align: top;
      font-size: initial; }
      .hasjs .media-screen .slides-list .slides__viewport--scroll .slide .slide__inner,
      .hasjs .fullscreen__wrapper .slides-list .slides__viewport--scroll .slide .slide__inner {
        height: 100%; }
      .hasjs .media-screen .slides-list .slides__viewport--scroll .slide h2,
      .hasjs .fullscreen__wrapper .slides-list .slides__viewport--scroll .slide h2 {
        border-bottom: 1px solid #999;
        margin-bottom: 15px;
        padding-bottom: 15px; }
  .hasjs .media-screen .slides-list .slides__viewport,
  .hasjs .fullscreen__wrapper .slides-list .slides__viewport {
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 15px;
    right: 15px;
    z-index: 20;
    border: 2px solid #d8d8d8;
    border-radius: 3px;
    background-color: #fbfbfb; }
    .hasjs .media-screen .slides-list .slides__viewport .flip, .hasjs .media-screen .slides-list .slides__viewport .fullscreen,
    .hasjs .fullscreen__wrapper .slides-list .slides__viewport .flip,
    .hasjs .fullscreen__wrapper .slides-list .slides__viewport .fullscreen {
      z-index: 20; }
    .hasjs .media-screen .slides-list .slides__viewport .flip,
    .hasjs .fullscreen__wrapper .slides-list .slides__viewport .flip {
      position: absolute;
      bottom: 10px;
      right: 15px;
      color: #555; }
    .hasjs .media-screen .slides-list .slides__viewport .fullscreen,
    .hasjs .fullscreen__wrapper .slides-list .slides__viewport .fullscreen {
      left: 13px;
      bottom: 10px;
      height: 20px;
      width: 20px;
      background-position: 0 -40px; }
  .hasjs .media-screen .slides-list:after,
  .hasjs .fullscreen__wrapper .slides-list:after {
    padding-top: 77.84%;
    display: block;
    content: ''; }

.hasjs .fullscreen__wrapper .slides-list .slides__viewport {
  bottom: 0; }

@media screen and (max-width: 800px) {
  .hasjs .fullscreen__wrapper .slides-list,
  .hasjs .media-screen .slides-list {
    word-wrap: break-word; }
    .hasjs .fullscreen__wrapper .slides-list .slides__viewport,
    .hasjs .media-screen .slides-list .slides__viewport {
      left: 0;
      right: 0;
      border: none; }
      .hasjs .fullscreen__wrapper .slides-list .slides__viewport .fullscreen,
      .hasjs .media-screen .slides-list .slides__viewport .fullscreen {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%; }
    .hasjs .fullscreen__wrapper .slides-list .next, .hasjs .fullscreen__wrapper .slides-list .previous,
    .hasjs .media-screen .slides-list .next,
    .hasjs .media-screen .slides-list .previous {
      display: none; }
  .hasjs .fullscreen__wrapper .resource--fullscreen-mode .slide__inner,
  .hasjs .media-screen .resource--fullscreen-mode .slide__inner {
    visibility: hidden; } }

@media screen and (max-width: 549px) {
  .hasjs .fullscreen__wrapper .slides-list .slides__viewport,
  .hasjs .media-screen .slides-list .slides__viewport {
    bottom: 20px; }
  .hasjs .fullscreen__wrapper .slides-list:after,
  .hasjs .media-screen .slides-list:after {
    padding-top: 81.97%; }
  .flashcard-preview .flashcard-preview__slide {
    clear: left;
    width: 100%;
    margin: 0 0 20px 0; }
    .flashcard-preview .flashcard-preview__slide .flashcard-preview__content {
      margin-top: 10px; }
  .revision-card {
    width: 95%; }
    .revision-card .slide__inner {
      height: auto;
      overflow: hidden;
      min-height: 16rem; }
    .revision-card .slide__page-number {
      bottom: 0; }
  .nojs .slide:after {
    padding-top: 77.97%; } }

.media-print .slides-list {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  margin: 0 auto; }
  .media-print .slides-list .slides__viewport--scroll {
    overflow: hidden;
    white-space: nowrap; }
    .media-print .slides-list .slides__viewport--scroll .slide {
      position: relative;
      display: block;
      vertical-align: top;
      font-size: 130%;
      padding: 0 10px 10px;
      -moz-column-break-inside: avoid;
           break-inside: avoid;
      height: 14.8cm; }
      .media-print .slides-list .slides__viewport--scroll .slide .slide__inner {
        height: 100%; }
      .media-print .slides-list .slides__viewport--scroll .slide h2 {
        border-bottom: 1px solid #999;
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 120%; }
    .media-print .slides-list .slides__viewport--scroll .slide:nth-child(odd) {
      transform: rotateZ(180deg);
      border-top: 1px dashed #ccc; }
    .media-print .slides-list .slides__viewport--scroll .slide__page-number {
      top: 20px;
      right: 45px;
      left: auto;
      font-size: 70%; }
  .media-print .slides-list .slides__viewport {
    margin-bottom: 20px;
    border: 0;
    border-radius: 3px;
    background-color: #fff; }
    .media-print .slides-list .slides__viewport .flip, .media-print .slides-list .slides__viewport .fullscreen {
      z-index: 20; }

.media-print .flashcards__position {
  display: none; }

.media-print .cards-set--flashcards .slides-list .slides__viewport--scroll .slide {
  transform: none;
  border-top: 0;
  padding: 0;
  margin: 0; }

.media-print .cards-set--flashcards .slides-list .slides__viewport--scroll .slide:nth-child(odd) {
  border-bottom: 1px dashed #ccc; }

.media-print .cards-set--flashcards .slides-list .slides__viewport--scroll .slide .slide__inner {
  padding: 0; }

.media-print .cards-set--flashcards .slides-list .slides__viewport--scroll .slide .slide__side {
  height: 10.5cm;
  width: 14cm;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 20pt; }
  .media-print .cards-set--flashcards .slides-list .slides__viewport--scroll .slide .slide__side > span {
    position: absolute;
    left: 1.5cm;
    right: 1.5cm;
    top: 50%;
    transform: translate(0, -50%); }

.media-print .cards-set--flashcards .slides-list .slides__viewport--scroll .slide .slide__side:nth-child(odd) {
  transform: rotateZ(90deg) translate(2cm, 2cm);
  border-top: 1px dashed #ccc; }

.media-print .cards-set--flashcards .slides-list .slides__viewport--scroll .slide .slide__side:nth-child(even) {
  transform: rotateZ(270deg) translate(8.5cm, 8.5cm);
  border-top: 0; }

.media-print .size-a7 .cards-set--flashcards .slides-list .slides__viewport--scroll .slide:nth-child(odd) {
  border-bottom: 1px dashed #ccc; }

.media-print .size-a7 .cards-set--flashcards .slides-list .slides__viewport--scroll .slide:nth-child(even) {
  border-left: 1px dashed #ccc;
  position: absolute;
  left: 50%;
  transform: translate(0, -100%); }

.media-print .size-a7 .cards-set--flashcards .slides-list .slides__viewport--scroll .slide .slide__inner {
  padding: 0; }

.media-print .size-a7 .cards-set--flashcards .slides-list .slides__viewport--scroll .slide .slide__side {
  width: 10.5cm;
  height: 7.425cm;
  font-size: 13pt; }
  .media-print .size-a7 .cards-set--flashcards .slides-list .slides__viewport--scroll .slide .slide__side > span {
    left: .5cm;
    right: .5cm; }

.media-print .size-a7 .cards-set--flashcards .slides-list .slides__viewport--scroll .slide .slide__side:nth-child(4n+1) {
  transform: rotateZ(180deg) translate(0cm, 0cm);
  border-top: 1px dashed #ccc; }

.media-print .size-a7 .cards-set--flashcards .slides-list .slides__viewport--scroll .slide .slide__side:nth-child(4n+2) {
  transform: rotateZ(0deg) translate(0, 0);
  border-top: 0; }

.media-print .size-a7 .cards-set--flashcards .slides-list .slides__viewport--scroll .slide .slide__side:nth-child(4n+3) {
  transform: rotateZ(180deg) translate(0cm, 0cm);
  border-top: 1px dashed #ccc; }

.media-print .size-a7 .cards-set--flashcards .slides-list .slides__viewport--scroll .slide .slide__side:nth-child(4n+4) {
  transform: rotateZ(0deg) translate(0, 0);
  border-top: 0; }

.media-print .cards-set--flashcards .slides-list .slides__viewport--scroll .slide__side::after,
.media-print .cards-set--revision-cards .slides-list .slides__viewport--scroll .slide::after {
  content: '';
  position: absolute;
  right: 25px;
  bottom: 15px;
  height: 4cm;
  width: 4cm;
  overflow: visible;
  background: url(/static/images/Get-Revising-Logo-Medium.png) no-repeat bottom right;
  background-size: 4cm; }

.media-print .size-a7 .cards-set--flashcards .slides-list .slides__viewport--scroll .slide__side::after {
  background-size: 3cm; }

.flashcards-more-preview__more {
  display: block;
  width: 12em;
  margin: 20px auto 40px; }

.grPhraseGame .score-row {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 10;
  font-size: 130%;
  font-weight: bold;
  color: #e36f44; }

.grPhraseGame .btn-check-answers {
  position: absolute;
  top: 5px;
  right: 50px; }

.grPhraseGame .notes .placeholder,
.grPhraseGame .slide__content .placeholder {
  background-color: #e4e4e0;
  color: #e4e4e0;
  border-radius: 2px; }

.grPhraseGame .notes .gr_phrase_src,
.grPhraseGame .slide__content .gr_phrase_src {
  border-radius: 2px; }

.grPhraseGame .quiz-results-summary, .grPhraseGame .quiz-results-leaderboard-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #fff; }

.grPhraseGame .quiz-results-summary__content {
  padding-top: 40px; }

.grPhraseGame .quiz-results-records {
  width: 100%;
  height: auto;
  margin: 0;
  background-color: transparent; }
  .grPhraseGame .quiz-results-records td {
    text-align: center; }

.grPhraseGame .quiz-results-records__leaderboard {
  color: #2f84bf;
  font-weight: bold;
  cursor: pointer; }
  .grPhraseGame .quiz-results-records__leaderboard:hover {
    text-decoration: underline; }

.cards-set .quiz-results-summary, .cards-set .quiz-results-leaderboard-slide {
  bottom: -20px; }

.test-yourself-button-container {
  text-align: center; }

.grPhraseGame__phrases {
  background-color: #e4e4e0;
  padding: 40px 20px 10px; }
  .grPhraseGame__phrases .context-help {
    margin-bottom: 5px; }

.cards-set .grPhraseGame__phrases {
  margin: -20px -20px 0 -20px; }

.cards-set .grPhraseGame__content {
  padding-top: 20px; }

.grNotes .grPhraseGame__content {
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden; }

.gr_phrase_helper {
  background-color: #e4e4e0;
  border-radius: 2px;
  padding: 5px;
  color: #333; }

.phrase-list {
  margin-top: 5px; }

.gr_phrase_src {
  background-color: #e4e4e0;
  cursor: pointer; }

.phrase-list .gr_phrase_src {
  background-color: #e4e4e0;
  cursor: pointer;
  padding: 5px 8px;
  border-radius: 200px;
  line-height: 2; }

.phrase-list .gr_phrase_dst {
  padding: 5px 0; }

.gr_phrase_src.selected {
  color: #fff;
  background-color: #2f84bf;
  cursor: pointer; }

.phrase-list .gr_phrase_src.selected {
  padding: 5px 8px;
  border-radius: 200px; }

.gr_phrase_dst {
  cursor: pointer; }

.correct_answer {
  background-color: #cec; }
  .correct_answer:after {
    font-weight: bold;
    color: green;
    content: " ✓"; }

.incorrect_answer {
  background-color: #ecc; }
  .incorrect_answer:after {
    color: red;
    content: " ✗"; }

.without-ftb-selection {
  display: block; }

.with-ftb-selection {
  display: none; }

.ftb--has-selection .without-ftb-selection {
  display: none; }

.ftb--has-selection .with-ftb-selection {
  display: block; }

.hasjs .flashcard__back {
  opacity: 0; }

.hasjs .media-print .flashcard__back {
  opacity: 1; }

.media-print--landscape .dia-root .dia-scrollbox {
  border: 0;
  height: 205mm; }
  .media-print--landscape .dia-root .dia-scrollbox .ui-innercanvas {
    background-color: transparent; }

.media-print--landscape .dia-root {
  position: relative; }
  .media-print--landscape .dia-root .dia-container {
    z-index: 1; }
  .media-print--landscape .dia-root::after {
    content: '';
    position: absolute;
    right: 25px;
    bottom: 15px;
    height: 4cm;
    width: 4cm;
    overflow: visible;
    background: url(/static/images/Get-Revising-Logo-Medium.png) no-repeat bottom right;
    background-size: 4cm;
    z-index: 0; }

@media screen and (min-width: 801px) {
  .diagram {
    position: relative; }
    .diagram .fullscreen {
      bottom: 22px;
      left: 22px;
      width: 20px;
      height: 20px;
      z-index: 2; }
      .diagram .fullscreen.fullscreen {
        background-position: 0px -40px;
        background-color: rgba(255, 255, 255, 0.85); } }

@media screen and (max-width: 800px) {
  .modal-fullscreen .diagram,
  .resource-view--mindmap .diagram {
    position: relative;
    height: 360px; }
    .modal-fullscreen .diagram .dia-root .dia-scrollbox,
    .resource-view--mindmap .diagram .dia-root .dia-scrollbox {
      height: 360px;
      border: none; } }

@media screen and (max-width: 549px) {
  .resource-view--mindmap .resource-view__footer__tools {
    margin-bottom: 20px; }
  .resource-view--mindmap ul.resource-view__footer__tools--anchors {
    margin-top: 50px; }
    .resource-view--mindmap ul.resource-view__footer__tools--anchors li {
      margin-bottom: 20px; }
  .resource-view--mindmap ul.share-tools .favourite {
    top: 20px; } }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.modal-open .modal .dropdown-menu {
  z-index: 11000; }

.modal-open .modal .dropdown.open {
  *z-index: 11000; }

.modal-open .modal .popover {
  z-index: 11000; }

.modal-open .modal .tooltip {
  z-index: 11000; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11000;
  width: 560px;
  margin: -250px 0 0 -280px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  border-radius: 3px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box; }

.modal.fade {
  transition: opacity 0.3s linear; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #369ad4;
  position: relative; }
  .modal-header .btn-close-dialog {
    text-indent: -9999em;
    border: 0;
    background-color: transparent;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(images/white-x-45x45.png) no-repeat center center;
    background-size: 15px; }
  .modal-header .close {
    margin-top: 2px; }
  .modal-header h3 {
    margin: 0;
    line-height: 30px;
    color: #fff;
    text-shadow: none;
    white-space: nowrap; }
  .modal-header p {
    color: #fff;
    margin: 0; }

.modal {
  max-height: 95%; }

.modal-body {
  padding: 15px;
  overflow-y: auto; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: white;
  border-top: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  *zoom: 1;
  box-shadow: inset 0 1px 0 #ffffff; }
  .modal-footer .btn--cancel,
  .modal-footer .btn--danger {
    float: left; }

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: ""; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
  clear: none; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.cf-popover .modal-body {
  padding: 0; }

.cf-popover-loading {
  height: 100px; }

.cf-popover-with-footer .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200; }

.modal-subscribe-dialog .modal-header .close {
  background: transparent url(images/white-x-11x11.png) no-repeat center center;
  cursor: pointer;
  height: 11px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 11px; }

.modal-subscribe-dialog .modal-body {
  padding: 15px 0; }
  .modal-subscribe-dialog .modal-body .signup-block, .modal-subscribe-dialog .modal-body .could-access {
    padding: 8px 60px; }
  .modal-subscribe-dialog .modal-body .usp-list {
    margin: 8px 60px;
    margin-bottom: 20px;
    list-style-image: url("images/orange-tick-24x19.png");
    font-size: 16px; }
    .modal-subscribe-dialog .modal-body .usp-list li {
      margin-left: 30px;
      margin-bottom: 5px; }
  .modal-subscribe-dialog .modal-body .signup-block {
    margin-bottom: 20px;
    background-color: #e4e4e0; }
    .modal-subscribe-dialog .modal-body .signup-block .signup-block__inner {
      width: 295px;
      margin: 0 auto; }
    .modal-subscribe-dialog .modal-body .signup-block .btn {
      margin: 8px 0;
      width: 100%;
      display: block; }
    .modal-subscribe-dialog .modal-body .signup-block .signup-block__login {
      float: right; }
    .modal-subscribe-dialog .modal-body .signup-block .notnow {
      color: #2f84bf;
      cursor: pointer; }
      .modal-subscribe-dialog .modal-body .signup-block .notnow:hover {
        text-decoration: underline; }
  .modal-subscribe-dialog .modal-body .could-access h4 {
    color: #369ad4;
    text-shadow: none; }
  .modal-subscribe-dialog .modal-body .could-access ul {
    list-style-image: url("images/star-16x16.png");
    margin: 0; }
    .modal-subscribe-dialog .modal-body .could-access ul li {
      margin-left: 20px; }

.modal-subscribe-dialog .modal-footer {
  padding: 0;
  border: 0;
  box-shadow: 0; }

.resource-view__footer {
  overflow: hidden;
  margin-top: 20px;
  clear: both; }
  .resource-view__footer ul, .resource-view__footer li, .resource-view__footer a {
    display: inline-block; }
  .resource-view__footer ul {
    margin: 0; }
    .resource-view__footer ul li {
      margin-bottom: 20px; }
      .resource-view__footer ul li:last-child {
        margin: 0; }
  .resource-view__footer .share-social {
    clear: right; }
    .resource-view__footer .share-social .label {
      float: left;
      display: block; }
    .resource-view__footer .share-social .fb-share-button {
      float: left; }
    .resource-view__footer .share-social .twitter-widget-0 {
      float: left; }
    .resource-view__footer .share-social .label, .resource-view__footer .share-social .fb-share-button, .resource-view__footer .share-social .twitter-widget-0 {
      margin-right: 10px; }
  .resource-view__footer .favourite .btn,
  .resource-view__footer .remove-favourite .btn,
  .resource-view__footer .anchor .btn {
    padding: 0 0 0 25px;
    border: none;
    background: transparent url(images/resources-sprite.png) no-repeat;
    background-size: 50px;
    color: #fe7b51;
    text-shadow: none;
    font-size: 15px; }
  .resource-view__footer .favourite .btn {
    background-position: 2px -396px; }
  .resource-view__footer .remove-favourite .btn {
    background-position: 2px -622px; }
  .resource-view__footer .anchor--similar .btn {
    background-position: 2px -278px; }
  .resource-view__footer .anchor--pdf .btn {
    background-position: 2px -356px; }
  .resource-view__footer .anchor--pdf-heading .btn {
    cursor: default; }
  .resource-view__footer .anchor--comments .btn {
    background-position: 2px -316px; }
  .resource-view__footer .resource-view__footer__tools, .resource-view__footer .resource-view__footer__toolbars {
    overflow: visible;
    display: block;
    margin-bottom: 40px; }
  .resource-view__footer .sponsor {
    margin-bottom: 40px; }
  .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool {
    display: inline-block;
    width: 33.33333%; }
  .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--share {
    float: right; }
    .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--share ul, .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--share li {
      float: right;
      clear: right; }
  .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--anchors {
    float: left; }
    .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--anchors li {
      float: left;
      clear: left; }
      .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--anchors li a {
        color: #44a0d4; }
  .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--center {
    position: absolute;
    left: 33.33333%; }
    .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--center .resource__footer__rating {
      height: 20px;
      margin-top: 15px; }
  .resource-view__footer .resource-view__footer__tools .anchor--comments {
    clear: left; }
  .resource-view__footer .resource-view__footer__toolbars {
    max-width: 760px;
    font-size: 16px; }
    .resource-view__footer .resource-view__footer__toolbars .other-tools, .resource-view__footer .resource-view__footer__toolbars .combo-toolbar {
      display: block; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools ul li, .resource-view__footer .resource-view__footer__toolbars .combo-toolbar ul li {
        margin: 0; }
    .resource-view__footer .resource-view__footer__toolbars .other-tools {
      float: left; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-audio {
        background-image: url(images/resources-200/audio.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-cardset {
        background-image: url(images/resources-200/cardset.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-crossword {
        background-image: url(images/resources-200/crossword.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-document {
        background-image: url(images/resources-200/document.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-flashcards {
        background-image: url(images/resources-200/flashcards.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-grid {
        background-image: url(images/resources-200/grid.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-image {
        background-image: url(images/resources-200/image.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-mindmap {
        background-image: url(images/resources-200/mindmap.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-notes {
        background-image: url(images/resources-200/notes.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-past-paper {
        background-image: url(images/resources-200/past-paper.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-presentation {
        background-image: url(images/resources-200/presentation.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-quiz {
        background-image: url(images/resources-200/quiz.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-quizsearch {
        background-image: url(images/resources-200/quizsearch.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-spreadsheet {
        background-image: url(images/resources-200/spreadsheet.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-upload {
        background-image: url(images/resources-200/upload.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-video {
        background-image: url(images/resources-200/video.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-webpage {
        background-image: url(images/resources-200/webpage.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-whiteboard {
        background-image: url(images/resources-200/whiteboard.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-timetable {
        background-image: url(images/resources-200/timetable.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button-other {
        background-image: url(images/resources-200/other.png);
        background-repeat: no-repeat; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools .revision-tool__button {
        background-color: transparent;
        border: none;
        color: #2f84bf;
        padding: 16px 20px 16px 55px;
        background-size: 50px; }
      .resource-view__footer .resource-view__footer__toolbars .other-tools ul li:last-child .revision-tool__button {
        padding-right: 0; }
    .resource-view__footer .resource-view__footer__toolbars .combo-toolbar {
      float: right; }
      .resource-view__footer .resource-view__footer__toolbars .combo-toolbar .actions {
        display: block; }
        .resource-view__footer .resource-view__footer__toolbars .combo-toolbar .actions li a {
          padding: 16px 0 16px 40px;
          background: transparent url("images/resources-sprite.png") no-repeat 7px -448px;
          background-size: 52px; }
        .resource-view__footer .resource-view__footer__toolbars .combo-toolbar .actions li:first-child a {
          margin-right: 15px; }
    .resource-view__footer .resource-view__footer__toolbars .combo-toolbar--left {
      float: left; }

@media screen and (min-width: 550px) and (max-width: 800px) {
  .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--center {
    margin-bottom: 20px; }
    .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--center .btn--test__wrap {
      max-width: 100%; } }

@media screen and (max-width: 800px) {
  .resource-view__footer .resource-view__footer__toolbars {
    display: none; }
  .resource-view__footer .anchor a {
    text-align: left; }
  .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool {
    width: 50%; }
  .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--center {
    position: static;
    display: block;
    width: 100%; } }

@media screen and (max-width: 549px) {
  .resource-view__footer {
    position: relative;
    margin-top: 10px; }
    .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool {
      display: block;
      width: 100%; }
      .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool .resource__footer__rating {
        margin-top: 20px; }
      .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool ul, .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool ul li {
        float: none;
        display: block; }
      .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool li .favourite,
      .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool li .remove-favourite {
        position: absolute;
        top: 60px; }
    .resource-view__footer .resource-view__footer__tools ul.resource-view__footer__tool {
      margin-top: 60px; }
      .resource-view__footer .resource-view__footer__tools ul.resource-view__footer__tool li {
        margin-bottom: 20px; }
    .resource-view__footer .resource-view__footer__tools--share .share-tools {
      margin-top: 5px; }
      .resource-view__footer .resource-view__footer__tools--share .share-tools li {
        margin: 0; }
  .is-guest .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool li .favourite,
  .is-guest .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool li .remove-favourite {
    top: 70px; }
  .is-guest .resource-view__footer .resource-view__footer__tools ul.resource-view__footer__tool {
    margin-top: 50px; }
  .resource__footer__access {
    text-align: center;
    margin-top: 15px; } }

@media screen and (min-width: 550px) {
  .resource__footer__access,
  .resource__footer__rating {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center; } }

@media screen and (min-width: 801px) {
  .resource-view--2018 .resource-view__footer,
  .simple-ab--resource-view-2018__b .resource-view__footer {
    margin-top: 0; }
  .resource-view--2018 .resource-view__footer__tools,
  .simple-ab--resource-view-2018__b .resource-view__footer__tools {
    position: relative; }
  .resource-view--2018 .resource-editing-tools,
  .simple-ab--resource-view-2018__b .resource-editing-tools {
    position: static;
    float: right; }
  .resource-view--2018 .resource-view__footer ul.actions,
  .simple-ab--resource-view-2018__b .resource-view__footer ul.actions {
    margin-left: 8px; }
  .resource-view--2018 .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--anchors,
  .resource-view--2018 .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--share,
  .simple-ab--resource-view-2018__b .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--anchors,
  .simple-ab--resource-view-2018__b .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--share {
    float: none;
    clear: left; }
  .resource-view--2018 .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool,
  .simple-ab--resource-view-2018__b .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool {
    display: block;
    float: left;
    width: auto;
    margin: 0 0 15px; }
    .resource-view--2018 .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool:after,
    .simple-ab--resource-view-2018__b .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool:after {
      content: "";
      display: table;
      clear: both; }
  .resource-view--2018 .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool--access,
  .resource-view--2018 .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool--test-yourself,
  .simple-ab--resource-view-2018__b .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool--access,
  .simple-ab--resource-view-2018__b .resource-view__footer .resource-view__footer__tools .resource-view__footer__tool--test-yourself {
    float: right; }
  .resource-view--2018 .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--share ul, .resource-view--2018 .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--share li,
  .simple-ab--resource-view-2018__b .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--share ul,
  .simple-ab--resource-view-2018__b .resource-view__footer .resource-view__footer__tools .resource-view__footer__tools--share li {
    display: block;
    float: none;
    clear: none; }
  .resource-view--2018 .resource__footer__rating,
  .simple-ab--resource-view-2018__b .resource__footer__rating {
    text-align: left;
    float: none; }
  .resource-view--2018 .resource-view__footer .test-yourself-button-container,
  .simple-ab--resource-view-2018__b .resource-view__footer .test-yourself-button-container {
    text-align: left; }
  .resource-view--2018 .resource-view__footer .tools ul li,
  .resource-view--2018 .resource-view__footer .tools ul a,
  .simple-ab--resource-view-2018__b .resource-view__footer .tools ul li,
  .simple-ab--resource-view-2018__b .resource-view__footer .tools ul a {
    display: block;
    margin: 0; }
  .resource-view--2018 .resource-view__footer .tools ul a,
  .simple-ab--resource-view-2018__b .resource-view__footer .tools ul a {
    margin-bottom: 5px; } }

.comments {
  margin-bottom: 40px; }
  .comments h2 {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 15px;
    margin: 0; }
  .comments .btn--login {
    margin-top: 15px; }
  .comments .listing,
  .comments .no-results {
    border-top: 2px #d6d6d6 solid;
    border-bottom: 2px #d6d6d6 solid; }
  .comments .no-results {
    padding: 10px 0; }
  .comments .comment {
    position: relative;
    display: block;
    overflow: auto;
    overflow-x: hidden;
    padding: 15px 0;
    min-height: 65px;
    box-sizing: initial;
    border-bottom: 1px #d6d6d6 solid; }
    .comments .comment:last-child {
      border: none; }
    .comments .comment .author .title {
      display: inline-block;
      margin-left: 80px;
      margin-top: -2px;
      margin-bottom: 10px;
      max-width: 100%;
      word-wrap: break-word;
      box-sizing: border-box;
      padding-right: 15rem;
      font-weight: bold;
      font-size: 16px; }
    .comments .comment .author .avatar {
      display: block;
      position: absolute;
      height: 64px;
      width: 64px; }
    .comments .comment .when {
      position: absolute;
      top: 15px;
      right: 0; }
    .comments .comment .message {
      padding-left: 80px; }
      .comments .comment .message p {
        margin: 0; }
  .comments .comment-by-teacher .author .title::after {
    content: "";
    background: transparent url(images/teacher-recommended.png) no-repeat center right;
    background-size: 24px 18px;
    padding: 2px 17px; }
  .comments .resource-comments__footer {
    text-align: center; }

.comment-form {
  max-width: 100%;
  width: 620px;
  margin: 0 auto; }
  .comment-form .fm-field, .comment-form .small {
    margin: 0;
    padding: 0; }
  .comment-form fieldset {
    border: 1px #d6d6d6 solid;
    margin: 25px 0;
    padding: 0; }
  .comment-form legend, .comment-form label {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .comment-form .fm-footer {
    text-align: center; }

.comments .cmsEditor .cms-editor-xhtmlfield {
  width: 100%; }

@media screen and (max-width: 549px) {
  .comments .comment .author .title {
    padding-right: 5em; } }

.comment--admin .comment__message {
  position: relative;
  padding-top: 10px; }

.comment__actions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 90%; }
  .comment__actions .checkbox__label {
    margin: 0; }
  .comment__actions li {
    display: inline;
    margin-left: 1em; }

.comment__report {
  margin-right: 1em;
  padding-left: 20px;
  background: url(images/flag_icon.png) no-repeat scroll left center; }

@media screen and (max-width: 549px) {
  .comment__message {
    position: relative;
    padding-top: 10px; }
  .comment__report {
    position: absolute;
    right: 0;
    top: 15px;
    margin: 0; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .comment__report {
    background: url(images/flag_icon@2x.png) no-repeat scroll left center;
    background-size: 14px 15px; } }

.comments__mass-delete {
  margin-top: 10px; }
  .comments__mass-delete:after {
    content: "";
    display: table;
    clear: both; }

.comments__mass-delete-field {
  float: right; }

.fullscreen__wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 11000; }
  .fullscreen__wrapper .rotate {
    display: none; }
  .fullscreen__wrapper .modal-fullscreen {
    position: absolute;
    top: 10%;
    bottom: 10%;
    z-index: 11000;
    width: 100%; }
  .fullscreen__wrapper .fullscreen__content-container {
    display: block;
    position: relative;
    text-align: initial;
    padding: 20px;
    background-color: #FFF;
    border: #EEE 5px solid;
    border-radius: 5px;
    width: 85%;
    max-width: 960px;
    max-height: 10000px;
    height: 100%;
    margin: 0 auto; }
    .fullscreen__wrapper .fullscreen__content-container .notes-resource__content,
    .fullscreen__wrapper .fullscreen__content-container .slides__viewport {
      max-height: 10000px;
      border: none; }
    .fullscreen__wrapper .fullscreen__content-container .revision-card {
      width: 100%;
      max-width: 100%; }
    .fullscreen__wrapper .fullscreen__content-container .dia-scrollbox {
      border: none; }
  .fullscreen__wrapper .btn--fullscreen--close {
    position: absolute;
    top: 5px;
    right: 15px;
    height: 20px;
    width: 20px;
    padding: 0;
    border: none;
    background: transparent url("images/resources-sprite.png") no-repeat 3px -497px;
    background-size: 50px;
    z-index: 11000; }
  .fullscreen__wrapper .slides {
    position: static; }
    .fullscreen__wrapper .slides .slides-list {
      position: absolute;
      top: 0;
      right: -15px;
      bottom: 0;
      left: -15px;
      height: auto;
      width: initial;
      max-width: initial; }
      .fullscreen__wrapper .slides .slides-list .slides__viewport {
        /* background-color: #FFF; */
        margin: 0; }
        .fullscreen__wrapper .slides .slides-list .slides__viewport .flip {
          right: 15px;
          bottom: 10px; }
        .fullscreen__wrapper .slides .slides-list .slides__viewport .slide__side--label {
          right: 20px;
          top: 20px;
          font-size: 55%;
          color: #9b9b9b; }
  .fullscreen__wrapper .notes-resource {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: none; }
    .fullscreen__wrapper .notes-resource .notes-resource__content {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      overflow-y: auto;
      padding: 20px;
      padding-right: 30px;
      background-color: white; }
  .fullscreen__wrapper .resource-actions {
    display: none; }

.fullscreen__wrapper--fixed {
  position: fixed;
  top: 0;
  bottom: 0; }

.fullscreen__wrapper--mindmap .modal-fullscreen {
  height: 100%;
  width: 100%;
  top: 0; }

.fullscreen__wrapper--mindmap .fullscreen__content-container {
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 0; }

@media screen and (max-width: 800px) {
  .fullscreen__wrapper .next,
  .fullscreen__wrapper .previous {
    display: none; }
  .fullscreen__wrapper .modal-fullscreen {
    height: 100%;
    width: 100%;
    top: 0; }
    .fullscreen__wrapper .modal-fullscreen .rotate {
      display: block;
      margin: 0 auto;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 0;
      right: 0;
      margin-top: -65px;
      height: 110px;
      width: 15rem;
      padding: 20px;
      padding-top: 75px;
      z-index: 11000;
      border-radius: 7px;
      color: #FFF;
      background-color: #369ad4; }
      .fullscreen__wrapper .modal-fullscreen .rotate:after {
        content: "";
        background: transparent url("images/resources-sprite.png") no-repeat 0 -540px;
        background-size: 50px;
        height: 55px;
        width: 50px;
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .fullscreen__wrapper .modal-fullscreen .notes-no-rotate ~ .rotate {
      display: none; }
  .fullscreen__wrapper .fullscreen__content-container {
    height: 100%;
    width: 100%;
    padding: 0;
    display: table;
    border-radius: 0;
    border: none; }
    .fullscreen__wrapper .fullscreen__content-container .slides-list {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0; }
    .fullscreen__wrapper .fullscreen__content-container .btn--fullscreen--close {
      top: 10px;
      right: 10px;
      height: 40px;
      width: 40px;
      background-position: 10px -690px;
      background-size: 70px;
      background-color: rgba(255, 255, 255, 0.85); }
    .fullscreen__wrapper .fullscreen__content-container .slides {
      height: 100%;
      width: 100%;
      display: table-cell;
      vertical-align: middle; }
      .fullscreen__wrapper .fullscreen__content-container .slides .slides__viewport {
        margin: 0;
        margin-top: 0;
        height: auto; }
        .fullscreen__wrapper .fullscreen__content-container .slides .slides__viewport .flip {
          display: inline-block;
          right: 15px;
          bottom: 10px; }
        .fullscreen__wrapper .fullscreen__content-container .slides .slides__viewport .slide__inner {
          margin: 0;
          left: 24px;
          right: 24px;
          min-height: initial; }
        .fullscreen__wrapper .fullscreen__content-container .slides .slides__viewport .slide__content {
          overflow: auto;
          height: 75%; }
      .fullscreen__wrapper .fullscreen__content-container .slides .flashcards__position,
      .fullscreen__wrapper .fullscreen__content-container .slides .slide__page-number {
        bottom: 4px; }
    .fullscreen__wrapper .fullscreen__content-container .notes-resource {
      height: 100%; }
    .fullscreen__wrapper .fullscreen__content-container .notes-resource__content {
      padding-right: 35px; }
    .fullscreen__wrapper .fullscreen__content-container .grNotes__content {
      overflow: auto;
      height: 75%;
      padding: 20px 35px; }
    .fullscreen__wrapper .fullscreen__content-container .grNotesTest .notes-resource__content {
      padding: 0; }
      .fullscreen__wrapper .fullscreen__content-container .grNotesTest .notes-resource__content .phrase-list {
        margin: 10px 20px 0; }
      .fullscreen__wrapper .fullscreen__content-container .grNotesTest .notes-resource__content .grNotes__content {
        padding: 0; }
    .fullscreen__wrapper .fullscreen__content-container .diagram {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .fullscreen__wrapper.fullscreen--portrait {
    display: table; }
    .fullscreen__wrapper.fullscreen--portrait .modal-fullscreen {
      display: table-cell;
      vertical-align: middle; }
      .fullscreen__wrapper.fullscreen--portrait .modal-fullscreen .fullscreen__content-container {
        transform: rotate(90deg);
        z-index: 11000; }
        .fullscreen__wrapper.fullscreen--portrait .modal-fullscreen .fullscreen__content-container.notes-no-rotate {
          transform: none; } }

@media screen and (max-width: 549px) {
  .fullscreen__wrapper .fullscreen__content-container {
    position: relative; }
    .fullscreen__wrapper .fullscreen__content-container .slides .slides__viewport {
      background-color: transparent;
      Xleft: 5px;
      Xright: 5px; }
      .fullscreen__wrapper .fullscreen__content-container .slides .slides__viewport .slide {
        font-size: 12px; }
        .fullscreen__wrapper .fullscreen__content-container .slides .slides__viewport .slide .slide__inner {
          left: 28px;
          right: 28px; }
      .fullscreen__wrapper .fullscreen__content-container .slides .slides__viewport .flip {
        right: 15px; }
      .fullscreen__wrapper .fullscreen__content-container .slides .slides__viewport .slide__side--label {
        top: 40px;
        right: 40px; } }

.test-yourself .fullscreen__content-container {
  padding: 0; }

.js-is-fullscreen #_hj_feedback_container {
  display: none; }

.no-js .resource--fullscreen-mode .notes-resource .fullscreen {
  display: none; }

.notes-resource {
  position: relative;
  max-width: 650px;
  margin: 0 auto; }
  .notes-resource .resource-actions .subscribe-popover {
    margin-bottom: 15px; }
  .notes-resource .notes-resource__content {
    height: 485px;
    overflow: hidden;
    overflow-y: auto;
    border: 2px solid #d8d8d8;
    padding: 15px 20px;
    background-color: #fbfbfb; }
    .notes-resource .notes-resource__content p:last-child {
      margin-bottom: 0; }

.media-print .notes-resource {
  padding-bottom: 40px;
  /* adjust for logo */
  /*
    &::after {
      content: '';
      position: fixed;
      right: 5px;
      bottom: 5px;
      height: 4cm;
      width: 4cm;
      overflow: visible;
      background: url(/static/images/Get-Revising-Logo-Medium.png) no-repeat bottom right;
      background-size: 4cm;
    }
*/ }
  .media-print .notes-resource h1 {
    color: #505050;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

@media screen and (min-width: 801px) {
  .resource--fullscreen-mode .notes-resource .fullscreen {
    left: 2px;
    bottom: 2px;
    background-position: 10px -26px;
    height: 40px;
    width: 40px;
    background-color: #fbfbfb; } }

@media screen and (max-width: 800px) {
  .notes-resource {
    height: 400px; }
    .notes-resource .notes-resource__content {
      height: 400px; } }

@media screen and (max-width: 549px) {
  .notes-resource {
    height: 250px; }
    .notes-resource .notes-resource__content {
      height: 250px;
      overflow: hidden; } }

table.listing,
table.content-listing {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-collapse: collapse;
  margin-bottom: 10px; }
  table.listing tr.headers,
  table.content-listing tr.headers {
    background: #e4e4e0;
    border-bottom: 1px solid #d6d6d6; }
  table.listing th,
  table.content-listing th {
    font-size: 100%;
    padding: 5px 0; }
  table.listing tr,
  table.content-listing tr {
    font-size: 100%; }
    table.listing tr td,
    table.content-listing tr td {
      padding: 5px 10px; }
  table.listing .alt1,
  table.content-listing .alt1 {
    background: #fff; }
  table.listing .alt2,
  table.content-listing .alt2 {
    background: #f7f7f7; }
  table.listing label, table.listing select, table.listing input,
  table.content-listing label,
  table.content-listing select,
  table.content-listing input {
    display: inline; }
  table.listing .checkbox__label,
  table.content-listing .checkbox__label {
    margin-right: 20px; }
  table.listing td.subject,
  table.content-listing td.subject {
    word-break: break-word; }

.similar {
  margin-bottom: 60px; }
  .similar .resource-item--audio {
    background-image: url(images/resources-200/audio.png);
    background-repeat: no-repeat; }
  .similar .resource-item--cardset {
    background-image: url(images/resources-200/cardset.png);
    background-repeat: no-repeat; }
  .similar .resource-item--crossword {
    background-image: url(images/resources-200/crossword.png);
    background-repeat: no-repeat; }
  .similar .resource-item--document {
    background-image: url(images/resources-200/document.png);
    background-repeat: no-repeat; }
  .similar .resource-item--flashcards {
    background-image: url(images/resources-200/flashcards.png);
    background-repeat: no-repeat; }
  .similar .resource-item--grid {
    background-image: url(images/resources-200/grid.png);
    background-repeat: no-repeat; }
  .similar .resource-item--image {
    background-image: url(images/resources-200/image.png);
    background-repeat: no-repeat; }
  .similar .resource-item--mindmap {
    background-image: url(images/resources-200/mindmap.png);
    background-repeat: no-repeat; }
  .similar .resource-item--notes {
    background-image: url(images/resources-200/notes.png);
    background-repeat: no-repeat; }
  .similar .resource-item--past-paper {
    background-image: url(images/resources-200/past-paper.png);
    background-repeat: no-repeat; }
  .similar .resource-item--presentation {
    background-image: url(images/resources-200/presentation.png);
    background-repeat: no-repeat; }
  .similar .resource-item--quiz {
    background-image: url(images/resources-200/quiz.png);
    background-repeat: no-repeat; }
  .similar .resource-item--quizsearch {
    background-image: url(images/resources-200/quizsearch.png);
    background-repeat: no-repeat; }
  .similar .resource-item--spreadsheet {
    background-image: url(images/resources-200/spreadsheet.png);
    background-repeat: no-repeat; }
  .similar .resource-item--upload {
    background-image: url(images/resources-200/upload.png);
    background-repeat: no-repeat; }
  .similar .resource-item--video {
    background-image: url(images/resources-200/video.png);
    background-repeat: no-repeat; }
  .similar .resource-item--webpage {
    background-image: url(images/resources-200/webpage.png);
    background-repeat: no-repeat; }
  .similar .resource-item--whiteboard {
    background-image: url(images/resources-200/whiteboard.png);
    background-repeat: no-repeat; }
  .similar .resource-item--timetable {
    background-image: url(images/resources-200/timetable.png);
    background-repeat: no-repeat; }
  .similar .resource-item--other {
    background-image: url(images/resources-200/other.png);
    background-repeat: no-repeat; }
  .similar .resource-item {
    background-size: 40px;
    min-height: 40px;
    padding-left: 50px; }
  .similar .resources-mlt h2 {
    font-size: 18px;
    line-height: 18px;
    padding: 0;
    margin: 0; }
  .similar .resources-mlt .listing {
    border-top: 2px #d6d6d6 solid;
    border-bottom: 2px #d6d6d6 solid;
    overflow: auto;
    margin: 15px 0 20px 0; }
    .similar .resources-mlt .listing .listing__item {
      display: block; }
      .similar .resources-mlt .listing .listing__item .resource-item__title {
        max-height: 45px;
        overflow: hidden; }
      .similar .resources-mlt .listing .listing__item:last-child {
        border-bottom: none; }
  .similar .resources-mlt .mlt__see-all {
    font-weight: bold; }
  .similar .resources-mlt .mlt__topics {
    margin-left: 25px; }

.similar--2col .resources-mlt .listing .listing__item {
  display: block;
  width: 50%;
  float: left; }
  .similar--2col .resources-mlt .listing .listing__item.alt2 {
    border-right: 10px solid #FFF;
    clear: left; }
  .similar--2col .resources-mlt .listing .listing__item.alt1 {
    border-left: 10px solid #FFF; }
  .similar--2col .resources-mlt .listing .listing__item:last-child {
    border-bottom: none; }

@media screen and (min-width: 801px) {
  .similar .resources-mlt .listing .listing__item:nth-last-child(2) {
    border-bottom: none; } }

@media screen and (max-width: 800px) {
  .similar .resources-mlt .listing .listing__item {
    width: 100%; }
    .similar .resources-mlt .listing .listing__item.alt2 {
      border-right: none; }
    .similar .resources-mlt .listing .listing__item.alt1 {
      border-left: none; }
    .similar .resources-mlt .listing .listing__item.last-five {
      display: none; } }

@media screen and (max-width: 549px) {
  .similar .resources-mlt .mlt__see-all {
    display: block; }
  .similar .resources-mlt .mlt__topics {
    margin-top: 20px;
    margin-left: 0; } }

.module-testimonials h2 {
  font-size: 18px; }

.module-testimonials .item {
  border-bottom: 1px #369ad4 solid;
  margin-bottom: 15px; }
  .module-testimonials .item p {
    font-size: 16px;
    color: #369ad4;
    font-weight: bold;
    margin-bottom: 15px; }
  .module-testimonials .item p.author {
    text-align: right;
    color: #505050;
    font-size: 14px;
    font-weight: 300; }

.resource-upload .fm-property-file {
  margin-bottom: 10px; }
  .resource-upload .fm-property-file .preview {
    padding: 10px 0; }

.resource-upload .fm-field-topic {
  clear: left; }

.resource-upload .fm-property-topic {
  float: none; }

.resource-upload #fsKey-Terms legend {
  display: none; }

.resource-upload .fm-tabs {
  overflow: auto;
  border-bottom: 4px solid #369ad4; }
  .resource-upload .fm-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .resource-upload .fm-tabs ul li {
      margin: 0;
      display: inline; }
      .resource-upload .fm-tabs ul li a {
        display: block;
        float: left;
        margin: 0 5px 0 0;
        padding: 6px 10px;
        font-size: 14px;
        background-color: #216db6;
        color: #fff;
        border: 1px solid #113960;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        text-decoration: none; }
        .resource-upload .fm-tabs ul li a:hover {
          text-decoration: underline;
          background-color: #369ad4;
          border-color: #216db6; }
    .resource-upload .fm-tabs ul .current a {
      background-color: #369ad4;
      border-color: #216db6;
      border-bottom-color: transparent;
      color: #fff; }
      .resource-upload .fm-tabs ul .current a:hover {
        background-color: #369ad4;
        border-color: #369ad4;
        color: #fff; }

.resource-upload .tab_panel {
  background: #fff;
  border: 1px solid #369ad4;
  padding: 10px; }

.resource-upload .tab_panel_youtube .listing .item {
  clear: both;
  margin: 0 0 1em 140px;
  position: relative; }
  .resource-upload .tab_panel_youtube .listing .item .thumbnail {
    float: left;
    margin-left: -140px;
    margin-top: 2.3em;
    text-align: center;
    width: 130px;
    height: 98px; }
  .resource-upload .tab_panel_youtube .listing .item .button {
    clear: both; }
  .resource-upload .tab_panel_youtube .listing .item ul.details {
    width: 40%;
    float: left; }

.resource-upload .tab_panel_youtube .btn {
  padding: 2px 10px;
  float: none; }

.resource-upload .testlink {
  cursor: pointer; }

.creeper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11100;
  padding: 1em 0 2em;
  transform: translateY(100%);
  transition: transform 1s ease-in-out;
  background-color: #369ad4;
  text-align: center; }
  .creeper select {
    margin-right: 1em;
    width: 300px; }
  .creeper .creeper__add-another,
  .creeper h1, .creeper p, .creeper a {
    color: #fff; }
  .creeper a {
    font-weight: bold; }
  .creeper .creeper__add-another {
    cursor: pointer; }

.creeper--in {
  transform: translateY(0); }

.creeper__inner {
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: .5em;
  position: relative; }

.creeper__dismiss {
  background: transparent url(images/white-x-11x11.png) no-repeat center center;
  cursor: pointer;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 11px; }

@media screen and (max-width: 549px) {
  .creeper__inner {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.2; }
    .creeper__inner h1 {
      font-size: 1.3em; }
    .creeper__inner p {
      font-size: 1.2em; }
    .creeper__inner h1, .creeper__inner p {
      margin: 0 0 10px 0; } }

.dpc-modal #_hj_feedback_container {
  display: none; }

.dpc-modal .fullscreen__wrapper .modal-fullscreen {
  top: 0;
  bottom: 0; }

@media screen and (min-width: 801px) {
  .fullscreen__wrapper .fullscreen__content-container--dpc {
    max-height: auto;
    max-width: 100%;
    width: 100%;
    border-radius: 0; } }

.uni-choices-page {
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 40px;
  padding-right: 40px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .uni-choices-page p {
    font-size: 16px; }
  .uni-choices-page h1 {
    text-align: center;
    font-size: 28px;
    font-size: 2rem; }
  .uni-choices-page h2 {
    font-size: 20px;
    font-size: 1.3rem; }

.uni-choices-page__logo {
  margin: 15px 0 25px;
  max-width: 80% !important; }

.uni-choices-page__content {
  flex: auto;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  max-width: 1350px; }

.uni-choices-page__pager {
  position: relative;
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1350px; }
  .uni-choices-page__pager .btn--text {
    border: 0;
    background: none transparent;
    font-weight: bold;
    margin-top: 7px; }
  .uni-choices-page__pager .btn--primary {
    background-color: #71d1a6;
    border: 0; }

.uni-thanks {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  text-align: center;
  font-size: 120%; }
  .uni-thanks .btn--primary {
    background-color: #71d1a6;
    border: 0;
    margin-top: 10px; }

.uni-years {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start; }

@media screen and (min-width: 801px) {
  .uni-years {
    width: 75%; } }

.uni-years__year {
  border: 1px solid #e4e4e0;
  background: #fbfbfb;
  font-weight: bold;
  padding: 10px;
  width: 125px;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: content-box; }

.uni-years__year--selected {
  border: 1px solid #e4e4e0;
  background: #95c676;
  color: #fff; }

.uni-choices {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column; }

@media screen and (min-width: 550px) {
  .uni-choices {
    left: 0%;
    right: 0%; } }

.uni-choices input.uni-choices__searchbox {
  background: url(images/search-orange-150x150.png) no-repeat;
  background-position: 5px 3px;
  background-size: 30px 30px;
  padding: 8px 10px 8px 45px;
  font-size: 1.2em;
  border: 1px solid #e4e4e0;
  margin-bottom: 0; }

.uni-choices__search-results {
  flex: auto;
  font-weight: bold;
  padding: 5px 20px;
  border: 1px solid #e4e4e0;
  margin-top: -1px;
  /* max-height: 18em; */
  overflow-y: auto; }
  .uni-choices__search-results li {
    padding: 5px;
    cursor: pointer;
    display: block; }

.uni-choices__selections {
  flex: auto;
  overflow-y: auto;
  margin-top: 20px; }
  .uni-choices__selections h2 {
    font-size: 130%; }

.uni-choices__selection {
  cursor: pointer;
  border: 1px solid #e4e4e0;
  background: #95c676;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
  float: left; }

.uni-choices__checks,
.uni-courses {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  padding: 10px;
  border: 1px solid #e4e4e0; }
  .uni-choices__checks:after,
  .uni-courses:after {
    content: "";
    display: table;
    clear: both; }

.uni-courses {
  top: 2em; }

@media screen and (max-width: 549px) {
  .uni-choices,
  .uni-choices__checks,
  .uni-courses {
    position: static; } }

@media screen and (min-width: 550px) and (max-width: 800px) {
  .uni-courses {
    top: 3em; } }

@media screen and (min-width: 550px) {
  .uni-choices__checks,
  .uni-courses {
    left: 0%;
    right: 0%; }
    .uni-choices__checks ul,
    .uni-courses ul {
      -moz-column-count: 2;
           column-count: 2; } }

@media screen and (min-width: 921px) {
  .uni-choices__checks,
  .uni-courses {
    left: 0%;
    right: 0%; }
    .uni-choices__checks ul,
    .uni-courses ul {
      -moz-column-count: 3;
           column-count: 3; } }

.clearing-intro,
.clearing-contact-prefs {
  max-width: 920px;
  margin: 0 auto; }

.clearing-intro__steps {
  list-style-type: none;
  margin-left: 0; }

@media screen and (min-width: 550px) {
  .uni-choices-page--clearing-intro {
    max-width: 50em;
    margin: 0 auto; }
  .clearing-intro__steps {
    display: flex;
    text-align: center; } }

.clearing-intro__step {
  display: block;
  flex: auto;
  margin: 0 20px;
  width: 33.3333%; }
  .clearing-intro__step::before {
    content: '';
    display: block;
    height: 120px;
    width: 120px;
    margin: 0 auto 10px;
    border: 3px solid #a4a4a4;
    border-radius: 2000px; }
  .clearing-intro__step h2 {
    color: #2F84BF;
    font-size: 125%;
    margin: 0 0 5px; }
  .clearing-intro__step p {
    font-weight: bold; }

@media screen and (max-width: 800px) {
  .uni-choices-page h1 {
    font-size: 24px;
    font-size: 1.7rem;
    margin-bottom: .5em; }
  .uni-choices-page h2 {
    font-size: 18px;
    font-size: 1.3rem; } }

@media screen and (max-width: 549px) {
  .uni-choices-page {
    padding-left: 20px;
    padding-right: 20px; }
  .uni-choices-page__logo {
    margin: 15px 0 15px;
    max-width: 55% !important; }
  .clearing-intro__step {
    flex: none;
    clear: left;
    margin: 0;
    width: auto; }
    .clearing-intro__step::before {
      float: left;
      margin: 0 20px 20px 0;
      height: 80px;
      width: 80px; } }

.clearing-intro__step-1::before {
  background: url(dpc-icons/megaphone.svg) no-repeat 40% 50%;
  background-size: 70%; }

.clearing-intro__step-2::before {
  background: url(dpc-icons/at-sign.svg) no-repeat center center;
  background-size: 70%; }

.clearing-intro__step-3::before {
  background: url(dpc-icons/hat.svg) no-repeat center center;
  background-size: 70%; }

.clearing-error {
  color: red;
  font-weight: bold;
  text-align: center; }

@media screen and (max-width: 549px) {
  .clearing-intro__submit {
    text-align: center;
    margin: 20px 0; }
  .clearing-intro__nope {
    display: none; } }

@media screen and (min-width: 550px) {
  .clearing-intro__footer-terms {
    display: flex; }
  .clearing-intro__submit {
    margin-left: 10px; }
  .clearing-intro__nope {
    cursor: pointer;
    text-align: center;
    margin: 20px 0 0; } }

.clearing-contact-prefs h2 {
  font-size: 130%;
  margin: 0 0 .5em; }

.clearing-contact-prefs p {
  margin: 0 0 .5em;
  font-style: italic; }

.clearing-contact-prefs label {
  font-weight: normal; }

.clearing-contact-prefs__adjustment,
.clearing-contact-prefs__mobile {
  margin-bottom: 20px; }
  .clearing-contact-prefs__adjustment label,
  .clearing-contact-prefs__mobile label {
    font-size: 16px; }

.clearing-intro__footer {
  clear: both; }
  .clearing-intro__footer h2, .clearing-intro__footer .clearing-contact-prefs__text-desc {
    margin-bottom: .5rem; }

.uni-choices__subtext {
  margin: 0;
  text-align: center; }

/*
 * Pages
 */
.homepage {
  text-align: center; }
  .homepage h1, .homepage h2, .homepage h3, .homepage p, .homepage ul, .homepage form {
    margin: 0;
    list-style-type: none; }
  .homepage label {
    font-weight: normal; }
  .homepage .btn--signup {
    padding-right: 3.5em;
    padding-left: 3.5em; }
  .homepage .video-js {
    width: 90% !important;
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px; }

.homepage__section {
  margin-top: 40px; }

.homepage__section:nth-last-of-type(1),
.homepage__section:nth-last-of-type(2) {
  margin-bottom: 40px; }

.homepage .homepage__subtitle {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px; }

.homepage__search {
  padding: 30px 20px;
  background-color: #8cc7a6; }
  .homepage__search h2, .homepage__search label {
    margin-bottom: 20px; }

.homepage__search__searchbox {
  height: 35px;
  padding-left: .5rem;
  text-overflow: ellipsis;
  padding-right: 30px; }

.homepage__search__searchbox,
.homepage__search__button {
  vertical-align: middle; }

.homepage__search h2,
.homepage__search label,
.homepage__usp h2,
.homepage__usp p,
.homepage__usp ul {
  color: #fff; }

.homepage__browse {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e4e4e0; }
  .homepage__browse .homepage__browse__button {
    position: relative;
    padding-top: .8rem;
    padding-bottom: .7rem;
    text-align: left;
    border-radius: 8px; }
  .homepage__browse .button-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2.2em;
    border-radius: 0 8px 8px 0; }
    .homepage__browse .button-arrow .button-arrow-content {
      position: absolute;
      top: 12%;
      left: 30%;
      font-size: 1.4em; }

.homepage__browse__button--gcse {
  background-color: #3bb5e0; }
  .homepage__browse__button--gcse .button-arrow {
    background-color: #389ec3; }

.homepage__browse__button--gcse:hover {
  background-color: #209cc8; }
  .homepage__browse__button--gcse:hover .button-arrow {
    background-color: #2d7e9b; }

.homepage__browse__button--a_ib {
  background-color: #44a0d4; }
  .homepage__browse__button--a_ib .button-arrow {
    background-color: #3e8dba; }

.homepage__browse__button--a_ib:hover {
  background-color: #2b86ba; }
  .homepage__browse__button--a_ib:hover .button-arrow {
    background-color: #317094; }

.homepage__browse__button--uni {
  background-color: #5d8ab8; }
  .homepage__browse__button--uni .button-arrow {
    background-color: #5179a2; }

.homepage__browse__button--uni:hover {
  background-color: #45719d; }
  .homepage__browse__button--uni:hover .button-arrow {
    background-color: #406080; }

.homepage__focus-feature {
  background: no-repeat center 30%;
  background-size: 60% auto; }

.flexbox .homepage__focus-feature {
  background-position: center 20%; }

.homepage__focus-feature h3 {
  padding-bottom: 55%; }

.flexbox .homepage__focus-feature h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  padding-bottom: 20px; }

.homepage__usp {
  padding: 30px 20px;
  background-color: #95c676; }
  .homepage__usp .btn--cta {
    margin-top: 10px; }

.homepage__usp__points {
  font-weight: bold; }
  .homepage__usp__points li {
    margin-top: 5px; }
  .homepage__usp__points li::before {
    content: url(images/tick-orange-17x13.png);
    position: relative;
    right: 7px; }

.homepage__video .homepage__item-text {
  margin-top: 20px;
  margin-bottom: 20px; }

@media screen and (max-width: 549px) {
  .homepage h1 {
    font-size: 22px; }
  .homepage h2 {
    font-size: 24px;
    line-height: 1.1; }
  .homepage h3 {
    line-height: 1.1; }
  .homepage h4 {
    font-size: 20px; }
  .homepage__subtitle {
    font-size: 16px; }
  .homepage__grades-cta .homepage__subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px; }
  .homepage__search__boxcontainer {
    width: 100%; }
  .homepage__search__searchbox {
    width: 100%; }
  .homepage__search__button {
    width: 75%;
    margin-top: 20px; }
  .homepage__focus-feature {
    margin-top: 40px; }
  .homepage__focus-feature img {
    max-height: 12rem !important; }
  .homepage__focus-feature .homepage__item-text {
    padding: 20px 0; }
  .homepage .video-js {
    height: 200px !important;
    border: 4px solid #e4e4e0;
    margin-bottom: 20px; } }

@media screen and (max-width: 800px) {
  .homepage__search__boxcontainer {
    position: relative;
    display: inline-block; }
  .homepage__search__searchbox {
    position: relative;
    display: inline-block;
    width: 100%; }
  .homepage__search__magnifier {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 32px;
    border: 0;
    background: url(images/search-orange-150x150.png) no-repeat;
    background-size: 28px;
    background-position: center; }
  .homepage__browse__link {
    display: block;
    margin-top: 15px; }
  .homepage__browse__button {
    display: block;
    width: 20rem;
    margin-right: auto;
    margin-left: auto; }
  .homepage__focus-feature img {
    max-height: 11rem; } }

@media screen and (min-width: 550px) and (max-width: 800px) {
  .homepage__grades-cta .homepage__subtitle {
    font-size: 22px; }
  .homepage__search__boxcontainer {
    width: 70%;
    margin-right: 2%; }
  .homepage__focus-feature {
    width: 48%; }
  .homepage .video-js {
    height: 300px !important; } }

@media screen and (min-width: 550px) {
  .homepage .homepage__subtitle {
    font-size: 20px; }
  .homepage__grades-cta .homepage__subtitle {
    margin-top: 20px; }
  .homepage__search__button {
    width: 22%; }
  .homepage__browse__button {
    margin-top: 5px; }
  .homepage__focus-feature {
    display: inline-block; }
  .homepage__focus-feature .homepage__item-text {
    min-height: 7em;
    padding-right: 2%;
    padding-left: 2%;
    margin-top: 20px; }
  .homepage__usp__points {
    font-size: 1.2rem; }
  .homepage__video .homepage__item-text {
    font-size: 18px; } }

@media screen and (min-width: 801px) {
  .homepage__grades-cta .homepage__subtitle {
    font-size: 22px; }
  .homepage__search__searchbox {
    display: inline;
    width: 70%;
    margin-right: 3%; }
  .homepage__browse__button {
    width: 28%; }
  .homepage__browse__link:not(:last-of-type) {
    margin-right: 1%; }
  .homepage__focus-feature {
    width: 30%; }
  .homepage__focus-feature img {
    max-height: 8.8rem; } }

.contact-form {
  margin-bottom: 3rem; }

.contact-form .fm-fieldset {
  padding: 0;
  border: 0;
  margin: .5rem 0; }

.contact-page {
  width: 90%;
  margin-right: auto;
  margin-left: auto; }

#forParentsPageContent {
  padding-top: 10px;
  text-shadow: none !important; }
  #forParentsPageContent h1 {
    font-size: 36px; }
  #forParentsPageContent h2 {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 19.8px; }
  #forParentsPageContent h1, #forParentsPageContent h2 {
    text-align: center;
    text-shadow: none !important; }

#parentsSegmentsContainer {
  background-image: url(/static/for-parents-page/notepaper-crop.png);
  padding: 1px 5% 5% 5%;
  margin: 30px auto 0 auto; }

.media-screen #parentsSegmentsContainer {
  background-image: url(/static/for-parents-page/notepaper-crop.png);
  border: 1px solid #d7d6cf; }

.parentsSegment {
  position: relative;
  padding: 30px 20px 20px 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  margin-top: 50px; }
  .parentsSegment h3 {
    position: absolute;
    top: -22px;
    background-color: #000;
    padding: 10px 14px;
    border-radius: 5px;
    font-size: 20px;
    font-family: Arial, sans-serif !important;
    color: #fff;
    text-shadow: none !important;
    font-weight: bold; }
  .parentsSegment h4 {
    font-family: Arial, sans-serif !important;
    font-size: 24px;
    text-shadow: none !important;
    margin: 7px 0 25px 5px; }

#whatIsGetRevising {
  color: #339bc0;
  border-color: #3bb5e0; }
  #whatIsGetRevising h3 {
    background-color: #339bc0; }
  #whatIsGetRevising h4 {
    color: #339bc0 !important; }
  #whatIsGetRevising img:first-of-type {
    margin-right: 20px; }
  #whatIsGetRevising .whatIsGetRevising-creating-and-sharing {
    font-size: 29px; }
    #whatIsGetRevising .whatIsGetRevising-creating-and-sharing strong {
      font-size: 40px;
      line-height: .5; }
      #whatIsGetRevising .whatIsGetRevising-creating-and-sharing strong .and-sharing {
        font-size: 36px; }
  #whatIsGetRevising .whatIsGetRevising-community {
    font-size: 23px; }
    #whatIsGetRevising .whatIsGetRevising-community strong {
      font-size: 53px;
      line-height: .8; }

#makingDifference {
  color: #e36f44;
  border-color: #ff7c4d; }
  #makingDifference h3 {
    background-color: #fe7b51; }
  #makingDifference h4 {
    color: #e36f44 !important; }
  #makingDifference .justifyContainer {
    font-size: 35px;
    line-height: 1; }
  #makingDifference .justifyContainer:first-line {
    font-size: 110px;
    letter-spacing: -3px;
    line-height: .8; }
  #makingDifference .justifyContainer strong:last-of-type {
    font-size: 50px;
    letter-spacing: -1px; }
  #makingDifference .mixedContainer {
    margin-left: 10px; }
  #makingDifference .mixedContainer div {
    font-size: 26px; }
  #makingDifference .mixedContainer div div {
    margin-bottom: 5px; }
  #makingDifference .mixedContainer strong {
    font-size: 100px;
    line-height: 80%;
    margin-right: 10px; }
  #makingDifference .mixedContainer img {
    margin-bottom: 5px; }
  #makingDifference .makingDifference-achieve {
    margin-top: 5px; }
  #makingDifference .makingDifference-pieChart {
    padding-left: 25px; }
  #makingDifference .mixedContainer {
    position: relative; }
  #makingDifference .makingDifference-barChart {
    position: absolute;
    top: 5px;
    right: 0; }
  #makingDifference .makingDifference-jcq {
    font-size: 17px; }

#coveringSubjects {
  -moz-column-break-after: always;
       break-after: always;
  color: #8cc7a6;
  border-color: #8cc7a6; }
  #coveringSubjects h3 {
    background-color: #8cc7a6; }
  #coveringSubjects h4 {
    color: #74a68a !important; }
  #coveringSubjects img {
    margin-bottom: 20px; }
  #coveringSubjects .justifyContainer {
    width: 210px;
    font-size: 29px;
    color: #7fb597; }
  #coveringSubjects .justifyContainer strong {
    font-size: 35px;
    color: #74a68a; }
  #coveringSubjects .justifyContainer .topNum {
    font-size: 46px;
    line-height: 80%; }
  #coveringSubjects p {
    margin-top: 20px;
    font-size: 17px;
    color: #74a68a; }
  #coveringSubjects .justifyContainer:nth-child(2) {
    width: 340px; }

#smartTools {
  color: #3b8cb9;
  border-color: #44a0d4;
  font-size: 29px; }
  #smartTools strong {
    font-size: 35px; }
  #smartTools h3 {
    background-color: #44a0d4; }
  #smartTools h4 {
    color: #3b8cb9 !important; }
  #smartTools img {
    margin-bottom: 10px; }
  #smartTools .parentsSegmentContent {
    line-height: 1; }
  #smartTools .justifyContainer:not(:last-of-type) {
    margin-right: 65px; }
  #smartTools .smartTools-big-picture {
    line-height: .8; }
  #smartTools .smartTools-jigsaw {
    margin-left: 10px;
    margin-top: -10px; }

#supportedByTeachers {
  color: #7da663;
  border-color: #8fc669; }
  #supportedByTeachers h3 {
    background-color: #8fc669; }
  #supportedByTeachers h4 {
    color: #7da663 !important; }
  #supportedByTeachers .justifyContainer {
    width: 250px; }
  #supportedByTeachers .justifyContainer:nth-child(2) {
    width: 260px; }
  #supportedByTeachers .justifyContainer {
    font-size: 29px; }
  #supportedByTeachers .justifyContainer .topNum {
    font-size: 46px; }
  #supportedByTeachers .justifyContainer strong {
    font-size: 35px; }
  #supportedByTeachers .justifyContainer:last-of-type strong {
    font-size: 27px; }
  #supportedByTeachers img {
    margin-bottom: 10px; }
  #supportedByTeachers .justifyContainer:nth-child(1) img {
    margin-top: 10px;
    margin-bottom: 12px; }
  #supportedByTeachers .justifyContainer:nth-child(3) img {
    margin-top: 5px;
    margin-bottom: 15px; }

.parentsSegmentContent {
  text-align: center;
  margin: 0 auto; }
  .parentsSegmentContent strong {
    font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
    font-weight: normal !important; }

.parentsSegmentContent > span,
.parentsSegmentContent > div,
.parentsSegmentContent > img {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle; }

.justifyContainer {
  text-align: center;
  text-justify: distribute; }

.mixedContainer {
  text-align: left; }

.mixedContainer > div > div {
  display: inline-block;
  vertical-align: bottom; }

/*share icon colors */
.share-icon-facebook {
  background-color: #3b5998; }

.share-icon-email {
  background-color: #44a0d4; }

.share-icon-print {
  background-color: #04b5df; }

/*end share icon colors*/
.share-icons-top {
  text-align: right;
  vertical-align: middle;
  margin-top: -20px;
  margin-bottom: 15px; }
  .share-icons-top .share-icon {
    display: inline-block;
    width: 32px;
    height: 30px;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle; }
  .share-icons-top a {
    text-decoration: none; }

.share-icons-top .share-icon-facebook > img {
  margin-top: 4px;
  margin-left: 8px; }

.share-icons-top .share-icon-email > img {
  margin-top: 9px; }

.share-icons-top .share-icon-print > img {
  margin-top: 8px; }

.share-icons-lower {
  margin-top: 30px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  vertical-align: middle; }
  .share-icons-lower h3 {
    display: inline;
    margin-right: 5px;
    color: #0870bf !important;
    text-shadow: none !important;
    font-weight: bold; }
  .share-icons-lower .share-icon {
    position: relative;
    display: inline-block;
    height: 1.9em;
    padding: 6px 28px 0 18px;
    margin-right: 4px;
    border-radius: 4px;
    vertical-align: middle;
    margin-bottom: 15px; }
  .share-icons-lower span {
    margin-left: 3px;
    color: #FFF; }
  .share-icons-lower a {
    text-decoration: none; }

.share-icons-lower .share-icon-facebook > img {
  position: absolute;
  top: 7px;
  left: 15px; }

.share-icons-lower .share-icon-facebook > span {
  margin-left: 20px; }

.share-icon-email > form {
  text-align: left;
  font-size: 17px; }

.share-icon-email {
  position: relative; }

.share-icon-email > form {
  display: none; }

.share-icon-email:hover > form,
.share-icon-email > .persistent-email-form {
  position: absolute;
  display: block;
  width: 340px;
  border: 3px solid #44a0d4;
  border-radius: 5px;
  color: #000;
  background-color: #fff;
  padding: 15px 10px;
  z-index: 10; }
  .share-icon-email:hover > form span,
  .share-icon-email > .persistent-email-form span {
    color: #555;
    vertical-align: middle;
    line-height: 150%; }
  .share-icon-email:hover > form input,
  .share-icon-email > .persistent-email-form input {
    float: left;
    width: 70%;
    height: 2em;
    border-radius: 3px;
    margin-top: 7px;
    font-size: 18px; }
  .share-icon-email:hover > form button,
  .share-icon-email > .persistent-email-form button {
    margin: 5px 0 0 5px; }

.share-icons-lower .share-icon-email input {
  margin-left: 5px; }

.share-icons-lower .share-icon-email:hover > form,
.share-icons-lower .share-icon-email > .persistent-email-form {
  top: -108px;
  left: -20px; }

.share-icons-top .share-icon-email:hover > form,
.share-icons-top .share-icon-email > .persistent-email-form {
  top: 30px;
  left: -250px; }

@media screen and (max-width: 800px) {
  .parentsSegment h3 {
    height: 3.6em;
    line-height: 2.5em;
    top: -37px;
    right: 10%;
    width: 80%;
    text-align: center; }
  .parentsSegment h4 {
    text-align: center; }
  #smartTools .justifyContainer:not(:last-of-type), #makingDifference .mixedContainer {
    margin: 0 0 10px 0; }
  #coveringSubjects .justifyContainer:nth-child(2), #supportedByTeachers .justifyContainer {
    width: auto; }
  #makingDifference .mixedContainer strong {
    font-size: 3em; }
  #makingDifference .makingDifference-barChart {
    margin: 0 auto;
    position: relative;
    display: block; }
  #makingDifference .makingDifference-pieChart {
    padding: 0; }
  .parentsSegmentContent > div, .parentsSegmentContent > img {
    padding: 0; }
  #whatIsGetRevising img:first-of-type {
    margin-bottom: 10px; }
  #supportedByTeachers .justifyContainer:nth-child(2) {
    width: auto; } }

@media screen and (max-width: 810px) {
  .share-icons-lower .share-icon {
    height: auto;
    margin-bottom: 5px;
    display: block; }
  .share-icons-lower .share-icon-facebook {
    text-indent: 14px; }
    .share-icons-lower .share-icon-facebook > img {
      left: initial; } }

@media screen and (max-width: 320px) {
  .parentsSegment h3 {
    line-height: 1.3em; }
  #smartTools h3 {
    line-height: 2.5em; } }

.for-teachers {
  margin-top: 45px;
  font-size: 16px; }
  .for-teachers h1 {
    font-size: 36px;
    text-align: center; }
  .for-teachers h2 {
    font-size: 30px;
    text-align: center; }
  .for-teachers h3 {
    font-size: 24px;
    margin-bottom: 20px; }
  .for-teachers input {
    font-size: 16px; }
  .for-teachers form .fm-field {
    float: left; }
  .for-teachers label {
    visibility: hidden;
    position: absolute;
    left: -999em;
    width: 1px; }
  .for-teachers .btn {
    padding: 4px 9px; }

p.for-teachers__strapline {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px; }

.for-teachers__key-features {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d6d6d6; }

.for-teachers__key-actions {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .for-teachers__key-actions > li {
    margin-right: 0;
    font-size: 18px;
    width: 33.33333%;
    padding-top: 195px;
    text-align: center; }
  .for-teachers__key-actions .for-teachers__search {
    margin: 0 28px; }

.for-teachers__key-planner {
  background: url(images/for-teachers/top-calendar.png) no-repeat 50% 0; }

.for-teachers__key-create {
  background: url(images/for-teachers/top-resources.png) no-repeat 50% 0; }

.for-teachers__key-search {
  background: url(images/for-teachers/top-resource-types.png) no-repeat 50% 0; }

.for-teachers__key-text {
  display: block;
  padding: 0 25px 20px; }

.for-teachers__search-term {
  margin-right: 7px; }

@media screen and (min-width: 550px) and (max-width: 800px) {
  .for-teachers__key-actions {
    display: block; }
    .for-teachers__key-actions > li {
      display: block;
      width: auto;
      margin: 0 auto 2em;
      padding: 30px 0 0 270px;
      min-height: 175px;
      text-align: left; }
    .for-teachers__key-actions .for-teachers__search {
      margin: 0 0; }
  .for-teachers__key-planner {
    background: url(images/for-teachers/top-calendar.png) no-repeat 0% 0;
    background-size: 235px; }
  .for-teachers__key-create {
    background: url(images/for-teachers/top-resources.png) no-repeat 0% 0;
    background-size: 235px; }
  .for-teachers__key-search {
    background: url(images/for-teachers/top-resource-types.png) no-repeat 0% 0;
    background-size: 235px; }
  .for-teachers__key-text {
    display: block;
    padding: 0 0 20px; } }

@media screen and (max-width: 549px) {
  .for-teachers__key-actions {
    display: block; }
    .for-teachers__key-actions > li {
      display: block;
      width: auto;
      margin: 0 auto 2em;
      padding: 175px 0 0 0;
      min-height: 175px;
      text-align: center; }
  .for-teachers__search {
    margin: 0 0;
    display: flex;
    justify-content: center; }
  .for-teachers__key-planner {
    background: url(images/for-teachers/top-calendar.png) no-repeat 50% 0;
    background-size: 235px; }
  .for-teachers__key-create {
    background: url(images/for-teachers/top-resources.png) no-repeat 50% 0;
    background-size: 235px; }
  .for-teachers__key-search {
    background: url(images/for-teachers/top-resource-types.png) no-repeat 50% 0;
    background-size: 235px; }
  .for-teachers__key-text {
    display: block;
    padding: 0 0 20px; } }

.for-teachers__search input {
  padding: 5px 7px;
  width: 10em; }

.for-teachers__free-resources-title {
  text-align: center; }

.for-teachers .check-list {
  padding: 0 0 10px;
  margin: 0;
  list-style-type: none;
  line-height: 1.7; }

.for-teachers .ticked,
.for-teachers .check-list li {
  background: transparent url(images/orange-tick-24x19.png) no-repeat center left;
  margin: 0 0 10px;
  padding: 0 0 0 32px; }

.for-teachers__free-resources {
  margin-bottom: 50px;
  border-bottom: 1px solid #d6d6d6; }
  .for-teachers__free-resources ul {
    list-style-type: none;
    text-align: center;
    margin: 0 auto; }

.for-teachers__free-resource-title {
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 1.3;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important;
  font-weight: 300;
  color: #0870bf; }

.for-teachers__free-resource-feature {
  margin-bottom: 60px; }
  .for-teachers__free-resource-feature img {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 100%; }

.for-teachers__free-resource-feature--gr li {
  width: 24%;
  margin: 10px 0 0 0;
  vertical-align: top;
  font-size: 18px; }

.for-teachers__free-resource-feature--tick .for-teachers__free-resource-title {
  padding-left: 35px;
  background: transparent url(images/tick-blue-31x29.png) no-repeat center left; }

.for-teachers__free-resource-signup-cta {
  margin-top: 20px; }

.for-teachers__all-receive {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px; }
  .for-teachers__all-receive li {
    margin: 20px 0; }

.for-teachers__completed {
  background-color: #8cc7a6;
  color: #fff;
  text-align: center;
  padding: 20px 15px;
  margin-bottom: 50px;
  border-radius: 1px; }

.for-teachers__contact {
  background-color: #8cc7a6;
  color: #fff;
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 50px;
  border-radius: 1px; }
  .for-teachers__contact h2 {
    color: #fff;
    font-size: 36px;
    text-shadow: none;
    margin-bottom: 20px; }
  .for-teachers__contact input {
    color: #505050; }

.for-teachers__search-error {
  color: #f00; }

.for-teachers__contact-field {
  margin: 20px 1%;
  width: 31%; }
  .for-teachers__contact-field input {
    display: block;
    padding: 7px 10px;
    width: 94%; }

.for-teachers__to-exams {
  margin-bottom: 50px;
  border-bottom: 1px solid #d6d6d6; }

h2.for-teachers__term-time-title,
h2.for-teachers__to-exams-title {
  font-size: 36px;
  margin-bottom: 30px; }

.for-teachers__managing-time {
  padding-left: 325px;
  background: url(images/for-teachers/for-teachers-calendar@2x.png) no-repeat top left;
  background-size: 295px;
  min-height: 205px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6; }

.for-teachers__finding-help {
  padding-right: 330px;
  background: url(images/for-teachers/for-teachers-find@2x.png) no-repeat top right;
  background-size: 290px;
  min-height: 195px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6; }

.for-teachers__catching-up {
  padding-left: 330px;
  background: url(images/for-teachers/for-teachers-catching-up@2x.png) no-repeat top left;
  background-size: 300px;
  min-height: 195px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6; }

.for-teachers__make-timetable {
  padding-right: 320px;
  background: url(images/for-teachers/for-teachers-timetable@2x.png) no-repeat top right;
  background-size: 298px;
  min-height: 208px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #d6d6d6; }

.for-teachers__bigger-picture {
  padding-left: 320px;
  background: url(images/for-teachers/for-teachers-mindmap@2x.png) no-repeat top left;
  background-size: 291px;
  min-height: 203px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #d6d6d6; }

.for-teachers__cramming {
  padding-right: 330px;
  background: url(images/for-teachers/for-teachers-cramming@2x.png) no-repeat top right;
  background-size: 273px;
  min-height: 165px;
  padding-bottom: 55px; }

@media screen and (max-width: 800px) {
  .for-teachers__difference {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .for-teachers__difference .video-js {
      max-width: 100%; } }

@media screen and (min-width: 801px) {
  .for-teachers__difference {
    display: flex;
    overflow: auto;
    padding-bottom: 55px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d6d6d6; }
    .for-teachers__difference .video-js {
      max-width: 100%; }
  .for-teachers__difference-text {
    padding-right: 15px;
    width: 50%; } }

@media screen and (max-width: 549px) {
  .for-teachers__about-section {
    padding: 220px 0 20px;
    background-position: 50% 0;
    text-align: center; } }

.past-papers h6 {
  margin: 0; }

.past-papers__main-heading {
  padding-left: 57.6px;
  margin-bottom: 30px;
  background-image: url(images/resources-200/past-paper.png);
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: 0 center;
  line-height: 48px; }

.past-papers__main-heading,
.past-papers__results-heading {
  font-size: 22px; }

.past-papers__combined-description {
  background-image: url(images/past-papers/papers.png), url(images/past-papers/questions.png), url(images/past-papers/clock.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-color: #71d1a6;
  font-size: 120%; }

.past-papers__selection {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.past-papers__selection__criterion .past-papers__selection__description,
.past-papers__combined-description {
  padding: 105px 8px 0;
  border-radius: 5px;
  color: #fff;
  text-align: center; }

.past-papers__selection__criterion .past-papers__selection__description {
  display: block;
  height: 170px;
  background: no-repeat 50% 20%;
  background-size: 70px; }

.past-papers__selection__criterion--level .past-papers__selection__description {
  background-image: url(images/past-papers/papers.png);
  background-color: #44a0d4; }

.past-papers__selection__criterion--subject .past-papers__selection__description {
  background-image: url(images/past-papers/questions.png);
  background-color: #71d1a6; }

.past-papers__selection__criterion--board .past-papers__selection__description {
  background-image: url(images/past-papers/clock.png);
  background-color: #fcb813; }

.past-papers__select-container {
  position: relative;
  margin-top: 5px;
  margin-bottom: 30px; }

.past-papers__selection__dropdown {
  display: block;
  width: 100%; }

.past-papers__selection__dropdown-label {
  display: block;
  color: #0870bf;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important;
  font-size: 120%;
  cursor: default; }

.past-papers__missing {
  padding-left: 20px;
  margin-top: 40px;
  background: url(images/content-icons/info-45x45.png) no-repeat;
  background-size: 16px;
  background-position: 2px left;
  color: #666; }

.past-papers__missing__prefix {
  font-weight: bold; }

.past-papers__find-papers-button {
  clear: both;
  display: block;
  width: 14rem;
  margin-right: auto;
  margin-left: auto; }

.past-papers__results-heading {
  clear: right; }

.past-paper-link:not(.past-paper-mark-scheme) {
  font-weight: bold; }

.results-list__more,
.results-list__again {
  margin-top: 28px;
  margin-bottom: 55px; }

.past-papers__error-message {
  margin: 0 0 40px;
  padding: 0;
  list-style-type: none;
  color: #f00;
  font-size: 110%;
  text-align: center; }

@media screen and (max-width: 549px) {
  .past-papers__combined-description {
    background-position: 22% 20%, 50% 20%, right 22% top 20%; } }

@media screen and (max-width: 800px) {
  .past-papers__selection__criterion .past-papers__selection__description,
  .past-papers__combined-description {
    padding: 90px 10px 8px; }
  .past-papers__combined-description {
    background-size: 60px; }
  .past-papers__selection__dropdown-label {
    margin-top: 20px; }
  .past-papers__abbreviated-result {
    padding: 1rem 0 .65rem;
    border-top: 1px solid #ddd; }
  .past-papers__abbreviated-result:last-of-type {
    border-bottom: 1px solid #ddd; }
  .past-papers__abbreviated-result__board {
    margin: .5rem 0 .3rem 0; }
  .past-papers__results-heading {
    margin-bottom: 20px; } }

@media screen and (min-width: 550px) and (max-width: 800px) {
  .past-papers__combined-description {
    background-position: 28% 20%, 50% 20%, right 28% top 20%;
    max-width: 555px;
    margin: 0 auto; }
  .past-papers__selection__criterion {
    width: 75%;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (min-width: 801px) {
  .past-papers {
    margin-bottom: 3.5rem; }
  .past-papers__main-form {
    min-height: 21rem; }
  .past-papers__selection__criterion {
    float: left;
    width: 32%; }
  .past-papers__selection__criterion:not(:first-of-type) {
    margin-left: 2%; }
  .past-papers__selection__criterion .past-papers__selection__description {
    font-size: 140%; }
  .past-papers__selection__dropdown-label {
    margin-top: 30px; }
  .past-papers__results-heading {
    margin-bottom: 30px; }
  .past-papers__full-results {
    border: 0;
    width: 100%; }
  .past-papers__full-results th {
    padding: 0 10px 10px 10px;
    white-space: nowrap;
    font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
    font-weight: normal !important; }
  .past-papers__full-results td {
    height: 70px;
    padding: 16px 10px 5px; }
  .past-papers__full-results th:nth-of-type(5) {
    width: 345px; }
  .past-papers__full-results th:nth-of-type(6) {
    width: 145px; }
  .past-papers__full-results th,
  .past-papers__full-results td {
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top; }
  .past-papers__full-results td a {
    display: block;
    overflow: hidden; }
    .past-papers__full-results td a span {
      text-overflow: ellipsis; } }

/*
 * pages.search-results
 *
 * This defines the page layout of search results and category pages.
 *
 * See components.results-filter for filter section styling.
 * See components.results-list for item styling.
 * See components.search-form for the search form styling.
 */
.search-page {
  margin-bottom: 40px; }
  .search-page h1 {
    text-align: center;
    font-size: 2.12rem; }

.search-page--empty .search-form, .search-page--empty .results-list {
  margin: 0 auto; }

.search-page--empty .no-results {
  text-align: center; }

@media screen and (min-width: 801px) {
  .search-page--with-results .search-form {
    float: right;
    width: 68.5%;
    padding-left: 20px; }
  .search-page--with-results .results-list {
    float: left;
    width: 68.5%; }
  .results-filter {
    float: left;
    width: 31.5%; }
  .results-list {
    padding-left: 20px; }
  .search-page--empty .search-form, .search-page--empty .results-list {
    width: 50%; } }

.resource-type {
  width: 100%;
  margin: 2rem auto 0 auto; }

.resource-type__heading {
  text-align: center; }

.resource-type__list {
  list-style-type: none; }

.resource-type__item {
  padding: .5rem .5rem .5rem 6rem;
  background: no-repeat 0.5rem 0.5rem #e4e4e0;
  background-size: 4.5rem;
  min-height: 6.5rem;
  margin-bottom: 1rem; }

.resource-type__item--audio {
  background-image: url(images/resources-200/audio.png);
  background-repeat: no-repeat; }

.resource-type__item--cardset {
  background-image: url(images/resources-200/cardset.png);
  background-repeat: no-repeat; }

.resource-type__item--crossword {
  background-image: url(images/resources-200/crossword.png);
  background-repeat: no-repeat; }

.resource-type__item--document {
  background-image: url(images/resources-200/document.png);
  background-repeat: no-repeat; }

.resource-type__item--flashcards {
  background-image: url(images/resources-200/flashcards.png);
  background-repeat: no-repeat; }

.resource-type__item--grid {
  background-image: url(images/resources-200/grid.png);
  background-repeat: no-repeat; }

.resource-type__item--image {
  background-image: url(images/resources-200/image.png);
  background-repeat: no-repeat; }

.resource-type__item--mindmap {
  background-image: url(images/resources-200/mindmap.png);
  background-repeat: no-repeat; }

.resource-type__item--notes {
  background-image: url(images/resources-200/notes.png);
  background-repeat: no-repeat; }

.resource-type__item--past-paper {
  background-image: url(images/resources-200/past-paper.png);
  background-repeat: no-repeat; }

.resource-type__item--presentation {
  background-image: url(images/resources-200/presentation.png);
  background-repeat: no-repeat; }

.resource-type__item--quiz {
  background-image: url(images/resources-200/quiz.png);
  background-repeat: no-repeat; }

.resource-type__item--quizsearch {
  background-image: url(images/resources-200/quizsearch.png);
  background-repeat: no-repeat; }

.resource-type__item--spreadsheet {
  background-image: url(images/resources-200/spreadsheet.png);
  background-repeat: no-repeat; }

.resource-type__item--upload {
  background-image: url(images/resources-200/upload.png);
  background-repeat: no-repeat; }

.resource-type__item--video {
  background-image: url(images/resources-200/video.png);
  background-repeat: no-repeat; }

.resource-type__item--webpage {
  background-image: url(images/resources-200/webpage.png);
  background-repeat: no-repeat; }

.resource-type__item--whiteboard {
  background-image: url(images/resources-200/whiteboard.png);
  background-repeat: no-repeat; }

.resource-type__item--timetable {
  background-image: url(images/resources-200/timetable.png);
  background-repeat: no-repeat; }

.resource-type__item--other {
  background-image: url(images/resources-200/other.png);
  background-repeat: no-repeat; }

.resource-type__title {
  font-size: 16px;
  margin-bottom: .5rem; }

.resource-type__description > p {
  margin: 0; }

@media screen and (max-width: 549px) {
  .resource-type__list {
    width: 90%;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (min-width: 550px) {
  .resource-type__list {
    width: 100%;
    margin-left: 0; }
  .resource-type__item {
    float: left;
    width: 48%;
    min-height: 10rem; } }

@media screen and (min-width: 550px) and (max-width: 800px) {
  .resource-type__item:nth-child(odd) {
    margin-left: 1rem; } }

@media screen and (min-width: 801px) {
  .resource-type__item:nth-child(odd) {
    clear: left;
    margin-right: 1rem; } }

.resources-category-list {
  width: 100%;
  margin-bottom: 40px; }

@media screen and (min-width: 550px) and (max-width: 800px) {
  .resources-category-list {
    -moz-column-count: 2;
         column-count: 2; } }

@media screen and (min-width: 801px) {
  .resources-category-list {
    -moz-column-count: 3;
         column-count: 3; } }

.resource-view__header--audio {
  background-image: url(images/resources-200/audio.png);
  background-repeat: no-repeat; }

.resource-view__header--cardset {
  background-image: url(images/resources-200/cardset.png);
  background-repeat: no-repeat; }

.resource-view__header--crossword {
  background-image: url(images/resources-200/crossword.png);
  background-repeat: no-repeat; }

.resource-view__header--document {
  background-image: url(images/resources-200/document.png);
  background-repeat: no-repeat; }

.resource-view__header--flashcards {
  background-image: url(images/resources-200/flashcards.png);
  background-repeat: no-repeat; }

.resource-view__header--grid {
  background-image: url(images/resources-200/grid.png);
  background-repeat: no-repeat; }

.resource-view__header--image {
  background-image: url(images/resources-200/image.png);
  background-repeat: no-repeat; }

.resource-view__header--mindmap {
  background-image: url(images/resources-200/mindmap.png);
  background-repeat: no-repeat; }

.resource-view__header--notes {
  background-image: url(images/resources-200/notes.png);
  background-repeat: no-repeat; }

.resource-view__header--past-paper {
  background-image: url(images/resources-200/past-paper.png);
  background-repeat: no-repeat; }

.resource-view__header--presentation {
  background-image: url(images/resources-200/presentation.png);
  background-repeat: no-repeat; }

.resource-view__header--quiz {
  background-image: url(images/resources-200/quiz.png);
  background-repeat: no-repeat; }

.resource-view__header--quizsearch {
  background-image: url(images/resources-200/quizsearch.png);
  background-repeat: no-repeat; }

.resource-view__header--spreadsheet {
  background-image: url(images/resources-200/spreadsheet.png);
  background-repeat: no-repeat; }

.resource-view__header--upload {
  background-image: url(images/resources-200/upload.png);
  background-repeat: no-repeat; }

.resource-view__header--video {
  background-image: url(images/resources-200/video.png);
  background-repeat: no-repeat; }

.resource-view__header--webpage {
  background-image: url(images/resources-200/webpage.png);
  background-repeat: no-repeat; }

.resource-view__header--whiteboard {
  background-image: url(images/resources-200/whiteboard.png);
  background-repeat: no-repeat; }

.resource-view__header--timetable {
  background-image: url(images/resources-200/timetable.png);
  background-repeat: no-repeat; }

.resource-view__header--other {
  background-image: url(images/resources-200/other.png);
  background-repeat: no-repeat; }

.resource-mpu .ad-unit--mpu-body {
  margin: 0 auto 40px auto;
  padding: 5px;
  width: 310px; }

@media screen and (max-width: 340px) {
  .resource-mpu .ad-unit--mpu-body {
    position: relative;
    left: -8px; } }

.resource-view {
  position: relative;
  z-index: 0; }
  .resource-view .resource-view__header {
    background-position: .2rem .2rem;
    margin-bottom: 15px; }

.resource__main-title {
  margin-bottom: 0;
  font-size: 22px; }

.resource__recommendations .teacher-recommend .btn {
  margin-top: 1em; }

@media screen and (min-width: 321px) {
  .resource__recommendations .teacher-recommend .btn {
    margin: 0 0 0 1em; } }

.resource__recommendations .rating {
  float: left; }

.resource__teacher-recommended {
  float: left;
  margin-bottom: 0; }

.resource__teacher-recommended {
  background: url(images/teacher-recommended.png) no-repeat;
  color: #dc9530;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal !important;
  padding-left: 24px;
  margin-left: 15px;
  background-size: 20px;
  background-position: 0 3px; }

.resource__info-collapse {
  display: block;
  clear: left;
  margin-top: 1rem;
  color: #3b8cb9;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer; }

.shared__content {
  margin: 0 auto;
  text-align: center; }
  .shared__content .resource--fullscreen-mode {
    position: relative; }

.resource__info-collapse:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -2px;
  margin-right: .4rem;
  background: url(images/collapse-indicators/minus-plus-blue-60.png) no-repeat;
  background-size: 16px;
  vertical-align: middle; }

.collapsable.collapsable--in .resource__info-collapse:before {
  background-position: 0 0; }

.collapsable:not(.collapsable--in) .resource__info-collapse:before {
  background-position: 0 -48px; }

.resource__tags,
.resource__creation-data {
  list-style-type: none; }

.resource__tags {
  margin: 0; }

.resource-view .body .resource__tags {
  margin-top: 15px; }

.resource__creation-data {
  margin: 0 0 15px; }

.resource__tags > li {
  display: inline-block; }

.resource__tag {
  min-width: 5rem;
  display: inline-block;
  padding: .4rem 1rem .3rem 1rem;
  border-radius: 5rem;
  margin-bottom: 15px;
  margin-right: 10px;
  color: #444;
  background-color: #f0f0f0;
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal;
  text-align: center;
  transition: all .3s; }

.resource__tag:hover,
.resource__tag:active {
  background-color: #ccc;
  text-decoration: none; }

.resource__creation-data__value,
.resource__creation-data__value a,
.resource__tag a {
  color: #444; }

.resource__creation-data {
  clear: left; }

.resource__creation-data__value {
  font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
  font-weight: normal; }

.resource__description p {
  margin: 0; }

.resource--fullscreen-mode .fullscreen {
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: #FFF url("images/resources-sprite.png") no-repeat;
  background-size: 50px; }

@media screen and (min-width: 801px) {
  .resource-view--image .resource--fullscreen-mode {
    display: inline-block; }
    .resource-view--image .resource--fullscreen-mode .fullscreen {
      left: 2px;
      bottom: 2px;
      background-position: 10px -28px;
      height: 40px;
      width: 40px;
      background-color: #fbfbfb; } }

@media screen and (max-width: 549px) {
  .resource-view .resource-view__header {
    background-size: 40px;
    min-height: 50px; }
  .resource__main-title {
    padding-left: 55px;
    font-size: 20px;
    font-size: 20px;
    min-height: 45px; }
  .resource__description {
    margin-bottom: 15px;
    margin-top: 20px; } }

menu.tools {
  overflow: auto; }
  menu.tools .actions {
    margin-bottom: 10px;
    float: left; }

@media screen and (max-width: 320px) {
  .resource__recommendations .rating {
    float: none; }
  .resource__recommendations .resource__teacher-recommended {
    float: none;
    margin: 15px 0 0; } }

@media screen and (min-width: 550px) {
  .resource__main-title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px; }
  .resource__creation-data > li {
    display: inline-block; }
  .resource__creation-data > li:not(:first-of-type) {
    margin-left: 15px; } }

@media screen and (min-width: 550px) and (max-width: 800px) {
  .resource-view .resource-view__header {
    background-size: 65px;
    min-height: 75px; }
  .resource__main-title,
  .resource__description {
    padding-left: 75px;
    min-height: 10px; }
  .resource__recommendations {
    margin-top: 30px; } }

@media screen and (min-width: 801px) {
  .resource-view .resource-view__header {
    background-size: 82px;
    min-height: 92px; }
  .resource__main-title,
  .resource__description,
  .resource__recommendations {
    padding-left: 95px; }
  .resource__recommendations {
    margin-top: 15px; } }

.resource-type-document {
  padding: 0 0 20px 0;
  font-size: 16px; }

@media screen and (max-width: 800px) {
  .resource-editing-tools {
    display: none; }
  .resource--fullscreen-mode .fullscreen {
    background-color: rgba(55, 158, 212, 0.78);
    background-image: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    text-indent: 0;
    display: table; }
    .resource--fullscreen-mode .fullscreen .btn__inner {
      display: table-cell;
      vertical-align: middle; }
    .resource--fullscreen-mode .fullscreen .btn__label {
      padding: 15px 35px;
      padding-left: 65px;
      border-radius: 10px;
      text-shadow: none;
      background: #44a0d4 url("images/resources-sprite.png") no-repeat 35px 15px;
      background-size: 60px; }
  .resource-view--image .resource--fullscreen-mode .fullscreen {
    background-color: transparent;
    display: block; }
    .resource-view--image .resource--fullscreen-mode .fullscreen .btn__inner {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0); } }

.resource-more-preview-footer {
  text-align: center; }

.alert-resource-draft {
  position: relative;
  padding: 10px 10em 10px 15px;
  text-align: left; }
  .alert-resource-draft p {
    margin: 0; }

.alert-resource-draft__form {
  position: absolute;
  top: 15px;
  right: 15px; }

.resource-view .download {
  margin: 20px 0;
  text-align: center; }

.resource-view-container-block {
  max-width: 650px;
  max-width: 98vw;
  margin-right: 22px;
  float: left; }

.resource-view-sidebar-block {
  max-width: 290px;
  float: left; }

.document-preview {
  border-bottom: 1px solid #e4e4e0;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.document-preview__image-wrap {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #e4e4e0; }

.document-page-preview {
  clear: left;
  margin-bottom: 20px;
  overflow: auto; }
  .document-page-preview h3 {
    color: #505050; }

.document-page-preview-slide__img {
  display: none; }

.document-page-preview-slide__text {
  background-color: #fbfbfb;
  border: 2px solid #d8d8d8;
  padding: 10px;
  width: 100%; }

@media screen and (min-width: 550px) {
  .document-page-preview-slide {
    display: table;
    width: 100%; }
  .document-page-preview-slide__img,
  .document-page-preview-slide__text {
    display: table-cell;
    vertical-align: top; }
  .document-page-preview-slide__text {
    margin-left: 15px; } }

.document-page-preview-image {
  display: block;
  float: left;
  margin-right: 15px;
  border: 2px solid #d8d8d8; }

.presentation-preview__image {
  margin: 0 auto;
  display: block;
  border: 2px solid #d8d8d8; }

.resource-view .document {
  height: 470px;
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fbfbfb;
  border: 3px solid #d8d8d8;
  position: relative; }

.resource-view .document__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%; }
  .resource-view .document__text a, .resource-view .document__text .fileinfo {
    display: block; }
  .resource-view .document__text a {
    padding: 20px 0;
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 1.3;
    font-family: "Museo Sans Cyrillic", Verdana, Arial, Geneva, Lucida, sans-serif;
    font-weight: normal !important; }
  .resource-view .document__text .fileinfo__type {
    font-weight: bold;
    padding: 10px 0; }
  .resource-view .document__text .fileinfo__size {
    display: block;
    padding: 20px 0; }

.resource-view .resource-type-spreadsheet .fileinfo__type {
  padding-left: 40px;
  background: url(images/document-icons/excel.png) no-repeat left center; }

.resource-view .resource-type-presentation .fileinfo__type {
  padding-left: 40px;
  background: url(images/document-icons/powerpoint.png) no-repeat left center; }

.resource-view .resource-type-document .fileinfo__type {
  padding-left: 40px;
  background: url(images/document-icons/word.png) no-repeat left center; }

.resource-view .resource-type-media {
  height: 470px;
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #191919;
  border: 3px solid #d8d8d8;
  position: relative; }

.resource-view .resource-type-media__button {
  display: block;
  background: url(images/video-play.png) no-repeat center center;
  width: 82px;
  height: 82px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -41px;
  margin-left: -41px; }

.resource-view .resource-type-media__button {
  background: url(images/video-play--disabled.png) no-repeat center center; }

.resource-view--video .video-js {
  margin: 0 auto 20px; }

@media screen and (max-width: 549px) {
  .resource-view .document {
    height: 300px; } }

.resource-delete {
  font-size: 110%; }

.pt-make .page-body {
  min-width: 965px; }
  .pt-make .page-body .resources-types ul {
    padding: 0;
    margin: 0 -20px 0 0;
    list-style: none; }
    .pt-make .page-body .resources-types ul a {
      font-weight: bold; }
    .pt-make .page-body .resources-types ul .revision-tool {
      box-sizing: content-box;
      width: 191px;
      height: 120px;
      padding: 10px 10px 10px 100px;
      float: left;
      position: relative;
      margin: 0 17px 14px 0;
      background-clip: padding-box;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px;
      background-color: #e4e4e0;
      background-size: 81px;
      background-position-x: 10px;
      background-position-y: 10px;
      border: 1px solid #d8d8d8; }
      .pt-make .page-body .resources-types ul .revision-tool .btn {
        position: absolute;
        bottom: 10px; }
      .pt-make .page-body .resources-types ul .revision-tool .btn-howto {
        right: 4.8em; }
      .pt-make .page-body .resources-types ul .revision-tool .btn-go {
        right: 10px; }
      .pt-make .page-body .resources-types ul .revision-tool .resource-type-footer ul {
        position: absolute;
        left: 10px;
        bottom: 10px; }
        .pt-make .page-body .resources-types ul .revision-tool .resource-type-footer ul li {
          width: 28px;
          height: 28px;
          float: left;
          display: block;
          margin: 0 10px 0 0; }
          .pt-make .page-body .resources-types ul .revision-tool .resource-type-footer ul li span {
            display: none; }
        .pt-make .page-body .resources-types ul .revision-tool .resource-type-footer ul .tip-bitesize {
          background: url(images/learning-types.png) no-repeat -60px -60px; }
          .pt-make .page-body .resources-types ul .revision-tool .resource-type-footer ul .tip-bitesize:hover {
            background: url(images/learning-types.png) no-repeat -208px -60px; }
        .pt-make .page-body .resources-types ul .revision-tool .resource-type-footer ul .tip-cram {
          background: url(images/learning-types.png) no-repeat -60px -128px; }
          .pt-make .page-body .resources-types ul .revision-tool .resource-type-footer ul .tip-cram:hover {
            background: url(images/learning-types.png) no-repeat -208px -128px; }
        .pt-make .page-body .resources-types ul .revision-tool .resource-type-footer ul .tip-group {
          background: url(images/learning-types.png) no-repeat -60px -264px; }
          .pt-make .page-body .resources-types ul .revision-tool .resource-type-footer ul .tip-group:hover {
            background: url(images/learning-types.png) no-repeat -208px -264px; }
        .pt-make .page-body .resources-types ul .revision-tool .resource-type-footer ul .tip-testing {
          background: url(images/learning-types.png) no-repeat -60px -332px; }
          .pt-make .page-body .resources-types ul .revision-tool .resource-type-footer ul .tip-testing:hover {
            background: url(images/learning-types.png) no-repeat -208px -332px; }
        .pt-make .page-body .resources-types ul .revision-tool .resource-type-footer ul .tip-detail {
          background: url(images/learning-types.png) no-repeat -60px -196px; }
          .pt-make .page-body .resources-types ul .revision-tool .resource-type-footer ul .tip-detail:hover {
            background: url(images/learning-types.png) no-repeat -208px -196px; }
        .pt-make .page-body .resources-types ul .revision-tool .resource-type-footer ul .tip-visual {
          background: url(images/learning-types.png) no-repeat -60px -400px; }
          .pt-make .page-body .resources-types ul .revision-tool .resource-type-footer ul .tip-visual:hover {
            background: url(images/learning-types.png) no-repeat -208px -400px; }
    .pt-make .page-body .resources-types ul .revision-tool-audio {
      background-image: url(images/resources-200/audio.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-cardset {
      background-image: url(images/resources-200/cardset.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-crossword {
      background-image: url(images/resources-200/crossword.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-document {
      background-image: url(images/resources-200/document.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-flashcards {
      background-image: url(images/resources-200/flashcards.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-grid {
      background-image: url(images/resources-200/grid.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-image {
      background-image: url(images/resources-200/image.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-mindmap {
      background-image: url(images/resources-200/mindmap.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-notes {
      background-image: url(images/resources-200/notes.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-past-paper {
      background-image: url(images/resources-200/past-paper.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-presentation {
      background-image: url(images/resources-200/presentation.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-quiz {
      background-image: url(images/resources-200/quiz.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-quizsearch {
      background-image: url(images/resources-200/quizsearch.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-spreadsheet {
      background-image: url(images/resources-200/spreadsheet.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-upload {
      background-image: url(images/resources-200/upload.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-video {
      background-image: url(images/resources-200/video.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-webpage {
      background-image: url(images/resources-200/webpage.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-whiteboard {
      background-image: url(images/resources-200/whiteboard.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-timetable {
      background-image: url(images/resources-200/timetable.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-other {
      background-image: url(images/resources-200/other.png);
      background-repeat: no-repeat; }
    .pt-make .page-body .resources-types ul .revision-tool-timetable {
      width: 510px;
      margin: 0 0 20px; }
    .pt-make .page-body .resources-types ul .revision-tool--all-active {
      cursor: pointer; }

.cf-popover-dialog-resource-preview .xhr-content {
  width: 590px;
  max-height: 600px;
  overflow-y: auto;
  margin: 0;
  padding: 0 20px; }

.widget-make-resource__intro {
  margin: 40px 0;
  padding: 0 0 20px;
  overflow: auto;
  border-bottom: 1px solid #d6d6d6; }
  .widget-make-resource__intro .widget-make-resource__intro_what, .widget-make-resource__intro .widget-make-resource__intro_how {
    margin-right: 10px; }
  .widget-make-resource__intro .widget-make-resource__intro_what, .widget-make-resource__intro .widget-make-resource__intro_how, .widget-make-resource__intro .widget-make-resource__intro_why {
    width: 306px;
    float: left; }
    .widget-make-resource__intro .widget-make-resource__intro_what .title, .widget-make-resource__intro .widget-make-resource__intro_how .title, .widget-make-resource__intro .widget-make-resource__intro_why .title {
      color: #fff;
      text-shadow: none;
      font-size: 120%;
      padding: 13px 20px;
      height: 36px;
      box-sizing: initial; }
  .widget-make-resource__intro .widget-make-resource__intro_what .title {
    background: transparent url(images/blue-speech-bubbles.png) no-repeat 0 0; }
  .widget-make-resource__intro .widget-make-resource__intro_how .title {
    background: transparent url(images/blue-speech-bubbles.png) no-repeat 0 -100px; }
  .widget-make-resource__intro .widget-make-resource__intro_why .title {
    background: transparent url(images/blue-speech-bubbles.png) no-repeat 0 -200px; }
  .widget-make-resource__intro .widget-make-resource__create {
    clear: both;
    padding: 20px 0; }
    .widget-make-resource__intro .widget-make-resource__create .btn--cta {
      float: none;
      margin: 0 auto;
      width: 10em;
      white-space: nowrap;
      display: block; }

.widget-make-resource__what, .widget-make-resource__how, .widget-make-resource__why {
  border-top: 1px solid #d6d6d6;
  padding: 40px 0 0;
  margin-top: 40px; }
  .widget-make-resource__what .revision-card .slide__content, .widget-make-resource__how .revision-card .slide__content, .widget-make-resource__why .revision-card .slide__content {
    font-size: 85%; }

.widget-make-resource__preview {
  position: relative;
  border: 1px solid #d8d8d8;
  background-color: #e4e4e0;
  padding: 15px; }
  .widget-make-resource__preview .slides__viewport {
    background-color: #FFF; }
  .widget-make-resource__preview img {
    margin: 0 auto;
    display: block; }

.widget-make-resource__zoom {
  width: 46px;
  height: 46px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  background: url(images/magnifier-grey-46x46.png) no-repeat 50% 50%; }

.widget-make-resource__zoom:hover {
  background: url(images/magnifier-orange-46x46.png) no-repeat 50% 50%; }

.widget-make-resource__why {
  margin-bottom: 25px; }

.widget-make-resource__start {
  border: 1px solid #d8d8d8;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #e4e4e0;
  padding: 20px; }
  .widget-make-resource__start .widget-make-resource__start-text {
    float: right;
    width: 35%; }

.widget-make-resource__how-text {
  width: 33.3333%;
  float: right;
  margin-left: 10px; }

.widget-make-resource__what-text, .widget-make-resource__why-text {
  width: 33.3333%;
  float: left;
  margin-right: 10px; }

.widget-make-resource__preview--1 {
  margin-left: 35%; }

.widget-make-resource__preview--2 {
  margin-right: 35%; }

.widget-make-resource__preview--3 {
  margin-left: 35%; }

.cf-popover-dialog-resource-preview .modal-header {
  background-color: transparent;
  border: 0; }
  .cf-popover-dialog-resource-preview .modal-header h3 {
    display: none; }
  .cf-popover-dialog-resource-preview .modal-header p.subtitle {
    display: none; }
  .cf-popover-dialog-resource-preview .modal-header .btn-close-dialog {
    background: url(../../../assets/application/styles/images/20x20-sprite.png?v=27) no-repeat top left;
    background-position: 0 -2102px;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px; }

.cf-popover-dialog-resource-preview .modal-body {
  padding-bottom: 15px;
  overflow: hidden; }

.admin-cpanel p, .admin-cpanel h3 {
  margin-bottom: 5px; }

.admin-cpanel p {
  color: #bdbdbd;
  width: 50%;
  font-style: italic; }

.admin-cpanel ul {
  margin-bottom: 20px; }

.ps-converse-admin .page-body li:first-child {
  padding-right: 0; }

.ps-converse-inbox .page-content {
  margin-bottom: 20px; }

.ps-converse-inbox td .checkbox__label {
  padding-top: 2px;
  padding-bottom: 2px; }

.nav-tabs {
  border-bottom: 4px solid #369ad4;
  margin: 0;
  padding-left: 0; }
  .nav-tabs li a {
    color: #FFF;
    padding: 3px 10px;
    margin-right: 2px;
    background-color: #216db6;
    border: 1px solid #113960;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    text-decoration: none; }
  .nav-tabs .active a {
    cursor: default;
    background-color: #369ad4;
    border: 1px solid #216db6;
    border-bottom-color: transparent; }
  .nav-tabs .pull-right a {
    margin-right: 0;
    margin-left: 2px; }

.tab-content {
  border: 1px solid #369ad4;
  border-top: 0;
  padding: 10px; }

.ui-autocomplete img {
  margin-right: 15px; }

.ui-autocomplete .title, .ui-autocomplete .desc {
  display: inline-block;
  clear: right;
  line-height: 100%;
  margin: 0; }

.ui-autocomplete .desc {
  float: right; }

@media screen and (max-width: 549px) {
  .nav-tabs li a {
    font-size: 12px; } }

.grids-create .kinds {
  margin: 0;
  overflow: auto; }
  .grids-create .kinds .kind {
    position: relative;
    display: block;
    float: left;
    word-wrap: break-word;
    margin: 0 20px 20px 0;
    height: 125px;
    width: 295px;
    border: 1px solid #d6d6d6;
    background-color: #e4e4e0;
    padding: 15px; }
    .grids-create .kinds .kind .title {
      font-weight: bold;
      font-size: 16px; }
    .grids-create .kinds .kind .actions {
      position: absolute;
      bottom: 0;
      right: 0; }

.editor-page {
  margin-bottom: 30px; }
  .editor-page .fm-property-hidden,
  .editor-page .fm-property-teacher_recommended,
  .editor-page .qdb-questions {
    border: none; }
  .editor-page h3.title {
    font-size: 14px;
    cursor: pointer; }
    .editor-page h3.title:hover {
      text-decoration: underline; }
  .editor-page .body.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease; }
    .editor-page .body.collapse.in {
      height: auto; }
  .editor-page .ccmsForm .fm-field.fm-property-hidden,
  .editor-page .ccmsForm .fm-property-teacher_recommended {
    margin: 15px 0;
    padding: 0; }

.page-sidebar .cards-list {
  margin-top: 66px;
  padding-top: 73px;
  list-style: none;
  margin-left: 0; }
  .page-sidebar .cards-list > li {
    position: relative;
    padding: 8px;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .page-sidebar .cards-list > li.current {
      border: 1px solid #d6d6d6; }
    .page-sidebar .cards-list > li.new-card {
      background: transparent url(../../../assets/application/styles/images/batch-sprites.png) no-repeat -11px -10px;
      padding-left: 31px; }
    .page-sidebar .cards-list > li .move {
      float: left;
      display: block;
      width: 16px;
      height: 16px;
      clear: both;
      cursor: move;
      background: url(../../../assets/application/styles/images/batch-sprites.png) no-repeat -20px -1118px;
      margin-right: 8px; }
    .page-sidebar .cards-list > li .card-delete {
      position: absolute;
      right: 5px;
      top: 8px;
      display: block;
      width: 16px;
      height: 16px;
      text-indent: 0;
      background: url(../../application/styles/images/batch-sprites.png) no-repeat -20px -630px; }
      .page-sidebar .cards-list > li .card-delete:hover {
        background-position: -20px -696px; }
    .page-sidebar .cards-list > li .text-only {
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px 1px 1px 1px);
      /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px); }

.picker {
  margin-top: 20px; }

.help-categories h2 {
  font-size: 14px; }
  .help-categories h2 a {
    color: #fff; }

.module-page {
  width: 650px;
  max-width: 100%;
  margin: 0 auto 40px; }

.card.selected {
  border: 1px solid #0d6efd;
  border-radius: 6px;
  border-width: 3px; }

.card.selected .card-header,
.card.selected .card-footer {
  background-color: #0d6efd !important; }

.card.selected .card-header h2,
.card.selected .card-header h3,
.card.selected .card-header p,
.card.selected .card-footer .text-body-secondary {
  color: #e5e7eb !important;
  font-weight: bold; }

.pay-now {
  color: #e5e7eb !important;
  font-weight: bold;
  text-decoration-line: none; }

.gr-card-selected {
  background-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  border-bottom-color: #e5e7eb;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #e5e7eb;
  border-left-style: solid;
  border-left-width: 0px;
  border-right-color: #e5e7eb;
  border-right-style: solid;
  border-right-width: 0px;
  border-top-color: #e5e7eb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top-style: solid;
  border-top-width: 0px;
  box-sizing: border-box;
  color: black;
  display: block;
  font-feature-settings: normal;
  font-size: 10px;
  font-variation-settings: normal;
  font-weight: 600;
  height: 23px;
  left: 9px;
  letter-spacing: 0.25px;
  line-height: 15px;
  margin-block-end: 0px;
  margin-block-start: 0px;
  margin-bottom: 0px;
  margin-inline-end: 0px;
  margin-inline-start: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  position: absolute;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  text-transform: uppercase;
  top: -2px;
  transform: matrix(1, 0, 0, 1, 0, -11.5);
  unicode-bidi: isolate; }

.gr-coupon-applied {
  background-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  border-bottom-color: black;
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: black;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: black;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: black;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: black;
  font-size: 14px;
  font-weight: 600;
  height: 38px;
  line-height: 20px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  width: -moz-max-content;
  width: max-content; }

.gr-special-offer {
  background-color: #d1fae5;
  border-bottom-color: #059669;
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #059669;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #059669;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #059669;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: #059669;
  font-size: 14px;
  font-weight: 600;
  height: 38px;
  line-height: 20px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  width: -moz-max-content;
  width: max-content; }

/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after, .page-footer .page-footer__top__content:after,
.sponsor:after,
.resource-view__footer .resource-view__footer__tools:after,
.resource-view__footer .resource-view__footer__toolbars:after,
.search-page:after,
.resource-type__list:after,
.resource__recommendations:after,
.document-preview:after,
.resources-types:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*\
    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.u-2/3`) or a spoken-
 * word format (e.g. `.u-2-of-3`). Use these in your markup:
 *
 * <div class="u-7/12">
 */
.u-1-of-1 {
  width: 100% !important; }

.u-1-of-2 {
  width: 50% !important; }

.u-1-of-3 {
  width: 33.33333% !important; }

.u-2-of-3 {
  width: 66.66667% !important; }

.u-1-of-4 {
  width: 25% !important; }

.u-2-of-4 {
  width: 50% !important; }

.u-3-of-4 {
  width: 75% !important; }

.u-1-of-5 {
  width: 20% !important; }

.u-2-of-5 {
  width: 40% !important; }

.u-3-of-5 {
  width: 60% !important; }

.u-4-of-5 {
  width: 80% !important; }

/*------------------------------------*\
    #WIDTHS-RESPONSIVE
\*------------------------------------*/
/**
 * Responsive width classes based on your responsive settings.
 */
@media screen and (max-width: 320px) {
  .u-1-of-1-palm-portrait-and-under {
    width: 100% !important; }
  .u-1-of-2-palm-portrait-and-under {
    width: 50% !important; }
  .u-1-of-3-palm-portrait-and-under {
    width: 33.33333% !important; }
  .u-2-of-3-palm-portrait-and-under {
    width: 66.66667% !important; }
  .u-1-of-4-palm-portrait-and-under {
    width: 25% !important; }
  .u-2-of-4-palm-portrait-and-under {
    width: 50% !important; }
  .u-3-of-4-palm-portrait-and-under {
    width: 75% !important; }
  .u-1-of-5-palm-portrait-and-under {
    width: 20% !important; }
  .u-2-of-5-palm-portrait-and-under {
    width: 40% !important; }
  .u-3-of-5-palm-portrait-and-under {
    width: 60% !important; }
  .u-4-of-5-palm-portrait-and-under {
    width: 80% !important; } }

@media screen and (min-width: 321px) and (max-width: 549px) {
  .u-1-of-1-palm-landscape-only {
    width: 100% !important; }
  .u-1-of-2-palm-landscape-only {
    width: 50% !important; }
  .u-1-of-3-palm-landscape-only {
    width: 33.33333% !important; }
  .u-2-of-3-palm-landscape-only {
    width: 66.66667% !important; }
  .u-1-of-4-palm-landscape-only {
    width: 25% !important; }
  .u-2-of-4-palm-landscape-only {
    width: 50% !important; }
  .u-3-of-4-palm-landscape-only {
    width: 75% !important; }
  .u-1-of-5-palm-landscape-only {
    width: 20% !important; }
  .u-2-of-5-palm-landscape-only {
    width: 40% !important; }
  .u-3-of-5-palm-landscape-only {
    width: 60% !important; }
  .u-4-of-5-palm-landscape-only {
    width: 80% !important; } }

@media screen and (max-width: 549px) {
  .u-1-of-1-palm-landscape-and-under {
    width: 100% !important; }
  .u-1-of-2-palm-landscape-and-under {
    width: 50% !important; }
  .u-1-of-3-palm-landscape-and-under {
    width: 33.33333% !important; }
  .u-2-of-3-palm-landscape-and-under {
    width: 66.66667% !important; }
  .u-1-of-4-palm-landscape-and-under {
    width: 25% !important; }
  .u-2-of-4-palm-landscape-and-under {
    width: 50% !important; }
  .u-3-of-4-palm-landscape-and-under {
    width: 75% !important; }
  .u-1-of-5-palm-landscape-and-under {
    width: 20% !important; }
  .u-2-of-5-palm-landscape-and-under {
    width: 40% !important; }
  .u-3-of-5-palm-landscape-and-under {
    width: 60% !important; }
  .u-4-of-5-palm-landscape-and-under {
    width: 80% !important; } }

@media screen and (min-width: 321px) {
  .u-1-of-1-palm-landscape-and-up {
    width: 100% !important; }
  .u-1-of-2-palm-landscape-and-up {
    width: 50% !important; }
  .u-1-of-3-palm-landscape-and-up {
    width: 33.33333% !important; }
  .u-2-of-3-palm-landscape-and-up {
    width: 66.66667% !important; }
  .u-1-of-4-palm-landscape-and-up {
    width: 25% !important; }
  .u-2-of-4-palm-landscape-and-up {
    width: 50% !important; }
  .u-3-of-4-palm-landscape-and-up {
    width: 75% !important; }
  .u-1-of-5-palm-landscape-and-up {
    width: 20% !important; }
  .u-2-of-5-palm-landscape-and-up {
    width: 40% !important; }
  .u-3-of-5-palm-landscape-and-up {
    width: 60% !important; }
  .u-4-of-5-palm-landscape-and-up {
    width: 80% !important; } }

@media screen and (min-width: 550px) and (max-width: 800px) {
  .u-1-of-1-lap-only {
    width: 100% !important; }
  .u-1-of-2-lap-only {
    width: 50% !important; }
  .u-1-of-3-lap-only {
    width: 33.33333% !important; }
  .u-2-of-3-lap-only {
    width: 66.66667% !important; }
  .u-1-of-4-lap-only {
    width: 25% !important; }
  .u-2-of-4-lap-only {
    width: 50% !important; }
  .u-3-of-4-lap-only {
    width: 75% !important; }
  .u-1-of-5-lap-only {
    width: 20% !important; }
  .u-2-of-5-lap-only {
    width: 40% !important; }
  .u-3-of-5-lap-only {
    width: 60% !important; }
  .u-4-of-5-lap-only {
    width: 80% !important; } }

@media screen and (max-width: 800px) {
  .u-1-of-1-lap-and-under {
    width: 100% !important; }
  .u-1-of-2-lap-and-under {
    width: 50% !important; }
  .u-1-of-3-lap-and-under {
    width: 33.33333% !important; }
  .u-2-of-3-lap-and-under {
    width: 66.66667% !important; }
  .u-1-of-4-lap-and-under {
    width: 25% !important; }
  .u-2-of-4-lap-and-under {
    width: 50% !important; }
  .u-3-of-4-lap-and-under {
    width: 75% !important; }
  .u-1-of-5-lap-and-under {
    width: 20% !important; }
  .u-2-of-5-lap-and-under {
    width: 40% !important; }
  .u-3-of-5-lap-and-under {
    width: 60% !important; }
  .u-4-of-5-lap-and-under {
    width: 80% !important; } }

@media screen and (min-width: 550px) {
  .u-1-of-1-lap-and-up {
    width: 100% !important; }
  .u-1-of-2-lap-and-up {
    width: 50% !important; }
  .u-1-of-3-lap-and-up {
    width: 33.33333% !important; }
  .u-2-of-3-lap-and-up {
    width: 66.66667% !important; }
  .u-1-of-4-lap-and-up {
    width: 25% !important; }
  .u-2-of-4-lap-and-up {
    width: 50% !important; }
  .u-3-of-4-lap-and-up {
    width: 75% !important; }
  .u-1-of-5-lap-and-up {
    width: 20% !important; }
  .u-2-of-5-lap-and-up {
    width: 40% !important; }
  .u-3-of-5-lap-and-up {
    width: 60% !important; }
  .u-4-of-5-lap-and-up {
    width: 80% !important; } }

@media screen and (min-width: 801px) {
  .u-1-of-1-desk-and-up {
    width: 100% !important; }
  .u-1-of-2-desk-and-up {
    width: 50% !important; }
  .u-1-of-3-desk-and-up {
    width: 33.33333% !important; }
  .u-2-of-3-desk-and-up {
    width: 66.66667% !important; }
  .u-1-of-4-desk-and-up {
    width: 25% !important; }
  .u-2-of-4-desk-and-up {
    width: 50% !important; }
  .u-3-of-4-desk-and-up {
    width: 75% !important; }
  .u-1-of-5-desk-and-up {
    width: 20% !important; }
  .u-2-of-5-desk-and-up {
    width: 40% !important; }
  .u-3-of-5-desk-and-up {
    width: 60% !important; }
  .u-4-of-5-desk-and-up {
    width: 80% !important; } }

@media screen and (max-width: 800px) {
  .u-1-of-1-small-desk-and-under {
    width: 100% !important; }
  .u-1-of-2-small-desk-and-under {
    width: 50% !important; }
  .u-1-of-3-small-desk-and-under {
    width: 33.33333% !important; }
  .u-2-of-3-small-desk-and-under {
    width: 66.66667% !important; }
  .u-1-of-4-small-desk-and-under {
    width: 25% !important; }
  .u-2-of-4-small-desk-and-under {
    width: 50% !important; }
  .u-3-of-4-small-desk-and-under {
    width: 75% !important; }
  .u-1-of-5-small-desk-and-under {
    width: 20% !important; }
  .u-2-of-5-small-desk-and-under {
    width: 40% !important; }
  .u-3-of-5-small-desk-and-under {
    width: 60% !important; }
  .u-4-of-5-small-desk-and-under {
    width: 80% !important; } }

@media screen and (min-width: 801px) {
  .u-1-of-1-small-desk-and-up {
    width: 100% !important; }
  .u-1-of-2-small-desk-and-up {
    width: 50% !important; }
  .u-1-of-3-small-desk-and-up {
    width: 33.33333% !important; }
  .u-2-of-3-small-desk-and-up {
    width: 66.66667% !important; }
  .u-1-of-4-small-desk-and-up {
    width: 25% !important; }
  .u-2-of-4-small-desk-and-up {
    width: 50% !important; }
  .u-3-of-4-small-desk-and-up {
    width: 75% !important; }
  .u-1-of-5-small-desk-and-up {
    width: 20% !important; }
  .u-2-of-5-small-desk-and-up {
    width: 40% !important; }
  .u-3-of-5-small-desk-and-up {
    width: 60% !important; }
  .u-4-of-5-small-desk-and-up {
    width: 80% !important; } }

@media screen and (min-width: 921px) {
  .u-1-of-1-over-920 {
    width: 100% !important; }
  .u-1-of-2-over-920 {
    width: 50% !important; }
  .u-1-of-3-over-920 {
    width: 33.33333% !important; }
  .u-2-of-3-over-920 {
    width: 66.66667% !important; }
  .u-1-of-4-over-920 {
    width: 25% !important; }
  .u-2-of-4-over-920 {
    width: 50% !important; }
  .u-3-of-4-over-920 {
    width: 75% !important; }
  .u-1-of-5-over-920 {
    width: 20% !important; }
  .u-2-of-5-over-920 {
    width: 40% !important; }
  .u-3-of-5-over-920 {
    width: 60% !important; }
  .u-4-of-5-over-920 {
    width: 80% !important; } }

@media screen and (min-width: 1150px) {
  .u-1-of-1-over-1150 {
    width: 100% !important; }
  .u-1-of-2-over-1150 {
    width: 50% !important; }
  .u-1-of-3-over-1150 {
    width: 33.33333% !important; }
  .u-2-of-3-over-1150 {
    width: 66.66667% !important; }
  .u-1-of-4-over-1150 {
    width: 25% !important; }
  .u-2-of-4-over-1150 {
    width: 50% !important; }
  .u-3-of-4-over-1150 {
    width: 75% !important; }
  .u-1-of-5-over-1150 {
    width: 20% !important; }
  .u-2-of-5-over-1150 {
    width: 40% !important; }
  .u-3-of-5-over-1150 {
    width: 60% !important; }
  .u-4-of-5-over-1150 {
    width: 80% !important; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .u-1-of-1-retina {
    width: 100% !important; }
  .u-1-of-2-retina {
    width: 50% !important; }
  .u-1-of-3-retina {
    width: 33.33333% !important; }
  .u-2-of-3-retina {
    width: 66.66667% !important; }
  .u-1-of-4-retina {
    width: 25% !important; }
  .u-2-of-4-retina {
    width: 50% !important; }
  .u-3-of-4-retina {
    width: 75% !important; }
  .u-1-of-5-retina {
    width: 20% !important; }
  .u-2-of-5-retina {
    width: 40% !important; }
  .u-3-of-5-retina {
    width: 60% !important; }
  .u-4-of-5-retina {
    width: 80% !important; } }

.pull-right {
  float: right !important; }

.accessibility,
.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

@media screen and (max-width: 320px) {
  .hide-palm-portrait-and-under {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .not-palm-portrait-and-under {
    display: none !important; } }

@media screen and (min-width: 321px) and (max-width: 549px) {
  .hide-palm-landscape-only {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .not-palm-landscape-only {
    display: none !important; } }

@media screen and (max-width: 549px) {
  .hide-palm-landscape-and-under {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .not-palm-landscape-and-under {
    display: none !important; } }

@media screen and (min-width: 321px) {
  .hide-palm-landscape-and-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .not-palm-landscape-and-up {
    display: none !important; } }

@media screen and (min-width: 550px) and (max-width: 800px) {
  .hide-lap-only {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .not-lap-only {
    display: none !important; } }

@media screen and (max-width: 800px) {
  .hide-lap-and-under {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .not-lap-and-under {
    display: none !important; } }

@media screen and (min-width: 550px) {
  .hide-lap-and-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .not-lap-and-up {
    display: none !important; } }

@media screen and (min-width: 801px) {
  .hide-desk-and-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .not-desk-and-up {
    display: none !important; } }

@media screen and (max-width: 800px) {
  .hide-small-desk-and-under {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .not-small-desk-and-under {
    display: none !important; } }

@media screen and (min-width: 801px) {
  .hide-small-desk-and-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .not-small-desk-and-up {
    display: none !important; } }

@media screen and (min-width: 921px) {
  .hide-over-920 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .not-over-920 {
    display: none !important; } }

@media screen and (min-width: 1150px) {
  .hide-over-1150 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .not-over-1150 {
    display: none !important; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .hide-retina {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); }
  .not-retina {
    display: none !important; } }

.is-member .not-authed {
  display: none; }

#page {
  max-height: 1000000em; }

.simple-ab--resource-view-2018__a {
  display: block; }

.simple-ab--resource-view-2018__b {
  display: none; }

@media screen and (min-width: 801px) {
  .resource-view-2018--on .simple-ab--resource-view-2018__a {
    display: none; }
  .resource-view-2018--on .simple-ab--resource-view-2018__b {
    display: block; } }

.media-print--landscape-tt .page-body {
  width: 331mm;
  margin: 0; }
  .media-print--landscape-tt .page-body .timetable-print {
    width: 331mm;
    height: 224mm;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    background: url(/static/images/Get-Revising-Logo-Medium.png) no-repeat right 3mm;
    background-size: 3.5cm; }
    .media-print--landscape-tt .page-body .timetable-print #timetable-root {
      padding-top: 15mm;
      width: 331mm; }
