* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  background-repeat: no-repeat; }
  *:after, *:before {
    background-repeat: no-repeat; }

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0; }

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

ul {
  list-style: none; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  display: block;
  border-style: none;
  max-width: 100%; }

img[src*=".svg"] {
  width: 100%; }

svg:not(:root) {
  overflow: hidden; }

input {
  outline: none; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/* colours */
/* modular scale em */
html {
  height: 100%;
  font-size: 62.5%; }

body {
  color: #707070;
  background-color: #F5F7FA;
  font-size: 1.4rem;
  font-family: "Lato", helvetica, arial, sans-serif; }

.content {
  width: 100%;
  margin: 0 auto; }

main {
  padding: 1.5625em; }
  @media (min-width: 600px) {
    main.with-sidebar {
      padding-left: 13.2040321827em; }
      main.with-sidebar .blankslate-message {
        margin-left: 6.6020160914em; } }
  @media (max-width: 601px) {
    main.with-bottom-nav {
      padding-bottom: 4.768371582em; } }

header {
  margin-bottom: 1em; }

@media (min-width: 600px) {
  .col1 {
    float: left;
    width: 49%; } }

@media (min-width: 600px) {
  .col2 {
    float: right;
    width: 49%; } }

.panel-row {
  padding: 2.44140625em 2.44140625em; }
  .panel-row .content {
    position: relative;
    max-width: 1000px;
    overflow: hidden; }
  .panel-row h1, .panel-row h2 {
    margin-top: 0; }
  .panel-row:last-child {
    border-bottom: none; }
  .panel-row.dark {
    color: white;
    background-color: #333440; }
    .panel-row.dark p {
      color: #9e9e9e; }
  .panel-row.tint {
    background-color: #fafafa; }
  .panel-row .visual.rounded {
    border-radius: 100%;
    border: 0.1em solid #f2f2f2;
    overflow: hidden; }
  @media (max-width: 600px) {
    .panel-row .copy {
      margin-bottom: 1.953125em; } }
  @media (min-width: 601px) {
    .panel-row {
      padding-top: 4.768371582em;
      padding-bottom: 4.768371582em; }
      .panel-row:after {
        content: "";
        display: table;
        clear: both; }
      .panel-row .copy {
        position: absolute;
        top: 50%;
        width: 30%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
      .panel-row .visual {
        width: 50%; }
        .panel-row .visual.restrict-width {
          width: 35%; }
      .panel-row.align-left .visual {
        float: right; }
      .panel-row.align-right .copy {
        left: 60%; }
      .panel-row.align-right .visual {
        float: left; } }
  @media (min-width: 1000px) {
    .panel-row.restict-width {
      padding-left: 0;
      padding-right: 0; } }

.grid-row {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 1.953125em 0; }
  .grid-row .content {
    max-width: 1000px; }
  .grid-row .grid {
    overflow: hidden; }
    .grid-row .grid li {
      position: relative;
      text-align: center;
      min-height: 9.3132257462em;
      margin: 0;
      padding: 0 2.44140625em; }
      .grid-row .grid li .content {
        padding: 0 1em; }
        .grid-row .grid li .content span {
          line-height: 1.4em;
          font-weight: 600; }
      .grid-row .grid li i {
        width: 2em;
        height: 2em;
        opacity: 0.6;
        margin: 0 auto 1em; }
  @media (min-width: 400px) {
    .grid-row .grid li {
      width: 50%; }
      .grid-row .grid li:nth-of-type(n+5) {
        border-bottom: none; } }
  @media (min-width: 800px) {
    .grid-row .grid li {
      width: 33.33%; }
      .grid-row .grid li:nth-of-type(3n+3), .grid-row .grid li:nth-of-type(3n+3) {
        border-right: none; }
      .grid-row .grid li:nth-of-type(n+4) {
        border-bottom: none; } }

.title-row:after {
  content: "";
  display: table;
  clear: both; }

.title-row h2 {
  float: left;
  margin-top: 0; }

.title-row .btn {
  float: right;
  margin-top: -0.8em; }

.testimonial img {
  float: left;
  margin-right: 1.5625em;
  width: 3.0517578125em;
  border-radius: 100%; }

.testimonial blockquote, .testimonial cite {
  overflow: hidden; }

.sticky-footer {
  min-height: 100%;
  display: flex;
  flex-direction: column; }
  .sticky-footer main {
    flex: 1; }

button {
  outline: none;
  cursor: pointer;
  background-color: transparent; }

.btn {
  cursor: pointer;
  color: white;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1.5625em;
  transition: all 0.4s ease-in-out;
  border-radius: 2px;
  background-color: #3F6AAB; }
  .btn.btn-red {
    color: white;
    background-color: #d95565; }
    .btn.btn-red:hover {
      background-color: #d44052; }
  .btn.btn-green {
    color: white;
    background-color: #8CC57D; }
    .btn.btn-green:hover {
      background-color: #7cbd6b; }
  .btn.btn-small {
    font-size: 0.8em;
    padding: 0.8em 1.5625em; }
  .btn:hover {
    background-color: #375c95;
    transition: all 0.4s ease-in-out; }

.btn-loader {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background-color: #3F6AAB;
  border-radius: 2px; }
  .btn-loader:hover {
    background-color: #375c95;
    transition: all 0.4s ease-in-out; }
  .btn-loader input, .btn-loader .btn {
    position: relative;
    display: block;
    color: white;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    padding: 1em 2.44140625em;
    background: transparent; }
  .btn-loader:after {
    display: none;
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    right: 1em;
    top: 1.05em;
    z-index: 3;
    background-size: contain;
    background-image: url("../icons/light/ico-loader.svg"); }
  .btn-loader.full-width.loading {
    padding-right: 0; }
  .btn-loader.loading {
    padding-right: 1em; }
    .btn-loader.loading:after {
      display: block;
      transform-origin: center center;
      -webkit-animation: rotate 1s infinite linear;
      -moz-animation: rotate 1s infinite linear;
      -o-animation: rotate 1s infinite linear;
      animation: rotate 1s infinite linear; }

.btn-outline {
  color: #707070;
  background: transparent;
  border: 1px solid whitesmoke; }
  .btn-outline:hover {
    color: white;
    border-color: #3F6AAB;
    background: #3F6AAB; }

.btn-inline {
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.1em 0.75em 0.2em;
  color: white !important;
  font-size: 0.8em;
  text-decoration: none; }

.clearfix {
  content: "";
  display: table;
  clear: both; }

.full-width {
  max-width: 100%;
  width: 100%; }
  .full-width > * {
    width: 100%;
    max-width: 100%; }

.restrict-width {
  max-width: 1000px;
  margin: 0 auto; }

.no-padding {
  padding: 0 !important; }

img {
  max-width: 100%;
  line-height: 0; }

.align-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.align-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.align-xy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.hide {
  display: none !important; }

.show {
  display: block !important; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.25em; }

h1 {
  font-weight: 600;
  font-size: 1.5625em; }

h2 {
  font-size: 1.25em;
  font-weight: 600;
  margin: 1.25em 0 1em; }

p {
  line-height: 1.5625em;
  margin-bottom: 1em; }

a {
  color: #73B0F4; }

p:last-child {
  margin-bottom: 0; }

.list {
  list-style: none; }
  .list li {
    margin-bottom: 1em;
    line-height: 1.4em; }

.checklist {
  margin-left: 0; }
  .checklist li {
    list-style: none;
    text-align: left;
    background-position: left center;
    background-size: 0.8em;
    padding-left: 1.5em;
    background-image: url("..//icons/color/ico-check-green.svg"); }
    .checklist li:before {
      display: none; }
  .checklist li.cross {
    background-image: url("..//icons/color/ico-cross-red.svg"); }

ul.list li {
  position: relative;
  padding-left: 1.25em; }
  ul.list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.6em;
    height: 0.6em;
    border-radius: 100%;
    background-color: #73B0F4;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

ol.list {
  counter-reset: list-counter; }
  ol.list li:before {
    counter-increment: list-counter;
    content: counter(list-counter);
    display: inline-block;
    margin-right: 0.75em;
    width: 1.6em;
    height: 1.6em;
    text-align: center;
    color: white;
    line-height: 1.6em;
    font-size: 0.9em;
    border-radius: 100%;
    background-color: #73B0F4; }

blockquote {
  font-style: italic;
  font-size: 1.1em;
  line-height: 1.5625em; }

cite {
  display: block;
  font-style: normal;
  opacity: 0.7;
  margin: 1.25em 0 0 0; }

.uppercase {
  text-transform: uppercase; }

.grid > li {
  width: 100%;
  float: left;
  margin-bottom: 1.5625em; }

@media (min-width: 600px) {
  .two-col > li {
    width: 49%; }
    .two-col > li:nth-of-type(2n+1) {
      margin-right: 2%; } }

@media (min-width: 850px) {
  .three-col > li {
    width: 32%; }
    .three-col > li:nth-of-type(2n+1) {
      margin-right: 0; }
    .three-col > li:nth-of-type(3n+1), .three-col > li:nth-of-type(3n+2) {
      margin-right: 2%; } }

@media (min-width: 1100px) {
  .four-col > li {
    width: 24%; }
    .four-col > li:nth-of-type(3n+1), .four-col > li:nth-of-type(3n+2) {
      margin-right: 0; }
    .four-col > li:nth-of-type(4n+1), .four-col > li:nth-of-type(4n+2), .four-col > li:nth-of-type(4n+3) {
      margin-right: 1.33%; } }

@media (min-width: 1400px) {
  .five-col > li {
    width: 19.2%; }
    .five-col > li:nth-of-type(4n+1), .five-col > li:nth-of-type(4n+2), .five-col > li:nth-of-type(4n+3) {
      margin-right: 0%; }
    .five-col > li:nth-of-type(5n+1), .five-col > li:nth-of-type(5n+2), .five-col > li:nth-of-type(5n+3), .five-col > li:nth-of-type(5n+4) {
      margin-right: 1%; } }

form .btn[type="submit"],
form .btn-next-step {
  display: block;
  clear: both; }

label,
legend {
  display: block;
  position: relative;
  color: #7d7d7d;
  font-size: 0.85em;
  margin-bottom: 0.65em;
  text-transform: uppercase; }
  label.required:after,
  legend.required:after {
    content: "*";
    color: #d95565;
    margin-left: 0.35em;
    font-size: 1em;
    font-weight: 500; }

legend {
  margin-bottom: 1em; }

.textbox,
.creditcard {
  display: block;
  position: relative;
  width: 100%;
  color: #707070;
  font-size: 1em;
  padding: 1em;
  margin: 0 0 1.25em;
  background-color: white;
  border: 1px solid #f2f2f2; }
  .textbox:focus,
  .creditcard:focus {
    background-color: #fafafa;
    transition: all 0.3s ease-in-out; }
  .textbox.error,
  .creditcard.error {
    position: relative;
    color: #d95565;
    margin-bottom: 0;
    border: 1px solid #d95565;
    background-color: #fcf3f4; }

.error-message {
  display: block;
  color: white;
  font-size: 0.85em;
  font-weight: 500;
  margin-bottom: 1.5625em;
  padding: 0.6em 1em;
  background: #d6485a; }

.input-with-button {
  overflow: hidden; }
  .input-with-button .textbox {
    float: left;
    width: 75%;
    border-right: none; }
  .input-with-button .btn {
    float: right;
    clear: none !important;
    width: 25% !important;
    height: 3.3em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.input {
  position: relative;
  margin-bottom: 1.25em;
  padding: 0.64em 0.64em 0.25em 0.64em;
  border: 1px solid #f2f2f2;
  background-color: white; }
  .input label {
    font-size: 0.75em; }
  .input .textbox {
    margin: 0;
    border: none;
    padding: 0.5em 0;
    background-color: transparent; }
  .input.error {
    padding-bottom: 2.44140625em;
    border: 1px solid #d95565; }
    .input.error label {
      color: #d95565; }
    .input.error .error-message {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      margin-bottom: 0; }

.select {
  position: relative;
  cursor: pointer;
  color: #707070;
  width: 100%;
  margin-bottom: 1.25em;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  background-color: white; }
  .select.error {
    border: 1px solid #d95565; }
    .select.error select {
      color: #d95565; }
    .select.error .error-message {
      margin-bottom: 0; }
  .select:after {
    content: "";
    position: absolute;
    top: 1.4em;
    right: 1em;
    width: 0.85em;
    height: 0.5em;
    opacity: 0.35;
    pointer-events: none;
    background-size: contain;
    background-image: url("../icons/dark/ico-dropdown.svg"); }
  .select select {
    width: 120%;
    color: #707070;
    font-size: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: transparent;
    outline: none;
    cursor: pointer;
    padding: 1em; }
  .select select::-ms-expand {
    display: none; }

textarea {
  min-height: 5.9604644775em;
  outline: none;
  resize: vertical; }

fieldset {
  clear: both;
  padding: 0;
  margin: 0 0 0.5em 0;
  border: none; }
  fieldset .checkbox,
  fieldset .radio {
    margin-bottom: 0.25em; }
  fieldset label {
    text-transform: none; }
  fieldset.error {
    padding: 0 1em 0 1em;
    border: 1px solid #d95565; }
    fieldset.error legend {
      color: #d95565;
      padding: 0 0.5em; }
  fieldset .error-message {
    clear: both;
    margin: 0 -1.25em; }

.checkbox,
.radio {
  float: left;
  margin-right: 1.5625em;
  margin-bottom: 0.75em; }
  .checkbox label,
  .radio label {
    float: left;
    line-height: 1.5625em;
    font-size: 1em;
    cursor: pointer;
    text-transform: none; }
  .checkbox input,
  .radio input {
    position: relative;
    float: left;
    width: 2em;
    height: 2em;
    cursor: pointer;
    margin-right: 1em;
    background: none;
    border: 1px solid #dedede;
    background-size: 70%;
    background-position: center center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.2s ease-in-out; }

input:disabled {
  opacity: 0.5; }

.checkbox input:checked {
  border: none;
  background-color: #8CC57D;
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center center;
  background-image: url("../icons/light/ico-check.svg"); }

.radio input {
  border-radius: 100%; }
  .radio input:checked {
    border: none;
    background-color: #8CC57D;
    transition: all 0.2s ease-in-out; }
    .radio input:checked:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1em;
      height: 1em;
      border-radius: 100%;
      background-color: white;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }

.selector-bar {
  width: 100%; }
  .selector-bar input {
    display: none; }
  .selector-bar :checked + label {
    color: white;
    border: none;
    background-color: #8CC57D; }
  .selector-bar label {
    display: block;
    width: 100%;
    cursor: pointer;
    margin: 0 0 0.5em 0;
    padding: 1.25em 1.5625em;
    border-radius: 2px;
    border: 1px solid #f2f2f2; }

.switch {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 1.25em; }
  .switch legend {
    position: absolute;
    left: 5em;
    top: 50%;
    text-transform: none;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .switch .switch-button {
    position: relative;
    float: left;
    width: 2.6em;
    height: 1.6em; }
  .switch .switch-checkbox {
    display: none; }
    .switch .switch-checkbox:checked + .switch-label {
      background-color: #8CC57D;
      transition: all 0.2s ease-in-out; }
      .switch .switch-checkbox:checked + .switch-label .switch-handle {
        left: 1.6em !important; }
  .switch .switch-label {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
    border-radius: 2em;
    background: #8fa5c7; }
  .switch .switch-handle {
    position: absolute;
    top: 50%;
    left: 0.2em;
    color: white;
    width: 1.75em;
    height: 1.75em;
    font-size: 0.85em;
    font-weight: 600;
    line-height: 2.1em;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
    background-color: white;
    transition: all 0.1s ease-out;
    border-radius: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

.switch.withlabel legend {
  left: 7.5em; }

.switch.withlabel .switch-button {
  width: 5em;
  height: 2em; }

.switch.withlabel .switch-label {
  border-radius: 0;
  background: white;
  border: 1px solid #f2f2f2; }

.switch.withlabel .switch-handle {
  height: auto;
  width: 3em;
  border-radius: 0;
  background-color: #3F6AAB; }
  .switch.withlabel .switch-handle:after {
    content: "No"; }

.switch.withlabel .switch-checkbox:checked + .switch-label {
  background-color: white; }
  .switch.withlabel .switch-checkbox:checked + .switch-label .switch-handle {
    background-color: #8CC57D !important;
    left: 3.5em !important; }
    .switch.withlabel .switch-checkbox:checked + .switch-label .switch-handle:after {
      content: 'Yes'; }

::-webkit-input-placeholder {
  color: #adadad; }

::-moz-placeholder {
  color: #adadad; }

:-ms-input-placeholder {
  color: #adadad; }

:-moz-placeholder {
  color: #adadad; }

.error::-webkit-input-placeholder {
  color: #d95565; }

.error::-moz-placeholder {
  color: #d95565; }

.error:-ms-input-placeholder {
  color: #d95565; }

.error:-moz-placeholder {
  color: #d95565; }

/* colours */
body {
  padding: 2.44140625em;
  background-attachment: fixed;
  background-size: cover;
  background-color: #3F6AAB;
  background-image: url("../images/background.jpg"); }
  @media (min-width: 600px) {
    body {
      font-size: 1.5rem; } }

@media (min-width: 600px) {
  .pg-home main {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 3.8146972656em;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); } }

.pg-home .privacy-link {
  font-size: 0.8em; }

.pg-privacy main {
  text-align: left;
  color: #707070; }
  .pg-privacy main h1 {
    text-align: center; }
  .pg-privacy main h1, .pg-privacy main h2, .pg-privacy main h3, .pg-privacy main h4 {
    color: #3F6AAB; }
  .pg-privacy main strong {
    color: #3F6AAB; }
  .pg-privacy main ul, .pg-privacy main ol {
    list-style: disc;
    padding-left: 1.25em;
    margin-bottom: 1.25em; }
    .pg-privacy main ul li, .pg-privacy main ol li {
      margin-bottom: 0.5em;
      line-height: 1.5625em; }
      .pg-privacy main ul li:last-child, .pg-privacy main ol li:last-child {
        margin-bottom: 0; }

main {
  width: 100%;
  color: #3F6AAB;
  padding: 1.953125em 2.44140625em 1.953125em;
  text-align: center;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.85); }
  @media (min-width: 600px) {
    main {
      max-width: 44.408920985em;
      margin: 0 auto; } }

.logo {
  display: block;
  width: 9.3132257462em;
  max-width: 9.3132257462em;
  height: 5.9604644775em;
  margin: 0 auto; }

h1 {
  margin: 1em 0;
  font-size: 1.953125em;
  font-weight: 500; }

.launch-text {
  display: block;
  font-size: 0.75em;
  margin-bottom: 1.953125em; }

p.uppercase {
  font-weight: 600;
  letter-spacing: 0.1em; }

a {
  color: #3F6AAB; }

.btn {
  display: inline-block;
  margin-bottom: 1em;
  font-size: 1.5625em; }
