﻿/* Brand colors */
/* Background colors */
/* Border colors */
/* Text */
/* Dimensions, Margins, Padding */
/* Logo */
/* Margin */
/* Media breakpoints */
*,
:after,
:before {
  box-sizing: border-box;
}
body,
html {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: #FFF;
  color: rgba(0, 20, 43, 0.6);
  font-size: 18px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.text-primary {
  color: #10BAE1;
}
.no-margin {
  margin: 0;
}
.no-scroll {
  overflow: hidden;
}
a {
  background-color: transparent;
  color: #10BAE1;
}
header {
  padding: 20px;
}
header .logo img {
  height: 75px;
  width: auto;
}
main section {
  max-width: 560px;
  margin: 0 auto;
  padding: 20px 20px;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:after,
.container-fluid:after,
.container:before,
.container-fluid:before {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after,
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.intro {
  margin-bottom: 40px;
}
.border {
  border-bottom: 1px solid #B3B3B4;
}
body {
  font-family: Noto Sans, sans-serif;
}
/* Headings */
/* ======== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  line-height: 1;
  color: inherit;
  margin: 0 0 1em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2.5em;
  font-weight: 700;
}
h2,
.h2 {
  font-size: 2em;
  font-weight: 800;
}
h3,
.h3 {
  font-size: 2em;
  font-weight: 400;
}
h4,
.h4 {
  font-size: 1.77777778em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.88888889em;
  font-weight: 600;
}
h6,
.h6 {
  font-size: 0.88888889em;
  font-weight: 400;
}
p {
  font-size: 1.11111111em;
  line-height: 1.6;
}
.text-primary {
  color: #10BAE1;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.text-small {
  font-size: 85%;
}
.field-validation-error {
  color: red;
  font-size: 0.77777778em;
}
.pf-form .umbraco-forms-page h4 {
  font-size: 1.77777778em;
  color: #10BAE1;
  margin-bottom: 16px;
}
.pf-form .umbraco-forms-page fieldset {
  border: none;
  padding: 0;
}
.pf-form .umbraco-forms-page fieldset legend {
  font-size: 1.33333333em;
  color: #00142B;
  margin-bottom: 24px;
}
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field {
  margin-bottom: 15px !important;
}
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field label {
  font-size: 0.77777778em;
  font-weight: bold;
  line-height: 1.6;
  color: #10BAE1;
  text-transform: uppercase;
}
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field span.help-block {
  display: block;
  font-size: 1em;
  line-height: 24px;
  margin-bottom: 16px;
}
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input,
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field .umbraco-forms-field-wrapper textarea {
  border-style: none;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
}
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input {
  height: 40px;
}
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field .umbraco-forms-field-wrapper textarea {
  font-size: 0.77777778em;
  font-family: Noto Sans, sans-serif;
  height: 120px;
}
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field .umbraco-forms-field-wrapper h2 {
  font-size: 1em;
  line-height: 24px;
  color: #00142B;
}
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist {
  display: flex;
  margin: 0 0 50px;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist label {
  width: 20px;
  font-size: 0.77777778em;
}
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist label > span {
  position: absolute;
  width: 30px;
  word-spacing: 50px;
  text-align: center;
  line-height: 1;
}
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist label:first-of-type span {
  left: 0;
}
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field .umbraco-forms-field-wrapper .radiobuttonlist label:last-of-type span {
  right: 0;
  text-align: right;
}
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input[type="radio"],
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field .umbraco-forms-field-wrapper input[type="checkbox"] {
  height: 20px;
}
.pf-form .umbraco-forms-page fieldset .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper {
  width: 100%;
  margin-top: -40px;
  margin-left: -140px;
}
.pf-form .umbraco-forms-page fieldset + fieldset {
  margin-top: 5px;
}
.pf-form .umbraco-forms-page .intro {
  border-bottom: 1px solid #B3B3B4;
}
.pf-form .umbraco-forms-page .intro h2 {
  font-size: 1em !important;
  font-weight: normal;
  line-height: 24px !important;
  margin-bottom: 16px !important;
  color: rgba(0, 20, 43, 0.6) !important;
}
.pf-form .umbraco-forms-page .intro p {
  color: #10BAE1;
  margin-bottom: 32px;
}
.pf-form .umbraco-forms-page input::-webkit-input-placeholder,
.pf-form .umbraco-forms-page input::-moz-placeholder,
.pf-form .umbraco-forms-page input:-ms-input-placeholder,
.pf-form .umbraco-forms-page input:-moz-placeholder {
  font-size: 0.88888889em;
  padding-left: 5px;
}
.pf-form .umbraco-forms-page .umbraco-forms-navigation .btn {
  font-size: 0.88888889em;
  font-weight: bold;
  margin-top: 15px;
  width: 100%;
  background-color: #10BAE1;
  color: #FFF;
  border: 1px solid #10BAE1;
  height: 40px;
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
}
.pf-form .umbraco-forms-page .umbraco-forms-navigation .btn.prev {
  width: 48%;
  color: #10BAE1;
  background-color: #FFF;
}
.pf-form .umbraco-forms-page .umbraco-forms-navigation .btn + .btn {
  width: 48%;
  float: right;
}