/**
* Main stylesheet combiner
*
* SASS using Bourbon and LJD Njord. Naming based on BEM and CSS Wizardry name space conventions.
*
* @author ljd
*/
/**
* [1] Table of contents
*
*   1. Table of contents.................. You're reading it!
*   2. Warning............................ Here be dragons
*   3. Framework and vars................. Frameworks, project variables and helpers
*   4. Base............................... Base element styles
*   5. Utilities.......................... Simple utility classes
*   6. Modules............................ SCSS modules
*   7. Hacks.............................. Monsters abound.
*/
/**
* [2] Warning
*
* Changes to this requires knowledge to:
*  	* [SASS](http://sass-lang.com/)
*   * [Bourbon](http://bourbon.io/)
*   * [BEM](http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/)
*   * [CSSWizardry name space conventions](http://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/)
*
* The precompiled CSS is minified and must not be tampered with or unminified - it's meant to be used out of the box.
*/
/**
* [3] Frameworks & vars
*/
/**
 * Configuration
 *
 * Basic site wide variables. All variables used cross-modules should be placed here. Please use existing CSS naming conventions  when naming variables in CSS (lowercase, dashes - see http://cssguidelin.es/#naming-conventions).
 *
 * @section Config
 * @author ljd
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.data__link-btn:before, .data__item-link--download:before, .footer__article-title:after, .form__section-title::after, .form__checkbox-text:before, .cookie-notice__close:before, .cookie-notice__close:after {
  content: '';
  display: block; }

.account__applications-list, .account__actions-list, .data__links, .data__table {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }

.account:after, .account__actions-list:after, .data:after, .data__row:after, .row:after, .nav:after, .footer__row:after, .form__header:after,
.form__section:after, .form__checkbox-grid:after, .form__checkbox-subsection:after, .form__matrix-header:after,
.form__matrix-row:after, .form__footer:after, .form__toggler:after {
  content: '';
  display: table;
  clear: both; }

.account, .data, .data__row, .row, .footer__row, .form__header,
.form__section, .form__checkbox-grid, .form__checkbox-subsection, .form__matrix-header,
.form__matrix-row {
  margin-left: -15px;
  margin-right: -15px; }

/**
* [4] Base
*/
/**
 * Document
 *
 * Base document layout and setup.
 *
 * @author ljd
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  min-width: 280px;
  overflow: hidden;
  margin: 0; }

html {
  font-size: 112.5%;
  line-height: 1.75;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 100vh;
  font-family: "Roboto", "Tahoma", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  color: #7d7d7d;
  background: white;
  -webkit-tap-highlight-color: transparent; }

::selection {
  color: white;
  background: #008fd5; }

/**
 * Links
 *
 * Standard link styling. We're using border-bottom-color for underlines, as it looks WAY better. It can be a bit annoying though, as  you need to escape it on all a tags you use in your modules.
 *
 * @section Base
 * @author ljd
 */
a {
  outline: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -ms-touch-callout: none;
  -o-touch-callout: none;
  touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-tap-highlight-color: rgba(255, 255, 255, 0);
  -ms-tap-highlight-color: rgba(255, 255, 255, 0);
  -o-tap-highlight-color: rgba(255, 255, 255, 0);
  tap-highlight-color: rgba(255, 255, 255, 0); }

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

/**
 * Typography
 *
 * @section Base
 * @author ljd
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #4d4d4d;
  font-weight: 400; }

dt,
dd {
  display: block;
  margin: 0;
  padding: 0; }

dt {
  margin: 21px 0 0;
  font-weight: 700; }

p,
ol,
ul,
blockquote,
figure,
figcaption,
table {
  display: block;
  margin: 21px 0 0;
  padding: 0; }

ul {
  list-style-type: disc; }

figure,
figcaption {
  margin: 0; }

code {
  font-size: 0.77778em;
  line-height: 1.5;
  font-family: "Courier New", "Courier", "Lucida Sans Typewriter", "Lucida Typewriter", monospace; }

hr {
  margin: 21px 0 0;
  height: 1px;
  border: none;
  background: black; }

mark {
  display: inline-block;
  padding: 0 0.25em;
  color: white;
  background: black; }

h1,
h2 {
  font-size: 1.33333em;
  line-height: 1.3125; }

p {
  font-size: 1em;
  line-height: 1.75;
  margin-bottom: 21px; }

@media (min-width: 768px) {
  h1 {
    font-size: 2.66667em;
    line-height: 1.09375; } }

/**
* [5] Utilities
*/
/**
* [6] Modules
*/
/**
 * Account
 * @author ljd
 */
