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

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
  color: #002b49;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 1.75em;
}

h2 {
  font-size: 1.5em;
  font-weight: 700;
}

h3 {
  font-size: 1.25em;
  font-weight: 500;
}

p {
  font-size: 1em;
}

a, .link {
  color: #215479;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}
a:hover, .link:hover {
  color: #3778a2;
}

fieldset {
  background-color: #F4F4F4;
  border: 3px solid #00b3e3;
  margin-bottom: 2em;
  padding: 1em;
  max-width: 100%;
  overflow: auto;
}
fieldset h2 {
  color: #002b49;
  margin: 0 0 1em 0;
}

input, select, textarea {
  background-color: #fff;
  border: 2px solid #002b49;
  border-radius: 5px;
  display: block;
  overflow: auto;
  min-height: 3em;
  outline: 0;
  width: 100%;
}
input:focus, select:focus, textarea:focus {
  border-color: #00b3e3;
  outline: 0;
}

input {
  padding: 0 0.5em;
}

textarea {
  padding: 0.5em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  padding: 0.5em;
}

label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.input-set, .input__select {
  margin: 0 0 1em 0;
  overflow: auto;
  width: 100%;
}

.input__error {
  color: #9f2242;
  font-weight: 700;
  margin: 0.5em 0;
}

.input__select {
  position: relative;
}
.input__select::after {
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #002b49;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0.5em;
  top: 60%;
}

.input__radios {
  margin-bottom: 1em;
}
.input__radios .input__radio-label {
  font-weight: 500;
  margin: 0 0 1em 0;
}
.input__radios .input__radio-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.input__radios .input__radio-options .input__radio-option {
  flex: 2;
}
.input__radios .input__radio-options .input__radio-option label {
  height: 100%;
  margin: 0;
}
.input__radios .input__radio-options .input__radio-option label, .input__radios .input__radio-options .input__radio-option input {
  display: inline-block;
}
.input__radios .input__radio-options .input__radio-option input {
  margin-right: 0.5em;
  min-height: 1.5em;
  padding: 0;
  height: 100%;
  width: auto;
  vertical-align: middle;
}

.checkbox {
  display: block;
  margin: 1em 0;
}
.checkbox input {
  display: inline-block;
  margin-right: 0.25em;
  min-height: initial;
  width: auto;
}
.checkbox label {
  display: inline-block;
}

input[type=submit].link {
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-radius: 0;
  min-height: inherit;
  margin: 0;
  padding: 0;
  width: auto;
}

form.button_to {
  display: inline-block;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #002b49;
}

.container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
}

.panel {
  border: 2px solid #00b3e3;
  background-color: #F4F4F4;
  margin: 0 auto;
  padding: 1em;
  width: 550px;
  max-width: 100%;
}

.container--background {
  border: 2px solid #00b3e3;
  background-color: #F4F4F4;
  padding: 1em;
}

