@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

.hidden {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0em;
  -webkit-padding-after: 0em;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0; }

a:focus, input:focus, button:focus, textarea:focus, select:focus {
  outline: 0.1em solid orange; }

.js a:focus, .js .btn:focus, .js input:focus, .js button:focus, .js textarea:focus, .js select:focus {
  outline-width: 0px; }

.keyboard a:focus, .keyboard .btn:focus, .keyboard input:focus, .keyboard button:focus, .keyboard textarea:focus, .keyboard select:focus {
  outline-width: 0.1em; }

input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

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

.clearfix:after {
  clear: both; }

p {
  margin: 0; }

.skip-to-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em;
  background-color: #1b75bc;
  color: #fff;
  z-index: 10;
  outline: none;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 1px;
  height: 1px;
  text-decoration: underline; }
  .skip-to-content:focus, .skip-to-content:active {
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

i {
  display: inline-block;
  background-size: 100%;
  /* "But despite its enduring popularity, Phark has drawbacks of its own: chiefly, a performance hit caused by the need to draw a giant 9999px box offscreen. (Yes, the browser really does this.)

My friend Scott Kellum, design director at Treesaver, has now sent me this refactored code for hiding text, which I hereby christen the Kellum Method:"*/
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  /* Really long strings of text will never flow into the container because they always flow away from the container.
Performance is dramatically improved because a 9999px box is not drawn. Noticeably so in animations on the iPad 1. */ }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

/*! responsive-nav.js 1.0.32 by @viljamis */
.nav-collapse ul, .login-collapse .login__container, .search-collapse .search__container {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none; }

.guidenav-collapse li, .nav-collapse li {
  width: 100%;
  display: block; }

.js .login-collapse, .js .search-collapse, .js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: none;
  position: relative;
  display: block;
  zoom: 1; }

.login-collapse.opened, .search-collapse.opened, .nav-collapse.opened {
  max-height: 9999px;
  clip: auto;
  width: 100%; }

.disable-pointer-events {
  pointer-events: none !important; }

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

body, .wf-loading body, .wf-inactive body {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 1em !important; }

