@charset "UTF-8";
/* HTML5 display definitions
*/
/* line 10, ../scss/core/vendor/normalize/_normalize-mod.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
.main,
nav,
section,
summary {
  display: block; }

/* line 27, ../scss/core/vendor/normalize/_normalize-mod.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 38, ../scss/core/vendor/normalize/_normalize-mod.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 46, ../scss/core/vendor/normalize/_normalize-mod.scss */
[hidden] {
  display: none; }

/* Base
*/
/* line 58, ../scss/core/vendor/normalize/_normalize-mod.scss */
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 67, ../scss/core/vendor/normalize/_normalize-mod.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/* line 77, ../scss/core/vendor/normalize/_normalize-mod.scss */
body {
  margin: 0; }

/* Links
*/
/* line 86, ../scss/core/vendor/normalize/_normalize-mod.scss */
a:focus {
  outline: thin dotted; }

/* line 92, ../scss/core/vendor/normalize/_normalize-mod.scss */
a:active,
a:hover {
  outline: 0; }

/* Typography
*/
/* line 136, ../scss/core/vendor/normalize/_normalize-mod.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 142, ../scss/core/vendor/normalize/_normalize-mod.scss */
b,
strong {
  font-weight: bold; }

/* line 147, ../scss/core/vendor/normalize/_normalize-mod.scss */
blockquote {
  margin: 1em 40px; }

/* line 153, ../scss/core/vendor/normalize/_normalize-mod.scss */
dfn {
  font-style: italic; }

/* line 167, ../scss/core/vendor/normalize/_normalize-mod.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 174, ../scss/core/vendor/normalize/_normalize-mod.scss */
p,
pre {
  margin: 1em 0; }

/* line 181, ../scss/core/vendor/normalize/_normalize-mod.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/* line 192, ../scss/core/vendor/normalize/_normalize-mod.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* line 200, ../scss/core/vendor/normalize/_normalize-mod.scss */
q {
  quotes: none; }

/* line 206, ../scss/core/vendor/normalize/_normalize-mod.scss */
q:before,
q:after {
  content: '';
  content: none; }

/* line 214, ../scss/core/vendor/normalize/_normalize-mod.scss */
small {
  font-size: 80%; }

/* line 220, ../scss/core/vendor/normalize/_normalize-mod.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 228, ../scss/core/vendor/normalize/_normalize-mod.scss */
sup {
  top: -0.5em; }

/* line 232, ../scss/core/vendor/normalize/_normalize-mod.scss */
sub {
  bottom: -0.25em; }

/* Lists
*/
/* line 241, ../scss/core/vendor/normalize/_normalize-mod.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

/* line 248, ../scss/core/vendor/normalize/_normalize-mod.scss */
dd {
  margin: 0 0 0 40px; }

/* line 254, ../scss/core/vendor/normalize/_normalize-mod.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/* line 262, ../scss/core/vendor/normalize/_normalize-mod.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* Embedded content
*/
/* line 274, ../scss/core/vendor/normalize/_normalize-mod.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/* line 281, ../scss/core/vendor/normalize/_normalize-mod.scss */
svg:not(:root) {
  overflow: hidden; }

/* Figures
*/
/* line 290, ../scss/core/vendor/normalize/_normalize-mod.scss */
figure {
  margin: 0; }

/* Forms
*/
/* line 299, ../scss/core/vendor/normalize/_normalize-mod.scss */
form {
  margin: 0; }

/* line 305, ../scss/core/vendor/normalize/_normalize-mod.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 315, ../scss/core/vendor/normalize/_normalize-mod.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

/* line 327, ../scss/core/vendor/normalize/_normalize-mod.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/* line 340, ../scss/core/vendor/normalize/_normalize-mod.scss */
button,
input {
  line-height: normal; }

/* line 350, ../scss/core/vendor/normalize/_normalize-mod.scss */
button,
select {
  text-transform: none; }

/* line 363, ../scss/core/vendor/normalize/_normalize-mod.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  *overflow: visible;
  border-radius: 0; }

/* line 375, ../scss/core/vendor/normalize/_normalize-mod.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/* line 385, ../scss/core/vendor/normalize/_normalize-mod.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  *height: 13px;
  *width: 13px; }

/* line 397, ../scss/core/vendor/normalize/_normalize-mod.scss */
input[type="search"] {
  -webkit-appearance: none; }

/* line 407, ../scss/core/vendor/normalize/_normalize-mod.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 414, ../scss/core/vendor/normalize/_normalize-mod.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 423, ../scss/core/vendor/normalize/_normalize-mod.scss */
textarea {
  overflow: auto;
  vertical-align: top; }

/* Tables
*/
/* line 433, ../scss/core/vendor/normalize/_normalize-mod.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 7, ../scss/core/_base.scss */
html {
  font-size: 100%;
  height: 100%;
  line-height: 1.5;
  overflow-y: scroll; }

/* line 14, ../scss/core/_base.scss */
body {
  background: #fff;
  height: 100%;
  text-rendering: optimizeLegibility; }

/* line 20, ../scss/core/_base.scss */
img {
  display: block;
  max-width: 100%; }

/* line 27, ../scss/core/_base.scss */
.tooltip-active {
  cursor: pointer; }

/* line 31, ../scss/core/_base.scss */
.footer {
  overflow: hidden;
  clear: both; }

/* line 16, ../scss/core/_utils.scss */
.nav-list, .rule-above, .rule-below, .form__item, .form__item--label, .form__group--panel, .form__actions, .error, .form-container, .js .js-form-hidden, .progress-header, .mini-footer, .commitment__list,
.cf {
  *zoom: 1; }
  /* line 20, ../scss/core/_utils.scss */
  .nav-list:after, .rule-above:after, .rule-below:after, .form__item:after, .form__item--label:after, .form__group--panel:after, .form__actions:after, .error:after, .form-container:after, .js .js-form-hidden:after, .progress-header:after, .mini-footer:after, .commitment__list:after,
  .cf:after {
    content: "";
    display: table;
    clear: both; }

/* line 32, ../scss/core/_utils.scss */
.phone-link {
  color: black;
  cursor: default;
  text-decoration: none !important; }
  /* line 37, ../scss/core/_utils.scss */
  .phone-link:hover {
    color: inherit;
    text-decoration: none !important; }

/* line 60, ../scss/core/_utils.scss */
.nav-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  @media screen and (min-width: 768px) {
    /* line 71, ../scss/core/_utils.scss */
    .nav-list > li,
    .nav-list > li > a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle; } }

/* line 90, ../scss/core/_utils.scss */
.hanging-indent {
  overflow: hidden; }

/* line 100, ../scss/core/_utils.scss */
.iframe-responsive-wrap {
  height: 0;
  padding-bottom: 65.25%;
  padding-top: 30px;
  position: relative; }
  /* line 107, ../scss/core/_utils.scss */
  .iframe-responsive-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/* line 120, ../scss/core/_utils.scss */
.rule-above {
  border-top: 1px solid;
  padding-top: 20px ;
  padding-top: 1.25rem ; }

/* line 125, ../scss/core/_utils.scss */
.rule-below {
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 5px ;
  padding-bottom: 0.3125rem ; }

/* line 7, ../scss/core/_skiplinks.scss */
.skiplinks:focus {
  border: 0;
  display: block;
  left: 0;
  outline: none;
  position: absolute !important;
  right: 0;
  text-decoration: none;
  top: 0;
  z-index: 700; }
  /* line 18, ../scss/core/_skiplinks.scss */
  .skiplinks:focus span {
    display: block;
    margin: 0 auto;
    padding: 8px 0;
    text-align: center;
    width: 30%; }

/* line 6, ../scss/core/_hiding.scss */
.hidden {
  display: none !important;
  height: 0;
  margin: 0;
  visibility: hidden; }

/* line 22, ../scss/core/_hiding.scss */
.form__section__title,
.form__group__title, .form__label--hidden,
.visuallyhidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  /* line 34, ../scss/core/_hiding.scss */
  .focusable.form__section__title:active,
  .focusable.form__group__title:active, .focusable.form__label--hidden:active, .focusable.form__section__title:focus,
  .focusable.form__group__title:focus, .focusable.form__label--hidden:focus,
  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/* line 46, ../scss/core/_hiding.scss */
.invisible {
  visibility: hidden; }

/* line 52, ../scss/core/_hiding.scss */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  line-height: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -999em; }

@media screen and (max-width: 767px) {
  /* line 71, ../scss/core/_hiding.scss */
  .desktop-only {
    display: none !important; } }
@media screen and (min-width: 768px) {
  /* line 80, ../scss/core/_hiding.scss */
  .mobile-only {
    display: none !important; } }
@media screen {
  /* line 92, ../scss/core/_hiding.scss */
  .print-only {
    display: none !important;
    height: 0;
    margin: 0;
    visibility: hidden; } }
@media print {
  /* line 105, ../scss/core/_hiding.scss */
  .screen-only {
    display: none !important;
    height: 0;
    margin: 0;
    visibility: hidden; } }
