/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* breakpoint */
/* JSON Colour and font variables */
/* Library Items */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 8, ../sass/components/lib/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, ../sass/components/lib/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 31, ../sass/components/lib/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 50, ../sass/components/lib/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 61, ../sass/components/lib/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 70, ../sass/components/lib/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 79, ../sass/components/lib/_normalize.scss */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 92, ../sass/components/lib/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 102, ../sass/components/lib/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, ../sass/components/lib/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 125, ../sass/components/lib/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 134, ../sass/components/lib/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 143, ../sass/components/lib/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, ../sass/components/lib/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, ../sass/components/lib/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 187, ../sass/components/lib/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, ../sass/components/lib/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 202, ../sass/components/lib/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 210, ../sass/components/lib/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 222, ../sass/components/lib/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 234, ../sass/components/lib/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 243, ../sass/components/lib/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 257, ../sass/components/lib/_normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 269, ../sass/components/lib/_normalize.scss */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 278, ../sass/components/lib/_normalize.scss */
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.
 */
/* line 288, ../sass/components/lib/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 299, ../sass/components/lib/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 310, ../sass/components/lib/_normalize.scss */
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.
 */
/* line 322, ../sass/components/lib/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 333, ../sass/components/lib/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */
/* line 346, ../sass/components/lib/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, ../sass/components/lib/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 368, ../sass/components/lib/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, ../sass/components/lib/_normalize.scss */
[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.
 */
/* line 388, ../sass/components/lib/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 397, ../sass/components/lib/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 406, ../sass/components/lib/_normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 416, ../sass/components/lib/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
 * @file The colours used on the website
 */
/* Greys */
/**
* @file - importing the fonts to be used on the sitee
**/
/*
 * @file The layout for macro items on the site.
 */
/* line 9, ../sass/components/lib/_layout.scss */
.contained {
  margin: auto;
  max-width: 990px;
  padding: 1rem;
}

/* line 16, ../sass/components/lib/_layout.scss */
.contained__content {
  margin: auto;
  max-width: 87.5%;
}

/*
 * @file The extends used on the website
 */
/* line 26, ../sass/components/lib/_extends.scss */
button.next-button {
  background: black;
  border: 0;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 2rem;
  padding: 0.5rem 2rem;
}
/* line 33, ../sass/components/lib/_extends.scss */
button.next-button:focus, button.next-button:hover {
  background: black;
  cursor: pointer;
  text-decoration: none;
}

/* HTML Elements */
/**
 * @file Styling for the html element.
 */
/* line 6, ../sass/components/elements/_html.scss */
html {
  box-sizing: border-box;
  display: none;
  height: 100vh;
  position: relative;
}

/* line 12, ../sass/components/elements/_html.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 15, ../sass/components/elements/_html.scss */
html {
  color: #333333;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 16px;
  line-height: 24px;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * @file Styling for the body element.
 */
/* line 10, ../sass/components/elements/_body.scss */
body.front #bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
}
/* line 17, ../sass/components/elements/_body.scss */
body.front #bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
}
/* line 30, ../sass/components/elements/_body.scss */
body.back #bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
}
/* line 37, ../sass/components/elements/_body.scss */
body.back #bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
}

/**
 * @file Styling for the a element.
 */
/* line 5, ../sass/components/elements/_a.scss */
a {
  text-decoration: none;
}
/* line 11, ../sass/components/elements/_a.scss */
a.btn {
  display: inline-block;
}

/**
 * @file Styling for the h element.
 */
/* line 5, ../sass/components/elements/_h.scss */
h1 {
  font-size: 24px;
}

/**
 * @file Styling for the img element.
 */
/* line 5, ../sass/components/elements/_img.scss */
img {
  max-width: 100%;
}

/* line 9, ../sass/components/elements/_img.scss */
img.small-screen-only {
  width: 100%;
}

/* Classes */
/**
 * @file Styling for the helper classes.
 */
/* line 5, ../sass/components/classes/_helper-classes.scss */
.element-invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (min-width: 601px) {
  /* line 9, ../sass/components/classes/_helper-classes.scss */
  .small-screen-only {
    display: none;
  }
}

/* line 15, ../sass/components/classes/_helper-classes.scss */
.medium-screen-up {
  display: none;
}
@media (min-width: 601px) {
  /* line 15, ../sass/components/classes/_helper-classes.scss */
  .medium-screen-up {
    display: block;
  }
}

/**
 * @file Styling for the options classes.
 */