.wf-active body {
  font-family: "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1em !important; }

.heading {
  font-weight: 600;
  font-style: normal;
  color: #002C44;
  margin: 0 0 1em 0;
  line-height: 1.2em; }

.heading--mid {
  color: #008EBE; }

.heading--pairing {
  margin: 0 0 0.15em 0; }

.heading--large {
  font-size: 2.3em; }

.heading--medium {
  font-size: 1.9em; }

.heading--small {
  font-size: 1.7em; }

.heading--smallest {
  font-size: 1.4em; }

p, ul, ol, .text {
  font-size: 1.15em;
  line-height: 1.4em;
  font-style: normal;
  font-weight: 300;
  color: #002C44; }

p, .text {
  margin-bottom: 1.3em;
  max-width: 34em; }

.text--small {
  font-size: 1em; }

b, strong {
  font-weight: 600; }

i, em {
  font-style: italic; }

a {
  color: #0079A1;
  border-bottom: 0.1em dotted #008EBE;
  text-decoration: none; }

.link--dark {
  color: #002C44;
  border-bottom: 0.1em dotted #003552; }

.link--mid {
  color: #008EBE;
  border-bottom: 0.1em dotted #008EBE; }

.link--light {
  color: #52CEF4;
  border-bottom: 0.1em dotted #52CEF4; }

.link--light-pastel {
  color: #C0E6F3;
  border-bottom: 0.1em dotted #C0E6F3; }

.link--white {
  color: #ffffff;
  border-bottom: 0.1em dotted #ffffff; }

.node-type-page .wysiwyg, .node-type-film-clip .js-panel .wysiwyg, .node-type-lesson-guide .js-panel .wysiwyg, .useful-links .view-content, .video-tutorials__list.wysiwyg, .node-type-video-tutorial .wysiwyg, .node-type-news-article .wysiwyg {
  margin: 0 0 2em 0; }
  .node-type-page .wysiwyg img, .node-type-film-clip .js-panel .wysiwyg img, .node-type-lesson-guide .js-panel .wysiwyg img, .useful-links .view-content img, .video-tutorials__list.wysiwyg img, .node-type-video-tutorial .wysiwyg img, .node-type-news-article .wysiwyg img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0.6em 0 0.2em 0; }
  .node-type-page .wysiwyg ul, .node-type-page .wysiwyg ol, .node-type-film-clip .js-panel .wysiwyg ul, .node-type-film-clip .js-panel .wysiwyg ol, .node-type-lesson-guide .js-panel .wysiwyg ul, .node-type-lesson-guide .js-panel .wysiwyg ol, .useful-links .view-content ul, .useful-links .view-content ol, .video-tutorials__list.wysiwyg ul, .video-tutorials__list.wysiwyg ol, .node-type-video-tutorial .wysiwyg ul, .node-type-video-tutorial .wysiwyg ol, .node-type-news-article .wysiwyg ul, .node-type-news-article .wysiwyg ol {
    margin: 0 0 1.5em 0;
    max-width: 34em; }
    .node-type-page .wysiwyg ul li p, .node-type-page .wysiwyg ol li p, .node-type-film-clip .js-panel .wysiwyg ul li p, .node-type-film-clip .js-panel .wysiwyg ol li p, .node-type-lesson-guide .js-panel .wysiwyg ul li p, .node-type-lesson-guide .js-panel .wysiwyg ol li p, .useful-links .view-content ul li p, .useful-links .view-content ol li p, .video-tutorials__list.wysiwyg ul li p, .video-tutorials__list.wysiwyg ol li p, .node-type-video-tutorial .wysiwyg ul li p, .node-type-video-tutorial .wysiwyg ol li p, .node-type-news-article .wysiwyg ul li p, .node-type-news-article .wysiwyg ol li p {
      font-size: 1em;
      display: inline; }
  .node-type-page .wysiwyg em, .node-type-film-clip .js-panel .wysiwyg em, .node-type-lesson-guide .js-panel .wysiwyg em, .useful-links .view-content em, .video-tutorials__list.wysiwyg em, .node-type-video-tutorial .wysiwyg em, .node-type-news-article .wysiwyg em {
    display: inline-block;
    max-width: 34em; }
  .node-type-page .wysiwyg h1, .node-type-film-clip .js-panel .wysiwyg h1, .node-type-lesson-guide .js-panel .wysiwyg h1, .useful-links .view-content h1, .video-tutorials__list.wysiwyg h1, .node-type-video-tutorial .wysiwyg h1, .node-type-news-article .wysiwyg h1 {
    color: #0079A1;
    margin: 0 0 0.4em 0; }
  .node-type-page .wysiwyg h2, .node-type-film-clip .js-panel .wysiwyg h2, .node-type-lesson-guide .js-panel .wysiwyg h2, .useful-links .view-content h2, .video-tutorials__list.wysiwyg h2, .node-type-video-tutorial .wysiwyg h2, .node-type-news-article .wysiwyg h2 {
    font-size: 1.8em;
    margin: 1.1em 0 0.5em 0; }
  .node-type-page .wysiwyg h2:first-child, .node-type-film-clip .js-panel .wysiwyg h2:first-child, .node-type-lesson-guide .js-panel .wysiwyg h2:first-child, .useful-links .view-content h2:first-child, .video-tutorials__list.wysiwyg h2:first-child, .node-type-video-tutorial .wysiwyg h2:first-child, .node-type-news-article .wysiwyg h2:first-child {
    margin: 0 0 0.5em 0; }
  .node-type-page .wysiwyg h3, .node-type-film-clip .js-panel .wysiwyg h3, .node-type-lesson-guide .js-panel .wysiwyg h3, .useful-links .view-content h3, .video-tutorials__list.wysiwyg h3, .node-type-video-tutorial .wysiwyg h3, .node-type-news-article .wysiwyg h3 {
    font-size: 1.5em;
    margin: 1.3em 0 0.6em 0; }
  .node-type-page .wysiwyg h4, .node-type-page .wysiwyg h6, .node-type-film-clip .js-panel .wysiwyg h4, .node-type-film-clip .js-panel .wysiwyg h6, .node-type-lesson-guide .js-panel .wysiwyg h4, .node-type-lesson-guide .js-panel .wysiwyg h6, .useful-links .view-content h4, .useful-links .view-content h6, .video-tutorials__list.wysiwyg h4, .video-tutorials__list.wysiwyg h6, .node-type-video-tutorial .wysiwyg h4, .node-type-video-tutorial .wysiwyg h6, .node-type-news-article .wysiwyg h4, .node-type-news-article .wysiwyg h6 {
    color: #0079A1;
    font-size: 1.5em;
    margin: 1.3em 0 0.6em 0; }
  .node-type-page .wysiwyg h5, .node-type-page .wysiwyg h6, .node-type-film-clip .js-panel .wysiwyg h5, .node-type-film-clip .js-panel .wysiwyg h6, .node-type-lesson-guide .js-panel .wysiwyg h5, .node-type-lesson-guide .js-panel .wysiwyg h6, .useful-links .view-content h5, .useful-links .view-content h6, .video-tutorials__list.wysiwyg h5, .video-tutorials__list.wysiwyg h6, .node-type-video-tutorial .wysiwyg h5, .node-type-video-tutorial .wysiwyg h6, .node-type-news-article .wysiwyg h5, .node-type-news-article .wysiwyg h6 {
    font-size: 1.5em;
    margin: 1.3em 0 0.6em 0; }
  .node-type-page .wysiwyg a:hover, .node-type-film-clip .js-panel .wysiwyg a:hover, .node-type-lesson-guide .js-panel .wysiwyg a:hover, .useful-links .view-content a:hover, .video-tutorials__list.wysiwyg a:hover, .node-type-video-tutorial .wysiwyg a:hover, .node-type-news-article .wysiwyg a:hover {
    color: #002C44;
    border-bottom: 0.1em dotted #002C44; }
  .node-type-page .wysiwyg .item-list ul li .views-field-title, .node-type-film-clip .js-panel .wysiwyg .item-list ul li .views-field-title, .node-type-lesson-guide .js-panel .wysiwyg .item-list ul li .views-field-title, .useful-links .view-content .item-list ul li .views-field-title, .video-tutorials__list.wysiwyg .item-list ul li .views-field-title, .node-type-video-tutorial .wysiwyg .item-list ul li .views-field-title, .node-type-news-article .wysiwyg .item-list ul li .views-field-title {
    display: inline; }

/* Light 
  font-weight: 300;
  font-style: normal;
  
// Light Italic 
  font-weight: 300;
  font-style: italic;

// Regular 
  font-weight: 400;
  font-style: normal;

// Semibold
  font-weight: 600;
  font-style: normal;
  
font-family: "proxima-nova";

//////// */
.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

.footer__top {
  background-color: #008EBE;
  padding: 2em 8% 1.5em 8%; }

.footer__top__report-issues {
  margin-bottom: 0.5em; }

.footer__top__report-issues span, .footer__top__partners span {
  font-size: 1.25em;
  color: #ffffff;
  font-weight: 400;
  display: block;
  width: 100%;
  max-width: 14.125em;
  margin: 0 0 1em 0; }

.footer__top__partners span {
  margin: 0 0 2em 0; }

.footer__top__partners a, footer a {
  border-bottom: 0; }

.footer__top__partners i {
  width: 100%;
  margin: 0 0 2em 0;
  display: block; }

.icon-footer-partner-es {
  max-width: 11.375em;
  height: 4.6875em; }

.icon-footer-partner-nls {
  max-width: 12.25em;
  height: 6.906875em; }

.icon-footer-partner-cs {
  max-width: 8.3125em;
  height: 5.25em;
  margin: 0; }

.icon-footer-partner-sfe {
  width: 100%;
  max-width: 13.75em;
  height: 5.8125em; }

.footer__nav {
  background-color: #007da7;
  padding: 1.5em 8% 0.5em 8%;
  text-align: center; }

.footer__nav li {
  list-style-type: none; }

.footer__nav li a {
  font-size: 1em;
  font-weight: 400;
  color: #ffffff; }
  .footer__nav li a:hover {
    border-bottom: 0.1em dotted #ffffff; }

footer {
  background-color: #003552;
  padding: 2.4em 8% 3.5em 8%;
  text-align: center; }

footer span {
  display: block;
  margin: 0 auto 2em auto;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  line-height: 1.3em; }

footer i {
  display: block;
  margin: 0 auto; }

@media only all and (min-width: 26.25em) {
  .footer__nav li {
    width: 44%;
    float: left;
    margin-top: 0.5em; }
    .footer__nav li:nth-child(1), .footer__nav li:nth-child(2) {
      margin-bottom: 1em; } }

@media only all and (min-width: 32.5em) {
  .footer__top, .footer__top span {
    text-align: center;
    max-width: 100%; }
  .footer__top__partners a {
    width: 50%;
    float: left;
    text-align: center; }
  .footer__top__partners .partner-cs {
    width: 100%; }
  .footer__top__partners .icon-footer-partner-es {
    margin: 0.3em auto 2.2em auto; }
  .footer__top__partners .icon-footer-partner-nls {
    margin: 0 auto 2.5em auto; }
  .footer__top__partners .icon-footer-partner-cs {
    display: inline-block;
    clear: both;
    float: none;
    margin: 0 auto 1em auto; }
  .footer__nav {
    padding: 1em 8% 0.5em 8%; }
  footer i {
    display: inline-block;
    width: 13.75em; } }

@media only all and (min-width: 45em) {
  .footer__top__partners a {
    width: 30%;
    margin-right: 5%;
    float: left;
    text-align: center; }
  .footer__top__partners .partner-cs {
    width: 30%;
    margin-right: 0; }
  .footer__top__partners .icon-footer-partner-es {
    margin: 0.3em auto 1.7em auto; }
  .footer__top__partners .icon-footer-partner-nls {
    margin: 0 auto 2em auto; }
  .footer__top__partners .icon-footer-partner-cs {
    display: inline-block;
    clear: both;
    float: none;
    margin: 0 auto 1em auto; }
  .footer__nav li {
    width: 25%; }
    .footer__nav li:nth-child(1), .footer__nav li:nth-child(2) {
      margin-bottom: auto; }
  footer span {
    max-width: 80%; } }

@media only all and (min-width: 63.9375em) {
  .footer__top__report-issues span, .footer__top__partners span {
    text-align: left;
    max-width: 13.25em;
    font-size: 1.2em; }
  .footer__top__report-issues {
    width: 25%;
    float: right;
    text-align: left; }
  .footer__top__partners {
    width: 65%;
    margin-right: 10%;
    float: left;
    text-align: left; }
  .footer__top__partners span {
    margin-bottom: 1em; }
  .footer__top__partners a {
    text-align: left;
    margin-right: 10%; }
  .footer__top__partners .partner-cs {
    width: 20%;
    margin-right: 0; }
  .footer__top__partners .icon-footer-partner-es {
    margin: 0.3em 0 0 0; }
  .footer__top__partners .icon-footer-partner-nls, .footer__top__partners .icon-footer-partner-cs {
    margin: 0 0 0.5em 0; }
  footer span {
    max-width: 70%; } }

@media only all and (min-width: 82.25em) {
  .footer__top__report-issues {
    width: 20%;
    float: right;
    text-align: left; }
  .footer__top__partners {
    width: 60%;
    margin-right: 20%;
    float: left;
    text-align: left; } }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

.header {
  background-color: #ffffff;
  width: 100%;
  margin: 0;
  text-align: center; }

.header__part {
  height: 10.375em;
  background-repeat: no-repeat; }

.header__part--brand {
  background-position: left top; }
  .header__part--brand a {
    border-bottom: none; }
  .header__part--brand .icon-sos-logo {
    margin: 2em 8% 0 8%;
    width: 84%;
    height: 5.75em;
    max-width: 17.8125em; }

.header__search-trigger, .nav__trigger {
  display: none; }
  .header__search-trigger .trigger__container, .nav__trigger .trigger__container {
    width: 100%;
    max-width: 22em;
    margin: 0 auto 0 auto; }
  .header__search-trigger .icon-arrow-down, .header__search-trigger .icon-arrow-up, .nav__trigger .icon-arrow-down, .nav__trigger .icon-arrow-up {
    width: 0.625em;
    margin: 1.375em 0 0 0;
    float: right; }
  .header__search-trigger .icon-close, .nav__trigger .icon-close {
    width: 1.25em;
    height: 1.3125em;
    margin: 1.03125em 0.85em 1.03125em 0;
    float: left; }

.js .header__search-trigger, .js .nav__trigger {
  display: block;
  width: 100%;
  padding: 0 8% 0 8%; }

.header__search-trigger {
  background-color: #008EBE;
  cursor: pointer;
  border-bottom: 0.3em solid #003552; }
  .header__search-trigger .icon-search {
    width: 1.6875em;
    height: 1.75em;
    margin: 0.8125em 0.6em 0.8125em 0;
    float: left; }
  .header__search-trigger span {
    font-size: 1.3em;
    font-weight: 400;
    margin: 0.7em 0 0 0;
    color: #ffffff;
    float: left; }
  .header__search-trigger.active {
    border-bottom: none; }

.header__part--search {
  background-position: right top;
  border-bottom: 0.3em solid #003552; }
  .header__part--search form {
    background-color: inherit;
    margin: 0;
    width: 100%;
    padding: 3.1em 0 0 0; }
  .header__part--search .search__container {
    width: 100%;
    max-width: 20em;
    margin: 0 auto 0 auto;
    text-align: left; }
  .header__part--search .form-item-search-block-form {
    float: left;
    text-align: left;
    width: 75%;
    max-width: 13.92em;
    display: inline-block; }
  .header__part--search label {
    display: none;
    font-size: 1.3em;
    font-weight: 600; }
  .header__part--search input[type="text"] {
    font-size: 1.1em;
    border: 0.135em solid #003552;
    padding: 0.36em;
    height: 2.1375em; }
    .header__part--search input[type="text"]:focus {
      border: 0.135em solid #008EBE; }
  .header__part--search input[type="text"], .header__part--search input[type="submit"] {
    width: 100%;
    margin: 0; }
  .header__part--search .form-actions {
    width: 25%;
    display: inline-block;
    float: left; }
  .header__part--search input[type="submit"] {
    color: #ffffff;
    background-color: #003552;
    font-size: 1.1em;
    outline: 0;
    border: 0.135em solid #003552;
    max-width: 4.55625em;
    height: 2.14em; }
    .header__part--search input[type="submit"]:focus, .header__part--search input[type="submit"]:hover {
      background-color: #008EBE; }
  .header__part--search .search__advanced {
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    padding-top: 0.5em; }
    .header__part--search .search__advanced a:focus, .header__part--search .search__advanced a:hover {
      color: #002C44;
      border-bottom: 0.1em dotted #003552; }
  .header__part--search .form-item, .header__part--search .form-actions {
    margin: 0; }

@media only all and (min-width: 41em) {
  .js .header__search-trigger, .no-js .header__search-trigger {
    display: none; }
  .header__part--brand {
    width: 50%;
    float: left; }
  .header__part--search {
    width: 50%;
    float: left;
    border-bottom: none; }
  .header__part--search form {
    padding: 1.3em 0 0 0;
    width: 90%;
    float: right; }
  .header__part--search .search__container {
    text-align: right; }
  .header__part--brand {
    text-align: left; }
  .header__part--brand .icon-sos-logo {
    margin: 2em 0 0 10%; }
  .header__part--search {
    text-align: right;
    padding: 1.8em 5% 0 0; }
  .header__part--search .search__container {
    margin: 0 0 0 0;
    float: right;
    max-width: 18em; }
  .header__part--search .search__advanced {
    max-width: 12em; }
  .js .nav__trigger {
    display: none; }
  .nav-collapse {
    display: block; } }

@media only all and (min-width: 88.75em) {
  .header__part--brand {
    text-align: right; }
  .header__part--brand .icon-sos-logo {
    margin: 2em 22.5em 0 0; }
  .header__part--search {
    text-align: left;
    padding: 1.8em 0 0 0; }
  .header__part--search .search__container {
    margin: 0 0 0 22em;
    float: none; } }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

.login__trigger.cta, .logout__trigger.cta {
  font-size: 0.9em;
  max-width: 10em;
  padding: 0.5em 0.8em 0.5em 0.8em;
  margin: 0 auto 0 auto;
  display: block;
  border-left: 1em solid #002C44;
  cursor: pointer; }
  .login__trigger.cta .icon-arrow-down, .login__trigger.cta .icon-arrow-up, .login__trigger.cta .icon-arrow-right, .logout__trigger.cta .icon-arrow-down, .logout__trigger.cta .icon-arrow-up, .logout__trigger.cta .icon-arrow-right {
    width: 0.625em;
    margin: 0.7em 0 0 0;
    float: right; }
  .login__trigger.cta .icon-arrow-right, .logout__trigger.cta .icon-arrow-right {
    margin: 0.5em 0 0 0; }
  .login__trigger.cta span, .logout__trigger.cta span {
    width: auto;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 0.2em 0 0 0;
    float: left; }
  .login__trigger.cta div, .logout__trigger.cta div {
    width: auto;
    padding: 0; }

.login__trigger--top.cta {
  max-width: 100%;
  text-align: center;
  padding: 0.5em 8% 0.5em 5%; }

.login__trigger--top.cta .login__trigger--top__container {
  display: inline-block;
  width: 100%;
  max-width: 24.4em;
  margin: 0 auto;
  float: none; }

.login__sso, .login__cms {
  padding: 1.5em 8% 1.5em 8%; }

.login__sso {
  background-color: #0079A1; }
  .login__sso .sso__block__label {
    width: 100%;
    font-size: 1.2em;
    color: #ffffff;
    display: inline-block;
    margin: 0 0 1em 0; }
  .login__sso .login__sso__block--shibboleth .btn {
    margin-bottom: 0; }
    .login__sso .login__sso__block--shibboleth .btn:hover {
      box-shadow: inset 0 0 0 0.2em #00be66; }

.login__cms {
  padding-top: 2em;
  background-color: #003552; }
  .login__cms .login__cms__label {
    font-size: 1.2em;
    color: #ffffff;
    display: inline-block;
    margin: 0 0 0.5em 0; }
  .login__cms form {
    padding: 0;
    max-width: 20em;
    margin: 0; }
  .login__cms .item-list {
    margin-bottom: 0.5em; }
  .login__cms .item-list ul, .login__cms .item-list ul li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .login__cms .item-list a {
    color: #C0E6F3; }
    .login__cms .item-list a:hover {
      color: #ffffff;
      border-bottom: 0.1em dotted #ffffff; }
  .login__cms form .btn {
    margin: 0; }
  .login__cms input[type=text], .login__cms input[type=password] {
    margin-bottom: 0; }

@media only all and (min-width: 37em) {
  .login__sso .sso__block__label {
    width: auto;
    margin-right: 1em; } }

@media only all and (min-width: 41em) {
  .login__trigger.cta, .logout__trigger.cta {
    background-color: #0079A1;
    background-image: none; }
  .login__trigger--top.cta {
    background-color: #001f30;
    padding: 0.7em 8% 0.5em 8%; }
    .login__trigger--top.cta:hover {
      background-color: #002C44; }
  .login__trigger--top.cta .login__trigger--top__container {
    max-width: 10em; }
  .login__sso {
    background-color: #008EBE;
    padding-bottom: 2em; }
    .login__sso .login__sso__block {
      width: 50%;
      float: left; }
    .login__sso .login__sso__block span {
      width: 100%; }
    .login__sso .login__sso__block--rm-unify .btn {
      margin-bottom: 0; } }

@media only all and (min-width: 46.625em) {
  .login__trigger.cta, .logout__trigger.cta {
    float: right; }
  .login__trigger--top.cta {
    display: none; }
  .login__cms form {
    max-width: 80em; }
  .login__cms .form-item {
    width: 40%;
    float: left;
    margin-right: 5%;
    margin-top: 0.9em; }
  .login__cms .form-actions {
    float: left;
    width: 10%; }
    .login__cms .form-actions .btn {
      height: 2.275em;
      margin-top: 1.6em; } }

@media only all and (min-width: 50em) and (max-width: 79em) {
  .login__trigger.cta, .logout__trigger.cta {
    margin: 0 5% 0 0; } }

@media only all and (min-width: 63.9375em) {
  .login__cms {
    padding-top: 1em; }
  .login__cms .login__cms__label {
    width: 20%;
    margin: 2em 10% 0.5em 0;
    float: left; }
  .login__cms form {
    width: 70%;
    float: left; }
  .login__cms .item-list {
    float: left;
    width: 100%; } }

@media only all and (min-width: 71.25em) {
  .login__cms .login__cms__label {
    width: 20%;
    margin-right: 5%; }
  .login__cms form {
    width: 75%;
    float: left; }
  .login__trigger.cta.active {
    margin-top: 0em; } }

@media only all and (min-width: 77em) {
  .login__sso {
    padding-bottom: 1.5em; }
  .login__sso .login__sso__block span {
    width: auto; } }

@media only all and (min-width: 79em) {
  .login__cms .login__cms__label {
    width: 13.125em;
    margin-right: 0.5em; }
  .login__trigger.cta, .logout__trigger.cta {
    margin-right: 5%; } }

@media only all and (min-width: 88.75em) {
  .login__trigger.cta, .logout__trigger.cta {
    margin-right: 0; }
  .login__cms .form-item {
    width: 30%;
    float: left;
    margin-right: 5%; } }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

.nav__trigger {
  background-repeat: repeat;
  background-color: #002C44;
  cursor: pointer;
  z-index: 100;
  border-top: 0.3em solid #002031; }
  .nav__trigger .icon-menu {
    width: 1.5em;
    height: 1.3125em;
    margin: 1.025em 0.6em 1.025em 0;
    float: left; }
  .nav__trigger span {
    font-size: 1.3em;
    font-weight: 400;
    margin: 0.7em 0 0 0;
    color: #ffffff;
    float: left; }

.main-nav {
  font-size: 1em;
  z-index: 100; }

.main-nav li {
  background-color: #00283e;
  margin-bottom: 0; }
  .main-nav li:nth-child(2n) {
    background-color: #002031; }

.main-nav li a {
  display: inline-block;
  font-size: 1.2em;
  color: #ffffff;
  border-bottom: none;
  padding: 0.6em 0 0.7em 8%; }

.main-nav li a.active {
  color: #ffc68b;
  text-decoration: underline; }

.main-nav .parent .sectiontoggle {
  display: none; }

.js .main-nav .parent-item {
  float: left; }

.js .main-nav .parent .sectiontoggle {
  display: block;
  float: right;
  padding: 0;
  margin: 0.5em 5% 0.5em 0; }
  .js .main-nav .parent .sectiontoggle div {
    display: inline-block;
    padding: 0.1em 0.4em;
    background-color: #00131d; }
  .js .main-nav .parent .sectiontoggle .icon-arrow-down, .js .main-nav .parent .sectiontoggle .icon-arrow-up {
    width: 0.625em;
    height: 0.625em; }

.main-nav .sub-menu {
  clear: both; }

.js .main-nav .sub-menu {
  visibility: hidden;
  height: 0; }

.js .main-nav .sub-menu.open {
  visibility: visible;
  height: auto; }

.main-nav .sub-menu li a {
  font-size: 1.1em;
  width: 100%; }
  .main-nav .sub-menu li a:before {
    content: "— "; }

.main-nav li:hover a {
  text-decoration: underline; }

.main-nav li:hover .sub-menu a {
  text-decoration: none; }

.main-nav .sub-menu li {
  background-color: #003552; }
  .main-nav .sub-menu li:hover {
    background-color: #002031; }
  .main-nav .sub-menu li:hover a {
    text-decoration: underline; }
  .main-nav .sub-menu li:nth-child(2n) {
    background-color: #002d46; }
    .main-nav .sub-menu li:nth-child(2n):hover {
      background-color: #002031; }

.js .nav__trigger {
  position: fixed;
  -webkit-backface-visibility: hidden;
  bottom: 0; }

.js nav.nav-collapse {
  position: fixed !important;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  bottom: 3.375em; }

.js nav.nav-collapse .main-nav ul.sub-menu.open {
  width: auto;
  max-height: 20em;
  max-height: 55vh;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch; }
  .js nav.nav-collapse .main-nav ul.sub-menu.open:-webkit-scrollbar {
    width: 0 !important; }

@media only all and (max-width: 41em) {
  .js .nav-collapse ul {
    display: none; }
  .js .nav-collapse.opened ul {
    display: block; } }

@media only all and (min-width: 41em) {
  .nav__trigger {
    display: none; }
  .js nav.nav-collapse {
    position: static !important;
    border-bottom: 0.3em solid #008EBE; }
  .main-nav li {
    z-index: 100;
    width: 33.3333%;
    height: 4.8125em;
    float: left;
    border-bottom: 0.1em solid #00517d; }
    .main-nav li:nth-child(2n) {
      background-color: inherit; }
  .main-nav .parent-item {
    max-width: 80%; }
  .js nav.nav-collapse .sub-menu.open {
    max-height: 85vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    min-width: 33.333%;
    position: absolute;
    margin-top: 4.7em; }
    .js nav.nav-collapse .sub-menu.open li a {
      padding: 0.7em 1.5em 0.7em 1em; }
  .main-nav .sub-menu {
    z-index: 100; }
  .main-nav .sub-menu li {
    z-index: 100;
    width: 100%;
    float: none;
    height: auto; } }

@media only all and (min-width: 56em) {
  nav {
    background-color: #003552;
    margin: 0 0 0 0;
    padding: 0 5% 0 5%; }
  .nav-collapse .main-nav {
    height: 6em;
    max-width: 80em;
    margin: 0 auto 0 auto; }
  .main-nav li {
    font-size: 0.9em;
    font-weight: 400;
    width: 20%;
    margin-right: 2.5%;
    padding: 0.4em 0 1.2em 0;
    background-color: inherit;
    height: 6em;
    float: left;
    border-bottom: none; }
    .main-nav li:nth-child(2n) {
      background-color: inherit; }
    .main-nav li:last-child {
      margin-right: 0; }
    .main-nav li a {
      height: 6em; }
  .main-nav li.home, .main-nav li.contact-us {
    width: auto;
    max-width: 5%;
    margin-right: 5%; }
  .main-nav li.browse-films {
    width: 12%; }
  .main-nav li.resources {
    max-width: 18%; }
  .main-nav .parent-item {
    max-width: 70%; }
  .js .main-nav .parent .sectiontoggle {
    float: left;
    padding-left: 5%; }
  .main-nav .sub-menu {
    visibility: hidden;
    position: absolute;
    left: auto;
    margin-top: 5.9em;
    left: auto;
    width: 25%; }
    .main-nav .sub-menu a {
      height: auto; }
  .main-nav li:hover .sub-menu {
    display: block;
    visibility: visible;
    height: auto;
    position: absolute;
    margin-top: 5.9em;
    left: auto;
    width: auto;
    margin-left: 0.8em; }
    .main-nav li:hover .sub-menu li a {
      padding: 0.6em 1em 0.6em 1em; }
  .js nav.nav-collapse .main-nav ul.sub-menu.open {
    margin: 4.7em 0 0 0.8em;
    min-width: initial; }
    .js nav.nav-collapse .main-nav ul.sub-menu.open li a {
      padding: 0.6em 1em 0.6em 1em; }
  .main-nav .sub-menu li {
    height: auto;
    padding: 0 1em 0 0;
    font-size: 1em; } }

@media only all and (min-width: 58.75em) {
  .main-nav li.contact-us {
    max-width: 7%; }
  .main-nav li.resources {
    max-width: 16%; } }

@media only all and (min-width: 63.9375em) {
  .main-nav li.home {
    width: 8%;
    max-width: 8%;
    margin-right: 2%; }
  .main-nav li.resources {
    max-width: 14%; }
  .main-nav li.browse-films {
    width: 14%; }
  .main-nav li.contact-us {
    width: 10%;
    max-width: 10%;
    margin-right: 2%; } }

@media only all and (min-width: 68.125em) {
  nav, .nav-collapse .main-nav {
    height: 4.9em; }
  .main-nav li {
    height: 4.5em; }
  .nav-collapse .main-nav li a {
    height: 4em; }
  .main-nav li:hover .sub-menu, .main-nav .sub-menu {
    margin-top: 4.7em; }
  .main-nav .sub-menu li a {
    height: auto; } }

@media only all and (min-width: 82.25em) {
  .main-nav li.about a.parent-item {
    max-width: 60%; } }

@media only all and (min-width: 96.25em) {
  .main-nav li.about a.parent-item {
    max-width: 55%; } }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

body {
  background-color: #ffffff;
  background-attachment: fixed;
  background-size: contain; }
  @media only all and (min-width: 56em) {
    body {
      background-size: auto; } }

/*
body {
  background: url(../../assets-icons/body-background.png);
  background: url(../../assets-icons/body-background.svg),
    linear-gradient(transparent, transparent);
    
    // ^ This trick ensures that our background SVG is only 
    // used in browsers that support it (a 'coincidence'
    // feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image 
}
*/
.container {
  margin: 0 auto;
  width: 100%; }

.padme {
  padding: 0 8% 0 8%; }

.site__content {
  margin-top: 1.5em; }

.video-container {
  height: 0;
  padding-bottom: 75%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.video-container iframe, .video-container embed, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

@media only all and (min-width: 41em) {
  .padme {
    padding: 0 5% 0 5%; } }

@media only all and (min-width: 56em) {
  .container {
    max-width: 80em; } }

@media only all and (min-width: 79em) and (max-width: 88.75em) {
  .padme {
    padding: 0;
    width: 90%; }
  .site__content {
    margin-top: 2em; } }

@media only all and (min-width: 88.75em) {
  .padme {
    padding: 0;
    width: 100%; }
  .site__content {
    margin-top: 2em; } }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

/* Buttons / CTAs */
.btn {
  font-size: 1.13em;
  background-color: #003552;
  color: #fff;
  display: inline-block;
  padding: 0.6em 1.2em;
  font-weight: 600;
  cursor: pointer;
  margin: 0 1em 1.5em 0;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  border-top: none;
  border-bottom: 0.2em solid #001a29; }
  .btn:hover {
    text-decoration: underline;
    box-shadow: inset 0 0 0 0.2em #0088d2;
    background-color: #005e92;
    border-bottom: 0.2em solid #002235; }

.btn--mid {
  background-color: #008EBE;
  border-bottom: 0.2em solid #006385; }
  .btn--mid:hover {
    box-shadow: inset 0 0 0 0.2em #1fc6ff;
    background-color: #008EBE;
    border-bottom: 0.2em solid #0080ab; }

.btn--light {
  background-color: #52CEF4;
  color: #002C44;
  border-bottom: 0.2em solid #0ea7d7; }
  .btn--light:hover {
    box-shadow: inset 0 0 0 0.2em #97e2f8;
    background-color: #52CEF4;
    border-bottom: 0.2em solid #15bdf0; }

.btn--light-pastel {
  background-color: #C0E6F3;
  color: #002C44;
  border-bottom: 0.2em solid #77c9e5; }
  .btn--light-pastel:hover {
    box-shadow: inset 0 0 0 0.2em #d9f0f8;
    background-color: #C0E6F3;
    border-bottom: 0.2em solid #9bd8ec; }

.btn--contrast {
  background-color: #dc6f00;
  border-bottom: 0.2em solid #844300; }
  .btn--contrast:hover {
    box-shadow: inset 0 0 0 0.2em #ff9a34;
    background-color: #dc6f00;
    border-bottom: 0.2em solid #9a4e00; }

.btn--contrast-alt {
  background-color: #00A659;
  border-bottom: 0.2em solid #006435; }
  .btn--contrast-alt:hover {
    box-shadow: inset 0 0 0 0.2em #00eb7e;
    background-color: #00A659;
    border-bottom: 0.2em solid #008547; }

.btn--white {
  background-color: #ffffff;
  border-bottom: 0.2em solid #b3b3b3;
  color: #002C44; }
  .btn--white:hover {
    box-shadow: inset 0 0 0 0.2em #C0E6F3;
    background-color: #ffffff;
    border-bottom: 0.2em solid #b3b3b3; }

.btn--disabled {
  background-color: #ccc;
  border-bottom: 0.2em solid #b3b3b3;
  color: #666; }
  .btn--disabled:hover {
    text-decoration: none;
    box-shadow: none;
    background-color: #ccc;
    border-bottom: 0.2em solid #b3b3b3; }

/* Removes awkward default styles on some inputs for mobile */
input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Removes awkward UA side borders set, and pads to right height */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border-left: 0;
  border-right: 0;
  height: 3em; }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

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

.cta:after {
  clear: both; }

.cta {
  display: inline-block;
  width: 100%;
  margin: 0 0 1.5em 0;
  padding: 0.8em;
  background-color: #008EBE;
  border-left: 1em solid #002C44;
  border-bottom: none;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  .cta:hover {
    background-color: #009ace; }
  .cta:hover span {
    text-decoration: underline; }

.cta span {
  display: inline-block;
  padding-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: 400;
  color: #ffffff; }

.cta .icon-circle-arrow {
  width: 2.125em;
  height: 2.125em; }

.cta--light {
  background-color: #C0E6F3; }
  .cta--light span {
    color: #003552; }
  .cta--light:hover {
    background-color: #c6e9f4; }

.cta.icon-pattern {
  border-color: #002031; }

.cta--no-circle div {
  display: none; }

.cta--block {
  border: none;
  padding: 1.5em; }
  .cta--block span {
    font-weight: 600; }

.cta--block.icon-pattern p {
  color: #ffffff; }

@media only all and (min-width: 20em) {
  .cta {
    border-left: 1.5em solid #002C44;
    padding: 0.5em 0.8em 0.5em 0.8em; }
  .cta span {
    width: 80%;
    float: left;
    padding: 0; }
  .cta div {
    width: 20%;
    float: right;
    text-align: right;
    padding-top: 0.3em; }
  .cta--no-circle span {
    width: 100%;
    padding-bottom: 0.8em; }
  .cta--block {
    border: none; }
    .cta--block span {
      width: 100%;
      margin-bottom: 0.5em; }
    .cta--block p {
      width: 80%;
      float: left; }
  .cta--block.cta--no-circle span, .cta--block.cta--no-circle p {
    width: 100%; } }

@media only all and (min-width: 30em) {
  .cta {
    padding: 0.6em 0.8em 0.6em 0.8em; }
  .cta span {
    font-size: 1.3em;
    padding: 0.4em 0 0 0; }
  .cta--block {
    padding: 1.7em; } }

@media only all and (min-width: 32.5em) {
  .cta--no-circle {
    padding: 1.5em 1em 1.5em 1em; }
    .cta--no-circle span {
      padding-top: 0; } }

@media only all and (min-width: 58.75em) {
  .cta {
    padding: 0.6em 1.2em 0.6em 1.2em; } }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

.quote {
  margin: 1.5em 0;
  border-top: 0.1em solid;
  border-bottom: 0.1em solid;
  border-color: #C0E6F3;
  padding: 1em 1em;
  font-style: italic;
  font-size: 1.4em;
  line-height: 1.3em;
  color: #0079A1; }

blockquote.quote__blockquote {
  margin: 0; }

.quote__blockquote:before {
  content: '“'; }
.quote__blockquote:after {
  content: '”'; }
.quote__blockquote:before, .quote__blockquote:after {
  font-size: 1.6em;
  vertical-align: -0.2em;
  margin-left: -0.1em;
  color: #52CEF4; }

.quote em {
  font-style: normal; }

.quote__caption {
  font-style: italic;
  font-size: 0.8em;
  color: #002C44;
  margin-top: 0.8em; }
  .quote__caption:before {
    content: "— "; }

ul {
  list-style: disc inside;
  padding-left: 0;
  margin: 0;
  padding: 0; }

ol {
  list-style: none;
  counter-reset: item; }

ul ul {
  list-style: circle inside; }

ul ul, ul ol {
  margin: 1em 0 1em 2em;
  font-size: 1em; }

li {
  margin-bottom: 1em; }

ol li:before {
  content: counters(item, ".");
  counter-increment: item; }

ol {
  list-style: none;
  counter-reset: item;
  margin: 0;
  padding: 0; }

ol ol, ol ul {
  margin: 1em 0 1em 2em;
  font-size: 1em; }

li {
  margin-bottom: 1em; }

ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item; }

ol ul li:before {
  content: " ";
  counter-increment: none; }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

.list__jump-nav {
  padding: 1em;
  width: 100%;
  background-color: #C0E6F3;
  text-align: center;
  margin: 0 0 2em 0; }

.list__jump-nav h2.heading:first-child {
  display: block;
  font-size: 1.4em;
  margin: 0 0 1em 0;
  color: #002C44; }

.list__jump-nav__select {
  display: none; }

.js .list__jump-nav__select {
  display: inline-block;
  margin: 0 0 0.5em 0; }

.js .list__jump-nav ol {
  display: none; }

.list__jump-nav ol {
  list-style: none;
  text-align: center; }

.list__jump-nav li {
  list-style-type: none;
  display: inline-block; }
  .list__jump-nav li a {
    display: inline-block;
    width: 1.7em;
    padding: 0.2em 0;
    margin: 0 0.3em 0.2em 0.3em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-align: center;
    border-bottom: none;
    background-color: #003552;
    color: #ffffff;
    font-weight: 3 00; }
  .list__jump-nav li:nth-child(2n) a {
    background-color: #00517d; }
  .list__jump-nav li:hover a {
    background-color: #008EBE; }
  .list__jump-nav li:before {
    content: none;
    counter-increment: none; }
  .list__jump-nav li.not-available a {
    background-color: #C0E6F3;
    color: #0079A1;
    cursor: not-allowed; }
    .list__jump-nav li.not-available a:hover {
      background-color: #C0E6F3; }

.list__content .heading {
  color: #002C44; }

.list__content .heading span {
  font-weight: 300;
  color: #C0E6F3;
  display: inline-block;
  margin: 0 0.5em 0 0.2em; }

.list__content__back-to-top {
  font-size: 0.82em;
  font-weight: 300;
  font-style: italic;
  color: #0079A1; }

.list__content ol {
  list-style: none;
  margin: 0 0 2.5em 0; }

.list__content .list__content__item {
  margin: 0 0 1em 0; }
  .list__content .list__content__item:before {
    content: none;
    counter-increment: none; }

.list__content .list__content__item a {
  display: inline;
  margin: 0 0.2em 0 0;
  font-weight: 400; }

.list__content .list__content__item--login {
  cursor: not-allowed; }

.list__content .list__content__item--login a {
  color: #002C44;
  border-color: #002C44;
  cursor: not-allowed; }

.list__content__item__login {
  color: #002C44; }

.list__content .list__content__item span {
  display: block;
  margin: 0.5em 0 0 0;
  font-style: italic; }

.list__content .list__content__item--login span {
  margin: 0.2em 0 0 0; }

@media only all and (min-width: 30em) {
  .js .list__jump-nav__select {
    display: none; }
  .js .list__jump-nav ol {
    display: inline-block; } }

@media only all and (min-width: 41em) {
  .list__jump-nav {
    margin: 0 0 3em 0; }
  .list__jump-nav ol {
    max-width: 80%;
    margin: 0 auto; }
  .list__content .list__content__item span {
    display: inline; }
    .list__content .list__content__item span:before {
      content: "— "; }
  .list__content .list__content__item--login span {
    display: block; }
  .list__content .list__content__item--login span:before {
    content: ""; }
  .list__content ol {
    margin: 0 0 3.5em 0; } }

@media only all and (min-width: 56em) {
  .list__content {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 4%;
    -webkit-column-gap: 4%;
    column-gap: 4%; }
  .list__content__container {
    display: inline-block;
    width: 90%;
    margin-right: 10%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    /* Makes effect only in Firefox v20+ */
    break-inside: avoid;
    /* IE10+, Opera 11.1—12.1 */ } }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

.items {
  margin: 0 0 3em 0; }

.items--block {
  padding: 1.5em 1.5em 1em 1.5em;
  background-color: #C0E6F3; }

.items .heading__smallest {
  margin: 0 0 0.6em 0; }

.items ul {
  list-style-type: none; }

.items .items__item:before {
  content: "— "; }
.items .items__item a:hover {
  color: #002C44;
  border-color: #002C44;
  border-bottom: 0.1em solid; }
.items .items__item:after {
  content: " »"; }

.items--block .items__item:before {
  content: none; }
.items--block .items__item a {
  color: #002C44;
  border-color: #002C44; }
.items--block .items__item a:hover {
  color: #001f30;
  border-bottom: 0.1em solid; }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

/* Pagination */
ol.pagination {
  list-style-type: none;
  font-size: 1em;
  margin: 0 0 2em 0; }

ol.pagination li {
  display: inline-block; }
  ol.pagination li:before {
    content: " ";
    counter-increment: none; }

.pagination .heading--small {
  font-size: 1.4em; }

.pagination a {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 0.51em 0.5em;
  height: 2.2em;
  min-width: 2.2em;
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  background-color: #003552;
  color: #ffffff; }
  .pagination a:hover {
    text-decoration: underline;
    background-color: #008EBE; }

.pagination__current a {
  background-color: #008EBE;
  color: #ffffff;
  cursor: not-allowed;
  border: none; }
  .pagination__current a:hover {
    text-decoration: underline;
    color: #ffffff; }

.pagination__previous a, .pagination__next a {
  background-color: #003552;
  color: #ffffff;
  border-bottom: none;
  padding: 0.35em 0.1em;
  height: 2.2em;
  width: 2.2em; }

.pagination__previous span, .pagination__next span {
  font-size: 1.5em; }

.pagination__previous.no-more a, .pagination__next.no-more a {
  background-color: #ccc;
  color: #555;
  cursor: not-allowed;
  border-bottom: none; }
  .pagination__previous.no-more a:hover, .pagination__next.no-more a:hover {
    text-decoration: none;
    color: #555; }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

.subnav {
  margin: 0 0 4em 0; }

.subnav em {
  display: inline-block;
  font-size: 1.1em;
  margin: 0 0 1em 0; }

.subnav ul {
  list-style-type: none; }

.subnav .subnav__item:before {
  content: "— "; }
.subnav .subnav__item a:hover {
  color: #002C44;
  border-color: #002C44;
  border-bottom: 0.1em solid; }

.subnav .subnav__item.subnav__item--parent {
  margin: 0 0 0.5em 0; }
  .subnav .subnav__item.subnav__item--parent:before {
    content: ""; }
  .subnav .subnav__item.subnav__item--parent a {
    font-weight: 400;
    color: #002C44;
    border-color: #002C44; }
    .subnav .subnav__item.subnav__item--parent a:hover {
      color: #0079A1;
      border-color: #0079A1; }

.subnav .subnav__item.subnav__item--current a {
  border-bottom: none;
  color: #002C44;
  cursor: not-allowed; }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

.tabs {
  margin-bottom: 3em; }

.tabs [role=tablist] {
  display: none; }

.js-tabs .tabs [role=tablist] {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 0.2em;
  margin: 0 0 0 0;
  background-color: #d3eef7; }

.js-tabs .tabs [role=tab] {
  display: block;
  list-style: none;
  text-align: center;
  margin: 0 0 0.2em 0;
  background-color: #008EBE;
  color: #ffffff;
  line-height: 2.75;
  cursor: pointer; }
  .js-tabs .tabs [role=tab]:hover {
    text-decoration: underline; }

.js-tabs .tabs .tabs__print-all {
  list-style-type: none;
  display: block;
  text-align: center;
  padding: 0.5em 0 0.2em 0;
  margin: 0; }
  .js-tabs .tabs .tabs__print-all a {
    display: inline-block;
    width: 100%;
    border-bottom: none; }
  .js-tabs .tabs .tabs__print-all:hover {
    text-decoration: underline; }

.js-tabs .tabs.js-tab-ui .js-tabs-list [aria-selected=true] {
  background-color: #003552;
  border: none; }

@media only all and (min-width: 41em) {
  .js-tabs .tabs .js-tabs-list li, .js-tabs .tabs.js-tab-ui .js-tabs-list [aria-selected=true] {
    border-right: 0.2em solid #d3eef7; }
  .js-tabs .tabs [role=tab] {
    display: inline-block;
    width: 50%;
    list-style: none;
    text-align: center;
    margin: 0 0 0.3em 0; }
  .js-tabs .tabs .tabs__print-all {
    list-style-type: none;
    display: inline-block;
    width: 50%;
    text-align: center;
    background-color: #008EBE;
    padding: 0.65em 0 0.65em 0; }
    .js-tabs .tabs .tabs__print-all a {
      color: #ffffff;
      border-bottom: none; } }

@media only all and (min-width: 56em) {
  .js-tabs .tabs [role=tablist] {
    padding: 0;
    box-shadow: 0 0.5em 0.5em 0em #ffffff; }
  .js-tabs .tabs .js-tabs-list li, .js-tabs .tabs.js-tab-ui .js-tabs-list [aria-selected=true] {
    border-right: none; }
  .js-tabs .tabs [role=tab] {
    display: inline-block;
    width: 28.333%;
    cursor: pointer;
    color: #002C44;
    font-weight: 400;
    background-color: inherit;
    list-style: none;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0.2em 1em 0.2em 1em;
    border-bottom: 0.15em solid #52bbde; }
  .js-tabs .tabs .tabs__print-all {
    display: inline-block;
    font-weight: 400;
    background-color: inherit;
    list-style: none;
    text-align: right;
    margin: 0 0 0 0;
    width: 15%;
    padding: 0.2em 1em 0.86em 0;
    border-bottom: 0.15em solid #52bbde; }
    .js-tabs .tabs .tabs__print-all a {
      color: #002C44;
      text-align: right;
      text-decoration: underline; }
  .js-tabs .tabs.js-tab-ui .js-tabs-list [aria-selected=true] {
    color: #008EBE;
    font-weight: 600;
    background-color: #ffffff;
    border: 0.15em solid #52bbde;
    border-color: #52bbde;
    border-bottom: 0.15em solid #ffffff; }
    .js-tabs .tabs.js-tab-ui .js-tabs-list [aria-selected=true]:focus {
      border-color: #dc6f00;
      border-bottom: 0.15em solid #ffffff;
      text-decoration: underline;
      color: #003552;
      outline: none; }
  .js-tabs .tabs.js-tab-ui .js-tabs-list .tabs__print-all[aria-selected=true] {
    background-color: inherit;
    border: 0;
    font-weight: 400;
    border-bottom: 0.15em solid #52bbde; } }

/* Prevent FOUC */
.js-tabs .tabs .js-panel {
  display: none; }

.js-tabs .tabs .js-panel.first {
  display: block; }

.js-tabs .tabs .js-panel__title {
  display: none; }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

/* Forms */
form {
  display: inline-block;
  width: 100%;
  max-width: 36em;
  background-color: #003552;
  padding: 1em 1em 0em 1em;
  margin: 1.5em 0 2em 0; }

form p {
  color: #ffffff; }

form a {
  color: #ffffff; }
  form a:hover {
    border-color: #ffffff; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[list], input[type="file"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="range"], input[type="search"], textarea, select {
  font-size: 1.1em;
  display: inline-block;
  height: 2.375em;
  width: 100%;
  padding: 0.375em 0.625em;
  margin-bottom: 1.5em;
  /* ^ The 0.375em vertically centers text on FF, 
  ignored by Webkit */
  background-color: #fff;
  border: 0.2em solid #003552;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[list], input[type="file"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="range"], input[type="search"] {
  max-width: 20em; }

.form-item {
  margin: 0 0 1.5em 0; }
  .form-item input[type="email"], .form-item input[type="number"], .form-item input[type="search"], .form-item input[type="text"], .form-item input[type="tel"], .form-item input[type="url"], .form-item input[type="password"], .form-item input[list], .form-item input[type="file"], .form-item input[type="date"], .form-item input[type="month"], .form-item input[type="week"], .form-item input[type="time"], .form-item input[type="range"], .form-item input[type="search"], .form-item textarea, .form-item select {
    margin-bottom: 0.5em; }
  .form-item .description {
    color: #C0E6F3;
    font-size: 1em; }

.checkbox {
  display: inline-block;
  margin: 1em 1.5em 2em 0; }

.checkbox input {
  margin-right: 0.5em; }

/* Removes awkward default styles on some inputs for mobile */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[list], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 4.0625em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  margin-bottom: 1em; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[list]:focus, textarea:focus, select:focus {
  border: 0.2em solid #dc6f00;
  outline: 0; }

label, legend {
  display: block;
  color: #ffffff;
  font-size: 1.1em;
  margin-bottom: 0.4em;
  font-weight: 300; }

fieldset {
  padding: 0;
  margin-bottom: 1.5em;
  border-width: 0;
  border: 0; }

fieldset ul {
  list-style-type: none; }

input[type="checkbox"] {
  display: inline; }

input[type="radio"] {
  display: inline-block;
  margin: 0 0.5em 0.5em 0; }

input[type="file"] {
  background-color: #001a29;
  color: #ffffff; }

.form-required {
  font-weight: 300;
  color: #ffcdb3; }

.format {
  font-weight: 300;
  font-style: italic;
  color: #C0E6F3;
  margin-left: 0.75em; }

input[type="search"] {
  box-sizing: border-box; }

select[multiple] {
  height: auto; }

textarea[disabled], input[disabled], select[disabled] {
  background-color: #ccc;
  color: #666; }

textarea[disabled]:hover, input[disabled]:hover, select[disabled]:hover {
  cursor: not-allowed; }

select:-internal-list-box option:checked {
  background-color: #52CEF4; }

.messages {
  background-image: none !important;
  padding: 1.2em 1em !important;
  margin: 1em 0 2em 0 !important; }
  .messages ul li {
    font-weight: 600; }
  .messages p {
    margin: 0; }

/* Form buttons are covered in the 'Buttons
  and calls to action' section above */
@media only all and (min-width: 30em) {
  form {
    padding: 2em 2em 0.5em 2em; } }

.captcha .fieldset-description {
  color: #C0E6F3;
  margin-bottom: 2em; }

@media screen and (max-width: 30em) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }
  .captcha .fieldset-description {
    max-width: 15em; } }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

.feedback {
  background-color: #bff8ed;
  border-bottom: 0.2em solid #9af4e3;
  font-weight: 500;
  padding: 0.8em 1.4em;
  margin: 0 0 1.5em 0; }

.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

.feedback--error {
  background-color: #ffcdb3;
  border-bottom: 0.2em solid #ffbc9a; }

html\:abbr, abbr {
  border-bottom: 0.1em dotted;
  cursor: help; }

/* No styles required! */
.pattern {
  background: url(../../assets/pattern.png);
  background: url(../../assets/pattern.svg), linear-gradient(transparent, transparent);
  /* This trick ensures that our background SVG is only 
    used in browsers that support it (a 'coincidence'
    feature test): https://css-tricks.com/a-complete-guide-to-svg-fallbacks/#fallback-svg-css-background-image */ }

.icon-pattern {
  background-color: #002C44;
  background-repeat: repeat; }

.lte-ie9 .icon-pattern {
  background-repeat: repeat !important; }

.bg--dark {
  background-color: #003552; }

.bg--mid {
  background-color: #008EBE; }

.bg--light {
  background-color: #52CEF4; }

.bg--light-pastel {
  background-color: #C0E6F3; }

/* /// Responsive Tables */
/* make each table separate from other ones */
table {
  border: 0;
  padding-bottom: 0;
  display: block;
  width: 100%; }

/* make sure captions are displayed */
caption {
  display: block; }

/* hide the thead in an accessible fashion */
thead {
  display: none; }

/* make everything display block so it 
 aligns vertically */
tbody, tr, th, td {
  border: 0;
  padding: 0;
  display: block;
  text-align: left;
  white-space: normal; }

/* Labeling:
Adding a data-title attribute to the cells
lets us add text before the content to provide
the missing context

Markup: 
<td data-title="Column Header">Content Here</td>

Display:
Column Header: Content Here */
th[data-title]:before, td[data-title]:before {
  content: attr(data-title) ":\00A0";
  font-weight: 500; }

th:not([data-title]) {
  font-weight: 500; }

/* hide empty cells*/
td:empty {
  display: none; }

/* Table styling time */
tr {
  display: inline-block;
  margin: 0 0 1.5em 0;
  width: 100%;
  font-size: 1.1em;
  background-color: #ebf7fb;
  border-top: 0.2em solid #003552;
  border-bottom: 0.2em solid #C0E6F3;
  padding: 1em; }

td {
  word-break: break-all; }

/* Arbitrary breakpoint from handheld -> 
full layout - your choice should vary depending 
at what width your table columns can be shown side 
by side rather than stacked */
@media only all and (min-width: 41em) {
  /* /////// RWD tables for device lists */
  table {
    width: 100%;
    display: table;
    margin: 0 0 2em 0;
    border-style: none;
    border-top-width: 0;
    border-bottom: 0.2em solid #C0E6F3; }
  /* Labeling
   * Hide the mobile labels */
  th[data-title]:before, td[data-title]:before {
    content: "";
    font-weight: 500; }
  th:not([data-title]) {
    font-weight: 500; }
  /* re-show empty cells*/
  td:empty {
    display: table-cell; }
  /* show the thead again */
  thead, tbody {
    display: table-header-group; }
  /* make everything display regularly again */
  tr, th, td {
    border: 0;
    display: table-cell;
    padding: 0;
    text-align: left;
    white-space: normal; }
  tr {
    border-style: none;
    border-bottom-width: 0;
    display: table-row;
    width: 100%; }
  th, td {
    border-style: none;
    padding: 0 1em 0 0.3em;
    text-align: left;
    vertical-align: top; }
  thead th, tr.index th {
    font-weight: 400;
    line-height: 1.25em;
    text-transform: uppercase; }
  thead th {
    padding-bottom: 0.25em; }
  tbody:first-of-type tr.index th {
    padding-top: 1em; }
  tbody th {
    font-weight: normal; }
  /* Style table */
  thead tr {
    background-color: #003552; }
  thead tr th {
    color: #fff;
    padding: 0.5em 0.5em 0.5em 0.8em; }
  tbody tr td {
    padding: 0.8em 0.8em 0.8em 0.8em; }
  tbody tr th b {
    display: inline-block;
    margin: 0 0 0 0.5em;
    padding: 0.8em 0 0 0; }
  tbody tr:nth-child(odd) {
    background-color: white; } }

.lt-ie9 .heading, .lt-ie9 h1.guidance, .lt-ie9 h2.guidance, .lt-ie9 h3.guidance {
  font-weight: 700; }

.lt-ie8 body {
  width: 60em;
  margin: 0 auto; }

.lt-ie8 .header.guide {
  width: 52em;
  margin: 0 auto 1.5em auto; }

.lt-ie8 .footer.guide {
  width: 52em;
  margin: 0 auto 0 auto; }

.lt-ie8 .header__logo {
  display: block; }

.lt-ie8 ol {
  list-style-type: decimal;
  list-style-position: inside; }

.lt-ie8 ol.pagination li {
  display: inline; }

.lt-ie7 .image, .lt-ie7 .image img {
  width: 100%; }

.ie8 .header__title {
  padding-top: 0; }

.lt-ie9 .footer__twitter {
  max-width: 18em;
  width: 18em; }

@media print {
  header, nav, .nav__trigger, .login, .login__container--trigger, .footer__top, .footer__nav, footer, iframe, .video-container {
    display: none !important; }
  .icon-body-background {
    background-image: none; }
  .single-film__video {
    margin: 0 !important; }
  .js-tabs .tabs [role=tablist] {
    display: none; }
  .js-tabs .tabs .js-panel__title, .js-tabs .tabs .js-panel {
    display: block; }
  .related-clips--sidebar {
    display: none; }
  .related-clips--bottom {
    display: block; }
  tr, tbody tr:nth-child(odd) {
    border-top: none;
    padding: none;
    border-bottom: none;
    background-color: inherit; }
  table {
    border-bottom: none; }
  .node-type-lesson-guide .associated__clips__thumb {
    padding: 0 !important;
    border: 0 !important;
    overflow: auto !important;
    height: auto !important;
    width: inherit !important;
    max-width: 100% !important;
    float: none !important;
    text-align: left !important;
    margin: 0 0 0 0 !important; }
    .node-type-lesson-guide .associated__clips__thumb .associated__clips__thumb__image {
      display: none !important;
      margin: 0 !important; } }

.legacy-ie {
  display: none; }

.lt-ie8 .legacy-ie {
  display: block;
  width: 100%;
  background-color: #ffcdb3;
  padding: 1.2em 1.5em;
  color: #002C44;
  font-size: 1.2em;
  font-weight: 600; }

.lt-ie9 .main-nav li a {
  color: #ffffff !important; }
.lt-ie9 .front .calls-to-action__item--browse {
  margin-right: 4%; }
.lt-ie9 .home-featured__items, .lt-ie9 .home-featured__items.featured__item {
  background-image: none; }
.lt-ie9 .page-news .news-item .news-item__image a {
  display: inline; }
.lt-ie9 .resources__item__image-container__image {
  left: 0;
  top: 0;
  position: relative; }

.front .calls-to-action__item--login {
  display: none; }

.front .home__logged-in {
  display: none; }

.front.logged-in .home__logged-in {
  display: inline-block;
  height: 3.936525em;
  font-size: 1em; }
  .front.logged-in .home__logged-in span {
    padding-top: 0.5em; }

.front.logged-in .home__login__trigger {
  display: none; }

.home-featured {
  margin-bottom: 3em; }

.home-featured__video {
  margin-bottom: 1.5em; }

.home-featured__video__embed {
  background-color: #ccc; }

.home-featured__video__desc {
  background-color: #0079A1;
  color: #ffffff;
  padding: 0.8em 1em 0.8em 1em; }
  .home-featured__video__desc .heading {
    font-size: 1.1em;
    font-weight: 400;
    margin: 0 0 0.75em 0;
    color: #ffffff; }
  .home-featured__video__desc p {
    color: #ffffff;
    font-size: 1em;
    margin: 0 0 0.6em 0; }
  .home-featured__video__desc a {
    color: #ffffff;
    border-bottom: 0.1em dotted #008EBE; }
  .home-featured__video__desc a:hover {
    border-bottom: 0.1em dotted #ffffff; }
  .home-featured__video__desc span {
    display: inline-block;
    width: 100%; }

.home-featured__items.featured__item {
  line-height: 0;
  background-color: #002C44; }
  .home-featured__items.featured__item a, .home-featured__items.featured__item a .heading, .home-featured__items.featured__item a p, .home-featured__items.featured__item a img {
    border-bottom: 0;
    color: #ffffff;
    display: inline-block; }
  .home-featured__items.featured__item:nth-child(odd) {
    background-image: none; }
  .home-featured__items.featured__item a {
    text-align: center;
    line-height: 0; }
  .home-featured__items.featured__item .heading {
    font-size: 1.1em; }
  .home-featured__items.featured__item p {
    font-size: 1em;
    margin: 0 0 0.5em 0; }
  .home-featured__items.featured__item img {
    width: 100%;
    max-width: 11.625em;
    margin: 0 auto 0 auto; }

.home-featured__items .featured__item__info {
  padding: 0.8em 1em 0.8em 1em; }

.home-featured__items .featured__item__image {
  width: 100%;
  line-height: 0;
  text-align: center;
  background-color: #002031; }

.front__about, .about-sos {
  display: block;
  margin-bottom: 3em; }

.front__about .calls-to-action__tutorials div {
  text-align: center; }

@media only all and (min-width: 20em) {
  .home-featured__video__desc {
    margin-left: 1.5em; }
    .home-featured__video__desc p {
      font-size: 1.1em;
      display: inline; }
    .home-featured__video__desc span {
      margin-bottom: 0.5em;
      width: auto; }
      .home-featured__video__desc span:before {
        content: "- "; }
    .home-featured__video__desc a {
      font-size: 1.1em; }
  .front__about__item .cta {
    padding: 1em 1.2em 1em 1.2em; }
  .front__about .calls-to-action__tutorials div {
    width: 100%; } }

@media only all and (min-width: 25.265em) {
  .calls-to-action__item--browse .cta span {
    padding-top: 0.5em; } }

@media only all and (min-width: 32em) {
  .calls-to-action__item--browse {
    max-width: 29em; }
  .home-featured__video__desc .heading {
    font-size: 1.2em; }
  .home-featured__items .featured__item__info {
    width: 60%;
    float: left;
    text-align: left;
    padding: 1em 1.2em 1em 1.2em; }
    .home-featured__items .featured__item__info p {
      margin: 0; }
  .home-featured__items .featured__item__image {
    width: 40%;
    float: left; }
  .home-featured__items .featured__item:nth-child(even) .featured__item__info {
    float: right; }
  .front__about .calls-to-action__tutorials div {
    width: 15%;
    text-align: right; } }

@media only all and (min-width: 37em) {
  .front__about .calls-to-action__tutorials div {
    margin-top: -2em; }
  .front__about .calls-to-action .cta {
    padding: 1.4em 1.8em 1.4em 1.8em; } }

@media only all and (min-width: 50em) {
  .front__about .calls-to-action__tutorials, .front__about .calls-to-action__mie {
    width: 48%;
    float: left;
    height: 16.125em; }
  .front__about .calls-to-action__tutorials {
    margin-right: 4%; } }

@media only all and (min-width: 72.5em) {
  .front__about .calls-to-action__tutorials, .front__about .calls-to-action__mie {
    width: 100%;
    height: auto; }
  .front__about .calls-to-action__tutorials {
    margin-right: 0; }
  .front__about__item {
    width: 48%;
    float: left; }
  .front__about__item.about-sos {
    margin-right: 4%; } }

@media only all and (min-width: 41em) and (max-width: 63.9375em) {
  .home-featured__items .featured__item__info {
    width: 70%; }
  .home-featured__items .featured__item__image {
    width: 30%; } }

@media only all and (min-width: 46em) and (max-width: 63.9375em) {
  .home-featured__video {
    position: relative; }
  .home-featured__video__embed {
    width: 75%;
    float: left; }
  .home-featured__video__desc {
    width: 25%;
    float: left;
    margin: 0;
    padding: 1em 1.2em 1em 1.2em;
    height: 95%;
    position: absolute;
    top: 5%;
    right: 0; }
    .home-featured__video__desc p {
      display: inline-block;
      margin-bottom: 1em; }
    .home-featured__video__desc span {
      width: 100%; }
      .home-featured__video__desc span:before {
        content: none; } }

/* 
	Commented this out when placing real content in and discovering this mid-breakpoint was unnecessary.
	
	@media only all and (min-width: 50em) and (max-width: 63.9375em) {
  
  // Featured items two-up
  
  .home-featured__items .featured__item {
    width: 50%;
    float: left;
    height: 8em;
    position: relative;
  }
  
  .home-featured__items .featured__item__info {
    width: 70%;
    .heading {
      margin-bottom: 0.5em;
    }
  }
  
  .home-featured__items .featured__item__image {
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .home-featured__items .featured__item:nth-child(even) {
    .featured__item__info {
      float: left;
    }
  }
  
  .home-featured__items .featured__item:nth-child(3) {
    float: right;
  }
  
} //min 50em max 63 */
@media only all and (min-width: 56em) {
  .front .login__container--trigger .login__trigger {
    visibility: hidden; }
  .front .login__container--trigger .login__trigger.active {
    visibility: visible; }
  .front .calls-to-action__item--login {
    display: inline-block; }
    .front .calls-to-action__item--login span {
      width: auto; }
    .front .calls-to-action__item--login p {
      float: left;
      width: 60%;
      font-size: 0.9em;
      margin: 0 0 0 5%; }
    .front .calls-to-action__item--login div {
      width: 15%; }
  .front .calls-to-action__item {
    width: 48%;
    float: left; }
    .front .calls-to-action__item:nth-child(1) {
      margin-right: 4%; }
  .calls-to-action__item--browse {
    max-width: 100%; }
  .home-featured {
    margin-bottom: 2em; } }

@media only all and (min-width: 63.9375em) {
  .front .calls-to-action__item--login p {
    font-size: 1em; }
  .home-featured__video {
    max-width: 38.4em; }
  .home-featured__video {
    width: 48%;
    margin-right: 4%;
    float: left; }
  .home-featured__items {
    width: 48%;
    float: left; }
  .home-featured__items.featured__item {
    width: 100%; }
    .home-featured__items.featured__item a .heading {
      display: inline; }
      .home-featured__items.featured__item a .heading:after {
        content: " - "; }
    .home-featured__items.featured__item a p {
      display: inline; }
  .home-featured__items .featured__item__info {
    width: 70.5%;
    padding: 1.6em 1.6em 1.8em 1.6em; }
  .home-featured__items .featured__item__image {
    width: 29.5%; }
  .front .calls-to-action__item .cta {
    margin: 0 0 2em 0; } }

@media only all and (min-width: 63.9375em) and (max-width: 72.5em) {
  .home-featured__items .featured__item__info {
    width: 80%;
    padding: 1em 1.4em 1.2em 1.4em; }
    .home-featured__items .featured__item__info .heading {
      margin: 0 0 0.4em 0; }
  .home-featured__items .featured__item__image {
    width: 20%; } }

@media only all and (min-width: 63.9375em) and (max-width: 87em) {
  .home-featured__items:nth-child(4) {
    display: none; } }

@media only all and (min-width: 72.5em) and (max-width: 82.25em) {
  .home-featured__items .featured__item__info {
    width: 75%;
    padding: 1.4em 1.4em 1.5em 1.4em; }
    .home-featured__items .featured__item__info .heading {
      margin: 0 0 0.6em 0; }
  .home-featured__items .featured__item__image {
    width: 25%; } }

@media only all and (min-width: 79em) {
  .front .calls-to-action__item--login p {
    width: 45%;
    margin: 0 0 0 7.5%; } }

.single-film__video {
  max-width: 40em;
  margin: 0 0 3em 0; }

.node-type-film-clip .js-tabs .tab-description-panel {
  margin: 3em 0 0 0; }

.node-type-film-clip .js-tabs .tab-questions-panel {
  margin: 2.5em 0 0 0; }

.node-type-film-clip .js-tabs .tab-details-panel {
  margin: 3em 0 0 0; }
  .node-type-film-clip .js-tabs .tab-details-panel table a {
    line-height: 1.6em; }

.node-type-film-clip.logged-in .video-container {
  margin: 0 0 1.5em 0; }

.node-type-film-clip.logged-in .single-film__downloads .btn {
  font-size: 0.9em;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.5em; }

@media only all and (max-width: 45em) {
  .node-type-film-clip.logged-in .single-film__downloads .btn.single-film__downloads__subtitles {
    margin-right: 0; } }

.node-type-film-clip.logged-in .single-film__downloads__help {
  display: block;
  border: none;
  text-decoration: underline;
  margin: 1em 0 0 0;
  max-width: 80%; }

.node-type-film-clip.logged-in .single-film__screening-room {
  background-color: #222222;
  border-top: 0.4em solid #008EBE; }
  .node-type-film-clip.logged-in .single-film__screening-room .single-film__video {
    max-width: 100%;
    margin-bottom: 1.5em; }
  .node-type-film-clip.logged-in .single-film__screening-room .video-container {
    margin: 0; }
    @media only all and (min-width: 52.5em) {
      .node-type-film-clip.logged-in .single-film__screening-room .video-container {
        max-width: 100vh;
        max-height: 75vh;
        padding-bottom: 75vh;
        margin: 0 auto 0 auto; } }
  .node-type-film-clip.logged-in .single-film__screening-room .single-film__video--169 .video-container {
    height: 0;
    padding-bottom: 56.25%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    @media only all and (min-width: 52.5em) {
      .node-type-film-clip.logged-in .single-film__screening-room .single-film__video--169 .video-container {
        max-width: 150vh;
        max-height: 84.375vh;
        padding-bottom: 84.375vh;
        margin: 0 auto 0 auto; } }
  .node-type-film-clip.logged-in .single-film__screening-room .single-film__downloads {
    width: 100%;
    padding: 2em 0 2em 0;
    text-align: center;
    background-color: #ffffff;
    border-top: 0.4em solid #008EBE; }
  .node-type-film-clip.logged-in .single-film__screening-room .single-film__downloads__help {
    margin: 1em auto 0 auto;
    max-width: 16em; }

@media only all and (min-width: 45em) {
  .node-type-film-clip.logged-in .single-film__downloads__help {
    display: inline-block;
    max-width: auto;
    width: 14rem;
    margin: -1.2rem 0 0 0.8em;
    vertical-align: middle; } }

.node-type-film-clip .related-clips--sidebar {
  display: none; }

@media only all and (min-width: 63.9375em) {
  .node-type-film-clip h2 {
    max-width: 70%; } }

@media only all and (min-width: 79em) {
  .single-film__video {
    float: left;
    min-width: 40em; }
  .single-film__screening-room .single-film__video {
    float: none;
    min-width: 100%; }
  .node-type-film-clip .js-tabs {
    margin-bottom: 2em;
    display: inline-block;
    width: 100%; }
  .node-type-film-clip .related-clips--sidebar {
    display: inline-block;
    float: right;
    max-width: 30em; }
  .node-type-film-clip .related-clips--bottom {
    display: none; }
  .node-type-film-clip .related--clips--bottom--screening-room {
    display: inline-block; } }

@media only all and (min-width: 63.9375em) {
  .node-type-page .wysiwyg {
    display: inline-block;
    width: 70%;
    float: left;
    margin-right: 4%; }
  .lesson-guides .wysiwyg {
    width: 100%;
    margin-right: 0;
    float: none; }
  .node-type-page .subnav {
    display: inline-block;
    width: 26%;
    float: right; } }

@media only all and (min-width: 77em) {
  .node-type-page .wysiwyg {
    width: 60%; }
  .lesson-guides .wysiwyg {
    width: 100%; }
  .node-type-page .subnav {
    width: 36%; } }

.page-news .news-item {
  margin: 0 0 1em 0; }
  .page-news .news-item .news-item__title a {
    display: inline-block;
    margin: 0 0 1em 0;
    border-bottom: 0;
    font-size: 1.5em;
    font-weight: 600; }
  .page-news .news-item .news-item__image a {
    display: inline-block;
    border-bottom: none;
    margin: 0 0 1em 0;
    max-width: 17.5em; }
    .page-news .news-item .news-item__image a img {
      max-width: 100%;
      height: auto;
      width: 100%; }
  .page-news .news-item .news-item__teaser p {
    font-size: 1em;
    margin: 0; }
  .page-news .news-item .news-item__teaser {
    display: inline-block;
    margin: 0 0 1em 0;
    font-size: 1.15em;
    color: #002C44;
    font-weight: 300; }
  .page-news .news-item .news-item__readmore:after {
    content: " »"; }
  .page-news .news-item .news-item__readmore a {
    display: inline-block;
    margin: 0 0 2em 0; }

.page-news .view-content {
  margin-bottom: 1.5em; }

@media only all and (min-width: 37em) {
  .news-item__image, .news-item__teaser, .news-item__readmore {
    float: left; }
  .news-item__image {
    margin: 0 4% 0 0;
    width: 46%;
    display: inline-block;
    max-width: 17.5em; }
  .news-item__teaser, .news-item__readmore {
    width: 50%; } }

@media only all and (min-width: 58.75em) {
  .page-news .wysiwyg {
    display: inline-block;
    width: 66%;
    float: left;
    margin-right: 8%; }
  .page-news .subnav {
    display: inline-block;
    width: 26%;
    float: right;
    margin: 3.2em 0 0 0; } }

.node-type-news-article .wysiwyg {
  margin: 0 0 4em 0; }
  .node-type-news-article .wysiwyg img {
    max-width: 100%;
    margin: 0 0 1.8em 0; }

@media only all and (min-width: 63.9375em) {
  .node-type-news-article .wysiwyg {
    display: inline-block;
    width: 70%;
    float: left;
    margin-right: 4%; }
  .node-type-news-article .subnav {
    display: inline-block;
    width: 26%;
    float: right; } }

@media only all and (min-width: 77em) {
  .node-type-news-article .wysiwyg {
    width: 60%; }
  .node-type-news-article .subnav {
    width: 36%; } }

.node-type-video-tutorial .tutorial__video {
  max-width: 40em;
  margin: 0 0 2em 0; }

.node-type-video-tutorial .tutorial__content {
  margin: 0 0 3em 0; }

.node-type-video-tutorial .items {
  margin: 0 0 3em 0;
  max-width: 25em; }

.node-type-video-tutorial .items h4.heading {
  margin-top: 0; }

@media only all and (min-width: 71.25em) {
  .node-type-video-tutorial .video-tutorial__content {
    float: left;
    width: 65%;
    margin-right: 4%; }
  .node-type-video-tutorial .video-tutorial__secondary-content {
    float: right;
    width: 31%; } }

.node-type-page.lesson-guides .list__jump-nav {
  margin-top: 3em; }
  .node-type-page.lesson-guides .list__jump-nav ol {
    max-width: 80%;
    margin: 0 auto; }

.node-type-page.lesson-guides .wysiwyg .list__jump-nav a {
  border-bottom: none; }
  .node-type-page.lesson-guides .wysiwyg .list__jump-nav a:hover {
    border-bottom: none;
    color: #ffffff; }

.node-type-page.lesson-guides .list__content .heading a {
  font-size: 0.74em; }

.node-type-page.lesson-guides .wysiwyg .list__content ol {
  margin: 0 0 2.5em 0; }

.resources__item {
  margin: 0 0 3em 0;
  color: #ffffff;
  width: 100%;
  text-align: center; }
  .resources__item a {
    border: none; }

.resources__item--lesson-guides {
  background-color: #002C44; }
  .resources__item--lesson-guides .resources__item__image-container {
    background-color: #001f30; }

.resources__item--video-tutorials {
  background-color: #0079A1; }
  .resources__item--video-tutorials .resources__item__image-container {
    background-color: #005571; }

.resources__item--useful-links {
  background-color: #C0E6F3; }
  .resources__item--useful-links * {
    color: #003552; }
  .resources__item--useful-links .resources__item__image-container {
    background-color: #9bd8ec; }

.resources__item .icon-circle-arrow {
  width: 2.125em;
  height: 2.125em;
  border-radius: 1.0625em;
  border: 0.15em solid #ffffff; }

.resources__item__image-container {
  margin: 0 0 1em 0;
  text-align: center;
  line-height: 0;
  display: inline-block;
  width: 100%; }

.resources__item__image-container__image {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto 0 auto; }

.resources__item__headline {
  padding: 0 8% 0 8%;
  font-size: 1.4em;
  margin: 0 0 1em 0;
  color: #ffffff; }

.resources__item__content {
  padding: 0 8% 0 8%;
  font-size: 1.1em;
  font-weight: 300;
  margin: 0 0 1.5em 0;
  color: #ffffff; }

.resources__item__link {
  padding: 0 0 1.5em 0;
  text-align: center;
  border-bottom: 0;
  width: 100%;
  display: inline-block;
  color: #ffffff; }

@media only all and (min-width: 45em) {
  .resources__item {
    text-align: left;
    position: relative;
    max-width: 48.5em; }
    .resources__item:last-child {
      margin-bottom: 5em; }
  .resources__item__image-container {
    float: left;
    width: 40%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 18.75em; }
  .resources__item__image-container__image {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 100%;
    max-height: 100%; }
  .resources__item__content-container {
    width: 60%;
    position: static;
    display: inline-block;
    margin-left: 40%;
    padding: 0 0 1em 4%; }
  .resources__item__headline, .resources__item__content, .resources__item__link {
    position: static;
    display: inline-block;
    float: left;
    padding: 0; }
  .resources__item__headline, .resources__item__content {
    width: 80%;
    padding: 0 4% 0 0; }
  .resources__item__headline {
    padding: 1.2em 4% 0 0; }
  .resources__item__link {
    width: 20%;
    margin-top: 0.5em; } }

.node-type-lesson-guide .js-panel .wysiwyg {
  margin: 2.5em 0 0 0;
  display: inline-block; }

.node-type-lesson-guide .js-panel.first .wysiwyg img {
  margin-bottom: 1.5em; }

.node-type-lesson-guide .js-panel.tab-lesson-panel .wysiwyg {
  margin: 2.5em 0 0 0; }

.node-type-lesson-guide .wysiwyg .items {
  margin-top: 3em;
  max-width: 25em; }

.node-type-lesson-guide .items h4.heading {
  margin-top: 0; }

.node-type-lesson-guide .associated__clips {
  margin: 3em 0 0 0; }

.node-type-lesson-guide .associated__clips__thumb {
  border: 0.15em solid #C0E6F3;
  text-align: center;
  padding: 1.5em 1em 0 1em;
  margin: 0 0 1em 0; }

.node-type-lesson-guide .associated__clips__thumb__image {
  border-bottom: none;
  margin: 0 0 0.6em 0;
  display: inline-block;
  width: 9.375em;
  max-width: 100%; }
  .node-type-lesson-guide .associated__clips__thumb__image img {
    max-width: 100%; }

@media only all and (min-width: 32.5em) {
  .node-type-lesson-guide .associated__clips__thumb {
    width: 48%;
    max-width: 17.5em;
    float: left;
    height: 14em;
    overflow: hidden; }
    .node-type-lesson-guide .associated__clips__thumb:nth-child(2n-1) {
      margin-right: 4%; } }

@media only all and (min-width: 58.75em) {
  .node-type-lesson-guide .associated__clips__thumb {
    width: 32%;
    max-width: 32%;
    margin-right: 2%; }
    .node-type-lesson-guide .associated__clips__thumb:nth-child(2n-1) {
      margin-right: 2%; }
    .node-type-lesson-guide .associated__clips__thumb:nth-child(3n) {
      margin-right: 0; } }

@media only all and (min-width: 71.25em) {
  .node-type-lesson-guide .associated__clips__thumb {
    width: 23.5%;
    max-width: 23.5%;
    margin-right: 2%; }
    .node-type-lesson-guide .associated__clips__thumb:nth-child(2n-1) {
      margin-right: 2%; }
    .node-type-lesson-guide .associated__clips__thumb:nth-child(4n) {
      margin-right: 0; }
    .node-type-lesson-guide .associated__clips__thumb:nth-child(3n) {
      margin-right: 2%; } }

@media only all and (min-width: 56em) {
  .useful-links .view-content {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 6%;
    -webkit-column-gap: 6%;
    column-gap: 6%; }
  .useful-links .view-content h3:first-child {
    margin-top: 0.5em; }
  .useful-links .view-content h3 {
    margin-bottom: 1em; }
  .useful-links .view-content .item-list {
    display: inline-block;
    width: 85%;
    margin: 0 15% 1.5em 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    /* Makes effect only in Firefox v20+ */
    break-inside: avoid;
    /* IE10+, Opera 11.1—12.1 */ }
  .useful-links .view-content .item-list li {
    margin-bottom: 0.8em; } }

.contact-us h3:first-child {
  margin-top: 0; }

.video-tutorials .featured-video-tutorials__container {
  display: block;
  margin: 3em 0 3em 0;
  padding-bottom: 1em;
  border-bottom: 0.15em solid #C0E6F3; }
  .video-tutorials .featured-video-tutorials__container .featured-video-tutorials__item {
    margin: 0 0 3em 0; }
  .video-tutorials .featured-video-tutorials__container .featured-video-tutorials__item__image {
    width: 9.1875em;
    height: 6.875em;
    margin: 0 0 1em 0; }
  .video-tutorials .featured-video-tutorials__container .featured-video-tutorials__item__details .heading a {
    border-bottom: none; }
    .video-tutorials .featured-video-tutorials__container .featured-video-tutorials__item__details .heading a:hover {
      text-decoration: underline; }
  .video-tutorials .featured-video-tutorials__container .featured-video-tutorials__item__details__link {
    font-size: 1.1em;
    font-weight: 300; }
    .video-tutorials .featured-video-tutorials__container .featured-video-tutorials__item__details__link:hover {
      color: #002C44;
      border-color: #002C44; }

.video-tutorials .video-tutorials__list {
  margin: 0 0 4em 0; }

@media only all and (min-width: 41em) {
  .video-tutorials .featured-video-tutorials__container .featured-video-tutorials__item__image {
    float: left;
    margin: 0 2em 0 0; }
  .video-tutorials .featured-video-tutorials__container .featured-video-tutorials__item__details {
    float: left;
    width: 70%;
    max-width: 37em; }
  .video-tutorials .featured-video-tutorials__container .featured-video-tutorials__item__details .heading {
    margin-bottom: 0.5em; }
  .video-tutorials .featured-video-tutorials__container .featured-video-tutorials__item__details p:after {
    content: " — "; }
  .video-tutorials .featured-video-tutorials__container .featured-video-tutorials__item__details p, .video-tutorials .featured-video-tutorials__container .featured-video-tutorials__item__details__link {
    display: inline; } }

@media only all and (min-width: 56em) {
  .video-tutorials .view-content {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 6%;
    -webkit-column-gap: 6%;
    column-gap: 6%; }
  .video-tutorials .view-content h3:first-child {
    margin-top: 0.5em; }
  .video-tutorials .view-content h3 {
    margin-bottom: 1em; }
  .video-tutorials .view-content .item-list {
    display: inline-block;
    width: 85%;
    margin: 0 15% 1.5em 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    /* Makes effect only in Firefox v20+ */
    break-inside: avoid;
    /* IE10+, Opera 11.1—12.1 */ }
  .video-tutorials .view-content .item-list li {
    margin-bottom: 0.8em; } }

.page-search .search-form {
  margin: 0 0 3.5em 0;
  padding-bottom: 1em; }

.page-search .search-form .form-item-keys label {
  display: block; }

.page-search .heading--wideonly {
  display: none; }

.page-search .search-advanced input[type="text"] {
  max-width: 25em; }

.page-search .search-form input[type="submit"] {
  height: 2.3em;
  margin: 0 auto 1em 0.2em; }

.page-search .search-advanced:before, .page-search .search-advanced:after {
  display: table;
  line-height: 0;
  content: ""; }

.search-advanced:after {
  clear: both; }

.js .page-search fieldset.collapsible .fieldset-legend {
  display: block;
  background-image: none;
  padding: 0 0 1em 0.2em; }
  .js .page-search fieldset.collapsible .fieldset-legend:after {
    content: " ^"; }

.js .page-search fieldset.collapsed .fieldset-legend {
  display: block;
  background-image: none;
  padding: 0 0 1em 0.2em; }
  .js .page-search fieldset.collapsed .fieldset-legend:after {
    content: " »"; }

.page-search .fieldset-wrapper {
  padding-top: 1.5em;
  border-top: 0.1em solid #002336; }

.page-search .search-advanced .criterion {
  margin-right: 0; }

.page-search .search-advanced .form-checkboxes {
  width: 100%;
  margin: 1em 0 2em 0;
  background-color: #001f30;
  padding: 1em; }
  .page-search .search-advanced .form-checkboxes .form-type-checkbox {
    margin-bottom: 0.5em; }
  .page-search .search-advanced .form-checkboxes input[type="checkbox"] {
    margin: 0 0.5em 0 0; }
  .page-search .search-advanced .form-checkboxes .option {
    display: inline-block;
    vertical-align: -0.1em; }

.page-search .search-advanced input[type="submit"] {
  margin-bottom: 0; }

.page-search .tabs {
  width: 90%; }

.page-search .js-tabs .tabs [role=tab] {
  width: 100%; }

.page-search .js-tabs .tabs .js-tabs-list {
  margin-bottom: 2em; }

.page-search .js-tabs .tabs .js-tabs-list li:nth-child(3) {
  display: none; }

#map-container, #map {
  min-height: 50vh;
  width: 100%; }

.page-search .search-results .title {
  font-size: 1.1em;
  display: inline-block;
  margin: 0 0 0.8em 0; }
  .page-search .search-results .title a {
    border-bottom: 0.05em dotted #0079A1; }

.page-search .search-results p {
  font-size: 1em;
  margin: 0 0 2.5em 0; }
  .page-search .search-results p strong {
    background-color: #ffd4a8;
    padding: 0 0.2em 0 0.2em; }

@media only all and (min-width: 40em) {
  .search-advanced {
    margin-top: 1em;
    display: block; }
  .page-search .search-advanced .criterion {
    float: none; } }

@media only all and (min-width: 41em) {
  .page-search .js-tabs .tabs [role=tablist] {
    padding: 0;
    box-shadow: 0 0.5em 0.5em 0em #ffffff;
    margin: 0 0 2em 0; }
  .page-search .js-tabs .tabs .js-tabs-list li, .page-search .js-tabs .tabs.js-tab-ui .js-tabs-list [aria-selected=true] {
    border-right: none; }
  .page-search .js-tabs .tabs [role=tab] {
    display: inline-block;
    width: 40%;
    cursor: pointer;
    color: #002C44;
    font-weight: 400;
    background-color: inherit;
    list-style: none;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0.2em 1em 0.2em 1em;
    border-bottom: 0.15em solid #52bbde; }
  .page-search .js-tabs .tabs .js-tabs-list li:nth-child(3) {
    display: inline-block;
    font-weight: 400;
    background-color: inherit;
    list-style: none;
    text-align: right;
    margin: 0 0 0 0;
    width: 20%;
    padding: 0 0 0.86em 0;
    border-bottom: 0.15em solid #52bbde; }
  .page-search .js-tabs .tabs.js-tab-ui .js-tabs-list [aria-selected=true] {
    color: #008EBE;
    font-weight: 600;
    background-color: #ffffff;
    border: 0.15em solid #52bbde;
    border-color: #52bbde;
    border-bottom: 0.15em solid #ffffff; }
    .page-search .js-tabs .tabs.js-tab-ui .js-tabs-list [aria-selected=true]:focus {
      border-color: #dc6f00;
      border-bottom: 0.15em solid #ffffff;
      text-decoration: underline;
      color: #003552;
      outline: none; } }

@media only all and (min-width: 42em) {
  .page-search .search-advanced .criterion {
    float: left; }
  .page-search .search-advanced .criterion:nth-child(1) {
    width: 60%; }
  .page-search .search-advanced .form-type-checkboxes {
    margin-left: 2em; } }

@media only all and (min-width: 46.625em) {
  .page-search .js-tabs .tabs .js-tabs-list li:nth-child(3) {
    padding: 0 0 0.853em 0;
    width: 40%; }
  .page-search .js-tabs .tabs .js-tabs-list [role=tab] {
    width: 30%; } }

@media only all and (min-width: 87em) {
  .page-search .tabs {
    width: 100%; }
  .page-search .heading--wideonly {
    display: block; }
  .page-search .js-tabs .tabs [role=tablist] {
    display: none; }
  .page-search .js-tabs .tabs .js-panel {
    display: block !important; }
  .page-search .tab-results-panel {
    float: left; }
  .page-search .tab-map-panel {
    float: right;
    max-width: 30em; }
  #map-container, #map {
    min-height: 30em;
    min-width: 30em;
    width: 100%; } }

#user-pass-reset, #user-pass {
  margin-bottom: 3em; }

.page-user-reset .breadcrumb {
  display: none; }

.page-user-reset #user-profile-form {
  margin-bottom: 5em; }

.page-user-reset .form-item {
  max-width: 100%; }

.page-user-reset .password-strength {
  width: 90%;
  max-width: 20em;
  float: none;
  color: #ffffff; }
  .page-user-reset .password-strength .password-indicator {
    margin: 1em 0 1.5em 0; }

.page-user-reset .form-type-password {
  margin-bottom: 0; }

.page-user-reset div.password-confirm {
  float: none;
  margin-top: 0;
  margin-bottom: 1em;
  background-color: #ffcdb3;
  padding: 0.5em;
  border: 0.2em solid #003552; }

.page-user-reset div.form-item div.password-suggestions {
  border: 0;
  width: 100%;
  max-width: 17em;
  background: #002a42;
  padding: 1em;
  margin: 0 0 1em 0; }
  .page-user-reset div.form-item div.password-suggestions ul {
    margin: 1em 0 0 0; }
  .page-user-reset div.form-item div.password-suggestions li {
    color: #ffffff;
    font-size: 0.85em; }

.page-user-reset #edit-timezone {
  display: none; }

body.privacy-consent-active {
  overflow: hidden;
  height: 100vh; }

.privacy-settings__button {
  color: #ffffff;
  background-color: #001a29;
  border: none;
  display: block;
  font-size: 1.2em;
  width: 100%;
  text-decoration: underline;
  padding: 1em 0 5.3em 0; }
  @media only all and (min-width: 40em) {
    .privacy-settings__button {
      padding: 1em 0 2.3em 0; } }

.privacy-consent-container {
  height: 100vh;
  width: 100vw;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0; }
  .privacy-consent-container .heading {
    color: #ffffff; }
  .privacy-consent-container .heading--large {
    margin-bottom: 0.6em;
    font-size: 1.4em; }
    @media only all and (min-height: 29em) {
      .privacy-consent-container .heading--large {
        font-size: 1.8em; } }
  .privacy-consent-container .heading--uppercase {
    text-transform: uppercase; }
  .privacy-consent-container .heading--smallest {
    border-bottom: 0.1em solid #ffffff;
    padding-bottom: 0.3em;
    font-weight: normal;
    font-size: 1.1em; }
  .privacy-consent-container .privacy-settings__close {
    display: none; }
  @media only all and (min-width: 22em) {
    .privacy-consent-container .privacy-consent__cover {
      width: calc(100vw - 22em);
      height: 100vh;
      float: left;
      background-color: #000b10;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      /* IE 8 */
      filter: alpha(opacity=90);
      /* IE 5-7 */
      -moz-opacity: 0.9;
      /* Netscape */
      -khtml-opacity: 0.9;
      /* Safari 1.x */
      opacity: 0.9;
      /* Good browsers */ } }
  .privacy-consent-container .privacy-consent__form {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    max-width: 22em;
    overflow: hidden;
    position: static;
    background-color: #0079A1; }
    @media only all and (min-width: 22em) {
      .privacy-consent-container .privacy-consent__form {
        width: 22em;
        float: right; } }
  .privacy-consent-container .privacy-consent__form__front {
    height: 100vh;
    padding: 5vh 2.4em 5vh 2.4em;
    position: static;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    @media only all and (min-height: 35em) and (min-width: 41em) {
      .privacy-consent-container .privacy-consent__form__front {
        padding: 10vh 2.4em 10vh 2.4em; } }
  .privacy-consent-container .privacy-consent__form__front__message {
    font-size: 1em; }
    @media only all and (min-height: 33em) {
      .privacy-consent-container .privacy-consent__form__front__message {
        font-size: 1.1em; } }
  .privacy-consent-container button.btn, .privacy-consent-container input.btn {
    height: 2.8em;
    margin-bottom: 0.5em; }
  .privacy-consent-container .btn {
    border-color: #004961;
    width: 12em;
    text-align: center;
    font-size: 1em; }
    @media only all and (min-height: 31em) {
      .privacy-consent-container .btn {
        font-size: 1.1em; } }
  .privacy-consent-container .privacy-consent__form__front__or {
    display: block;
    color: #ffffff;
    text-align: center;
    max-width: 12em;
    margin-bottom: 0.75em; }
  .privacy-consent-container .privacy-consent__form__customise {
    height: 100vh;
    padding: 5vh 2.4em 5vh 2.4em;
    position: static;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    @media only all and (min-height: 35em) and (min-width: 41em) {
      .privacy-consent-container .privacy-consent__form__customise {
        padding: 10vh 2.4em 10vh 2.4em; } }
  .privacy-consent-container .privacy__settings__form__customise__block {
    margin-bottom: 2em; }
  .privacy-consent-container .privacy-consent__form__customise label, .privacy-consent-container .privacy-consent__form__customise .required-label {
    font-size: 1.1em;
    font-weight: bold;
    color: #002C44;
    font-family: courier new, courier, monospace;
    margin: 0 0 0.2em 0;
    display: block; }
  .privacy-consent-container .privacy-consent__form__customise p {
    font-size: 0.875em; }
  .privacy-consent-container .privacy-consent__form__customise input[type=submit] {
    margin-bottom: 2em; }

.lt-ie9 .privacy-consent__form {
  width: 35%; }
.lt-ie9 .privacy-consent__cover {
  width: 65%; }

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