@font-face {
    font-family: 'Noto Sans';
    src: url(./NotoSans-Regular.eot);
    src: local('Noto Sans'), local('NotoSans'), url(./NotoSans-Regular.eot?#iefix) format('embedded-opentype'), url(./NotoSans-Regular.woff2) format('woff2'), url(./NotoSans-Regular.woff) format('woff'), url(./NotoSans-Regular.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Noto Sans';
    src: url(./NotoSans-Bold.eot);
    src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(./NotoSans-Bold.eot?#iefix) format('embedded-opentype'), url(./NotoSans-Bold.woff2) format('woff2'), url(./NotoSans-Bold.woff) format('woff'), url(./NotoSans-Bold.ttf) format('truetype');
    font-style: normal;
    font-weight: 700;
}
/* line 11, ../scss/project/_base.scss */
body {
  background: white;
  color: black;
  font-size: 12px ;
  font-size: 0.75rem ;
  min-width: 320px; }

/* line 18, ../scss/project/_base.scss */
.page-wrapper {
  background: #ffffff; }

/* line 22, ../scss/project/_base.scss */
body,
button,
input,
select,
textarea {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif; }

/* line 30, ../scss/project/_base.scss */
h1, h2, h3 {
  color: #002272; }

/* line 5, ../scss/project/_typography.scss */
strong,
b,
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal; }

/* line 15, ../scss/project/_typography.scss */
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: .6em; }

/* line 23, ../scss/project/_typography.scss */
h1 {
  font-size: 25px ;
  font-size: 1.5625rem ;
  margin-bottom: 30px ;
  margin-bottom: 1.875rem ;
  margin-top: 1px ;
  margin-top: 0.0625rem ; }

/* line 29, ../scss/project/_typography.scss */
h2 {
  font-size: 18px ;
  font-size: 1.125rem ;
  margin-top: 0;
  margin-bottom: 4px ;
  margin-bottom: 0.25rem ; }

/* line 35, ../scss/project/_typography.scss */
h3 {
  font-size: 14px ;
  font-size: 0.875rem ; }

/* line 39, ../scss/project/_typography.scss */
h4 {
  font-size: 13px ;
  font-size: 0.8125rem ; }

/* line 43, ../scss/project/_typography.scss */
a {
  color: #71C4FF; }
  /* line 46, ../scss/project/_typography.scss */
  a:hover {
    text-decoration: none; }

/* line 51, ../scss/project/_typography.scss */
h2.section_gap {
  margin-top: 22px; }

/* line 55, ../scss/project/_typography.scss */
h2.eor_title {
  margin-bottom: 30px ;
  margin-bottom: 1.875rem ;
  margin-top: 1px ;
  margin-top: 0.0625rem ;
  line-height: 1; }

/* line 61, ../scss/project/_typography.scss */
.main__title {
  line-height: 1; }

/* line 65, ../scss/project/_typography.scss */
.main__summary {
  font-size: 18px ;
  font-size: 1.125rem ;
  font-weight: normal;
  margin: -26px 0 0 0 ;
  margin: -1.625rem 0 0 0 ;
  line-height: 20px ;
  line-height: 1.25rem ; }

/* line 72, ../scss/project/_typography.scss */
.section__title--normal-weight {
  font-weight: normal;
  font-size: 14px ;
  font-size: 0.875rem ;
  margin-bottom: 0 ;
  margin-bottom: 0 ; }

/*
*   adding classes to govern sizes and css
*/
/* line 80, ../scss/project/_typography.scss */
.information {
  color: #aaa;
  font-style: italic;
  font-size: 14px ;
  font-size: 0.875rem ;
  margin-bottom: 0 ;
  margin-bottom: 0 ;
  margin-top: 10px ;
  margin-top: 0.625rem ; }

/* line 88, ../scss/project/_typography.scss */
.soa_ThankyouMsg {
  font-size: 13px ;
  font-size: 0.8125rem ; }

/* ------------------------------
 * Placeholder classes for errors and focus states
 */
/* line 12, ../scss/project/_forms.scss */
.form__field--string:focus,
.form__field--select-size:focus {
  outline: 0px none;
  border: 1px solid #71C4FF;
  border-radius: 0; }

/* line 19, ../scss/project/_forms.scss */
.form__item--error .form__field--string,
.form__item--error .checker,
.form__item--error .radio,
.form__item--error .selector {
  border-color: #FF0000;
  box-shadow: none; }

/* line 24, ../scss/project/_forms.scss */
.select2-container-active .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choice {
  border: 1px solid #2e3137; }

/* ------------------------------
 * Basic input fields
 */
/* line 31, ../scss/project/_forms.scss */
.selector, .form__field--multiselect {
  clear: both;
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 2px ;
  border-radius: 0.125rem ;
  border-style: solid;
  border-color: #aaa;
  border-width: 1px ;
  border-width: 0.0625rem ;
  /* Acceptable values are border, content, and padding - content is the default W3C model */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px ;
  padding: 0.625rem ;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out; }
  /* line 44, ../scss/project/_forms.scss */
  .selector:focus, .form__field--multiselect:focus, .selector:active, .form__field--multiselect:active {
    outline: 0 none; }
  @media screen and (min-width: 767px) {
    /* line 31, ../scss/project/_forms.scss */
    .selector, .form__field--multiselect {
      border-radius: 3px ;
      border-radius: 0.1875rem ;
      padding: 13px 20px ;
      padding: 0.8125rem 1.25rem ; } }

/*.form__field {
  @include rem(margin-bottom, 10);
}*/
/* line 58, ../scss/project/_forms.scss */
.form__section,
.form__group {
  border: 0;
  outline: 0;
  padding: 0; }

/* line 70, ../scss/project/_forms.scss */
.form__item {
  clear: both;
  margin-bottom: 10px ;
  margin-bottom: 0.625rem ;
  position: relative;
  /* Acceptable values are border, content, and padding - content is the default W3C model */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    /* line 70, ../scss/project/_forms.scss */
    .form__item {
      max-width: 381px ;
      max-width: 23.8125rem ; } }
  @media screen and (max-width: 480px) {
    /* line 70, ../scss/project/_forms.scss */
    .form__item {
      width: 100%; } }
  /* line 85, ../scss/project/_forms.scss */
  .form__item p {
    font-size: 15px ;
    font-size: 0.9375rem ;
    color: #011f2a; }

/* line 91, ../scss/project/_forms.scss */
.form__item--label {
  clear: both;
  position: relative; }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    /* line 91, ../scss/project/_forms.scss */
    .form__item--label {
      max-width: 390px ;
      max-width: 24.375rem ; } }
  @media screen and (min-width: 481px) {
    /* line 91, ../scss/project/_forms.scss */
    .form__item--label {
      max-width: 380px ;
      max-width: 23.75rem ; } }
  @media screen and (max-width: 480px) {
    /* line 91, ../scss/project/_forms.scss */
    .form__item--label {
      width: 100%; } }

/* line 111, ../scss/project/_forms.scss */
.form__group--panel {
  padding: 20px 20px 0 ;
  padding: 1.25rem 1.25rem 0 ;
  margin-bottom: 20px ;
  margin-bottom: 1.25rem ;
  background: #eee; }

/* line 118, ../scss/project/_forms.scss */
.form__group--panel__title {
  margin-top: 0; }

/* line 122, ../scss/project/_forms.scss */
.form__item--option {
  clear: both;
  display: none; }
  /* line 126, ../scss/project/_forms.scss */
  .form__item--option.is-visible {
    display: block; }

/*.form__label {
  float: left;
  @include rem(line-height, 30);
  @include rem(margin-bottom,3);
  //white-space: nowrap;
  @include rem(width, 255);
}*/
/* line 139, ../scss/project/_forms.scss */
.form__label {
  font-size: 15px ;
  font-size: 0.9375rem ;
  margin-top: 5px ;
  margin-top: 0.3125rem ;
  margin-bottom: 3px ;
  margin-bottom: 0.1875rem ;
  /*width: 85%;
  width: calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);*/ }

/* line 149, ../scss/project/_forms.scss */
.form__label--full-width {
  display: block;
  float: none;
  overflow: hidden;
  width: auto; }

/* line 156, ../scss/project/_forms.scss */
.birthdate .grid__col {
  margin-bottom: 3px; }

/* line 160, ../scss/project/_forms.scss */
.dropdowninputwrapper .form__item--select {
  margin-bottom: 3px; }

/* line 164, ../scss/project/_forms.scss */
.form__field--string,
.form__field--select-size {
  background: #ffffff;
  border: 1px solid #C6C6C6;
  display: block;
  padding: 5px 8px ;
  padding: 0.3125rem 0.5rem ;
  /*@include rem(padding, 12 8);*/
  /* Acceptable values are border, content, and padding - content is the default W3C model */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  /* line 177, ../scss/project/_forms.scss */
  .form__field--string ~ .form__field--string,
  .form__field--select-size ~ .form__field--string {
    margin: 8px 0 ;
    margin: 0.5rem 0 ; }
  @media screen and (max-width: 480px) {
    /* line 164, ../scss/project/_forms.scss */
    .form__field--string,
    .form__field--select-size {
      /*@include box-sizing(border-box);*/
      width: 100%; } }

/* line 189, ../scss/project/_forms.scss */
.lt-ie9 .form__field--string,
.lt-ie9 .form__field--select-size {
  padding: 11px 8px ;
  padding: 0.6875rem 0.5rem ; }

@-moz-document url-prefix() {
  /* line 204, ../scss/project/_forms.scss */
  .form__item--error input[type="text"]:focus,
  .form__item--error input[type="number"]:focus,
  .form__item--error input[type="email"]:focus,
  .form__item--error input[type="search"]:focus,
  .form__item--error input[type="password"]:focus,
  .form__item--error input[type="range"]:focus {
    outline: none;
    border: 1px solid black; } }
/* line 215, ../scss/project/_forms.scss */
.form__field--string {
  clear: both; }

/* line 220, ../scss/project/_forms.scss */
.form__field--select-size {
  clear: both; }

/* line 224, ../scss/project/_forms.scss */
.form__item__note {
  display: block;
  margin-top: 3px ;
  margin-top: 0.1875rem ;
  font-style: italic; }

/* line 230, ../scss/project/_forms.scss */
.form__field[disabled='disabled'],
.form__field[disabled] {
  font-weight: normal;
  text-align: left;
  background-color: #F6F6F6;
  color: #757575;
  -webkit-text-fill-color: #69747e;
  opacity: 1; }

/* line 240, ../scss/project/_forms.scss */
.form__item__error {
  clear: both;
  color: #FF0000;
  display: none;
  margin-top: 3px ;
  margin-top: 0.1875rem ; }
  /* line 246, ../scss/project/_forms.scss */
  .form__item--error .form__item__error {
    display: block;
    text-align: left; }

/* line 252, ../scss/project/_forms.scss */
.form__item--boolean {
  position: relative; }
  /* line 255, ../scss/project/_forms.scss */
  .form__item--boolean .form__label {
    line-height: 18px ;
    line-height: 1.125rem ; }

/* line 260, ../scss/project/_forms.scss */
.form__field--boolean {
  left: 0;
  top: 1px; }

/* line 271, ../scss/project/_forms.scss */
fieldset {
  margin: 0; }

/* line 276, ../scss/project/_forms.scss */
.form__item--link {
  clear: left;
  display: block;
  min-width: 100px ;
  min-width: 6.25rem ;
  margin-top: -62px ;
  margin-top: -3.875rem ;
  margin-bottom: 30px ;
  margin-bottom: 1.875rem ; }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    /* line 276, ../scss/project/_forms.scss */
    .form__item--link {
      text-align: left;
      margin-top: -65px ;
      margin-top: -4.0625rem ;
      margin-left: 1px ;
      margin-left: 0.0625rem ;
      position: absolute; } }
  @media screen and (min-width: 481px) {
    /* line 276, ../scss/project/_forms.scss */
    .form__item--link {
      text-align: left;
      margin-top: -65px ;
      margin-top: -4.0625rem ;
      margin-left: 1px ;
      margin-left: 0.0625rem ;
      position: absolute; } }
  @media screen and (max-width: 480px) {
    /* line 276, ../scss/project/_forms.scss */
    .form__item--link {
      text-align: right;
      margin-top: -18px ;
      margin-top: -1.125rem ; } }

@media screen and (max-width: 480px) {
  /* line 303, ../scss/project/_forms.scss */
  .form__gobacklink {
    width: 53%; } }

/* line 313, ../scss/project/_forms.scss */
.form__item--radio .radio,
.form__item--radio .checker,
.form__item--checkbox .radio,
.form__item--checkbox .checker {
  float: left; }

/* line 324, ../scss/project/_forms.scss */
.form__item--checkbox > label {
  line-height: 18px ;
  line-height: 1.125rem ;
  max-width: 350px ;
  max-width: 21.875rem ; }

/* line 330, ../scss/project/_forms.scss */
.form__item--full-width {
  padding-right: 10px ;
  padding-right: 0.625rem ;
  max-width: 100%; }
  /* line 334, ../scss/project/_forms.scss */
  .form__item--full-width .form__label {
    float: none;
    overflow: hidden;
    display: block;
    text-align: justify; }

/* line 343, ../scss/project/_forms.scss */
.form__item--select > input[type="text"] {
  margin-top: 10px ;
  margin-top: 0.625rem ; }

/* line 353, ../scss/project/_forms.scss */
.form__section--contact {
  clear: both;
  margin-bottom: 3px; }
  /* line 357, ../scss/project/_forms.scss */
  .form__section--contact > .form__item {
    clear: both; }

/*If you need different functionality on mobile and desktop just uncomment this*/
/*.form__section--contact {
        clear: both;
  > .form__item {
    clear: both;
    //float: left;
    @include inline-block;
    vertical-align: top;
    margin-right: 6px;
    > input {
        width: 190px;
    }    
    > label {
      width: 190px;
      margin-right: 36px;
    }
  }
}*/
/* line 381, ../scss/project/_forms.scss */
.form__section--contact .field-validation-error {
  clear: both; }

/* line 386, ../scss/project/_forms.scss */
.form__section--dob {
  clear: both; }
  /* line 389, ../scss/project/_forms.scss */
  .form__section--dob > .form__item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    vertical-align: top;
    margin-right: 6px; }
    @media screen and (min-width: 481px) {
      /* line 389, ../scss/project/_forms.scss */
      .form__section--dob > .form__item {
        width: 93px ;
        width: 5.8125rem ; }
        /* line 398, ../scss/project/_forms.scss */
        .form__section--dob > .form__item > input {
          width: 93px ;
          width: 5.8125rem ; } }
    @media screen and (max-width: 480px) {
      /* line 389, ../scss/project/_forms.scss */
      .form__section--dob > .form__item {
        width: 86px ;
        width: 5.375rem ; }
        /* line 406, ../scss/project/_forms.scss */
        .form__section--dob > .form__item > input {
          width: 86px ;
          width: 5.375rem ; } }
    /* line 411, ../scss/project/_forms.scss */
    .form__section--dob > .form__item > label {
      width: inherit;
      margin-right: 36px; }
    /* line 416, ../scss/project/_forms.scss */
    .form__section--dob > .form__item > input {
      text-align: center; }

/* line 422, ../scss/project/_forms.scss */
.form__section--dob .field-validation-error {
  margin-right: 36px; }

/* line 426, ../scss/project/_forms.scss */
.field-validation-error {
  clear: both;
  margin: 0;
  padding-left: 0;
  display: block; }
  /* line 432, ../scss/project/_forms.scss */
  .field-validation-error.form__item {
    margin-top: 20px ;
    margin-top: 1.25rem ; }

/* line 437, ../scss/project/_forms.scss */
.parsley-errors-list {
  clear: both;
  margin: 0;
  padding-left: 0;
  display: none; }
  /* line 443, ../scss/project/_forms.scss */
  .parsley-errors-list.filled {
    display: block; }
  /* line 447, ../scss/project/_forms.scss */
  .parsley-errors-list.filled + .form__item {
    margin-top: 20px ;
    margin-top: 1.25rem ; }

/* line 452, ../scss/project/_forms.scss */
.error__link,
.parsley-required,
.parsley-custom-error-message {
  color: #FF0000;
  list-style-type: none;
  margin-top: 9px ;
  margin-top: 0.5625rem ; }

/* line 460, ../scss/project/_forms.scss */
span .data-val-custom-error-message, .field-validation-error {
  color: #FF0000;
  list-style-type: none;
  display: block;
  margin-top: 3px ;
  margin-top: 0.1875rem ; }

/* line 467, ../scss/project/_forms.scss */
.form__feedback {
  border: 3px solid;
  margin: 2em auto;
  max-width: 90%;
  padding: 18px 15px 4px 48px;
  position: relative; }

/* line 475, ../scss/project/_forms.scss */
.form__feedback--failure {
  border-color: #FF0000; }
  /* line 478, ../scss/project/_forms.scss */
  .form__feedback--failure .form__feedback__title {
    color: #FF0000; }
  /* line 482, ../scss/project/_forms.scss */
  .form__feedback--failure a {
    color: #FF0000;
    font-weight: bold; }

/* line 488, ../scss/project/_forms.scss */
.form__feedback--success {
  border-color: #188049; }

@media (min-width: 600px) {
  /* line 494, ../scss/project/_forms.scss */
  .form__item {
    position: relative; } }
/* line 505, ../scss/project/_forms.scss */
#ff-address-a:focus,
#ff-address-1:focus,
#ff-business-address-a:focus {
  position: relative;
  z-index: 5050; }

/* line 511, ../scss/project/_forms.scss */
#ff-address-b,
#ff-address-2,
#ff-business-address-b {
  position: relative;
  top: -1px; }
  /* line 517, ../scss/project/_forms.scss */
  #ff-address-b:focus,
  #ff-address-2:focus,
  #ff-business-address-b:focus {
    z-index: 5050; }

/* line 522, ../scss/project/_forms.scss */
#ff-address-c,
#ff-address-3,
#ff-business-address-c {
  position: relative;
  top: -2px; }

/* line 532, ../scss/project/_forms.scss */
input[type='text'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='email'],
option {
  font-size: 15px ;
  font-size: 0.9375rem ;
  font-weight: bold;
  color: #002272;
  font-weight: normal; }
  @media screen and (max-width: 600px) {
    /* line 532, ../scss/project/_forms.scss */
    input[type='text'],
    input[type='number'],
    input[type='password'],
    input[type='tel'],
    input[type='email'],
    option {
      clear: left; } }
  @media screen and (min-width: 768px) {
    /* line 532, ../scss/project/_forms.scss */
    input[type='text'],
    input[type='number'],
    input[type='password'],
    input[type='tel'],
    input[type='email'],
    option {
      height: 42px ;
      height: 2.625rem ; } }
  @media screen and (max-width: 767px) {
    /* line 532, ../scss/project/_forms.scss */
    input[type='text'],
    input[type='number'],
    input[type='password'],
    input[type='tel'],
    input[type='email'],
    option {
      height: 46px ;
      height: 2.875rem ; } }

@media screen and (max-width: 600px) {
  /* line 557, ../scss/project/_forms.scss */
  textarea {
    clear: left; } }

/* line 563, ../scss/project/_forms.scss */
.no-js select {
  clear: both;
  display: block; }

/* line 578, ../scss/project/_forms.scss */
:-ms-input-placeholder {
  opacity: 0.6 !important; }

/*:-ms-input-placeholder {
   @include rem(font-size, 12);
}*/
/* line 592, ../scss/project/_forms.scss */
.radio-box {
  float: left; }

/* line 596, ../scss/project/_forms.scss */
.form__group--radio {
  clear: both;
  /*max-width: 300px;*/ }
  /* line 599, ../scss/project/_forms.scss */
  .form__group--radio .form__field--boolean {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    vertical-align: top;
    margin: -5px 30px 20px 0 ;
    margin: -0.3125rem 1.875rem 1.25rem 0 ;
    position: relative; }
  /* line 608, ../scss/project/_forms.scss */
  .form__group--radio .form__label {
    float: none; }

/* line 616, ../scss/project/_forms.scss */
.form__group--title {
  float: left;
  width: 250px; }

/* line 621, ../scss/project/_forms.scss */
.captcha,
.norton-logo {
  background-color: #e6e6e6;
  border-radius: 12px;
  color: #69747e;
  height: 100px;
  line-height: 100px;
  margin: 20px 0 ;
  margin: 1.25rem 0 ;
  text-align: center;
  width: 300px; }

/* line 633, ../scss/project/_forms.scss */
.captcha {
  text-transform: uppercase; }

/* line 638, ../scss/project/_forms.scss */
.exact-amount__container {
  margin-top: 10px;
  position: relative; }
  /* line 642, ../scss/project/_forms.scss */
  .exact-amount__container input {
    width: 180px; }

/* line 649, ../scss/project/_forms.scss */
.parsley-error {
  position: relative;
  z-index: 5050; }

/* line 654, ../scss/project/_forms.scss */
#ff_captcha {
  width: 100%;
  height: 60px;
  clear: both;
  margin-bottom: 10px; }

/*
*   Additions to make an inline items grid
*/
@media screen and (min-width: 481px) {
  /* line 664, ../scss/project/_forms.scss */
  .grid__wrap, .form__section--dob .grid__wrap, .grid__wrap-wide {
    max-width: 400px ;
    max-width: 25rem ;
    overflow: hidden;
    margin-left: -20px ;
    margin-left: -1.25rem ; }
    /* line 670, ../scss/project/_forms.scss */
    .grid__wrap .form__item, .grid__wrap-wide .form__item {
      clear: none; }
      /* line 673, ../scss/project/_forms.scss */
      .grid__wrap .form__item:after, .grid__wrap-wide .form__item:after {
        display: none; }
    /* line 678, ../scss/project/_forms.scss */
    .grid__wrap .grid__col, .grid__wrap-wide .grid__col {
      float: left;
      padding-left: 20px ;
      padding-left: 1.25rem ;
      /* Acceptable values are border, content, and padding - content is the default W3C model */
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
    /* line 684, ../scss/project/_forms.scss */
    .grid__wrap .form__label, .grid__wrap-wide .form__label {
      float: none; }

  /* line 689, ../scss/project/_forms.scss */
  .grid__wrap-wide {
    max-width: 580px ;
    max-width: 36.25rem ; }

  /* line 693, ../scss/project/_forms.scss */
  .birthdate .grid__col {
    margin-bottom: 3px; }

  /* line 697, ../scss/project/_forms.scss */
  .dropdowninputwrapper .form__item--select {
    margin-bottom: 3px; }

  /* line 701, ../scss/project/_forms.scss */
  .form__field--string,
  .form__field--select-size {
    /* Acceptable values are border, content, and padding - content is the default W3C model */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%; }

  /* line 707, ../scss/project/_forms.scss */
  .grid__col-oneofsix {
    width: 16.66667%; }

  /* line 711, ../scss/project/_forms.scss */
  .grid__col-oneoffour {
    width: 25%; }

  /* line 715, ../scss/project/_forms.scss */
  .grid__col-oneofthree {
    width: 33.33333%; }

  /* line 720, ../scss/project/_forms.scss */
  .grid__col-twoofthree {
    width: 66.66667%; }

  /* line 724, ../scss/project/_forms.scss */
  .grid__col-oneoftwo {
    width: 50%; }

  /* line 728, ../scss/project/_forms.scss */
  .grid__col-full {
    width: 100%; } }
@media screen and (min-width: 481px) and (max-width: 480px) {
  /* line 733, ../scss/project/_forms.scss */
  .grid__col-oneoffour,
  .grid__col-oneofthree,
  .grid__col-twoofthree,
  .grid__col-oneoftwo {
    width: 100%; } }
@media screen and (min-width: 481px) {
  /* line 742, ../scss/project/_forms.scss */
  .grid__col-oneofthreefixed {
    width: 33.33333%;
    clear: none;
    float: left;
    width: 33%; }

  /* line 750, ../scss/project/_forms.scss */
  .form__field--text-2 {
    width: 52px ;
    width: 3.25rem ; }

  /* line 754, ../scss/project/_forms.scss */
  .form__field--text-3 {
    width: 64px ;
    width: 4rem ; }

  /* line 758, ../scss/project/_forms.scss */
  .form__field--text-4 {
    width: 80px ;
    width: 5rem ; }

  /* line 762, ../scss/project/_forms.scss */
  .form__field--text-5 {
    width: 95px ;
    width: 5.9375rem ; } }
/* line 774, ../scss/project/_forms.scss */
.error {
  background-color: #e7e7e7;
  margin-bottom: 20px ;
  margin-bottom: 1.25rem ;
  padding: 20px 20px 0 ;
  padding: 1.25rem 1.25rem 0 ; }

/* line 781, ../scss/project/_forms.scss */
.error__title {
  margin: 0 0 10px ;
  margin: 0 0 0.625rem ;
  font-weight: normal; }

/* line 786, ../scss/project/_forms.scss */
.error__list {
  margin: 0 ;
  margin: 0 ;
  padding: 0 0 0 20px ;
  padding: 0 0 0 1.25rem ; }

/* line 791, ../scss/project/_forms.scss */
.error__item {
  margin: 0 0 10px ;
  margin: 0 0 0.625rem ; }

@media screen and (max-width: 767px) {
  /* line 795, ../scss/project/_forms.scss */
  .restriced_to_mobile-size {
    max-width: 300px ;
    max-width: 18.75rem ; } }

/* line 802, ../scss/project/_forms.scss */
.form__item--error input {
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  padding-right: 35px ;
  padding-right: 2.1875rem ;
  display: block;
  background-position: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-size: contain; }

/* line 806, ../scss/project/_forms.scss */
.form__item--success input {
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  padding-right: 35px ;
  padding-right: 2.1875rem ;
  display: block;
  background-position: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-size: contain; }

/* line 810, ../scss/project/_forms.scss */
.final-page p, .final-page li {
  font-size: 15px ;
  font-size: 0.9375rem ; }

/* line 814, ../scss/project/_forms.scss */
.final-page ul {
  list-style-type: none; }
  /* line 817, ../scss/project/_forms.scss */
  .final-page ul li:before {
    content: "• ";
    color: #71C4FF;
    font-size: 30px;
    position: absolute;
    line-height: 0;
    margin-left: -18px;
    margin-top: 11px; }

@media screen and (min-width: 480px) {
  /* line 829, ../scss/project/_forms.scss */
  .line-break {
    display: block;
    clear: right; } }
/* line 835, ../scss/project/_forms.scss */
.form__label_header {
  display: inline-block;
  font-size: 15px ;
  font-size: 0.9375rem ;
  margin-top: 5px ;
  margin-top: 0.3125rem ;
  margin-bottom: 3px ;
  margin-bottom: 0.1875rem ; }
  @media screen and (min-width: 481px) {
    /* line 835, ../scss/project/_forms.scss */
    .form__label_header {
      width: 75%; } }
  @media screen and (max-width: 480px) {
    /* line 835, ../scss/project/_forms.scss */
    .form__label_header {
      width: 100%; } }

/*Custom Styles*/
/* line 852, ../scss/project/_forms.scss */
.displayOverflow {
  overflow: visible; }

/* line 856, ../scss/project/_forms.scss */
.js-form-Ukhidden {
  display: none; }

/* line 860, ../scss/project/_forms.scss */
.js-form-Ukreveal {
  display: block; }

/* line 864, ../scss/project/_forms.scss */
.StreetNameDesktopErrorHidden {
  display: none; }

/* line 868, ../scss/project/_forms.scss */
.StreetNameDesktopErrorReveal {
  display: block; }

/* line 872, ../scss/project/_forms.scss */
.StreetNameMobileErrorHidden {
  display: none; }

/* line 876, ../scss/project/_forms.scss */
.StreetNameMobileErrorReveal {
  display: block; }

/* line 880, ../scss/project/_forms.scss */
.ButtonStreetNameError {
  background-color: #ccd2d5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  color: #001f2b;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  line-height: 35px;
  width: 8em;
  height: 35px ;
  height: 2.1875rem ;
  text-decoration: none;
  text-align: center;
  border: 0px outset buttonface;
  /*Transition*/
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
  transition: All 0.2s ease; }

/* line 905, ../scss/project/_forms.scss */
.ButtonStreetNameError:hover {
  background-color: #7f8f95;
  color: #ffffff; }

/* line 910, ../scss/project/_forms.scss */
.ButtonStreetNameError:active {
  background-color: #001e2b;
  position: relative;
  color: #ffffff; }

/* line 916, ../scss/project/_forms.scss */
.form__item .StreetNameErrorMessage {
  color: red;
  font-size: 12px ;
  font-size: 0.75rem ; }

/* line 921, ../scss/project/_forms.scss */
input::-ms-clear {
  display: none; }

/* line 925, ../scss/project/_forms.scss */
input[type=number] {
  -moz-appearance: textfield; }

/* line 929, ../scss/project/_forms.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* line 935, ../scss/project/_forms.scss */
textarea {
  height: 134px; }

/* line 939, ../scss/project/_forms.scss */
.addressDropdownError, .tryagain {
  color: #FF0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  display: none; }

/* line 946, ../scss/project/_forms.scss */
.addressDropdown {
  display: none; }

/* line 950, ../scss/project/_forms.scss */
#wrapper {
  width: 100%;
  margin: 0 auto; }

/* line 955, ../scss/project/_forms.scss */
#leftcolumn, #rightcolumn {
  width: 50%;
  color: white;
  float: left; }

@media screen and (max-width: 480px) {
  /* line 961, ../scss/project/_forms.scss */
  #leftcolumn {
    width: 45%; } }

@media screen and (max-width: 480px) {
  /* line 967, ../scss/project/_forms.scss */
  #rightcolumn {
    width: 55%; } }

/* line 973, ../scss/project/_forms.scss */
#leftcolumn * {
  float: left; }

/* line 977, ../scss/project/_forms.scss */
#rightcolumn button {
  float: right; }