/* line 5, ../sass/components/classes/_option.scss */
.option {
  font-size: 2rem;
  float: left;
  margin-top: -4px;
  width: 2.5rem;
}

/**
 * @file Styling for the advice classes.
 */
/* line 5, ../sass/components/classes/_advice.scss */
.advice {
  border-top: 1px solid #DFDFDF;
  margin: 1rem 0 0 33px;
  overflow: hidden;
  padding-top: 1rem;
}

/* line 12, ../sass/components/classes/_advice.scss */
.advice .title {
  font-weight: bold;
}

/**
 * @file Styling for the responses classes.
 */
/* line 5, ../sass/components/classes/_response.scss */
.responsesWrapper {
  clear: both;
}

/* line 9, ../sass/components/classes/_response.scss */
.response-wrapper {
  box-shadow: 0px 2px 5px 1px #DFDFDF;
  cursor: pointer;
  margin-bottom: 2rem;
  padding: 1rem 1rem 1.5rem;
}
/* line 14, ../sass/components/classes/_response.scss */
.response-wrapper:focus, .response-wrapper:hover {
  box-shadow: 0px 2px 5px 1px #b9b9b9;
}

/**
 * @file Styling for the next button classes.
 */
/* line 5, ../sass/components/classes/_next.scss */
button.next-button {
  float: right;
}

/**
 * @file Styling for the next button classes.
 */
/* line 5, ../sass/components/classes/_apply.scss */
.apply-now {
  text-align: center;
}
@media (min-width: 601px) {
  /* line 5, ../sass/components/classes/_apply.scss */
  .apply-now {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* line 14, ../sass/components/classes/_apply.scss */
.apply-now a {
  color: black;
  display: block;
  font-size: 15px;
  font-weight: bold;
}
/* line 19, ../sass/components/classes/_apply.scss */
.apply-now a:focus, .apply-now a:hover {
  color: black;
}
@media (min-width: 990px) {
  /* line 14, ../sass/components/classes/_apply.scss */
  .apply-now a {
    font-size: 18px;
  }
}

/**
 * @file
 * This file contains styling for iframe class.
 **/
/* line 6, ../sass/components/classes/_iframe.scss */
.rjp-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 250%;
  padding-top: 35px;
  position: relative;
}
@media (min-width: 750px) {
  /* line 6, ../sass/components/classes/_iframe.scss */
  .rjp-container {
    height: 750px;
    padding-bottom: 0;
  }
}
@media (min-width: 960px) {
  /* line 6, ../sass/components/classes/_iframe.scss */
  .rjp-container {
    height: 600px;
    padding-bottom: 0;
  }
}
/* line 20, ../sass/components/classes/_iframe.scss */
.rjp-container #lidlrjp {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/**
 * @file
 * This file contains styling for rjpTop class.
 **/
/* line 6, ../sass/components/classes/_rjpTop.scss */
.rjpTop {
  height: 1em;
}

/**
 * @file Styling for the video classes.
 */
/* line 5, ../sass/components/classes/_video.scss */
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0 !important;
}
/* line 10, ../sass/components/classes/_video.scss */
.responsive-video figure {
  margin: 0;
}

/* line 14, ../sass/components/classes/_video.scss */
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 22, ../sass/components/classes/_video.scss */
.homepage-video-wrapper {
  max-width: 100%;
}
@media (min-width: 601px) {
  /* line 22, ../sass/components/classes/_video.scss */
  .homepage-video-wrapper {
    margin: 0 auto;
    max-width: 75%;
  }
}
/* line 28, ../sass/components/classes/_video.scss */
.homepage-video-wrapper .youtube-field-player {
  border: 3px solid #fff;
  border-radius: 5px;
}

/**
 * @file Styling for the header classes.
 */
/* line 7, ../sass/components/classes/_header.scss */
.header {
  background: #fff;
  margin-bottom: 7rem;
}
/* line 10, ../sass/components/classes/_header.scss */
.header.contained {
  max-width: 100%;
}
/* line 12, ../sass/components/classes/_header.scss */
.header.contained .header__title {
  display: none;
}
/* line 16, ../sass/components/classes/_header.scss */
.header .banner {
  display: none;
}
/* line 19, ../sass/components/classes/_header.scss */
.header .contained {
  position: relative;
}
/* line 21, ../sass/components/classes/_header.scss */
.header .contained .logo {
  text-align: center;
}
@media (min-width: 601px) {
  /* line 21, ../sass/components/classes/_header.scss */
  .header .contained .logo {
    max-width: 121px;
  }
}
/* line 26, ../sass/components/classes/_header.scss */
.header .contained .logo img {
  vertical-align: middle;
}

