/*! normalize.css v8.0.1 | 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; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

/* http://prismjs.com/download.html?themes=prism&languages=markup+css+sass+scss */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc; }

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc; }

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none; } }

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray; }

.token.punctuation {
  color: #999; }

.namespace {
  opacity: .7; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5); }

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a; }

.token.function {
  color: #DD4A68; }

.token.regex,
.token.important,
.token.variable {
  color: #e90; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

.c-black {
  color: #000; }

.c-white {
  color: #fff; }

.c-red {
  color: #b00; }

.c-green {
  color: #008000; }

.c-primary-color {
  color: #15828E; }

.c-secondary-color {
  color: #d3420d; }

.c-gray55 {
  color: #737373; }

.c-gray60 {
  color: #666; }

.c-gray65 {
  color: #595959; }

.c-gray70 {
  color: #4d4d4d; }

.c-gray75 {
  color: #404040; }

.c-gray80 {
  color: #333; }

.c-gray85 {
  color: #262626; }

.c-gray90 {
  color: #1a1a1a; }

.bg-black {
  background-color: #000; }

.bg-white {
  background-color: #fff; }

.bg-red {
  background-color: #b00; }

.bg-green {
  background-color: #008000; }

.bg-primary-color {
  background-color: #15828E; }

.bg-secondary-color {
  background-color: #d3420d; }

.bg-gray5 {
  background-color: #f2f2f2; }

.bg-gray10 {
  background-color: #e5e5e5; }

.bg-gray15 {
  background-color: #d9d9d9; }

.bg-gray20 {
  background-color: #ccc; }

.bg-gray25 {
  background-color: #bfbfbf; }

.bg-gray30 {
  background-color: #b2b2b2; }

.bg-gray35 {
  background-color: #a6a6a6; }

.bg-gray40 {
  background-color: #999; }

.bg-gray45 {
  background-color: #8c8c8c; }

.bg-gray50 {
  background-color: #808080; }

.bg-gray55 {
  background-color: #737373; }

.bg-gray60 {
  background-color: #666; }

.bg-gray65 {
  background-color: #595959; }

.bg-gray70 {
  background-color: #4d4d4d; }

.bg-gray75 {
  background-color: #404040; }

.bg-gray80 {
  background-color: #333; }

.bg-gray85 {
  background-color: #262626; }

.bg-gray90 {
  background-color: #1a1a1a; }

.font36 {
  font-size: 2.25em; }

.font34 {
  font-size: 2.125em; }

.font32 {
  font-size: 2em; }

.font30 {
  font-size: 1.875em; }

.font28 {
  font-size: 1.75em; }

.font26 {
  font-size: 1.625em; }

.font24 {
  font-size: 1.5em; }

.font22 {
  font-size: 1.375em; }

.font20 {
  font-size: 1.25em; }

.font18 {
  font-size: 1.125em; }

.font16 {
  font-size: 1em; }

.font14 {
  font-size: 0.875em; }


.hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: -1px;
  padding: 0; }

.message-error,
.message-error-radio-group {
  display: block;
  margin: .25rem 0 0;
  color: #b00;
  font-size: 0.875em; }

.message-error-radio-group {
  margin: 1rem 0 0; }

.message-hint,
.message-hint-radio-group {
  display: block;
  margin: .25rem 0;
  color: #595959;
  font-size: 0.875em; }

.message-hint-radio-group {
  margin: 1rem 0 0; }

.message-required {
  display: inline-block;
  margin-left: .3rem;
  color: #b00;
  font-size: 0.875em;
  font-weight: normal; }

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

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

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

.pass,
.fail {
  border-radius: .5rem;
  padding: .1rem .5rem .2rem;
  color: #fff;
  text-transform: uppercase; }

.pass {
  background: #008000; }

.fail {
  background: #b00; }

.container {
  max-width: 55rem;
  margin: 0 auto;
  padding: 0 20px; }

.aside {
  margin-bottom: 2rem; }

.main h1:first-child,
.main h2:first-child,
.main h3:first-child {
  margin-top: 0; }

@media (min-width: 600px) {
  .aside {
    float: left;
    width: 25%; }
  .main {
    float: right;
    width: 70%; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

* {
  box-sizing: border-box; }

html {
  font-family: "Lato", helvetica, arial, sans-serif;
  font-size: 1em; }

body {
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  background: #fff;
  font-weight: 400;
  line-height: 1.2; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333;
  font-weight: 700; }

h1,
.h1 {
  margin: 0 0 .5rem;
  font-size: 2.25em; }

h2,
.h2 {
  margin: 2rem 0 .5rem;
  font-size: 2em; }

h3,
.h3 {
  margin: 2rem 0 .5rem;
  font-size: 1.5em; }

h4,
.h4 {
  margin: 2rem 0 .5rem;
  font-size: 1.125em; }

h5,
.h5 {
  margin: 2rem 0 .5rem;
  font-size: 1em; }

h6,
.h6 {
  margin: 2rem 0 .5rem;
  font-size: 0.875em; }

p {
  margin: 0 0 1.5rem;
  line-height: 1.5; }

img {
  max-width: 100%;
  vertical-align: middle; }

a:link {
  color: #15828E; }

a:visited {
  color: #126e78; }

a:focus {
  outline: 2px solid black;
  color: #000;
  background: #f2f2f2; }

a:hover {
  color: #0e5962; }

a:active {
  color: #b00; }

hr {
  display: block;
  height: 5px;
  border: 0;
  margin: 2rem 0;
  background: #f2f2f2; }

kbd,
code {
  background: #e5e5e5;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; }

figure {
  margin: 1rem 0;
  padding: 0; }

figcaption {
  display: block;
  margin: .4rem 0;
  color: #4d4d4d;
  font-style: italic; }

.table-container {
  overflow-y: auto;
  width: 100%;
  margin: 2rem 0; }

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875em; }

caption {
  padding: 0 0 .5rem;
  font-weight: bold;
  text-align: left; }

th,
td {
  border-bottom: 1px solid #ccc;
  padding: 1rem .5rem;
  text-align: left;
  vertical-align: middle; }

th {
  padding: .6rem .5rem;
  background: #f2f2f2;
  font-weight: bold;
  vertical-align: top; }

ul,
ol {
  padding-left: 1.5rem; }
  ul li,
  ol li {
    margin-bottom: .2rem;
    line-height: 1.5; }

dl {
  line-height: 1.5; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 .5rem;
  padding: 0; }

.banner {
  margin: 0 0 2rem;
  padding: 3rem 0;
  background: #d3420d; }
  .banner h2 {
    margin: 0;
    color: #fff;
    font-weight: 400; }

@media (max-width: 599px) and (max-width: 899px) {
  .banner {
    padding: 2rem 0; } }

.button-primary,
.button-secondary {
  height: 2.75rem;
  border-radius: 2.2rem;
  padding: 0 1rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.75rem; }

.button-primary {
  border: 2px solid #15828E;
  color: #fff;
  background: #15828E; }

.button-secondary {
  border: 2px solid #737373;
  color: #15828E;
  background: #fff; }

.button-primary:focus {
  border: 2px solid #000;
  outline: 0;
  background: #0e5962; }

.button-secondary:focus {
  border: 2px solid #000;
  outline: 0;
  color: #000;
  background: #e5e5e5; }

.button-primary:hover {
  border: 2px solid #0e5962;
  color: #fff;
  background: #0e5962; }

.button-secondary:hover {
  background: #e5e5e5; }

.button-primary:active,
.button-secondary:active {
  border: 2px solid #b00;
  color: #fff;
  background: #b00; }

.checkbox {
  display: inline-block;
  clear: left;
  margin-bottom: 0;
  padding: 0 1.5rem .7rem 0;
  cursor: pointer; }

.checkbox:hover {
  background: #f2f2f2; }

.checkbox__control::after {
  position: relative;
  z-index: 1;
  display: block;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #737373;
  border-radius: .2em;
  content: '';
  background: #fff; }

.checkbox__control:focus {
  outline: none; }

.checkbox__control:focus::after {
  border: 2px solid #000 !important;
  outline: 0;
  background: #f2f2f2; }

.checkbox__control:checked::after {
  border: 2px solid #1896a4;
  background-color: #15828E;
  background-image: url(../img/icons/icon-tick-white.svg);
  background-repeat: no-repeat;
  background-position: center center; }

.checkbox__label {
  position: relative;
  top: .4rem;
  left: .8rem;
  display: inline-block;
  cursor: pointer; }

.checkbox--disabled {
  cursor: not-allowed; }

.checkbox--disabled:hover {
  background: 0; }

.checkbox--disabled .checkbox__control:after {
  cursor: not-allowed;
  border: 2px solid #b2b2b2;
  background: #e5e5e5; }

.checkbox--disabled .checkbox__label {
  cursor: not-allowed; }

.checkbox--error .checkbox__control:after {
  border: 2px solid #b00; }

.checkbox--error .checkbox__control:checked::after {
  border: 2px solid #15828E; }

.example {
  border: 1px solid #737373;
  margin: 1rem 0;
  padding: 1rem; }
  .example p {
    margin-top: 0; }
  .example p:last-child {
    margin-bottom: 0; }

.header {
  padding: 1rem 0;
  background: #fff; }

.input,
.textarea,
.select {
  margin-bottom: 1.5rem; }

.input__label,
.textarea__label,
.select__label {
  display: block;
  margin: 0 0 .2rem; }

.input__control,
.select__control {
  display: block;
  width: 100%;
  height: 2.75rem;
  border: 2px solid #737373;
  border-radius: .3rem;
  padding: 0 .5rem;
  color: #333;
  background-color: #fff;
  font-size: 1rem;
  line-height: 2.2rem; }

.textarea__control {
  display: block;
  width: 100%;
  height: 6rem;
  border: 2px solid #737373;
  border-radius: .3rem;
  padding: .5rem;
  color: #333;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.4rem; }

.input__control:focus,
.textarea__control:focus,
.select__control:focus {
  border: 2px solid #000 !important;
  outline: 0;
  background: #f2f2f2; }

.input__control:hover,
.textarea__control:hover,
.select__control:hover {
  background: #f2f2f2; }

.input-error .input__control,
.textarea-error .textarea__control,
.select-error .select__control {
  border: 2px solid #b00; }

.input-disabled .input__control,
.textarea-disabled .textarea__control,
.select-disabled .select__control {
  border: 2px solid #b2b2b2;
  cursor: not-allowed;
  color: #737373;
  background: #e5e5e5; }

.link-primary,
.link-secondary {
  display: inline-block;
  height: 2.75rem;
  border-radius: 2.2rem;
  padding: 0 1rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.75rem;
  text-decoration: none; }

.link-primary {
  border: 2px solid #15828E;
  color: #fff !important;
  background: #15828E; }

.link-secondary {
  border: 2px solid #737373;
  color: #15828E;
  background: #fff; }

.link-primary:focus {
  border: 2px solid #000;
  outline: 0;
  background: #0e5962; }

.link-secondary:focus {
  border: 2px solid #000;
  outline: 0;
  background: #e5e5e5; }

.link-primary:hover {
  border: 2px solid #0e5962;
  color: #fff;
  background: #0e5962; }

.link-secondary:hover {
  background: #e5e5e5; }

.link-primary:active,
.link-secondary:active {
  border: 2px solid #b00;
  color: #fff;
  background: #b00; }

.logo {
  margin: 0; }

.logo a:focus {
  background: #e5e5e5; }

.logo a:hover {
  background: #e5e5e5; }

.menu {
  border-top: 1px solid #d9d9d9;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none; }
  .menu li {
    display: inline; }
  .menu a {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: .6rem .2rem;
    text-decoration: none; }
  .menu a:focus,
  .menu a:hover {
    background: #e5e5e5; }
  .menu .menu__external {
    font-weight: bold; }

.radiogroup {
  border: 0;
  margin: 0 0 1.5rem;
  padding: 0; }

.radiogroup legend {
  display: block;
  margin: 0 0 .5rem; }

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

.radiogroup li {
  margin: 0;
  padding: 0; }

.radiogroup__item {
  display: inline-block;
  clear: left;
  margin-bottom: 0;
  padding: .1rem 1rem .5rem 0;
  cursor: pointer; }

.radiogroup__item:hover {
  background: #f2f2f2; }

.radiogroup__control::after {
  position: relative;
  z-index: 1;
  top: -.1em;
  left: -.1em;
  display: block;
  width: 1.25em;
  height: 1.2em;
  border: 2px solid #737373;
  border-radius: 1.2em;
  content: '';
  background: #fff; }

.radiogroup__control:focus {
  outline: none; }

.radiogroup__control:focus::after {
  border: 2px solid #000 !important;
  background: #f2f2f2; }

.radiogroup__control:checked::after {
  border: 2px solid #15828E !important;
  background-color: #15828E;
  background-image: url(../img/icons/icon-circle-white.svg);
  background-repeat: no-repeat;
  background-position: center center; }

.radiogroup__label {
  position: relative;
  top: .15rem;
  display: inline-block;
  padding: 0 0 0 .5rem;
  cursor: pointer; }

.radiogroup--disabled .radiogroup__item:hover {
  background: 0; }

.radiogroup--disabled .radiogroup__label {
  cursor: not-allowed;
  color: #737373; }

.radiogroup--disabled .radiogroup__control::after {
  border: 2px solid #b2b2b2 !important;
  cursor: not-allowed;
  background: #e5e5e5; }

.radiogroup--error .radiogroup__control::after {
  border: 2px solid #b00; }

.skip-link a {
  position: absolute;
  z-index: 2;
  left: -1000px;
  padding: .5em;
  color: #000;
  background: #e5e5e5;
  font-weight: bold;
  text-decoration: none; }

.skip-link a:active,
.skip-link a:focus,
.skip-link a:hover {
  top: 2px;
  left: 2px;
  display: inline; }