/* line 981, ../scss/project/_forms.scss */
.left-column, .right-column {
  width: 50%;
  color: white;
  float: left; }

/* line 988, ../scss/project/_forms.scss */
.dropdowninputwrapper .left-column {
  width: 33.33333%; }
  /* line 991, ../scss/project/_forms.scss */
  .dropdowninputwrapper .left-column input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0; }
  /* line 997, ../scss/project/_forms.scss */
  .dropdowninputwrapper .left-column a {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
    box-shadow: none; }
/* line 1005, ../scss/project/_forms.scss */
.dropdowninputwrapper .right-column {
  margin-bottom: 0px;
  width: 66.66667%; }
  /* line 1009, ../scss/project/_forms.scss */
  .dropdowninputwrapper .right-column .form__field--string {
    border-radius: 0;
    outline: none; }
    /* line 1013, ../scss/project/_forms.scss */
    .dropdowninputwrapper .right-column .form__field--string:focus {
      outline: none;
      box-shadow: none; }
    @media screen and (min-width: 768px) {
      /* line 1009, ../scss/project/_forms.scss */
      .dropdowninputwrapper .right-column .form__field--string {
        height: 42px ;
        height: 2.625rem ; } }
    @media screen and (max-width: 767px) {
      /* line 1009, ../scss/project/_forms.scss */
      .dropdowninputwrapper .right-column .form__field--string {
        height: 46px ;
        height: 2.875rem ; } }