/*
 * @file Styling for the .cards class(es).
 */
@media (min-width: 601px) {
  /* line 5, ../sass/components/classes/_cards.scss */
  .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 75%;
  }
}

/* line 14, ../sass/components/classes/_cards.scss */
.cards .card {
  border-bottom: 0;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  width: 100%;
}
/* line 19, ../sass/components/classes/_cards.scss */
.cards .card a.card__title {
  background: #DFDFDF;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid black;
  color: black;
  display: block;
  overflow: hidden;
}
@media (min-width: 601px) {
  /* line 30, ../sass/components/classes/_cards.scss */
  .cards .card a.card_title_height {
    min-height: 5.55rem;
  }
}
/* line 35, ../sass/components/classes/_cards.scss */
.cards .card img.card__image {
  border-left: 1px solid black;
  border-right: 1px solid black;
  overflow: hidden;
  width: 100%;
}
/* line 41, ../sass/components/classes/_cards.scss */
.cards .card .card__footer {
  margin-top: -.5rem;
}
/* line 43, ../sass/components/classes/_cards.scss */
.cards .card .card__footer a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 0;
  color: black;
  display: block;
  font-weight: 700;
  padding: 1rem;
  position: relative;
  text-align: center;
  transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: bottom 0.5s ease;
  -moz-transition: bottom 0.5s ease;
  -webkit-transition: bottom 0.5s ease;
}
/* line 60, ../sass/components/classes/_cards.scss */
.cards .card .card__footer a:focus, .cards .card .card__footer a:hover {
  bottom: 5px;
  color: black;
  position: relative;
}

/**
 * @file Styling for the main classes.
 */
/* line 5, ../sass/components/classes/_main.scss */
.main {
  clear: both;
  margin-bottom: 7rem;
  padding: 0 15px 15px 15px;
}

/*
 * @file Styling for the .cta class(es).
 */
/* line 5, ../sass/components/classes/_cta.scss */
a.cta {
  color: black;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  margin: 1rem 0 4rem;
  padding: 1.5rem 3rem;
  text-transform: uppercase;
}
/* line 14, ../sass/components/classes/_cta.scss */
a.cta:focus, a.cta:hover {
  color: black;
}

/**
 * @file Styling for the main classes.
 */
/* line 5, ../sass/components/classes/_intro.scss */
.intro {
  text-align: center;
}

/**
* @file Styling for the footer classes.
*/
/* line 5, ../sass/components/classes/_footer.scss */
.footer {
  bottom: 0;
  width: 100%;
  height: auto;
  text-align: center;
  color: black;
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}
/* line 12, ../sass/components/classes/_footer.scss */
.footer .contained-inner {
  padding: 0;
}
/* line 14, ../sass/components/classes/_footer.scss */
.footer .contained-inner .powered-by {
  right: 0;
  bottom: 2rem;
  left: 0;
  padding: 0.2rem;
}
/* line 19, ../sass/components/classes/_footer.scss */
.footer .contained-inner .powered-by img {
  max-height: 120px;
}
/* line 22, ../sass/components/classes/_footer.scss */
.footer .contained-inner .powered-by p {
  margin-bottom: 0;
  font-size: 1.2rem;
}
/* line 26, ../sass/components/classes/_footer.scss */
.footer .contained-inner .powered-by figcaption {
  font-size: 12px;
  font-weight: 700;
}

@media (min-width: 1600px) {
  /* line 42, ../sass/components/classes/_footer.scss */
  .rjp-scenarios .footer {
    position: relative;
  }
}

/**
 * @file Styling for the social media classes.
 */
/* line 5, ../sass/components/classes/_social-media.scss */
.social-media {
  bottom: 0;
  left: 0;
  min-height: 0;
  min-width: 0;
  right: 0;
}
/* line 12, ../sass/components/classes/_social-media.scss */
.social-media ul {
  margin: 0;
  padding: 0;
}
/* line 15, ../sass/components/classes/_social-media.scss */
.social-media ul li {
  display: inline;
}
/* line 17, ../sass/components/classes/_social-media.scss */
.social-media ul li i {
  color: black;
  font-size: 1.5rem;
}
@media (min-width: 601px) {
  /* line 26, ../sass/components/classes/_social-media.scss */
  .social-media ul li {
    margin: 0;
  }
  /* line 28, ../sass/components/classes/_social-media.scss */
  .social-media ul li i {
    font-size: 1.3rem;
  }
}