.account__applications,
.account__details,
.account__actions {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.account__applications-list {
  margin: 21px 0 0;
  border-bottom: 1px solid #ededed; }

.account__application {
  border: 1px solid #ededed;
  border-bottom: none;
  padding: 21px 21px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .account__application {
      padding-top: 10.5px;
      padding-bottom: 10.5px; } }

.account__application-label,
.account__application-name {
  width: 100%;
  font-size: 1em;
  line-height: 1.75; }
  @media (min-width: 768px) {
    .account__application-label,
    .account__application-name {
      margin-right: 42px;
      width: 25%;
      float: left;
      line-height: 41px; } }

.account__application-label {
  font-weight: 400; }

.account__application-edit {
  margin-top: 21px; }
  @media (min-width: 768px) {
    .account__application-edit {
      float: right;
      margin-top: 0; } }

.account__applications-footer {
  margin: 21px 0 0; }

.account__details-list,
.account__detail-label,
.account__detail-value {
  display: block;
  margin: 0;
  color: #4d4d4d; }

.account__detail-label {
  margin: 21px 0 0;
  font-weight: 400; }

.account__actions {
  margin: 42px 0 0; }

.account__actions-list li {
  float: left;
  margin-left: 21px; }
  .account__actions-list li:first-child {
    margin-left: 0; }

/**
 * Data download styling
 * @author ljd
 */
.data {
  margin-bottom: 42px;
  color: #4d4d4d; }
  @media print {
    .data {
      margin: 0; } }

.data__links {
  clear: left;
  float: left;
  margin-top: 42px; }

.data__link {
  margin: 42px 0; }

.data__link-text {
  font-size: 1em;
  line-height: 1.75;
  font-weight: 400; }

.data__links {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.data__link {
  margin: 0 0 21px; }

.data__link-btn:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
  background: url("/media/icon-download-white.svg") center center no-repeat;
  background-size: contain; }

.data__table {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 42px; }

.data__cell {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5.25px;
  padding-bottom: 5.25px; }

.data__cell--small {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.data__cell--large {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.data__header {
  border-bottom: 2px solid #008fd5;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.75;
  color: #4d4d4d;
  white-space: nowrap;
  text-overflow: ellipsis; }

.data__footer {
  border-top: 1px solid #c6c6c6;
  padding-top: 10.5px;
  font-size: 1em;
  line-height: 1.75;
  color: #4d4d4d;
  white-space: nowrap;
  text-overflow: ellipsis; }

.data__item-title {
  font-size: 1em;
  line-height: 1.75;
  font-weight: 400; }

.data__item-link {
  color: #008fd5; }
  .data__item-link:focus, .data__item-link:active,
  .no-touchevents .data__item-link:hover,
  .no-js .data__item-link:hover {
    text-decoration: underline; }

.data__item-link--download:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  vertical-align: middle;
  background: url("/media/icon-download.svg") center center no-repeat;
  background-size: contain; }

.data__item-data {
  overflow: hidden;
  margin: 0; }

.data__item-data-label,
.data__item-data-value {
  float: left; }

.data__item-data-label {
  margin: 0 0.25em 0 0;
  clear: left;
  color: #c6c6c6; }

.data__item-discreet {
  color: #c6c6c6; }

@media (max-width: 767px) {
  .data__row--header,
  .data__row--footer {
    display: none; }
  .data__cell {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0; }
  .data__row {
    padding-bottom: 21px; }
  .data__cell--no-mobile {
    display: none; } }

/**
 * Button
 * @author colman
 */
.btn {
  padding: 10px 30px;
  display: inline-block;
  font-size: 0.77778em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  background: #008fd5;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  outline: none; }
  .btn:hover, .btn:focus {
    color: white !important;
    text-decoration: none;
    background: #00a0ef; }
  .btn:active {
    background: #007ebc;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2); }
  @media print {
    .btn {
      border: 2px solid #008fd5;
      color: #008fd5;
      background: white; }
      .btn[href]:after {
        content: " (" attr(href) ")";
        color: #787878; } }

.btn--flat {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn--primary {
  background: #f3813c; }
  .btn--primary:hover, .btn--primary:focus {
    background: #f49154; }
  .btn--primary:active {
    background: #f27124; }

.btn--secondary {
  background: #4d4d4d; }
  .btn--secondary:hover, .btn--secondary:focus {
    background: #5a5a5a; }
  .btn--secondary:active {
    background: #404040; }

.btn--warn {
  background: #ff3334; }
  .btn--warn:hover, .btn--warn:focus {
    background: #ff4d4d; }
  .btn--warn:active {
    background: #ff1a1b; }

.btn--disabled, .btn--disabled:active, .btn--disabled:hover, .btn--disabled:focus,
.btn[disabled],
.btn[disabled]:active,
.btn[disabled]:hover,
.btn[disabled]:focus {
  background: #e3e3e3;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn--small {
  padding: 0 5px;
  font-size: 0.55556em;
  line-height: 2.1; }

/**
 * Grid
 * @author colman
 */
.wrapper {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto; }

.wrapper--push-down {
  margin-top: 42px; }

.grid-col-1 {
  float: left;
  width: 8.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.grid-col-2 {
  float: left;
  width: 16.66667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.grid-col-3 {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.grid-col-4 {
  float: left;
  width: 33.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.grid-col-5 {
  float: left;
  width: 41.66667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.grid-col-6 {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.grid-col-7 {
  float: left;
  width: 58.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.grid-col-8 {
  float: left;
  width: 66.66667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.grid-col-9 {
  float: left;
  width: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.grid-col-10 {
  float: left;
  width: 83.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.grid-col-11 {
  float: left;
  width: 91.66667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.grid-col-12 {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.grid-push--12 {
  margin-left: -100%; }

.grid-push--11 {
  margin-left: -91.66667%; }

.grid-push--10 {
  margin-left: -83.33333%; }

.grid-push--9 {
  margin-left: -75%; }

.grid-push--8 {
  margin-left: -66.66667%; }

.grid-push--7 {
  margin-left: -58.33333%; }

.grid-push--6 {
  margin-left: -50%; }

.grid-push--5 {
  margin-left: -41.66667%; }

.grid-push--4 {
  margin-left: -33.33333%; }

.grid-push--3 {
  margin-left: -25%; }

.grid-push--2 {
  margin-left: -16.66667%; }

.grid-push--1 {
  margin-left: -8.33333%; }

.grid-push-0 {
  margin-left: 0%; }

.grid-push-1 {
  margin-left: 8.33333%; }

.grid-push-2 {
  margin-left: 16.66667%; }

.grid-push-3 {
  margin-left: 25%; }

.grid-push-4 {
  margin-left: 33.33333%; }

.grid-push-5 {
  margin-left: 41.66667%; }

.grid-push-6 {
  margin-left: 50%; }

.grid-push-7 {
  margin-left: 58.33333%; }

.grid-push-8 {
  margin-left: 66.66667%; }

.grid-push-9 {
  margin-left: 75%; }

.grid-push-10 {
  margin-left: 83.33333%; }

.grid-push-11 {
  margin-left: 91.66667%; }

.grid-push-12 {
  margin-left: 100%; }

/**
 * Layout
 * @author colman
 */
.content a,
.eligibility a,
.faq a,
.about a {
  text-decoration: underline; }
  .content a:hover,
  .eligibility a:hover,
  .faq a:hover,
  .about a:hover {
    color: #008fd5; }

.about .btn {
  color: white;
  text-decoration: none; }

.content--center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.content img {
  width: 100%;
  height: auto; }

.content__grid-full {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0%; }

.content__grid-narrow {
  float: left;
  width: 66.66667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 16.66667%; }
  @media print {
    .content__grid-narrow {
      float: left;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 0%; } }

.content p.note {
  font-style: italic;
  font-size: 0.85em; }

.content h2 {
  margin: 21px 0; }

.content table {
  display: table;
  width: 100%;
  margin: 21px 0;
  border: 1px solid #008fd5;
  border-collapse: collapse;
  color: #7d7d7d;
  font-weight: 300;
  font-size: 0.85em; }
  .content table tr,
  .content table td {
    border: 1px solid #008fd5; }
  .content table td {
    padding: 0 17.85px; }

.content ul {
  margin: 21px 0;
  padding-left: 21px;
  font-weight: 100; }

.split__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  margin-bottom: 21px; }

.split__view--margin {
  margin-left: -30px;
  margin-right: -30px; }

.split__view__item {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 21px; }

.split__view__item-inner {
  padding: 42px;
  height: 100%;
  color: #787878;
  background-color: #ededed; }
  @media print {
    .split__view__item-inner {
      border: 2px solid #787878;
      background: none; } }
  .split__view__item-inner.un-color {
    background: #008fd5;
    color: white; }
    .split__view__item-inner.un-color h1,
    .split__view__item-inner.un-color h2,
    .split__view__item-inner.un-color h3,
    .split__view__item-inner.un-color h4 {
      color: white; }

.guides .split__view {
  display: block; }

.guides .split__view__item {
  float: left;
  width: 100%; }

.pull-center {
  text-align: center; }

.pull-left {
  text-align: left; }

.pull-right {
  text-align: right; }

.countries__list {
  font-weight: 100;
  list-style-type: disc; }
  .countries__list li {
    float: left;
    width: 33.3333333333%;
    padding-right: 35px;
    color: #7d7d7d; }

@media (max-width: 1023px) {
  .split__view__item {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0%; }
  .content__grid-narrow {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0%; }
  .countries__list li {
    width: 50%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 0; }
  .split__view {
    display: block; }
  .content--center-content {
    display: block; } }

.hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

/**
 * Templates
 *
 * Styles for the view templates
 *
 * @author brmh
 */
/**
* [6a] Pages
*/
/**
 * Home
 * @author colman
 */
/**
	* Slices
  */
/**
 * Slice: Home Hero
 */
.home__hero {
  height: 600px;
  position: relative;
  color: white;
  background: #ededed center center no-repeat;
  background-size: cover; }

.home__gypi-logo {
  width: 75px !important; }

.home__hero__content {
  width: 65%;
  padding: 25px;
  position: absolute;
  bottom: 50px; }

.home__hero__intro-title {
  font-size: 1em;
  font-weight: normal; }

.home__hero__content-body {
  font-size: 2.66667em;
  font-weight: normal;
  line-height: 1.22222em;
  margin: 10px 0 25px 0; }

@media (max-width: 1023px) {
  .home__hero {
    height: 450px; }
  .home__hero__content {
    width: 80%;
    bottom: 15px; }
  .home__hero__content-title {
    font-size: 0.66667em;
    font-weight: 400; }
  .home__hero__content-body {
    font-size: 1.22222em;
    font-weight: 700; } }

@media print {
  .home__hero {
    height: auto;
    color: black;
    background: none; }
  .home__hero__content {
    padding: 0;
    width: auto;
    position: static; } }

/**
 * Slice Home About
 */
.home__about {
  margin: 42px 0; }

.home__about__split-item {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }
  .home__about__split-item img {
    display: block; }

.home__about--dark {
  background-color: #4d4d4d;
  color: #d9d9d9;
  padding: 42px 0; }

@media (max-width: 1023px) {
  .home__about__split-item {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 21px; } }

/**
 * Slice: Home Eligibility
 */
.home__eligibility {
  margin: 42px 0; }

/**
 * Eligibility page
 * @author colman
 */
.eligibility__highlight {
  background-color: grey;
  color: white; }
  .eligibility__highlight h2 {
    color: white; }
  .eligibility__highlight .eligibility__highlight__inner {
    padding: 42px; }
    .eligibility__highlight .eligibility__highlight__inner li {
      margin: 21px; }

.eligibility__section {
  float: left;
  width: 66.66667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 42px; }
  @media (max-width: 1023px) {
    .eligibility__section {
      float: left;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px; } }

/**
 * Guides
 * @author colman
 */
.guides__section-title {
  margin-bottom: 21px;
  margin-top: 21px; }

.guides__item-line {
  margin: 21px 0;
  position: relative;
  overflow: hidden; }

.guides__item {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }
  .guides__item:nth-of-type(2n) {
    margin-top: 21px; }
    @media (min-width: 1024px) {
      .guides__item:nth-of-type(2n) {
        margin-top: 0; } }

.guides__item-inner {
  height: 100%;
  padding: 42px;
  color: #787878;
  background-color: #ededed; }

.guides__split {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 1023px) {
  .guides__item {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px; }
  .guides__item {
    margin-left: 0; } }

/**
 * Singup
 */
.signup__submissions-closed-info {
  margin: 42px 0 105px; }
  .signup__submissions-closed-info a {
    color: #008fd5;
    text-decoration: underline; }
    .signup__submissions-closed-info a:focus, .signup__submissions-closed-info a:active,
    .no-touchevents .signup__submissions-closed-info a:hover,
    .no-js .signup__submissions-closed-info a:hover {
      color: #007ebc; }
  .signup__submissions-closed-info ul,
  .signup__submissions-closed-info ol {
    padding-left: 1em; }
  .signup__submissions-closed-info p {
    margin: 0; }

/**
 * FAQ
 * @author colman
 */
.faq ul {
  color: #4d4d4d; }

.faq__question-block h2 {
  text-decoration: underline; }

/**
* [6b] Partials
*/
/**
 * Nav
 * @author colman
 */
.nav {
  display: block;
  font-weight: normal;
  background: white; }
  @media print {
    .nav {
      display: none; } }
  .nav .wrapper {
    max-width: 100%; }

.nav__links {
  display: inline-block; }

.nav__link {
  margin: 21px;
  color: #4d4d4d; }

.nav__user-links {
  position: absolute;
  right: 10%;
  top: 50%;
  color: #4d4d4d; }

.nav__languagebar {
  padding: 5px 0;
  border-bottom: 5px solid #008fd5;
  color: #4d4d4d;
  font-size: 0.88889em;
  background-color: #ededed; }

.nav__homelink {
  padding-left: 22px;
  padding-top: 2px;
  text-decoration: none;
  color: #4d4d4d;
  background: url("/media/icon-home.png") 0 0 no-repeat; }
  .nav__homelink:hover {
    text-decoration: underline; }

.nav__languages {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  color: #7d7d7d; }
  .nav__languages:after {
    content: '';
    display: block;
    clear: both; }
  .nav__languages li {
    display: inline-block;
    margin-left: 8px; }
    .nav__languages li img {
      margin-right: 5px;
      height: 10px; }
    .nav__languages li a:hover span {
      text-decoration: underline; }
  .nav__languages .nav__languages-active {
    color: #4d4d4d; }

.nav__main {
  padding: 20px 0;
  border-bottom: 1px solid #ededed; }

.nav__main-brand {
  display: inline-block;
  vertical-align: middle; }
  .nav__main-brand img {
    display: block;
    width: 393px;
    height: 64px;
    border: none; }

#nav__main-brand__desktop {
  display: inline-block; }

#nav__main-brand__mobile {
  display: none; }

.nav__list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1em;
  line-height: 1.75; }

.nav__main-item {
  display: inline-block;
  height: 41px; }
  .nav__main-item .nav__main-link {
    display: inline-block;
    margin: 0 12px;
    vertical-align: middle;
    color: #7d7d7d; }
  .nav__main-item.active .nav__main-link {
    color: #4d4d4d; }
  .nav__main-item:hover .nav__main-link {
    color: #4d4d4d;
    text-decoration: underline; }

.nav__account {
  list-style: none;
  margin: 16px 0 0;
  float: right;
  font-size: 1em;
  line-height: 1.75;
  color: #7d7d7d; }
  .nav__account li a:hover {
    color: #4d4d4d;
    text-decoration: underline; }

#menuToggle input {
  display: inline-block;
  width: 40px;
  height: 32px;
  position: absolute;
  right: 0;
  z-index: 2;
  /* and place it over the hamburger */
  cursor: pointer;
  opacity: 0;
  /* hide this */
  -webkit-touch-callout: none; }

#overlay {
  display: none; }

.nav__main-item .btn {
  margin: 0 10px; }

.nav__account {
  margin-top: 0;
  margin-right: 25px; }

.nav {
  z-index: 1000;
  width: 100%;
  background: white; }

@media (max-width: 767px) {
  .nav__homelink span {
    display: none; }
  #nav__main-brand__desktop {
    display: none; }
  #nav__main-brand__mobile {
    display: inline-block; } }

.nav__main {
  padding: 15px 0; }

.nav__main-brand img {
  height: 41px;
  width: auto;
  float: left; }

.nav__list {
  text-align: right; }
  .nav__list li {
    display: block;
    margin-bottom: 21px; }

#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#toggle {
  position: relative; }

.nav__hamburger {
  float: right;
  margin-top: 5px; }

#overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  pointer-events: none; }

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  background: #c6c6c6;
  border-radius: 3px;
  -webkit-transform-origin: 4px 0;
      -ms-transform-origin: 4px 0;
          transform-origin: 4px 0;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }

#menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%; }

#menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%; }

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ .nav__hamburger span {
  background: #202020;
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-3px, -3px);
      -ms-transform: rotate(45deg) translate(-3px, -3px);
          transform: rotate(45deg) translate(-3px, -3px); }

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ .nav__hamburger span:nth-last-child(2) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
      -ms-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2); }

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ .nav__hamburger span:nth-last-child(1) {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(-1px, -4px);
      -ms-transform: rotate(-45deg) translate(-1px, -4px);
          transform: rotate(-45deg) translate(-1px, -4px); }

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  width: 400px;
  height: 2000px;
  padding: 75px 51px 0 25px;
  border-left: 1px solid #7d7d7d;
  list-style-type: none;
  position: absolute;
  right: -51px;
  background: white;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  margin-top: -15px;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */ }

#menu li {
  padding: 5px 0; }

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1; }

#menuToggle input:checked ~ #overlay {
  opacity: 0.65;
  pointer-events: auto; }

.nav__main-item .btn {
  padding: 10px 30px;
  margin: 0; }

/**
 * Footer
 * @author colman
 */
.footer {
  margin: 105px 0 0;
  border-top: 1px solid #ededed; }
  @media print {
    .footer {
      display: none; } }

.footer__part {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  zoom: 1; }
  @media (max-width: 1023px) {
    .footer__part {
      float: left;
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 567px) {
    .footer__part {
      float: left;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px; } }

.footer__article {
  display: block;
  width: 25%;
  height: 100%;
  padding: 0 10.5px;
  float: left; }

.footer__article-title:after {
  height: 3px;
  background: #008fd5; }

.footer__article-link-list {
  list-style-type: none;
  font-size: 0.77778em;
  line-height: 1.5; }

.footer__link {
  margin-bottom: 10px; }

.footer__link a {
  color: #7d7d7d; }

.footer__link a:hover {
  text-decoration: underline; }

.footer__link--active a {
  color: #4d4d4d; }

.footer__link--disabled a {
  color: #ededed; }

.footer__nav {
  padding-top: 42px;
  padding-bottom: 42px; }

.footer__section-title {
  border-bottom: 2px solid #008fd5;
  font-size: 1em;
  line-height: 1.75;
  color: #4d4d4d; }

.footer__end {
  border-top: 1px solid #ededed;
  padding: 21px 0;
  font-size: 0.77778em;
  line-height: 1.5; }

.footer__end-brand,
.footer__end-terms-list {
  display: inline-block;
  vertical-align: middle; }

.footer__end-brand {
  float: left;
  font-weight: 700;
  letter-spacing: 0.05em; }
  .footer__end-brand img {
    width: 40px;
    height: 34px;
    margin-right: 10px; }
  .footer__end-brand * {
    vertical-align: middle; }
  .footer__end-brand:after {
    content: '';
    display: block;
    clear: both; }

.footer__end-terms__list {
  margin: 0;
  padding: 0;
  padding-top: 8px;
  list-style: none;
  float: right; }
  .footer__end-terms__list li {
    display: inline-block;
    margin: 0 5px; }
    .footer__end-terms__list li a:hover {
      text-decoration: underline; }
  .footer__end-terms__list:after {
    content: '';
    display: block;
    clear: both; }

/**
 * Form styling
 * @author ljd
 */
.form {
  margin: 0 0 105px;
  color: #4d4d4d; }
  @media print {
    .form {
      margin: 0; } }

.form__title, .account__title, .data__title {
  margin: 0;
  font-size: 1.33333em;
  line-height: 1.3125; }
  @media (min-width: 768px) {
    .form__title, .account__title, .data__title {
      font-size: 2.66667em;
      line-height: 1.09375; } }

.form__subtitle, .account__subtitle, .data__subtitle {
  margin: 42px 0 -spacer-size(0);
  font-size: 1.33333em;
  line-height: 1.3125; }
  @media (min-width: 768px) {
    .form__subtitle, .account__subtitle, .data__subtitle {
      margin-top: 105px;
      font-size: 1.33333em;
      line-height: 1.3125; } }

.form__section-title {
  font-weight: 700; }
  .form__section-title::after {
    margin: 0.2em 0;
    height: 2px;
    background: #007ebc; }

.form__desc, .account__desc, .data__desc {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin: 21px 0 0;
  font-size: 1em;
  line-height: 1.45833;
  color: #7d7d7d; }
  .form__desc a, .account__desc a, .data__desc a {
    color: #008fd5;
    text-decoration: underline; }
    .form__desc a:focus, .account__desc a:focus, .data__desc a:focus, .form__desc a:active, .account__desc a:active, .data__desc a:active,
    .no-touchevents .form__desc a:hover,
    .no-touchevents .account__desc a:hover,
    .no-touchevents .data__desc a:hover,
    .no-js .form__desc a:hover,
    .no-js .account__desc a:hover,
    .no-js .data__desc a:hover {
      color: #007ebc; }
  .form__desc ul, .account__desc ul, .data__desc ul,
  .form__desc ol,
  .account__desc ol,
  .data__desc ol {
    padding-left: 1em; }
  .form__desc p, .account__desc p, .data__desc p {
    margin: 0; }

/*fieldset*/
.form__field {
  margin: 21px 0 0;
  padding: 0;
  border: none; }
  @media (min-width: 768px) {
    .form__field {
      margin-top: 42px; } }

.form__title, .account__title, .data__title, .form__subtitle, .account__subtitle, .data__subtitle {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.form__field {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .form__field {
      float: left;
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 768px) {
  .form__desc + .form__field, .account__desc + .form__field, .data__desc + .form__field {
    clear: left; } }

.form__field--full {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }

.form__field--third {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .form__field--third {
      float: left;
      width: 33.33333%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px; } }

.form__field--break {
  clear: left; }

.form__input, .form__checkbox-text {
  display: block;
  padding: 0 0.5em;
  height: 2.33333em;
  position: relative;
  font-size: 1em;
  line-height: 2.33333;
  color: #4d4d4d;
  background: #fafafa;
  -webkit-box-shadow: inset 0 -2px #008fd5;
          box-shadow: inset 0 -2px #008fd5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: text; }
  .form__input:hover, .form__checkbox-text:hover {
    background: #ededed;
    -webkit-box-shadow: inset 0 -2px #007ebc;
            box-shadow: inset 0 -2px #007ebc; }
  @media print {
    .form__input, .form__checkbox-text {
      padding: 0;
      background: no-repeat;
      -webkit-box-shadow: none;
              box-shadow: none; } }

.form__field--error .form__input, .form__field--error .form__checkbox-text {
  background: #fff5f5;
  -webkit-box-shadow: inset 0 -2px #ff3334;
          box-shadow: inset 0 -2px #ff3334; }

.form__input + .form__input {
  margin-top: 21px; }

.form__input-element {
  border: none;
  display: block;
  width: 100%;
  height: 2.33333em;
  font-size: 1em;
  line-height: 2.33333;
  font-family: "Roboto", "Tahoma", "Helvetica", "Arial", sans-serif;
  color: #4d4d4d;
  font-weight: 300;
  background: none;
  cursor: text;
  outline: none; }
  .form__input-element::-webkit-input-placeholder {
    color: #7d7d7d; }
  .form__input-element:-ms-input-placeholder {
    color: #7d7d7d; }
  .form__input-element::-ms-input-placeholder {
    color: #7d7d7d; }
  .form__input-element::placeholder {
    color: #7d7d7d; }
  .form__input-element:-webkit-autofill {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: inset 0 -2px 0 #008fd5, inset 0 0 0 1000px #fafafa;
            box-shadow: inset 0 -2px 0 #008fd5, inset 0 0 0 1000px #fafafa; }
  .form__input-element:hover:-webkit-autofill {
    -webkit-box-shadow: inset 0 -2px 0 #007ebc, inset 0 0 0 1000px #ededed;
            box-shadow: inset 0 -2px 0 #007ebc, inset 0 0 0 1000px #ededed; }
  @media print {
    .form__input-element {
      border: 1px solid #ededed;
      border-bottom: 2px solid #008fd5;
      padding-right: 0.5em;
      padding-left: 0.5em; } }

.form__input--select .form__input-element {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  cursor: pointer; }

.form__input--textarea {
  padding: 0;
  height: auto; }
  .form__input--textarea .form__input-element {
    display: block;
    width: 100%;
    margin-top: 21px;
    padding: 5.25px 0.5em;
    height: 210px;
    max-width: 100%;
    font-size: 1em;
    line-height: 1.45833; }
  .form__project-outcomes .form__input--textarea textarea {
    height: 420px; }

.form__input--file {
  cursor: pointer; }
  .form__input--file .form__input-element {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10.5px 0.5em;
    position: absolute;
    left: 0;
    line-height: 21px;
    vertical-align: middle;
    cursor: pointer; }
    .form__input--file .form__input-element::-webkit-file-upload-button, .form__input--file .form__input-element::-ms-browse {
      padding: 10px 30px;
      display: inline-block;
      font-size: 0.77778em;
      line-height: 1.5;
      letter-spacing: 0.05em;
      font-weight: 400;
      color: white;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none !important;
      background: #008fd5;
      border-radius: 2px;
      -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
      border: none;
      cursor: pointer;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      outline: none;
      padding: 0 5px;
      font-size: 0.55556em;
      line-height: 2.1; }
      .form__input--file .form__input-element::-webkit-file-upload-button:hover, .form__input--file .form__input-element::-webkit-file-upload-button:focus, .form__input--file .form__input-element::-ms-browse:hover, .form__input--file .form__input-element::-ms-browse:focus {
        color: white !important;
        text-decoration: none;
        background: #00a0ef; }
      .form__input--file .form__input-element::-webkit-file-upload-button:active, .form__input--file .form__input-element::-ms-browse:active {
        background: #007ebc;
        -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
                box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2); }
      @media print {
        .form__input--file .form__input-element::-webkit-file-upload-button, .form__input--file .form__input-element::-ms-browse {
          border: 2px solid #008fd5;
          color: #008fd5;
          background: white; }
          .form__input--file .form__input-element::-webkit-file-upload-button[href]:after, .form__input--file .form__input-element::-ms-browse[href]:after {
            content: " (" attr(href) ")";
            color: #787878; } }
    .form__input--file .form__input-element::-webkit-file-upload-button {
      margin-top: 3px;
      position: relative;
      top: -3px;
      vertical-align: top; }

.form__saved-attachment {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin: 21px 0 0;
  font-size: 1em;
  line-height: 1.45833;
  color: #7d7d7d; }
  .form__saved-attachment a {
    color: #008fd5;
    text-decoration: underline; }
    .form__saved-attachment a:focus, .form__saved-attachment a:active,
    .no-touchevents .form__saved-attachment a:hover,
    .no-js .form__saved-attachment a:hover {
      color: #007ebc; }

.form__checkbox-grid .form__checkbox-grid-item {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 21px; }
  .form__checkbox-grid .form__checkbox-grid-item:first-child, .form__checkbox-grid .form__checkbox-grid-item:nth-child(2) {
    margin-top: 0; }
  @media (min-width: 768px) {
    .form__checkbox-grid .form__checkbox-grid-item {
      float: left;
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px; } }

.form__checkbox {
  display: block;
  padding-left: 30px;
  margin: 10.5px 0 0;
  position: relative; }
  .form__checkbox:first-child {
    margin-top: 0; }

.form__checkbox-element {
  position: absolute;
  left: 0;
  opacity: 0; }
  .no-checked .form__checkbox-element {
    opacity: 1; }

.form__checkbox-text {
  min-height: 2.33333em;
  height: auto;
  padding-top: 7.875px;
  padding-bottom: 7.875px;
  line-height: 26.25px;
  position: static;
  cursor: pointer; }
  .form__checkbox-text:before {
    height: 21px;
    width: 21px;
    border: 2px solid #7d7d7d;
    position: absolute;
    top: 10.5px;
    left: 0;
    background: transparent url("/media/icon-check-white.svg") 0 21px no-repeat;
    background-size: 100% 100%;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0 21px white;
            box-shadow: inset 0 0 0 21px white;
    -webkit-transition: 0.3s, background-position 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: 0.3s, background-position 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.form__checkbox-text--active:before, .form__checkbox-element:checked + .form__checkbox-text:before, .form__toggler-input:checked ~ .form__toggler-control .form__checkbox--toggle .form__checkbox-text:before {
  border-color: #008fd5;
  background-color: #008fd5;
  background-position: 0 0;
  -webkit-box-shadow: inset 0 0 0 0 #007ebc;
          box-shadow: inset 0 0 0 0 #007ebc;
  -webkit-transition: 0.1s, background-position 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  transition: 0.1s, background-position 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s; }

.form__checkbox-subsection {
  display: none;
  margin-top: 21px; }
  .form__checkbox-element:checked ~ .form__checkbox-subsection {
    display: block; }

/*fieldset*/
.form__checkbox-subfield {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 21px;
  padding-top: 0;
  padding-bottom: 0;
  border: none; }
  @media (min-width: 1024px) {
    .form__checkbox-subfield {
      float: left;
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px; } }

.form__checkbox--radio > .form__checkbox-text:before {
  background-image: none;
  border-radius: 100%; }

.form__checkbox--radio > .form__checkbox-text--active:before, .form__checkbox--radio > .form__checkbox-element:checked + .form__checkbox-text:before, .form__toggler-input:checked ~ .form__toggler-control .form__checkbox--toggle .form__checkbox--radio > .form__checkbox-text:before {
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white; }

.form__label {
  display: block;
  margin: 0;
  font-weight: 400; }
  .form__label[for] {
    cursor: pointer; }

.form__required {
  color: #ff3334;
  cursor: help; }

.form__tip {
  margin: 10.5px 0 0;
  font-size: 0.77778em;
  line-height: 1.5;
  color: #7d7d7d; }
  .form__tip p,
  .form__tip ul,
  .form__tip ol {
    margin: 5.25px 0 0; }
  .form__tip > :first-child {
    margin-top: 0; }
  .form__tip ul,
  .form__tip ol {
    padding-left: 1em; }
  .form__tip ol li {
    list-style: lower-alpha; }

.form__tip--error {
  color: #ff3334; }

.form__matrix {
  overflow: hidden; }

.form__matrix-row {
  margin-top: 10.5px; }

.form__matrix-cell {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 21px; }
  .form__matrix-header > .form__matrix-cell {
    font-weight: 400; }
  @media (min-width: 768px) {
    .form__matrix-cell {
      float: left;
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1024px) {
    .form__matrix-cell {
      float: left;
      width: 25%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px; }
      .form__matrix-cell.form__matrix-cell--small {
        float: left;
        width: 16.66667%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px; }
      .form__matrix-cell.form__matrix-cell--big {
        float: left;
        width: 33.33333%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px; } }

.form__footer {
  margin: 21px 0 0; }
  @media (min-width: 768px) {
    .form__footer {
      margin: 42px 0 0; } }

.form__btn--next {
  float: right; }

.form__btn--save {
  float: right; }

.form__summary,
.form__summary-label,
.form__summary-value {
  display: block;
  margin: 10.5px 0 0; }

.form__summary {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin: 21px 0 0; }
  @media (min-width: 768px) {
    .form__summary {
      padding: 0; } }

.form__summary-label {
  clear: left;
  font-weight: 400; }
  @media (min-width: 768px) {
    .form__summary-label {
      float: left;
      width: 33.33333%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 768px) {
  .form__summary-value {
    float: left;
    width: 66.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px; } }

.form__error {
  margin: 21px 0 0;
  padding: 21px 0;
  overflow: hidden;
  background: #ff3334;
  border-radius: 2px; }
  @media (min-width: 768px) {
    .form__error {
      margin: 42px 0 0; } }
  .form__error > :first-child {
    margin-top: 0; }
  .form__error .form__subtitle, .form__error .account__subtitle, .form__error .data__subtitle,
  .form__error .form__desc,
  .form__error .account__desc,
  .form__error .data__desc {
    max-width: none;
    width: auto;
    color: white; }

.form__toggler {
  clear: both;
  overflow: hidden; }

.form__toggler-input {
  position: absolute;
  right: 100%;
  opacity: 0; }
  .no-checked .form__toggler-input {
    position: static;
    opacity: 1; }

.form__toggler-content {
  display: none; }
  .no-checked .form__toggler-content {
    display: block; }

.form__toggler-input:checked ~ .form__toggler-content {
  display: block;
  -webkit-animation: toggle-in 0.5s;
          animation: toggle-in 0.5s; }

.form__toggler-input:checked ~ .form__toggler-control .form__checkbox--toggle.form__checkbox--radio .form__checkbox-text:before {
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white; }

@-webkit-keyframes toggle-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes toggle-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/**
 * Errors
 * @author ljd
 */
.errors {
  clear: both;
  margin: 21px 0;
  padding: 21px;
  background: #ffe66c; }

/**
 * Cookie Notice
 * @author ljd
 */
.cookie-notice {
  border-bottom: 1px solid #c6c6c6;
  font-size: 0.66667em;
  line-height: 1.75;
  font-weight: 400;
  background: white; }

.cookie-notice__content {
  padding: 5.25px 42px;
  padding-left: 0;
  position: relative; }

.cookie-notice__desc a {
  color: #008fd5; }

.cookie-notice__close {
  height: 31.5px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }
  .cookie-notice__close:before, .cookie-notice__close:after {
    width: 1px;
    height: 15.75px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #787878;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    text-transform: 0.1s; }
  .cookie-notice__close:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }
  .cookie-notice__close:hover:before, .cookie-notice__close:hover:after {
    background-color: #008fd5; }
  .no-js .cookie-notice__close {
    display: none; }

.wio-link {
  padding: 10px 30px;
  display: inline-block;
  font-size: 0.77778em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  background: #008fd5;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  outline: none;
  position: fixed;
  left: 21px;
  bottom: 21px; }
  .wio-link:hover, .wio-link:focus {
    color: white !important;
    text-decoration: none;
    background: #00a0ef; }
  .wio-link:active {
    background: #007ebc;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2); }
  @media print {
    .wio-link {
      border: 2px solid #008fd5;
      color: #008fd5;
      background: white; }
      .wio-link[href]:after {
        content: " (" attr(href) ")";
        color: #787878; } }
  .wio-link:before {
    content: 'Edit this page'; }
  .wio-link img {
    display: none; }

/**
* [7] Hacks
*/