.site-header {
  background-color: #fff;
  border-bottom: 0.25em solid #00b3e3;
  margin: 0 0 2em 0;
  padding: 2em 1em 1em 1em;
}
.site-header nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1300px;
  max-width: 100%;
  justify-content: space-between;
  font-size: 1.25em;
  margin: 0 auto;
}
.site-header nav .nav__logo {
  max-height: 80px;
  height: auto;
  max-width: 75%;
  overflow: auto;
  width: auto;
}
.site-header nav .nav__logo img {
  height: 100%;
  width: auto;
}
.site-header nav .nav__links {
  text-align: right;
}
.site-header nav .nav__links-row {
  margin-top: 0.5em;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em 0;
  max-width: 100%;
  width: 100%;
}
.row .col-1 {
  flex-basis: 7.3333333333%;
  max-width: 7.3333333333%;
}
.row .col-2 {
  flex-basis: 15.6666666667%;
  max-width: 15.6666666667%;
}
.row .col-3 {
  flex-basis: 24%;
  max-width: 24%;
}
.row .col-4 {
  flex-basis: 32.3333333333%;
  max-width: 32.3333333333%;
}
.row .col-5 {
  flex-basis: 40.6666666667%;
  max-width: 40.6666666667%;
}
.row .col-6 {
  flex-basis: 49%;
  max-width: 49%;
}
.row .col-7 {
  flex-basis: 57.3333333333%;
  max-width: 57.3333333333%;
}
.row .col-8 {
  flex-basis: 65.6666666667%;
  max-width: 65.6666666667%;
}
.row .col-9 {
  flex-basis: 74%;
  max-width: 74%;
}
.row .col-10 {
  flex-basis: 82.3333333333%;
  max-width: 82.3333333333%;
}
.row .col-11 {
  flex-basis: 90.6666666667%;
  max-width: 90.6666666667%;
}
.row .col-12 {
  flex-basis: 99%;
  max-width: 99%;
}
@media (min-width: 800px) {
  .row .col-md-1 {
    flex-basis: 7.3333333333%;
    max-width: 7.3333333333%;
  }
}
@media (min-width: 800px) {
  .row .col-md-2 {
    flex-basis: 15.6666666667%;
    max-width: 15.6666666667%;
  }
}
@media (min-width: 800px) {
  .row .col-md-3 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
@media (min-width: 800px) {
  .row .col-md-4 {
    flex-basis: 32.3333333333%;
    max-width: 32.3333333333%;
  }
}
@media (min-width: 800px) {
  .row .col-md-5 {
    flex-basis: 40.6666666667%;
    max-width: 40.6666666667%;
  }
}
@media (min-width: 800px) {
  .row .col-md-6 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
@media (min-width: 800px) {
  .row .col-md-7 {
    flex-basis: 57.3333333333%;
    max-width: 57.3333333333%;
  }
}
@media (min-width: 800px) {
  .row .col-md-8 {
    flex-basis: 65.6666666667%;
    max-width: 65.6666666667%;
  }
}
@media (min-width: 800px) {
  .row .col-md-9 {
    flex-basis: 74%;
    max-width: 74%;
  }
}
@media (min-width: 800px) {
  .row .col-md-10 {
    flex-basis: 82.3333333333%;
    max-width: 82.3333333333%;
  }
}
@media (min-width: 800px) {
  .row .col-md-11 {
    flex-basis: 90.6666666667%;
    max-width: 90.6666666667%;
  }
}
@media (min-width: 800px) {
  .row .col-md-12 {
    flex-basis: 99%;
    max-width: 99%;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-1 {
    flex-basis: 7.3333333333%;
    max-width: 7.3333333333%;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-2 {
    flex-basis: 15.6666666667%;
    max-width: 15.6666666667%;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-3 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-4 {
    flex-basis: 32.3333333333%;
    max-width: 32.3333333333%;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-5 {
    flex-basis: 40.6666666667%;
    max-width: 40.6666666667%;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-6 {
    flex-basis: 49%;
    max-width: 49%;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-7 {
    flex-basis: 57.3333333333%;
    max-width: 57.3333333333%;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-8 {
    flex-basis: 65.6666666667%;
    max-width: 65.6666666667%;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-9 {
    flex-basis: 74%;
    max-width: 74%;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-10 {
    flex-basis: 82.3333333333%;
    max-width: 82.3333333333%;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-11 {
    flex-basis: 90.6666666667%;
    max-width: 90.6666666667%;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-12 {
    flex-basis: 99%;
    max-width: 99%;
  }
}

.button {
  background-color: #fff;
  border: 4px solid #002b49;
  border-radius: 5px;
  color: #002b49;
  font-weight: 700;
  margin: 0.5em 0;
  padding: 0.75em 1.25em;
  width: auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  border-color: #00b3e3;
  color: #00b3e3;
}
.button--warning {
  border-color: #9f2242;
  background-color: #fff;
  color: #9f2242;
}
.button--warning:hover {
  border-color: rgb(74.9689119171, 16.0310880829, 31.1191709845);
  color: rgb(74.9689119171, 16.0310880829, 31.1191709845);
}
.button--small {
  border-width: 2px;
  font-weight: 400;
  padding: 0.35em 0.75em;
}
.button--block {
  display: block;
}
.button--full {
  display: block;
  width: 100%;
}
.button--spacing {
  margin: 1em 0;
}

.sidebar__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  margin: 1em 0;
}
@media (min-width: 1200px) {
  .sidebar__wrapper {
    flex-direction: row;
  }
}
.sidebar__wrapper .content {
  flex: 5;
}
.sidebar__wrapper .sidebar {
  background-color: #F4F4F4;
  border: 3px solid #00b3e3;
  height: 100%;
  flex: 3;
  min-height: 200px;
  padding: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media (min-width: 1200px) {
  .sidebar__wrapper .sidebar {
    margin: 0.5em 0 0 1em;
  }
}
.sidebar__wrapper .sidebar .sidebar__error {
  color: #9f2242;
  margin: 0.5em 0;
}
.sidebar__wrapper .sidebar .sidebar__quote {
  border-collapse: collapse;
  width: 100%;
}
.sidebar__wrapper .sidebar .sidebar__quote tr {
  border-bottom: 1px solid #00b3e3;
}
.sidebar__wrapper .sidebar .sidebar__quote tr td {
  padding: 0.25em 0;
}
.sidebar__wrapper .sidebar .sidebar__quote tr td:first-of-type {
  font-weight: 700;
}
.sidebar__wrapper .sidebar .sidebar__quote tr td:last-of-type {
  text-align: right;
}

.list__links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 2em 0;
}
.list__links a {
  margin: 0.5em 0;
}

.flash {
  font-size: 1em;
  font-weight: 700;
  padding: 1em;
  margin-bottom: 1em;
}

.flash.error {
  border: 2px solid #9f2242;
  background-color: #fff;
  color: #9f2242;
}

.flash.notice {
  border: 2px solid #00953b;
  background-color: #fff;
  color: #00953b;
}

/* Terms and conditions */
#terms-and-conditions {
  background-color: #fff;
  height: 200px;
  overflow: auto;
  border: 1px solid #002b49;
  padding: 1em;
  margin: 0 0 1em 0;
}

/* review order */
.summary__container {
  padding-bottom: 2em;
}
.summary__container h3 {
  margin: 0 0 0.5em 0;
}
.summary__container .summary {
  margin-bottom: 1.5em;
}
.summary__container .summary p {
  margin: 0.25em 0;
}