/* line 37, ../sass/components/classes/_social-media.scss */
.header .social-media {
  display: none;
}

/**
 * @file Styling for the question classes.
 */
/* line 11, ../sass/components/classes/_question.scss */
.questionNumber {
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

/* line 17, ../sass/components/classes/_question.scss */
.questionNumber img {
  float: left;
  margin-top: -3rem;
  width: 115px;
}

@media (min-width: 380px) {
  /* line 23, ../sass/components/classes/_question.scss */
  .question-text {
    overflow: hidden;
  }
}

/* line 32, ../sass/components/classes/_question.scss */
.quiz-bg {
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: -1;
}

/* line 43, ../sass/components/classes/_question.scss */
#rjpWrapper {
  padding: 1rem 1rem 3rem 1rem;
}

/* line 47, ../sass/components/classes/_question.scss */
#questions {
  margin-top: 4rem;
}

/**
 * @file Styling for the progress bar classes.
 */
/* line 5, ../sass/components/classes/_progress-bar.scss */
.circle {
  text-align: center;
}
@media (min-width: 601px) {
  /* line 5, ../sass/components/classes/_progress-bar.scss */
  .circle {
    float: left;
  }
}

/**
 * @file Styling for the cookie banner
 */
/* line 5, ../sass/components/classes/_cookie-compliance.scss */
.cc-window {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
}

/* line 9, ../sass/components/classes/_cookie-compliance.scss */
.cc-window.cc-invisible {
  opacity: 0;
}

/* line 11, ../sass/components/classes/_cookie-compliance.scss */
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease,-webkit-transform 1s ease;
}

/* line 17, ../sass/components/classes/_cookie-compliance.scss */
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}

/* line 20, ../sass/components/classes/_cookie-compliance.scss */
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}

/* line 23, ../sass/components/classes/_cookie-compliance.scss */
.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 26, ../sass/components/classes/_cookie-compliance.scss */
.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 29, ../sass/components/classes/_cookie-compliance.scss */
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 32, ../sass/components/classes/_cookie-compliance.scss */
.cc-grower {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

/* line 38, ../sass/components/classes/_cookie-compliance.scss */
.cc-revoke,
.cc-window {
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5em;
  -ms-flex-wrap: nowrap;
}

/* line 53, ../sass/components/classes/_cookie-compliance.scss */
.cc-window.cc-static {
  position: static;
}

/* line 55, ../sass/components/classes/_cookie-compliance.scss */
.cc-window.cc-floating {
  flex-direction: column;
  max-width: 24em;
  padding: 2em;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
}

/* line 63, ../sass/components/classes/_cookie-compliance.scss */
.cc-window.cc-banner {
  flex-direction: row;
  width: 100%;
  padding: 1em 1.8em;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
}

/* line 71, ../sass/components/classes/_cookie-compliance.scss */
.cc-revoke {
  padding: 0.5em;
}

/* line 73, ../sass/components/classes/_cookie-compliance.scss */
.cc-revoke:hover {
  text-decoration: underline;
}

/* line 75, ../sass/components/classes/_cookie-compliance.scss */
.cc-header {
  font-size: 18px;
  font-weight: 700;
}

/* line 78, ../sass/components/classes/_cookie-compliance.scss */
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

/* line 83, ../sass/components/classes/_cookie-compliance.scss */
.cc-link {
  display: inline-block;
  padding: 0.2em;
  opacity: 0.8;
  color: #000 !important;
}

/* line 88, ../sass/components/classes/_cookie-compliance.scss */
.cc-link:hover {
  opacity: 1;
}

/* line 90, ../sass/components/classes/_cookie-compliance.scss */
.cc-link:active,
.cc-link:visited {
  color: initial;
}

/* line 93, ../sass/components/classes/_cookie-compliance.scss */
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  text-align: center;
  white-space: nowrap;
  border-width: 2px;
  border-style: solid;
  border-color: #666666 !important;
  font-size: 0.9em;
  font-weight: 700;
}
@media (min-width: 480px) {
  /* line 93, ../sass/components/classes/_cookie-compliance.scss */
  .cc-btn {
    min-width: 140px;
  }
}

/* line 106, ../sass/components/classes/_cookie-compliance.scss */
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
}

/* line 108, ../sass/components/classes/_cookie-compliance.scss */
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
}