/* line 1029, ../scss/project/_forms.scss */
.select2-choice[style] {
  border-color: #C6C6C6 !important;
  border-radius: 0; }

/* line 1035, ../scss/project/_forms.scss */
.jointControlHighlighting .select2-choice[style] {
  border: 1px solid #71C4FF !important;
  border-right: none !important; }
/* line 1040, ../scss/project/_forms.scss */
.jointControlHighlighting input {
  border: 1px solid #71C4FF; }

/* line 1045, ../scss/project/_forms.scss */
.select2-drop-active {
  margin-top: -1px; }

/* line 1049, ../scss/project/_forms.scss */
.overridemaxwidth {
  width: 100%; }

/* line 1053, ../scss/project/_forms.scss */
.redBorderleftcol .select2-container, .redBorderleftcol input {
  border-left: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  border-radius: 0; }

/* line 1060, ../scss/project/_forms.scss */
.redBorderleftcol .select2-container a.select2-choice {
  border: 0px;
  border-width: 0px !important; }

/* line 1065, ../scss/project/_forms.scss */
.redBorderrightcol .form__field--string {
  border-right-color: #FF0000;
  border-bottom-color: #FF0000;
  border-top-color: #FF0000; }

/* line 1071, ../scss/project/_forms.scss */
.nortonimage {
  background: url("vseal.gif") no-repeat 50% 0%;
  display: inline-block;
  width: 100%;
  height: 58px ;
  height: 3.625rem ; }

/* overriding tandc styles*/
/* line 1079, ../scss/project/_forms.scss */
.form__item--checkbox > label.signup__tcs1 {
  max-width: none; }

/* line 1083, ../scss/project/_forms.scss */
.form__item--checkbox > label.signup__tcs2 {
  max-width: none; }

/* line 1087, ../scss/project/_forms.scss */
.form__item--checkbox > label.signup__offers {
  max-width: none; }

/* line 1091, ../scss/project/_forms.scss */
.form__item--checkbox > label.signup__partners {
  max-width: none; }

/* line 1096, ../scss/project/_forms.scss */
select {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  height: 2.5rem;
  border: 1px solid #aaa;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #C6C6C6;
  /*background: linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 1%, #ffffff 25%, rgba(255, 255, 255, 0.99) 50%, rgba(255, 255, 255, 0.99) 55%, rgba(255, 255, 255, 0.99) 75%, #f0f0f0 100%);*/
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #69747e;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  clear: both; }

/* line 1122, ../scss/project/_forms.scss */
.ellipses {
  text-align: left;
  display: inline;
  width: 10px ;
  width: 0.625rem ;
  position: absolute; }

/* line 1129, ../scss/project/_forms.scss */
.leftErrorButton, .rightErrorButton {
  width: 50%;
  color: white;
  float: left; }

@media screen and (max-width: 700px) {
  /* line 1135, ../scss/project/_forms.scss */
  .leftErrorButton {
    width: 45%; } }

@media screen and (max-width: 700px) {
  /* line 1141, ../scss/project/_forms.scss */
  .rightErrorButton {
    width: 55%; } }

/* line 1147, ../scss/project/_forms.scss */
.placeholder {
  color: #adaaad !important; }

/* line 1151, ../scss/project/_forms.scss */
.reducemarginfivepx {
  margin-left: -5px; }

/* line 1155, ../scss/project/_forms.scss */
.leftgrid, .rightgrid, .centergrid {
  width: 33.3333%;
  color: white;
  float: left;
  display: inline;
  clear: none; }

/* line 1163, ../scss/project/_forms.scss */
.leftgrid {
  padding-right: 10px ;
  padding-right: 0.625rem ; }

/* line 1167, ../scss/project/_forms.scss */
.rightgrid {
  padding-left: 10px ;
  padding-left: 0.625rem ; }

/* line 1176, ../scss/project/_forms.scss */
.tooltip__message__text {
  margin-top: 6px ;
  margin-top: 0.375rem ;
  margin-bottom: 4px ;
  margin-bottom: 0.25rem ; }

/*select2*/
/* line 1182, ../scss/project/_forms.scss */
.select2-container .select2-choice .select2-arrow b {
  background: url("downarrow.png") no-repeat;
  background-size: contain;
  width: 22px ;
  width: 1.375rem ;
  display: block;
  height: 100%;
  padding-right: 2px ;
  padding-right: 0.125rem ;
  background-color: #ffffff; }

/* line 1192, ../scss/project/_forms.scss */
.select2-container.select2-dropdown-open .select2-choice .select2-arrow b {
  background: url("uparrow.png") no-repeat;
  background-size: contain; }

/* line 1197, ../scss/project/_forms.scss */
.select2-container .select2-choice .select2-arrow b {
  padding-right: 2px ;
  padding-right: 0.125rem ; }

/* line 1201, ../scss/project/_forms.scss */
.select2-container .select2-choice {
  line-height: 44px; }

/* line 1205, ../scss/project/_forms.scss */
.select2-container .select2-choice, .select2-results {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #002272 !important; }

/* line 1212, ../scss/project/_forms.scss */
.select2-default {
  color: none; }

/* line 1216, ../scss/project/_forms.scss */
.form__item--success .select2-container .select2-choice .select2-arrow b {
  width: 22px ;
  width: 1.375rem ;
  display: block;
  height: 100%;
  padding-right: 34px ;
  padding-right: 2.125rem ;
  background-size: contain;
  margin-top: 0px; }

/* line 1225, ../scss/project/_forms.scss */
.form__item--error .select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 22px ;
  width: 1.375rem ;
  display: block;
  height: 100%;
  padding-right: 34px ;
  padding-right: 2.125rem ;
  background-size: contain;
  margin-top: 0px; }

/* line 1235, ../scss/project/_forms.scss */
.select2-container .select2-choice .select2-arrow {
  width: 22px !important;
  border-left: none; }

/* line 1240, ../scss/project/_forms.scss */
.form__item--error .select2-container .select2-choice {
  border: 1px solid #FF0000;
  box-shadow: none; }

/* line 1246, ../scss/project/_forms.scss */
.dropdowninputwrapper .form__item--error .select2-container .select2-choice .select2-arrow b, .dropdowninputwrapper .form__item--success .select2-container .select2-choice .select2-arrow b {
  background-size: contain;
  background: url("downarrow.png"); }

/* line 1252, ../scss/project/_forms.scss */
.select2-drop-active {
  border: 1px solid #71C4FF;
  /*The border for the drop-down dic. Not the input*/
  border-radius: 0;
  border-top: none;
  margin-top: -1px;
  z-index: 40000; }

/* line 1260, ../scss/project/_forms.scss */
.select2-search input {
  min-height: 32px;
  background: #fff url("select2.png") no-repeat 100% -29px;
  background: url("select2.png") no-repeat 100% -29px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat 100% -29px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -29px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -29px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }
  @media screen and (max-width: 480px) {
    /* line 1260, ../scss/project/_forms.scss */
    .select2-search input {
      margin-top: 4px ;
      margin-top: 0.25rem ; } }

/* line 1273, ../scss/project/_forms.scss */
.select2-results {
  margin: 0px 4px 4px 0; }
  @media screen and (min-width: 600px) {
    /* line 1273, ../scss/project/_forms.scss */
    .select2-results {
      max-height: 280px; } }
  @media screen and (max-width: 768px) {
    /* line 1273, ../scss/project/_forms.scss */
    .select2-results {
      max-height: 170px; } }

@media screen and (min-width: 767px) {
  /* line 1285, ../scss/project/_forms.scss */
  .select2-container .select2-choice {
    height: 40px; } }
@media screen and (max-width: 767px) {
  /* line 1285, ../scss/project/_forms.scss */
  .select2-container .select2-choice {
    height: 44px; } }

/* line 1296, ../scss/project/_forms.scss */
.select2-results .select2-highlighted {
  background-color: #dcdcdc;
  background-image: none;
  color: #0e76dd; }

/* line 1302, ../scss/project/_forms.scss */
.select2-container .select2-choice {
  background-color: #ffffff;
  background-image: none;
  border-radius: 0;
  border-color: #C6C6C6;
  color: #002272;
  box-shadow: none;
  font-weight: normal; }

/* line 1312, ../scss/project/_forms.scss */
.select2-container-active .select2-choice {
  border-color: #71C4FF; }

/* line 1316, ../scss/project/_forms.scss */
.select2-input {
  font-weight: normal;
  box-shadow: none; }

/* line 1321, ../scss/project/_forms.scss */
.select2-input:focus {
  border-color: #71C4FF; }

/* line 1325, ../scss/project/_forms.scss */
ul.select2-results li {
  padding: 0px;
  font-weight: normal; }

/* line 1330, ../scss/project/_forms.scss */
.select2-container-active.select2-dropdown-open .select2-choice {
  z-index: 30000;
  border-bottom: 0px; }

/* line 1335, ../scss/project/_forms.scss */
.select2-container-active.select2-dropdown-open.select2-drop-above .select2-choice {
  z-index: 30000;
  border: 1px solid #71C4FF;
  border-top: 0px;
  border-radius: 0;
  background-image: none; }

/* line 1343, ../scss/project/_forms.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-radius: 0; }

/* line 1347, ../scss/project/_forms.scss */
.dropwide {
  width: 235px !important; }

/* line 1351, ../scss/project/_forms.scss */
.LeftMarginForRadioButton {
  margin-left: 9px !important;
  margin-left: 0.5625rem !important; }

/* line 1356, ../scss/project/_forms.scss */
.agreement p {
  font-size: 15px ;
  font-size: 0.9375rem ;
  color: black;
  text-align: justify; }

/* line 1362, ../scss/project/_forms.scss */
.checker.checked {
  background-color: #015B9D !important; }

/* line 1366, ../scss/project/_forms.scss */
.radio.checked {
  background-color: #00AE00 !important; }

/* line 5, ../scss/project/_layout.scss */
.inner {
  max-width: 960px ;
  max-width: 60rem ;
  margin: 0 auto; }

/* line 10, ../scss/project/_layout.scss */
.main {
  background-color: #ffffff;
  min-height: 600px ;
  min-height: 37.5rem ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.0833333% 0;
  width: 100%; }

/* line 20, ../scss/project/_layout.scss */
.form-container {
  margin: 0 auto;
  padding-left: 10px ;
  padding-left: 0.625rem ;
  padding-right: 10px ;
  padding-right: 0.625rem ; }

@media screen and (min-width: 767px) {
  /* line 28, ../scss/project/_layout.scss */
  .main {
    float: left;
    padding: 2.0833333% 2.0833333% 0; }

  /* line 33, ../scss/project/_layout.scss */
  .form-container {
    float: left;
    width: 60.25%;
    padding: 0; } }
/* line 40, ../scss/project/_layout.scss */
.partner-branding {
  width: 100%;
  text-align: center; }
  /* line 44, ../scss/project/_layout.scss */
  .partner-branding img {
    padding: 5px;
    margin: 0 auto; }

/* line 50, ../scss/project/_layout.scss */
h2.getstarted.top {
  margin-bottom: 30px; }

/* line 54, ../scss/project/_layout.scss */
h2.getstarted.middle {
  margin-top: 30px; }

/* line 58, ../scss/project/_layout.scss */
h2.getstarted.bottom {
  margin-top: 30px;
  margin-bottom: 30px; }

/* line 5, ../scss/project/_btn.scss */
.btn {
  background-color: #00AE00;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: white;
  font-style: normal;
  font-size: 18px ;
  font-size: 1.125rem ;
  height: 48px ;
  height: 3rem ;
  line-height: 48px ;
  line-height: 3rem ;
  min-width: 160px ;
  min-width: 10rem ;
  margin: 10px 0 20px 10px ;
  margin: 0.625rem 0 1.25rem 0.625rem ;
  padding: 0 20px 0 20px ;
  padding: 0 1.25rem 0 1.25rem ;
  text-decoration: none;
  text-align: center;
  border: 0;
  cursor: pointer;
  float: right;
  white-space: nowrap;
  /*Transition*/
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
  transition: All 0.2s ease; }
  /* line 30, ../scss/project/_btn.scss */
  .btn:active {
    background-color: #007800;
    color: #ffffff; }
  /* line 35, ../scss/project/_btn.scss */
  .btn:focus {
    outline: none;
    box-shadow: 0 0 0 1px black;
    border-radius: 4px; }
  @media screen and (max-width: 480px) {
    /* line 5, ../scss/project/_btn.scss */
    .btn {
      width: 100% !important;
      padding: 0; } }

/* line 47, ../scss/project/_btn.scss */
.touched {
  background-color: #69747e;
  color: white;
  /*To stop the browser asking you to copy/save/select the image or whatever.*/
  -webkit-user-select: none;
  -webkit-touch-callout: none; }

/* disabled for whatever reason   */
/* line 55, ../scss/project/_btn.scss */
.btn.disabled {
  background-color: #8d962f; }

/* line 59, ../scss/project/_btn.scss */
.js .js-form-hidden {
  clear: both;
  display: none; }

/* line 65, ../scss/project/_btn.scss */
.back-action {
  clear: both;
  display: block;
  float: left;
  font-size: 14px ;
  font-size: 0.875rem ; }

/* line 72, ../scss/project/_btn.scss */
.btn--right {
  clear: none;
  float: right; }

/* line 78, ../scss/project/_btn.scss */
.js .btn--secondary {
  border: none;
  color: #ffffff;
  background: #011F2A;
  cursor: pointer;
  /*  @include experimental(box-shadow, $shadow,
      -moz, -webkit, not -o, not -ms, not -khtml, official
    );*/
  -webkit-box-shadow: 0 2px 0 #879098;
  -moz-box-shadow: 0 2px 0 #879098;
  -ms-box-shadow: 0 2px 0 #879098;
  -o-box-shadow: 0 2px 0 #879098;
  box-shadow: 0 2px 0 #879098;
  background-color: #253b44;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#253b44), to(#253b44));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #253b44, #253b44);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #253b44, #253b44);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #253b44, #253b44);
  /* IE10 */
  background-image: -o-linear-gradient(top, #253b44, #253b44);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #253b44, #253b44);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#253b44', EndColorStr='#253b44');
  /*@include rem(padding,12 20 10);*/ }
  /* line 87, ../scss/project/_btn.scss */
  .lt-ie9 .js .btn--secondary {
    border: 1px solid #253b44; }
  /* line 91, ../scss/project/_btn.scss */
  .js .btn--secondary:active {
    background-color: #013E6B !important; }
  /* line 95, ../scss/project/_btn.scss */
  .js .btn--secondary:hover {
    text-decoration: none;
    background: none;
    background-color: #32505c; }
  /* line 101, ../scss/project/_btn.scss */
  .js .btn--secondary.btn {
    background: #015B9D; }
  /* line 105, ../scss/project/_btn.scss */
  .js .btn--secondary.is-open {
    /*  @include experimental(box-shadow, $shadow,
        -moz, -webkit, not -o, not -ms, not -khtml, official
      );*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #253b44;
    cursor: default;
    padding-left: 0;
    background: none;
    background-color: transparent;
    text-align: left; }
    /* line 114, ../scss/project/_btn.scss */
    .js .btn--secondary.is-open:after {
      content: ''; }
    /* line 118, ../scss/project/_btn.scss */
    .js .btn--secondary.is-open:focus {
      outline: none; }
/* line 125, ../scss/project/_btn.scss */
.js .btn:after {
  content: "\25BA";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 10px ;
  margin-left: 0.625rem ;
  margin-top: -4px ;
  margin-top: -0.25rem ; }

@media screen and (min-width: 830px) {
  /* line 136, ../scss/project/_btn.scss */
  .btn-side {
    float: left;
    margin-left: 0; } }
@media screen and (min-width: 500px) and (max-width: 766px) {
  /* line 143, ../scss/project/_btn.scss */
  .btn-side {
    float: left;
    margin-left: 0; } }
/* line 149, ../scss/project/_btn.scss */
.findUkAddrButton {
  height: 30px;
  min-width: 0px;
  margin: 0;
  width: 90% !important;
  height: 42px ;
  height: 2.625rem ;
  line-height: normal; }
  @media screen and (max-width: 480px) {
    /* line 149, ../scss/project/_btn.scss */
    .findUkAddrButton {
      padding: 0; } }

/* line 162, ../scss/project/_btn.scss */
.findUkAddrButton span {
  font-size: 18px ;
  font-size: 1.125rem ; }

/**
 * Select boxes
 * (Uniform)
 * This element is pixel based because using REMs for line-height inside pseudo elements does not work in IE10 & 9
 */
/* line 10, ../scss/project/vendor/uniform/_uniform-mod.scss */
.checker span,
.checker .checked,
.no-borderradius .checker span,
.no-borderradius .checker .checked,
.radio span,
.radio .checked,
.no-borderradius .radio span {
  background: url("hifx-s767d31aa55.png") no-repeat; }

/* line 20, ../scss/project/vendor/uniform/_uniform-mod.scss */
.selector {
  vertical-align: middle;
  line-height: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #ffffff;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  background-color: #e6e6e6;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#e6e6e6'); }
  /* line 33, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .ie8 .selector {
    background-color: #dddddd; }
  @media screen and (min-width: 767px) {
    /* line 20, ../scss/project/vendor/uniform/_uniform-mod.scss */
    .selector {
      line-height: 26px;
      height: 26px; } }
  /* line 41, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .selector.focus, .selector:focus {
    outline: 1px solid #2e3137; }
  /* line 46, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .selector span {
    position: relative;
    white-space: nowrap;
    line-height: 30px;
    height: 30px;
    padding: 0 20px 0 10px ;
    padding: 0 1.25rem 0 0.625rem ;
    overflow: hidden;
    /* Acceptable values are border, content, and padding - content is the default W3C model */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block; }
    /* line 48, ../scss/project/vendor/uniform/_uniform-mod.scss */
    .lt-ie9 .selector span {
      overflow: hidden; }
    /* line 59, ../scss/project/vendor/uniform/_uniform-mod.scss */
    .selector span:after {
      content: "\25BC";
      right: 0px;
      position: absolute;
      width: 30px ;
      width: 1.875rem ;
      text-align: center;
      background-color: #e6e6e6;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
      /* IE10 */
      background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, #ffffff, #e6e6e6);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#e6e6e6'); }
      /* line 66, ../scss/project/vendor/uniform/_uniform-mod.scss */
      .ie8 .selector span:after {
        background-color: #dddddd; }
    @media screen and (min-width: 767px) {
      /* line 46, ../scss/project/vendor/uniform/_uniform-mod.scss */
      .selector span {
        line-height: 26px;
        height: 26px; } }
    /* line 76, ../scss/project/vendor/uniform/_uniform-mod.scss */
    .selector span:before {
      font-size: 175%;
      opacity: 0.8;
      line-height: 19px;
      height: 19px;
      width: 19px;
      text-align: center;
      position: absolute;
      top: 5px;
      right: 0;
      border-left: 1px solid #8d962f; }
      @media screen and (min-width: 767px) {
        /* line 76, ../scss/project/vendor/uniform/_uniform-mod.scss */
        .selector span:before {
          height: 19px;
          line-height: 19px;
          width: 30px; } }
  /* line 96, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .selector select {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 30px;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    min-width: 110px; }
  /* line 114, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .lt-ie9 .selector.hover, .lt-ie9 .selector.focus {
    border-color: #aaa; }
  /* line 119, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .selector.active {
    /*.lt-ie9 & {
      border-color: $primary-colour--dark;
    }*/ }

/* ------------------------------
 * Multi select boxes
 * (Uniform)
 */
/* ------------------------------
 * Checkbox and radio button common styles
 * (Uniform)
 */
/* line 147, ../scss/project/vendor/uniform/_uniform-mod.scss */
.form__item--boolean {
  margin-bottom: 20px ;
  margin-bottom: 1.25rem ; }
  /* line 150, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .form__item--boolean .form__label {
    color: #69747e;
    font-weight: normal;
    margin-left: 10px ;
    margin-left: 0.625rem ;
    margin-bottom: 0;
    overflow: hidden;
    display: block; }

/* line 160, ../scss/project/vendor/uniform/_uniform-mod.scss */
.radio,
.checker {
  position: relative;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 2px;
  float: left;
  margin: 0 10px 0 0 ;
  margin: 0 0.625rem 0 0 ;
  /*  @include experimental(box-shadow, $shadow,
      -moz, -webkit, not -o, not -ms, not -khtml, official
    );*/
  -webkit-box-shadow: inset 2px 2px 2px rgba(105, 116, 126, 0.5);
  -moz-box-shadow: inset 2px 2px 2px rgba(105, 116, 126, 0.5);
  -ms-box-shadow: inset 2px 2px 2px rgba(105, 116, 126, 0.5);
  -o-box-shadow: inset 2px 2px 2px rgba(105, 116, 126, 0.5);
  box-shadow: inset 2px 2px 2px rgba(105, 116, 126, 0.5); }
  /* line 173, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .radio, .radio span, .radio input,
  .checker,
  .checker span,
  .checker input {
    cursor: pointer;
    width: 24px ;
    width: 1.5rem ;
    height: 24px ;
    height: 1.5rem ; }
  /* line 179, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .radio.active, .radio.focus, .radio:active span, .radio:focus span,
  .checker.active,
  .checker.focus,
  .checker:active span,
  .checker:focus span {
    background-color: transparent;
    outline: dotted 1px; }
  /* line 187, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .radio span,
  .checker span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-align: center;
    position: relative; }
  /* line 194, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .radio input,
  .checker input {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    border: none;
    background: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-align: center; }

/* ------------------------------
 * Checkboxes
 * (Uniform)
 */
/* line 208, ../scss/project/vendor/uniform/_uniform-mod.scss */
.checker span {
  background-position: 4px 24px; }
  /* line 210, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .checker span:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    color: #69747e;
    line-height: 10px; }
/* line 236, ../scss/project/vendor/uniform/_uniform-mod.scss */
.checker .checked {
  background-position: 1px 2px; }
/* line 241, ../scss/project/vendor/uniform/_uniform-mod.scss */
.no-borderradius .checker {
  border: 1px solid #adaaad;
  background-color: transparent; }
  /* line 245, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .no-borderradius .checker span {
    background-position: 4px 24px; }
  /* line 251, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .no-borderradius .checker span:before,
  .no-borderradius .checker .checked:before {
    display: none; }
  /* line 256, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .no-borderradius .checker span {
    top: 0; }
  /* line 260, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .no-borderradius .checker .checked {
    background-position: 1px 2px; }

/* ------------------------------
 * Radio buttons
 * (Uniform)
 */
/* line 270, ../scss/project/vendor/uniform/_uniform-mod.scss */
.radio {
  border-radius: 17px ;
  border-radius: 1.0625rem ; }
  /* line 273, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .radio span {
    background-position: 0 -48px; }
    /* line 276, ../scss/project/vendor/uniform/_uniform-mod.scss */
    .radio span:before {
      position: absolute;
      top: 4px;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      display: none;
      color: #aaa;
      font-size: 80%;
      line-height: 10px; }
  /* line 303, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .radio .checked {
    background-position: 4.5px -25px; }
  /* line 308, ../scss/project/vendor/uniform/_uniform-mod.scss */
  .no-borderradius .radio {
    border: 0 none;
    background: url("radio.png") no-repeat; }
    /* line 311, ../scss/project/vendor/uniform/_uniform-mod.scss */
    .no-borderradius .radio span {
      background-position: 0 -48px; }
    /* line 314, ../scss/project/vendor/uniform/_uniform-mod.scss */
    .no-borderradius .radio .checked {
      background-position: 4px -26px; }
      /* line 316, ../scss/project/vendor/uniform/_uniform-mod.scss */
      .no-borderradius .radio .checked:before {
        display: none; }

/* line 5, ../scss/project/component/_tooltip.scss */
.tooltip__link {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 11px;
  cursor: pointer;
  background-color: #015B9D;
  color: #FFFFFF;
  float: right;
  height: 22px ;
  height: 1.375rem ;
  line-height: 22px ;
  line-height: 1.375rem ;
  margin-bottom: 2px ;
  margin-bottom: 0.125rem ;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 22px ;
  width: 1.375rem ;
  visibility: hidden; }
  /* line 22, ../scss/project/component/_tooltip.scss */
  .js .tooltip__link {
    visibility: visible; }

/* line 30, ../scss/project/component/_tooltip.scss */
.js-opened {
  background-color: #B7B7B7;
  color: #FFFFFF; }

/* line 35, ../scss/project/component/_tooltip.scss */
.tooltip__link--form-field {
  height: auto;
  width: auto;
  background-color: transparent; }

/* line 41, ../scss/project/component/_tooltip.scss */
.tooltip__message {
  height: auto;
  line-height: 20px ;
  line-height: 1.25rem ;
  text-align: left;
  clear: both;
  /*  @include experimental(box-shadow, $shadow,
      -moz, -webkit, not -o, not -ms, not -khtml, official
    );*/
  -webkit-box-shadow: 5px 3px 7px 0px #9ea7af;
  -moz-box-shadow: 5px 3px 7px 0px #9ea7af;
  -ms-box-shadow: 5px 3px 7px 0px #9ea7af;
  -o-box-shadow: 5px 3px 7px 0px #9ea7af;
  box-shadow: 5px 3px 7px 0px #9ea7af;
  background-color: #FFFFFF;
  background-color: #FFFFFF;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
  /* IE10 */
  background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFFFFF', EndColorStr='#FFFFFF');
  border: 1px solid #9ea7af;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #001E2B;
  position: absolute;
  padding-left: 16px;
  padding-right: 16px;
  width: 215px ;
  width: 13.4375rem ;
  max-width: 215px ;
  max-width: 13.4375rem ;
  right: 25px ;
  right: 1.5625rem ;
  left: auto;
  z-index: 10001; }
  /* line 61, ../scss/project/component/_tooltip.scss */
  .js .tooltip__message {
    display: none; }
  /* line 66, ../scss/project/component/_tooltip.scss */
  .js-opened .tooltip__message {
    display: block; }

/* line 72, ../scss/project/component/_tooltip.scss */
.js .message {
  background: none;
  background-color: #ff6600;
  border-color: #C6C6C6; }

/* line 78, ../scss/project/component/_tooltip.scss */
.js .tooltip__message:after {
  position: absolute;
  left: 100%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  border-width: 5px;
  margin-top: -5px ;
  margin-top: -0.3125rem ;
  content: url("triangle.png"); }

/* line 91, ../scss/project/component/_tooltip.scss */
.js .message:after {
  border-left-color: #ff6600; }

/* line 95, ../scss/project/component/_tooltip.scss */
.lt-ie9 .tooltip__message:after {
  content: none; }

/* line 99, ../scss/project/component/_tooltip.scss */
.tooltip__inner {
  display: block;
  font-weight: 900;
  font-size: large;
  font-family: "Trebuchet MS", Helvetica, sans-serif; }

/* line 106, ../scss/project/component/_tooltip.scss */
.tooltip__link--form-field {
  float: left; }
  /* line 109, ../scss/project/component/_tooltip.scss */
  .tooltip__link--form-field .tooltip__message {
    left: 22px;
    right: auto; }

@media screen and (min-width: 768px) {
  /* line 116, ../scss/project/component/_tooltip.scss */
  .tooltip__message {
    height: auto;
    top: -0.8rem !important;
    left: 34px ;
    left: 2.125rem ;
    right: auto;
    width: 235px; }

  /* line 124, ../scss/project/component/_tooltip.scss */
  .js .tooltip__message:after {
    top: 10px;
    left: -15.7px ;
    left: -0.98125rem ;
    margin-top: -5px ;
    margin-top: -0.3125rem ; }

  /* line 130, ../scss/project/component/_tooltip.scss */
  .js .message:after {
    border-right-color: #ff6600; }

  /* line 134, ../scss/project/component/_tooltip.scss */
  .tooltip__link--form-field {
    float: left; }
    /* line 137, ../scss/project/component/_tooltip.scss */
    .tooltip__link--form-field .tooltip__message {
      left: 100%;
      right: auto; }

  /* line 143, ../scss/project/component/_tooltip.scss */
  .force_right .tooltip__message {
    height: auto;
    top: -0.8rem !important;
    left: 34px ;
    left: 2.125rem ;
    right: auto;
    width: 235px;
    /*  @include experimental(box-shadow, $shadow,
        -moz, -webkit, not -o, not -ms, not -khtml, official
      );*/
    -webkit-box-shadow: 5px 3px 7px 0px #9ea7af;
    -moz-box-shadow: 5px 3px 7px 0px #9ea7af;
    -ms-box-shadow: 5px 3px 7px 0px #9ea7af;
    -o-box-shadow: 5px 3px 7px 0px #9ea7af;
    box-shadow: 5px 3px 7px 0px #9ea7af; }

  /* line 152, ../scss/project/component/_tooltip.scss */
  .js .force_right .tooltip__message:after {
    top: 10px;
    left: -15.7px ;
    left: -0.98125rem ;
    margin-top: -5px ;
    margin-top: -0.3125rem ;
    content: url("triangle.png"); }

  /* line 159, ../scss/project/component/_tooltip.scss */
  .lt-ie9 .force_right .tooltip__message:after {
    content: none; } }
@media screen and (max-width: 767px) {
  /* line 165, ../scss/project/component/_tooltip.scss */
  .tooltip__message {
    height: auto;
    bottom: -0.06rem !important;
    left: -261px ;
    left: -16.3125rem ;
    /*  @include experimental(box-shadow, $shadow,
        -moz, -webkit, not -o, not -ms, not -khtml, official
      );*/
    -webkit-box-shadow: -7px 3px 7px 0px rgba(158, 167, 175, 0.75);
    -moz-box-shadow: -7px 3px 7px 0px rgba(158, 167, 175, 0.75);
    -ms-box-shadow: -7px 3px 7px 0px rgba(158, 167, 175, 0.75);
    -o-box-shadow: -7px 3px 7px 0px rgba(158, 167, 175, 0.75);
    box-shadow: -7px 3px 7px 0px rgba(158, 167, 175, 0.75); }

  /* line 172, ../scss/project/component/_tooltip.scss */
  .js .tooltip__message:after {
    bottom: 18px ;
    bottom: 1.125rem ;
    left: 242px ;
    left: 15.125rem ;
    content: url("triangle_mobile.png"); }

  /* line 178, ../scss/project/component/_tooltip.scss */
  .js .message--mobile:after {
    bottom: -10px ;
    bottom: -0.625rem ;
    margin-left: -5px ;
    margin-left: -0.3125rem ;
    top: auto;
    left: 50%; }

  /* line 185, ../scss/project/component/_tooltip.scss */
  .force_right .tooltip__message {
    height: auto;
    top: -0.8rem !important;
    left: 34px ;
    left: 2.125rem ;
    right: auto;
    width: 235px;
    bottom: auto !important;
    /*  @include experimental(box-shadow, $shadow,
        -moz, -webkit, not -o, not -ms, not -khtml, official
      );*/
    -webkit-box-shadow: 5px 3px 7px 0px #9ea7af;
    -moz-box-shadow: 5px 3px 7px 0px #9ea7af;
    -ms-box-shadow: 5px 3px 7px 0px #9ea7af;
    -o-box-shadow: 5px 3px 7px 0px #9ea7af;
    box-shadow: 5px 3px 7px 0px #9ea7af; }

  /* line 195, ../scss/project/component/_tooltip.scss */
  .js .force_right .tooltip__message:after {
    top: 10px;
    left: -15.7px ;
    left: -0.98125rem ;
    margin-top: -5px ;
    margin-top: -0.3125rem ;
    content: url("triangle.png"); }

  /* line 202, ../scss/project/component/_tooltip.scss */
  .lt-ie9 .force_right .tooltip__message:after {
    content: none; } }
@media screen and (min-width: 480px) {
  /* line 208, ../scss/project/component/_tooltip.scss */
  .force_right .tooltip__message {
    left: 34px ;
    left: 2.125rem ; }

  /* line 212, ../scss/project/component/_tooltip.scss */
  .js .force_right .tooltip__message:after {
    left: -15.8px ;
    left: -0.9875rem ;
    content: url("triangle.png"); }

  /* line 217, ../scss/project/component/_tooltip.scss */
  .lt-ie9 .force_right .tooltip__message:after {
    content: none; } }
/* line 5, ../scss/project/component/_progress-header.scss */
.progress-header {
  background: #015B9D;
  color: #aaaaaa;
  padding: 10px ;
  padding: 0.625rem ; }

/* line 12, ../scss/project/component/_progress-header.scss */
.call_to {
  list-style-type: none;
  font-size: 15px;
  padding: 0;
  margin-bottom: 30px; }

/* line 19, ../scss/project/component/_progress-header.scss */
.call_to li {
  list-style-type: none;
  background-image: url("rightarrow.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 32px ;
  padding-left: 2rem ;
  color: #000;
  margin-top: 10px; }

/* line 30, ../scss/project/component/_progress-header.scss */
.progress__logo {
  display: block;
  float: right;
  background-image: url("Xe_logo_rgb.svg");
  background-repeat: no-repeat;
  background-position: top right;
  width: 75px;
  height: 60px;
  margin-top: 6px;
  margin-right: 25px; }
  @media screen and (max-width: 767px) {
    /* line 30, ../scss/project/component/_progress-header.scss */
    .progress__logo {
      margin-top: 0px; } }
  /* line 45, ../scss/project/component/_progress-header.scss */
  .progress__logo img {
    display: none; }

/*DESKTOP*/
@media screen and (min-width: 768px) {
  /*New EDI changes EDI-76 */
  /* line 53, ../scss/project/component/_progress-header.scss */
  .progress__counter {
    height: 25px;
    width: 25px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid white;
    float: none;
    margin: 0 auto;
    background-color: #71C4FF;
    display: block;
    font-size: 48px ;
    font-size: 3rem ;
    font-weight: bold;
    line-height: 1;
    text-indent: 100%;
    overflow: hidden; } }
  @media screen and (min-width: 768px) and (max-width: 320px) {
    /* line 53, ../scss/project/component/_progress-header.scss */
    .progress__counter {
      font-size: 40px ;
      font-size: 2.5rem ; } }

@media screen and (min-width: 768px) {
  /* line 76, ../scss/project/component/_progress-header.scss */
  .progress__title {
    display: block;
    float: none;
    font-family: Lato,sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    margin-left: 0;
    font-weight: 200;
    line-height: 1.2;
    margin-top: 5px ;
    margin-top: 0.3125rem ; }

  /* line 89, ../scss/project/component/_progress-header.scss */
  .progress__item {
    text-align: center;
    margin: 0;
    margin-right: 80px;
    float: left;
    padding: 0;
    color: rgba(76, 118, 135, 0.6); }

  /* line 98, ../scss/project/component/_progress-header.scss */
  .progress {
    padding-left: 2.0833333%;
    position: relative;
    z-index: 1000; }

  /* line 104, ../scss/project/component/_progress-header.scss */
  .progress__item--active span.progress__counter {
    background-color: #FCB813; }

  /* line 108, ../scss/project/component/_progress-header.scss */
  .arrow__line {
    height: 5px;
    width: 420px;
    background-color: white;
    display: inline-block;
    margin-bottom: 5px; }

  /* line 116, ../scss/project/component/_progress-header.scss */
  .arrow__position {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: -1;
    width: 700px; }

  /* line 124, ../scss/project/component/_progress-header.scss */
  .arrow_right {
    width: 0;
    height: 0;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 9px solid white;
    display: inline-block;
    margin-left: -3px; }

  /* line 134, ../scss/project/component/_progress-header.scss */
  .arrow_message {
    display: inline-block;
    position: relative;
    width: 200px;
    margin-left: -40px; }

  /* line 141, ../scss/project/component/_progress-header.scss */
  .arrow_message p {
    font-family: Lato,sans-serif;
    font-weight: 300;
    position: absolute;
    top: -43px;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    right: -10px;
    color: #fff; }

  /* line 153, ../scss/project/component/_progress-header.scss */
  .form__section .getstarted {
    line-height: 1; }

  /* line 157, ../scss/project/component/_progress-header.scss */
  .form__section .information {
    margin-top: 5px; } }
/*TABLET AND MOBILE*/
@media screen and (max-width: 767px) {
  /* line 165, ../scss/project/component/_progress-header.scss */
  .progress {
    *zoom: 1;
    float: left; }
    /* line 167, ../scss/project/component/_progress-header.scss */
    .progress:after {
      content: "";
      display: table;
      clear: both; } }
  @media screen and (max-width: 767px) and (max-width: 320px) {
    /* line 165, ../scss/project/component/_progress-header.scss */
    .progress {
      margin-top: 4px; } }

@media screen and (max-width: 767px) {
  /* line 181, ../scss/project/component/_progress-header.scss */
  .progress__item {
    float: left;
    margin: 0;
    padding: 0;
    color: rgba(76, 118, 135, 0.6); }

  /* line 188, ../scss/project/component/_progress-header.scss */
  .progress__counter {
    display: block;
    float: left;
    font-size: 48px ;
    font-size: 3rem ;
    font-weight: bold;
    line-height: 1; } }
  @media screen and (max-width: 767px) and (max-width: 320px) {
    /* line 188, ../scss/project/component/_progress-header.scss */
    .progress__counter {
      font-size: 40px ;
      font-size: 2.5rem ; } }
@media screen and (max-width: 767px) {
    /* line 200, ../scss/project/component/_progress-header.scss */
    .progress__counter:after {
      color: white;
      content: "\203A";
      margin: 0 5px ;
      margin: 0 0.3125rem ;
      position: relative;
      font-size: 39px ;
      font-size: 2.4375rem ;
      top: -7px ;
      top: -0.4375rem ; }
      /* line 208, ../scss/project/component/_progress-header.scss */
      .progress__item:last-of-type .progress__counter:after {
        content: "";
        margin: 0; }

  /* line 215, ../scss/project/component/_progress-header.scss */
  .progress__item:not(.progress__item--active) .progress__counter {
    color: #71C4FF; }

  /* line 219, ../scss/project/component/_progress-header.scss */
  .progress__item--active {
    color: #FCB813 !important; }

  /* line 223, ../scss/project/component/_progress-header.scss */
  .progress__text {
    display: none;
    float: left;
    font-size: 48px ;
    font-size: 3rem ;
    font-weight: bold;
    line-height: 1; }

  /* line 231, ../scss/project/component/_progress-header.scss */
  .progress__title {
    display: none; }

  /* line 235, ../scss/project/component/_progress-header.scss */
  .arrow_message p {
    display: none; }

  /* line 239, ../scss/project/component/_progress-header.scss */
  .progress__logo {
    height: 60px;
    margin-right: 0; } }
/*TABLET ONLY*/
@media screen and (min-width: 600px) and (max-width: 767px) {
  /* line 247, ../scss/project/component/_progress-header.scss */
  .progress__item {
    margin-right: 20px ;
    margin-right: 1.25rem ; }

  /* line 251, ../scss/project/component/_progress-header.scss */
  .progress__counter {
    margin-right: 7px ;
    margin-right: 0.4375rem ;
    font-size: 60px ;
    font-size: 3.75rem ; }
    /* line 255, ../scss/project/component/_progress-header.scss */
    .progress__counter:after {
      content: "";
      margin: 0; }

  /* line 261, ../scss/project/component/_progress-header.scss */
  .progress__text {
    display: block;
    font-size: 60px ;
    font-size: 3.75rem ; }

  /* line 266, ../scss/project/component/_progress-header.scss */
  .progress__title {
    display: block;
    float: left;
    font-size: 16px ;
    font-size: 1rem ;
    line-height: 1.2;
    margin-top: 5px ;
    margin-top: 0.3125rem ;
    color: white; } }
/* line 276, ../scss/project/component/_progress-header.scss */
.progress__counter.iphoneheader:after {
  top: -4.9px ;
  top: -0.30625rem ; }

/* line 280, ../scss/project/component/_progress-header.scss */
.progress__counter.otherphonesheader:after {
  top: -7px ;
  top: -0.4375rem ; }

/* line 4, ../scss/project/component/_mini-footer.scss */
.footer {
  background-color: #002341; }

/* line 8, ../scss/project/component/_mini-footer.scss */
.mini-footer {
  /* Acceptable values are border, content, and padding - content is the default W3C model */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top: 24px solid #015B9D;
  clear: both;
  color: #595959;
  padding: 20px ;
  padding: 1.25rem ;
  padding: 0;
  background: #fafafa;
  font-size: 12px ;
  font-size: 0.75rem ; }
  /* line 17, ../scss/project/component/_mini-footer.scss */
  .mini-footer p {
    margin-top: 0; }
  @media screen and (max-width: 600px) {
    /* line 8, ../scss/project/component/_mini-footer.scss */
    .mini-footer {
      height: auto; } }

/* line 30, ../scss/project/component/_mini-footer.scss */
.bottom-footer {
  color: #bfbfbf;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  line-height: 16px;
  min-height: 15px; }

/* line 39, ../scss/project/component/_mini-footer.scss */
.copyright, .contact {
  margin: 0; }

@media screen and (max-width: 600px) {
  /* line 44, ../scss/project/component/_mini-footer.scss */
  .bottom-footer {
    padding-left: 0;
    text-align: center; } }
/* line 50, ../scss/project/component/_mini-footer.scss */
.contact a {
  color: #bfbfbf;
  text-decoration: none; }
  /* line 54, ../scss/project/component/_mini-footer.scss */
  .contact a:hover {
    cursor: pointer;
    text-decoration: underline; }

/* line 60, ../scss/project/component/_mini-footer.scss */
.mini-footer ul {
  margin: 0 0 8px 0;
  float: left;
  width: 12em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: none; }

/*TABLET AND MOBILE*/
@media screen and (max-width: 1024px) {
  /* line 73, ../scss/project/component/_mini-footer.scss */
  .mini-footer {
    padding-left: 0; }
    /* line 76, ../scss/project/component/_mini-footer.scss */
    .mini-footer ul {
      padding-left: 10px;
      padding-right: 10px; } }
/* line 83, ../scss/project/component/_mini-footer.scss */
.mini-footer ul:first-child {
  border-left: none; }

/* line 87, ../scss/project/component/_mini-footer.scss */
.mini-footer ul li {
  line-height: 1.31;
  text-align: left; }

/* line 92, ../scss/project/component/_mini-footer.scss */
.mini-footer ul li a {
  padding: 6px 0;
  display: block;
  color: #595959;
  text-decoration: none; }

/* line 99, ../scss/project/component/_mini-footer.scss */
.mini-footer ul li a:hover {
  color: #005ECF; }

/* line 103, ../scss/project/component/_mini-footer.scss */
.mini-footer ul h2 {
  font-size: 16px;
  padding: 15px 0 5px 0;
  font-weight: 900;
  color: #0062b6;
  text-align: left;
  margin-bottom: 0; }

/* line 112, ../scss/project/component/_mini-footer.scss */
.mini-footer {
  font-size: 13px; }

/* line 116, ../scss/project/component/_mini-footer.scss */
.mini-footer a {
  color: #bfbfbf; }

/* line 120, ../scss/project/component/_mini-footer.scss */
.mini-footer a:hover {
  color: white; }

/* line 124, ../scss/project/component/_mini-footer.scss */
.tagline {
  display: none; }

/* line 128, ../scss/project/component/_mini-footer.scss */
.mini-footer-left {
  width: 100%;
  text-align: center; }

/* line 133, ../scss/project/component/_mini-footer.scss */
.mini-footer-right {
  width: 100%;
  text-align: center; }

@media (min-width: 767px) {
  /* line 139, ../scss/project/component/_mini-footer.scss */
  .mini-footer-left {
    width: 50%;
    float: left;
    text-align: left; }

  /* line 145, ../scss/project/component/_mini-footer.scss */
  .mini-footer-right {
    width: 40%;
    float: right;
    text-align: right;
    padding-right: 2.0833333%; } }
/* line 4, ../scss/project/component/_trust-sidebar.scss */
.trust-sidebar {
  background: #ffffff;
  float: right; }
  /* line 8, ../scss/project/component/_trust-sidebar.scss */
  .trust-sidebar img {
    display: block;
    margin: 0 auto;
    width: 100%; }

@media screen and (max-width: 767px) {
  /* line 16, ../scss/project/component/_trust-sidebar.scss */
  .trustbar {
    display: inline-block;
    clear: both;
    width: 100%; }

  /* line 22, ../scss/project/component/_trust-sidebar.scss */
  .trust-sidebar {
    width: 100%;
    float: left; } }
/* line 28, ../scss/project/component/_trust-sidebar.scss */
.trust-information {
  border: 1px solid #71C4FF;
  vertical-align: top;
  margin: 0 14px 18px 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  max-width: 215px ;
  max-width: 13.4375rem ;
  padding: 10px ;
  padding: 0.625rem ;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    /* line 28, ../scss/project/component/_trust-sidebar.scss */
    .trust-information {
      margin-top: 5px ;
      margin-top: 0.3125rem ;
      margin-bottom: 20px ;
      margin-bottom: 1.25rem ; } }

/* line 47, ../scss/project/component/_trust-sidebar.scss */
.trust-information__title {
  margin: -10px -10px 10px -10px ;
  margin: -0.625rem -0.625rem 0.625rem -0.625rem ;
  padding: 10px 2px 0 2px ;
  padding: 0.625rem 0.125rem 0 0.125rem ;
  text-align: center;
  font-size: 18px ;
  font-size: 1.125rem ;
  color: #002272;
  font-weight: normal; }

/* line 56, ../scss/project/component/_trust-sidebar.scss */
.trust-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 61, ../scss/project/component/_trust-sidebar.scss */
  .trust-list li {
    background: url("customerreasons.png") no-repeat;
    margin-bottom: 10px ;
    margin-bottom: 0.625rem ;
    line-height: 36px;
    padding-left: 45px ;
    padding-left: 2.8125rem ;
    font-size: 12px ;
    font-size: 0.75rem ; }
  /* line 69, ../scss/project/component/_trust-sidebar.scss */
  .trust-list li.exchange {
    background-position: 0 0; }
  /* line 73, ../scss/project/component/_trust-sidebar.scss */
  .trust-list li.laptop {
    background-position: 0 -46px; }
  /* line 77, ../scss/project/component/_trust-sidebar.scss */
  .trust-list li.lock {
    background-position: 0 -92px; }
  /* line 81, ../scss/project/component/_trust-sidebar.scss */
  .trust-list li.speed {
    background-position: 0 -138px; }

/* line 86, ../scss/project/component/_trust-sidebar.scss */
.trustpilot-information {
  margin: 0 auto;
  margin-top: 5px ;
  margin-top: 0.3125rem ;
  margin-bottom: 20px ;
  margin-bottom: 1.25rem ;
  overflow: hidden; }

/* line 5, ../scss/project/component/_process-page.scss */
.process-page {
  padding: 50px 10px 20px 10px ;
  padding: 3.125rem 0.625rem 1.25rem 0.625rem ;
  min-height: 400px ;
  min-height: 25rem ;
  text-align: center; }
  /* line 10, ../scss/project/component/_process-page.scss */
  .process-page img {
    margin: 0 auto; }

/* line 15, ../scss/project/component/_process-page.scss */
.process-page__title {
  font-size: 25px ;
  font-size: 1.5625rem ;
  font-weight: normal;
  color: #002272;
  margin-bottom: 20px ;
  margin-bottom: 1.25rem ; }

/* line 22, ../scss/project/component/_process-page.scss */
.process-page__info {
  font-size: 18px ;
  font-size: 1.125rem ;
  font-weight: normal;
  color: #002272;
  margin-bottom: 25px ;
  margin-bottom: 1.5625rem ; }

/* line 29, ../scss/project/component/_process-page.scss */
.commitment {
  background: #253b44;
  color: #ffffff;
  margin: 20px ;
  margin: 1.25rem ;
  padding: 20px ;
  padding: 1.25rem ;
  position: relative;
  visibility: hidden; }
  /* line 37, ../scss/project/component/_process-page.scss */
  .commitment:after {
    border-bottom: 0 solid transparent;
    border-right: 40px solid #fff;
    border-top: 60px solid transparent;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0; }

/* line 48, ../scss/project/component/_process-page.scss */
.commitment__title {
  color: #8d962f;
  margin-bottom: 20px ;
  margin-bottom: 1.25rem ; }

/* line 53, ../scss/project/component/_process-page.scss */
.commitment__list {
  display: table; }
  /* line 57, ../scss/project/component/_process-page.scss */
  .ie8 .commitment__list {
    overflow: hidden; }

/* line 62, ../scss/project/component/_process-page.scss */
.commitment__item {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  display: table-cell;
  margin-left: -2px;
  padding: 0 2.5% 10px 2.5%;
  width: 25%; }
  /* line 69, ../scss/project/component/_process-page.scss */
  .ie8 .commitment__item {
    float: left;
    /* Acceptable values are border, content, and padding - content is the default W3C model */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }

/* line 75, ../scss/project/component/_process-page.scss */
.commitment__count {
  color: #c8d94e;
  float: left;
  font-size: 60px;
  line-height: 1;
  margin-right: 10px ;
  margin-right: 0.625rem ; }

/* line 83, ../scss/project/component/_process-page.scss */
.commitment__text {
  display: block;
  overflow: hidden; }

/* line 88, ../scss/project/component/_process-page.scss */
.commitment__item:first-of-type {
  border-left: 0;
  padding-left: 1%; }

/* line 93, ../scss/project/component/_process-page.scss */
.commitment__item:last-of-type {
  padding-right: 1%; }

@media screen and (max-width: 600px) {
  /* line 98, ../scss/project/component/_process-page.scss */
  .commitment {
    display: none; } }
/* ============================================================================= // Notification Bar // ============================================================================= */
/* line 3, ../scss/project/component/_notification-bar.scss */
.bar {
  position: absolute;
  top: 92px;
  width: 955px ;
  width: 59.6875rem ;
  height: auto;
  min-height: 45px ;
  min-height: 2.8125rem ;
  z-index: 10002;
  background-color: white;
  border: 3px solid #c8d94e;
  color: black;
  line-height: 30px ;
  line-height: 1.875rem ;
  display: none;
  /*  @include experimental(box-shadow, $shadow,
      -moz, -webkit, not -o, not -ms, not -khtml, official
    );*/
  -webkit-box-shadow: 0 0 10px gray;
  -moz-box-shadow: 0 0 10px gray;
  -ms-box-shadow: 0 0 10px gray;
  -o-box-shadow: 0 0 10px gray;
  box-shadow: 0 0 10px gray;
  text-align: center;
  border-top: none;
  border-color: #002272;
  background-color: #F6F6F6; }
  @media screen and (max-width: 980px) {
    /* line 3, ../scss/project/component/_notification-bar.scss */
    .bar {
      width: 98.99%; } }
  @media screen and (max-width: 767px) {
    /* line 3, ../scss/project/component/_notification-bar.scss */
    .bar {
      top: 77px; } }

/* line 30, ../scss/project/component/_notification-bar.scss */
.warning {
  position: absolute;
  top: 3px;
  left: 10px;
  background-image: url("warning.png");
  background-repeat: no-repeat;
  width: 53px;
  height: 43px; }

/* line 40, ../scss/project/component/_notification-bar.scss */
.bar > span {
  color: black;
  margin: 7px;
  display: block;
  max-width: 75%;
  max-width: calc(100% - 50px);
  max-width: -webkit-calc(100% - 50px);
  max-width: -moz-calc(100% - 50px);
  background-color: white;
  left: 38%;
  margin-top: 5%;
  font-size: 14px ;
  font-size: 0.875rem ;
  line-height: 20px ;
  line-height: 1.25rem ;
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 60px;
  padding-right: 60px; }

/* line 60, ../scss/project/component/_notification-bar.scss */
.bar span.time {
  white-space: nowrap;
  display: inline;
  margin-left: 0;
  margin-right: 0; }

/* line 67, ../scss/project/component/_notification-bar.scss */
.bar .close {
  display: block;
  position: absolute;
  bottom: 12px;
  right: 10px;
  background-image: url("close.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background-color: #002272;
  cursor: pointer; }

/* line 82, ../scss/project/component/_notification-bar.scss */
.shortcut .open {
  background: url("pullnotify.png") no-repeat 50% 0%;
  width: 66px ;
  width: 4.125rem ;
  height: 50px ;
  height: 3.125rem ;
  float: left; }
  @media screen and (max-width: 750px) {
    /* line 82, ../scss/project/component/_notification-bar.scss */
    .shortcut .open {
      width: 34px ;
      width: 2.125rem ;
      height: 44px ;
      height: 2.75rem ; } }

/* line 94, ../scss/project/component/_notification-bar.scss */
.shortcut:hover {
  cursor: pointer; }

/* line 98, ../scss/project/component/_notification-bar.scss */
.shortcut {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 70%;
  display: none;
  border-style: none solid solid;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  background-color: #FCB813;
  opacity: 0.8;
  /*  @include experimental(box-shadow, $shadow,
      -moz, -webkit, not -o, not -ms, not -khtml, official
    );*/
  -webkit-box-shadow: 0 0 10px gray;
  -moz-box-shadow: 0 0 10px gray;
  -ms-box-shadow: 0 0 10px gray;
  -o-box-shadow: 0 0 10px gray;
  box-shadow: 0 0 10px gray;
  border-bottom-left-radius: 7px ;
  border-bottom-left-radius: 0.4375rem ;
  border-bottom-right-radius: 7px ;
  border-bottom-right-radius: 0.4375rem ; }
  @media screen and (max-width: 480px) {
    /* line 98, ../scss/project/component/_notification-bar.scss */
    .shortcut {
      left: 43%; } }
  @media screen and (min-width: 600px) and (max-width: 940px) {
    /* line 98, ../scss/project/component/_notification-bar.scss */
    .shortcut {
      left: 75%; } }

/* line 126, ../scss/project/component/_notification-bar.scss */
.mobile-only img {
  padding-bottom: 25px ;
  padding-bottom: 1.5625rem ; }

/* line 5, ../scss/project/component/_loading.scss */
.loading {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 10px ;
  margin-left: 0.625rem ;
  line-height: 60px ;
  line-height: 3.75rem ; }

/* line 11, ../scss/project/component/_loading.scss */
.error-message {
  clear: both;
  color: #FF0000;
  overflow: hidden;
  border: 1px solid #FF0000;
  margin: 20px 0 ;
  margin: 1.25rem 0 ;
  padding: 10px 20px ;
  padding: 0.625rem 1.25rem ;
  max-width: 290px ;
  max-width: 18.125rem ;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

@media print {
  /* line 8, ../scss/core/_print.scss */
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }

  /* line 15, ../scss/core/_print.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 20, ../scss/core/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 24, ../scss/core/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 32, ../scss/core/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 38, ../scss/core/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 44, ../scss/core/_print.scss */
  thead {
    display: table-header-group; }

  /* line 48, ../scss/core/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 53, ../scss/core/_print.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  /* line 61, ../scss/core/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 68, ../scss/core/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