/* line 111, ../sass/components/classes/_cookie-compliance.scss */
.cc-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: block;
  opacity: 0.9;
  font-size: 1.6em;
  line-height: 0.75;
}

/* line 119, ../sass/components/classes/_cookie-compliance.scss */
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

/* line 123, ../sass/components/classes/_cookie-compliance.scss */
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}

/* line 128, ../sass/components/classes/_cookie-compliance.scss */
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

/* line 133, ../sass/components/classes/_cookie-compliance.scss */
.cc-revoke.cc-left {
  right: unset;
  left: 3em;
}

/* line 136, ../sass/components/classes/_cookie-compliance.scss */
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

/* line 139, ../sass/components/classes/_cookie-compliance.scss */
.cc-top {
  top: 1em;
}

/* line 141, ../sass/components/classes/_cookie-compliance.scss */
.cc-left {
  left: 1em;
}

/* line 143, ../sass/components/classes/_cookie-compliance.scss */
.cc-right {
  right: 1em;
}

/* line 145, ../sass/components/classes/_cookie-compliance.scss */
.cc-bottom {
  bottom: 1em;
}

/* line 147, ../sass/components/classes/_cookie-compliance.scss */
.cc-floating > .cc-link {
  margin-bottom: 1em;
}

/* line 149, ../sass/components/classes/_cookie-compliance.scss */
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

/* line 152, ../sass/components/classes/_cookie-compliance.scss */
.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
}

/* line 157, ../sass/components/classes/_cookie-compliance.scss */
.cc-window.cc-banner {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

/* line 162, ../sass/components/classes/_cookie-compliance.scss */
.cc-banner.cc-top {
  top: 0;
  right: 0;
  left: 0;
}

/* line 166, ../sass/components/classes/_cookie-compliance.scss */
.cc-banner.cc-bottom {
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 170, ../sass/components/classes/_cookie-compliance.scss */
.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
}

/* line 178, ../sass/components/classes/_cookie-compliance.scss */
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  align-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-line-pack: justify;
}

/* line 188, ../sass/components/classes/_cookie-compliance.scss */
.cc-floating .cc-compliance > .cc-btn {
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

/* line 193, ../sass/components/classes/_cookie-compliance.scss */
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  /* line 197, ../sass/components/classes/_cookie-compliance.scss */
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  /* line 203, ../sass/components/classes/_cookie-compliance.scss */
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  /* line 208, ../sass/components/classes/_cookie-compliance.scss */
  .cc-window.cc-top {
    top: 0;
  }

  /* line 210, ../sass/components/classes/_cookie-compliance.scss */
  .cc-window.cc-bottom {
    bottom: 0;
  }

  /* line 212, ../sass/components/classes/_cookie-compliance.scss */
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    right: 0;
    left: 0;
  }

  /* line 218, ../sass/components/classes/_cookie-compliance.scss */
  .cc-window.cc-banner {
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
  }

  /* line 224, ../sass/components/classes/_cookie-compliance.scss */
  .cc-window.cc-banner .cc-compliance {
    flex: 1 1 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
  }

  /* line 229, ../sass/components/classes/_cookie-compliance.scss */
  .cc-window.cc-floating {
    max-width: none;
  }

  /* line 231, ../sass/components/classes/_cookie-compliance.scss */
  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  /* line 233, ../sass/components/classes/_cookie-compliance.scss */
  .cc-window.cc-banner {
    align-items: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
  }

  /* line 238, ../sass/components/classes/_cookie-compliance.scss */
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
/* line 242, ../sass/components/classes/_cookie-compliance.scss */
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

/* line 245, ../sass/components/classes/_cookie-compliance.scss */
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  display: inline;
  flex: none;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
}

/* line 252, ../sass/components/classes/_cookie-compliance.scss */
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

/* line 254, ../sass/components/classes/_cookie-compliance.scss */
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

/* line 256, ../sass/components/classes/_cookie-compliance.scss */
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

/* line 259, ../sass/components/classes/_cookie-compliance.scss */
.cc-theme-edgeless.cc-window {
  padding: 0;
}

/* line 261, ../sass/components/classes/_cookie-compliance.scss */
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

/* line 264, ../sass/components/classes/_cookie-compliance.scss */
.cc-banner.cc-theme-edgeless .cc-btn {
  height: 100%;
  margin: 0;
  padding: 0.8em 1.8em;
}

/* line 268, ../sass/components/classes/_cookie-compliance.scss */
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

/* line 270, ../sass/components/classes/_cookie-compliance.scss */
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
