/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, form ul li.single-choice-group legend, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Roboto", Arial, sans-serif;
  color: #1d1d1b;
  font-size: 16px;
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
}

h1, h2, h3, h4, form ul li.single-choice-group legend, label {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  color: #006ab5;
}

h1 {
  font-size: 2rem;
  padding-top: 1.875rem;
  margin-bottom: 0.9375rem;
  font-weight: 800;
  text-transform: uppercase;
}
h1.progress-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
h1.progress-title + p {
  margin-top: 1.875rem;
}

h2 {
  font-size: 1.5rem;
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}
h2.lowercase-heading {
  text-transform: none;
}
h2.further-support {
  padding: 0.5rem 0px 0.5rem 0px !important;
}

h3 {
  font-size: 1.125rem;
  margin-bottom: 1.125rem;
  color: #1d1d1b;
  text-transform: uppercase;
}
h3.section-subheading {
  margin: 1.25rem 0 0.3125rem;
}
h3.intro-para {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.1875rem;
  margin-bottom: 1.5625rem;
  text-transform: none;
}

h4, form ul li.single-choice-group legend {
  font-size: 1.1875rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

label {
  font-size: 1.1875rem;
}

p {
  font-size: 1.1875rem;
  margin: 0 0 0.625rem;
  color: #373734;
  line-height: 1.2;
}

textarea {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.1875rem;
  margin: 0 0 0.625rem;
  color: #373734;
  line-height: 1.2;
}

input {
  font-family: "Roboto", Arial, sans-serif;
}

a {
  color: #006ab5;
}

strong {
  font-weight: 700;
}

ol {
  counter-reset: item;
  list-style: none;
  margin-left: 0;
  padding-left: 1.875rem;
}
ol li {
  text-indent: -em(30);
}

ul.bulleted li {
  list-style-type: disc;
  margin-left: 1em;
  font-size: 1.1875rem;
  margin-bottom: 0.1875rem;
  line-height: 1.4;
}

th,
td {
  text-align: left;
  padding: 0.625rem 1.25rem 0.625rem 0.3125rem;
  font-size: 1rem;
  border: 1px solid #e3e3e3;
}

th {
  background-color: #e3e3e3;
  font-weight: 700;
}

.bordered-top {
  border-top: 2px #919191 solid;
}

.bordered-bottom {
  border-bottom: 2px #919191 solid;
}

.bordered-top-blue {
  border-top: 2px #229bd8 solid;
}

.bordered-bottom-blue {
  border-bottom: 2px #229bd8 solid;
}

.cta-container {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding-top: 1.875rem;
  width: 100%;
}
.cta-container p {
  margin-bottom: 1.875rem;
}

.cta-container-sign-in {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding-top: 0rem;
  width: 100%;
}
.cta-container-sign-in p {
  margin-bottom: 1.875rem;
}

.extra-margin {
  margin-bottom: 1.875rem;
}

.extra-margin-sm {
  margin-bottom: 0.9375rem;
}

.highlight-box-blue {
  border: 2px solid #229bd8;
  background-color: #d2eaf9;
  padding: 1.875rem;
  margin-bottom: 1.25rem;
}
.highlight-box-blue h2 {
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
.highlight-box-blue .short-line {
  max-width: 36.25rem;
}

.highlight-box-grey {
  border: 2px #229bd8 solid;
  padding: 0.6875rem 1.25rem;
  margin: 1.5625rem -1.25rem 0.9375rem;
  background: #e3e3e3;
}
.highlight-box-grey h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1875rem;
  text-transform: none;
}
.highlight-box-grey .cta-container {
  margin-top: 0;
}

.hidden {
  display: none;
}

@media (min-width: 725px) {
  a[href^="tel:"],
  a[href^="sms:"] {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  * {
    word-wrap: break-word;
  }
}
.container {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  min-height: calc(100vh - 23.5rem);
}

header {
  background-color: #1d1d1b;
  width: 100%;
  height: 5.3125rem;
  z-index: 2;
}

.primary {
  margin: 0 1.25rem;
  padding: 0 0 0.9375rem;
}

.title-bar-xs,
.title-bar-sm,
.title-bar-md,
.title-bar-lg {
  border-top: 2px #229bd8 solid;
  border-bottom: 2px #229bd8 solid;
  padding: 0.6875rem 1.25rem;
  margin: 1.5625rem -1.25rem 0.9375rem;
  background: #e3e3e3;
  font-size: 1.1875rem;
}

footer {
  background-color: #e3e3e3;
  margin-top: -1em;
  padding: 2rem 0 0.625rem 0;
  position: relative;
}
footer .footer-content {
  box-sizing: border-box;
  max-width: 45.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
footer .footer-content .footer-links {
  color: #525252;
  margin: 0 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
footer .footer-content p {
  font-size: 1rem;
  color: #525252;
}

.column-container li {
  margin-bottom: 1rem;
}

@media (min-width: 725px) {
  body {
    background-color: #d2eaf9;
  }
  .container {
    margin: 0 auto;
    max-width: 48rem;
    min-height: calc(100vh - 26rem);
    box-shadow: 0 0 8px 3px #919191;
  }
  .margin-xs {
    margin: 0 2.5rem;
  }
  .margin-sm {
    margin: 0 3.75rem;
  }
  .margin-md {
    margin: 0 5.625rem;
  }
  .margin-lg {
    margin: 0 6.25rem;
  }
  .title-bar-xs {
    padding: 0.6875rem 2.5rem;
    margin: 1.5625rem -2.5rem 0.9375rem;
  }
  .title-bar-sm {
    padding: 0.6875rem 3.75rem;
    margin: 1.5625rem -3.75rem 0.9375rem;
  }
  .title-bar-md {
    padding: 0.6875rem 5.625rem;
    margin: 1.5625rem -5.625rem 0.9375rem;
  }
  .title-bar-lg {
    padding: 0.6875rem 6.25rem;
    margin: 1.5625rem -6.25rem 0.9375rem;
  }
  .column-container {
    column-count: 3;
    column-gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .container {
    min-height: calc(100vh - 18rem);
  }
  footer .footer-content .footer-links {
    justify-content: space-between;
    flex-direction: row;
  }
  footer .footer-content a {
    padding-right: 0;
  }
}
.cancel-cooling-off-link {
  margin-left: 15.625rem;
}

.button-success-white {
  background: #fff;
  color: #229bd8;
  margin-top: 1.875rem;
}

.button-success-blue {
  background: #229bd8;
  color: #fff;
  margin: 0.9375rem 0px 1.25rem 0px;
}

header {
  margin: 0;
  height: 86px;
  background-color: #1d1d1b;
  position: relative;
  text-align: center;
  border-bottom: 2px solid #229bd8;
}
header .nav-trigger {
  position: absolute;
  top: 26px;
  left: 20px;
  cursor: pointer;
}
header .logo {
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 50px;
  display: block;
}
header .logo.no-hamburger {
  padding-left: 0;
}
header #skiplink-container {
  text-align: center;
  background: #1d1d1b;
}
header #skiplink-container div {
  text-align: left;
  margin: 0 auto;
}
header #skiplink-container .skiplink {
  position: absolute;
  left: -9999em;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 1rem 0 0 1.875rem;
  background: #fdc145;
  color: #015b9d;
  border: none;
  text-decoration: underline;
}
header #skiplink-container .skiplink:visited {
  color: #1d1d1b;
}
header #skiplink-container .skiplink:focus {
  left: 0;
  z-index: 1;
  color: #fff;
}

nav {
  display: none;
  text-align: left;
  border-top: 1px solid #fff;
  background-color: rgba(29, 29, 27, 0.9);
  top: 86px;
  position: absolute;
  z-index: 5;
  height: 100vh;
  width: 100%;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav a {
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 25px;
  font-size: 19px;
  text-transform: uppercase;
  text-decoration: none;
}
nav a.nav-active {
  border-left: 10px solid #229bd8;
  padding-left: 15px;
}

.nav-active header {
  position: fixed;
}
.nav-active nav {
  position: fixed;
  display: block;
}

.message .nav-trigger {
  display: none;
}

@media (min-width: 725px) {
  header {
    height: 86px;
  }
  header .nav-trigger {
    display: none;
  }
  header .logo {
    padding-top: 20px;
    padding-left: 0;
    width: 246px;
  }
  nav {
    display: block;
    position: relative;
    top: 0;
    text-align: center;
    height: auto;
    background-color: #1d1d1b;
    width: 100%;
    border-top: 0;
  }
  nav ul {
    width: auto;
  }
  nav li {
    display: inline-block;
  }
  nav a {
    border-bottom: none;
    padding: 10px 19px;
  }
  nav a.nav-active {
    border-left: none;
    border-bottom: 10px solid #229bd8;
    padding: 10px 10px 8px;
    margin: 0 9px;
  }
}
form .error, form .help {
  display: block;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  text-align: center;
  margin-top: 0.9375rem;
  padding: 10px;
  line-height: 1.4em;
  font-family: "Roboto", Arial, sans-serif;
  width: 100%;
}
form .error::after, form .help::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 180, 180, 0);
  border-width: 10px;
  margin-left: -10px;
}

form .help {
  background-color: #d2eaf9;
  color: #006ab5;
}
form .help::after {
  border-bottom-color: #d2eaf9;
}
form .error {
  background-color: #ffb4b4;
  color: #8c2e2e;
}
form .error::after {
  border-bottom-color: #ffb4b4;
}

.form-hint {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.15;
}

.home .hero {
  background-color: #e3e3e3;
  padding: 0 1.875rem 0.625rem;
}
.home .hero h1 span {
  white-space: nowrap;
}
.home .hero p {
  margin-bottom: 0;
}
.home #find-out-more {
  display: block;
  margin: 1.25rem 0;
}
.home .flex-grid {
  width: 100%;
}
.home .flex-grid h1 {
  padding-top: 0;
  line-height: 1.1;
  color: #1e88be;
}
.home .flex-grid h2 {
  font-size: 2rem;
  margin: 0 0 0.9375rem;
}
.home .flex-grid.heading-bar {
  display: block;
  width: 100%;
  text-align: center;
  background: #e3e3e3;
}
.home .flex-grid.heading-bar h2 {
  max-width: 100%;
  margin: 0;
  padding: 1.25rem 0 0 0;
  color: #1e88be;
}
.home .flex-grid .flex-col {
  width: 100%;
  padding: 1.25rem 1.875rem 1.5625rem;
  box-sizing: border-box;
  position: relative;
}
.home .flex-grid .flex-col.first-container {
  padding-top: 0;
}
.home .flex-grid .flex-col.logo-container {
  display: none;
}
.home .flex-grid .flex-col.sign-container {
  padding: 0 0 0.9375rem 0;
  display: flex;
  align-self: center;
  justify-content: center;
}
.home .flex-grid .flex-col.sign-container .sign-image-container .sign-image {
  height: 7.375rem;
  width: 9.625rem;
}
.home .flex-grid .flex-col.sign-line {
  border-bottom: 2px solid #229bd8;
  margin-top: -0.75rem;
  margin-right: 0.625rem;
}
.home .flex-grid .flex-col.socials-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0.625rem;
  padding-bottom: 1.25rem;
}
.home .flex-grid .flex-col.socials-container .socials-icon-container {
  padding: 5em 5;
}
.home .flex-grid .flex-col.socials-container .socials-icon-container .socials-icon-image-container {
  text-align: center;
}
.home .flex-grid .flex-col.socials-container .socials-icon-container .socials-icon-image-container .social-icon {
  width: 3.125rem;
  height: 3.125rem;
  margin: auto;
}
.home .flex-grid .flex-col.sign-text {
  padding: 0;
}
.home .flex-grid .flex-col.speech-bubbles-image-container {
  display: flex;
  align-self: start;
  justify-content: center;
  padding-bottom: 0;
}
.home .flex-grid .flex-col.speech-bubbles-image-container img {
  width: 324px;
  height: 220px;
}
.home .grey-background {
  background: #e3e3e3;
}
.home .blue-background {
  background: #229bd8;
}
.home .blue-background p {
  color: #fff;
}
.home .title-underline-blue, .home .title-underline-white {
  text-align: center;
  padding-bottom: 0.625rem;
  font-size: 2rem;
}
.home .title-underline-white {
  color: #fff;
  border-bottom: #fff 2px solid;
}
.home .title-underline-blue {
  color: #229bd8;
  border-bottom: #229bd8 2px solid;
}
.home .button-home-blue, .home .button-home-white, .home .button-success-white, .home .button-success-blue {
  box-sizing: border-box;
  text-decoration: none;
  padding: 0.625rem;
  border-radius: 3.125rem;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 800;
  align-self: flex-end;
  width: 100%;
  font-size: 1.5rem;
  display: block;
}
.home .button-home-white {
  background: #fff;
  color: #229bd8;
  margin-top: 0.9375rem;
}
.home .button-home-blue {
  background: #229bd8;
  color: #fff;
  margin-top: 2.3125rem;
}

@media (min-width: 768px) {
  .home .flex-grid {
    display: flex;
    height: 100%;
    flex-direction: row;
  }
  .home .flex-grid .flex-col {
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .home .flex-grid .flex-col.logo-container {
    display: flex;
    padding: 0;
    align-self: flex-end;
  }
  .home .flex-grid .flex-col.logo-container a {
    top: 0;
  }
  .home .flex-grid .flex-col.logo-container .home-logo {
    align-self: flex-end;
    display: block;
    background-image: url(../images/logo-home.svg);
    background-repeat: no-repeat;
    width: 24.0625rem;
    height: 17.6875rem;
  }
  .home .flex-grid .flex-col.sign-line {
    border-bottom: none;
    margin-top: 0;
  }
}
section h2 {
  font-weight: 800;
}

form {
  margin-top: 1.25rem;
}
form ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
form ul li {
  width: 100%;
  margin-bottom: 0.625rem;
}
form ul li:last-child {
  margin-bottom: 0;
}
form ul li .label-container {
  width: 100%;
  line-height: 1.2;
  display: flex;
}
form ul li .label-container label {
  margin: 0.8125rem 0;
}
form ul li .label-container h4, form ul li.single-choice-group .label-container legend {
  text-transform: none;
}
form ul li .input-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
form ul li .input-container input,
form ul li .input-container select,
form ul li .input-container button,
form ul li .input-container textarea {
  font-size: 1.1875rem;
  color: #373734;
}
form ul li .input-container input:focus,
form ul li .input-container select:focus,
form ul li .input-container button:focus,
form ul li .input-container textarea:focus {
  outline: 3px solid #229bd8;
}
form ul li .input-container [type=text],
form ul li .input-container [type=email],
form ul li .input-container [type=number],
form ul li .input-container [type=password],
form ul li .input-container [type=date],
form ul li .input-container [type=tel],
form ul li .input-container select,
form ul li .input-container textarea {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  height: 2.8125rem;
  border: 2px solid #919191;
  border-radius: 0;
  outline: none;
}
form ul li .input-container .date-group {
  display: flex;
  flex-wrap: wrap;
}
form ul li .input-container .date-group label,
form ul li .input-container .date-group span {
  width: 5.625rem;
  font-weight: 400;
  color: #1d1d1b;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  margin-right: -0.75rem;
}
form ul li .input-container .date-group input {
  display: flex;
  flex-direction: column;
  width: 3.75rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
form ul li .input-container .date-group input::-webkit-inner-spin-button, form ul li .input-container .date-group input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form ul li .input-container .date-group #dobYear {
  width: 6.25rem;
}
form ul li .input-container .date-group:disabled {
  background-color: #919191;
}
form ul li .input-container .optional-field-container {
  display: flex;
  flex-wrap: wrap;
}
form ul li .input-container .optional-field-container .full-length-field {
  display: flex;
  width: 100%;
}
form ul li .input-container .optional-field-container .full-length-field div {
  display: flex;
  width: 100%;
}
form ul li .input-container .optional-field-container .secondary-input {
  border: none;
  height: 3.4375rem;
  background-color: transparent;
}
form ul li .input-container .optional-field-container .optional-errors:not(:empty) {
  margin-bottom: 0.9375rem;
}
form ul li .input-container .short-errors {
  box-sizing: border-box;
  width: 100%;
}
form ul li .input-container #addressList {
  height: unset;
}
form ul li .input-container #addressList:disabled {
  background: white;
}
form ul li.optional-field {
  position: relative;
  top: -1.1875rem;
  margin-bottom: -2px;
}
form ul li.optional-field.has-no-value {
  display: none;
}
form ul li.single-choice-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
form ul li.single-choice-group legend {
  padding-top: 1.5rem;
  padding-bottom: 0.625rem;
  position: relative;
  text-transform: none;
  margin-bottom: 0;
  line-height: 1.3;
  width: 100%;
}
form ul li.single-choice-group .form-hint {
  margin-top: 0;
  display: block;
}
form ul li.single-choice-group label {
  color: #1d1d1b;
  font-weight: 400;
}
form ul li.single-choice-group [type=radio] {
  opacity: 0;
  position: absolute;
}
form ul li.single-choice-group [type=radio]:focus + label::before {
  box-shadow: 0 0 0 3px #229bd8;
}
form ul li.single-choice-group [type=radio] + label {
  font-family: "Roboto", Arial, sans-serif !important;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 3.75rem;
  cursor: pointer;
}
form ul li.single-choice-group [type=radio] + label::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px #006ab5 solid;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  box-sizing: border-box;
  flex-shrink: 0;
}
form ul li.single-choice-group [type=radio] + label.large {
  height: auto;
  margin-bottom: 1em;
  padding: 0.5em 0;
}
form ul li.single-choice-group [type=radio]:checked + label {
  color: white;
  background-color: #229bd8;
}
form ul li.single-choice-group [type=radio]:checked + label::before {
  border: 8px solid white;
}
form ul li.single-option {
  padding-left: 100%;
}
form ul li.single-option [type=checkbox] {
  float: none;
}
form ul li.single-option label {
  width: 100%;
  margin-left: 1.25rem;
}
form ul li button {
  padding: 8px 12px;
}
form .xsm, form .sm, form .med, form .lg, form .xlg {
  display: flex;
  width: 100%;
}
form .checkbox-container {
  position: absolute;
  right: 5px;
  width: 28px;
  height: 28px;
  background-color: #229bd8;
}
form .checkbox-container input[type=checkbox] {
  position: relative;
  top: 5px;
  left: 5px;
}
form .checkbox-container input[type=checkbox]:checked + label:after {
  opacity: 1;
}
form .checkbox-container input[type=checkbox]:focus + label::before {
  content: "";
  height: 26px;
  width: 26px;
  box-shadow: 0 0 0 3px #006ab5;
  display: flex;
  position: relative;
  top: -3px;
  left: -3px;
}
form .checkbox-container label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 4px;
  background-color: #fff;
}
form .checkbox-container label:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 26px;
  height: 8px;
  background: transparent;
  top: -5px;
  left: 2px;
  border: 7px solid #229bd8;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
form .checkbox-container label:hover::after {
  opacity: 0.3;
}
form .checkbox-container + label {
  padding-right: 75px;
}
form option.address-finder-option {
  font-size: 0.9375rem;
}
form #address-finder-back {
  margin-top: 5px;
}

.reset-password-form-hint ul {
  margin-top: 0;
  list-style: disc;
}
.reset-password-form-hint ul li {
  display: list-item;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 725px) {
  form ul {
    margin-top: 2.8125rem;
  }
  form ul li {
    display: flex;
    margin-bottom: 1.25rem;
  }
  form ul li .label-container {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    width: 15rem;
  }
  form ul li .label-container label {
    width: 11.875rem;
    flex-shrink: 0;
    line-height: 1.1;
  }
  form ul li .input-container {
    display: flex;
    flex-direction: column;
    width: 32.5rem;
  }
  form ul li .input-container .short-input {
    box-sizing: border-box;
    width: 50%;
  }
  form ul li .input-container .short-input.secondary-input {
    width: 11.25rem;
  }
  form ul li .input-container [type=radio] + label {
    width: 15.625rem;
  }
  form ul li .input-container .short-errors {
    width: 11.25rem;
  }
  form ul li .input-container .optional-field-container {
    flex-wrap: wrap;
  }
  form ul li.single-choice-group {
    width: 100%;
  }
  form ul li.single-choice-group [type=radio] + label {
    width: 15.625rem;
  }
  form ul li.single-choice-group [type=radio] + label.large {
    width: auto;
  }
  form ul .checkbox-container {
    right: 2.1875rem;
  }
  form ul .single-option {
    padding-left: 15rem;
  }
  form ul .xsm {
    width: 9.375rem;
  }
  form ul .sm {
    width: 14.375rem;
  }
  form ul .med {
    width: 15.625rem;
  }
  form ul .lg {
    width: 18.75rem;
  }
  form ul .xlg {
    width: 21.875rem;
  }
}
.icon-button-remove, .icon-button-search, .icon-button-add, .icon-cookie-policy-link, .icon-button-try-again, .icon-button-telephone, .icon-button-helpdesk, .icon-button-email, .icon-button-webchat, .icon-button-phone {
  display: inline-block;
  margin: 0 0 0 0.625rem;
  border: none;
  background-color: white;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 1px;
  color: #fff;
  position: relative;
  cursor: pointer;
  outline: none;
  height: 40px;
  width: 40px;
  text-indent: -999em;
}

.icon-cookie-policy-link, .icon-button-try-again, .icon-button-telephone, .icon-button-helpdesk, .icon-button-email, .icon-button-webchat, .icon-button-phone {
  height: 60px;
  width: 60px;
  margin: 0 1.25rem 0 0.625rem;
}

.icon-button-add {
  background-image: url(../images/icon-plus.svg);
}

.icon-button-search {
  background-image: url(../images/icon-search.svg);
}

.icon-button-remove {
  background-image: url(../images/icon-delete.svg);
  top: 0.5rem;
}

.icon-button-phone {
  background-image: url(../images/icon-phone.svg);
}

.icon-button-webchat {
  background-image: url(../images/icon-webchat.svg);
}

.icon-button-email {
  background-image: url(../images/icon-email.svg);
}

.icon-button-helpdesk {
  background-image: url(../images/icon-helpdesk.svg);
  background-size: 80px 80px;
}

.icon-button-telephone {
  background-image: url(../images/icon-email.svg);
}

.icon-button-try-again {
  background-image: url(../images/icon-try-again.svg);
}

.icon-cookie-policy-link {
  font-size: 200px;
}

.secondary-cta-cookie, .primary-cta-cookie, .inactive-cta, .secondary-cta-cancel, .secondary-cta, .primary-cta {
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 0;
  border: none;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 1.25rem;
  width: 100%;
}

.primary-cta {
  background-color: #229bd8;
  cursor: pointer;
}

.secondary-cta {
  background-color: #919191;
  cursor: pointer;
}

.secondary-cta-cancel {
  background-color: #919191;
  margin-bottom: 1.875rem;
}

.inactive-cta {
  background-color: #e3e3e3;
}

.cookie-div {
  padding-top: 10px;
  align-items: center;
  justify-content: center;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.primary-cta-cookie {
  text-transform: none;
  background-color: #fff;
  color: #229bd8;
  border-radius: 25px;
}

.secondary-cta-cookie {
  text-transform: none;
  font-size: 1.125rem;
  border-radius: 25px;
  background-color: #229bd8;
  margin-left: 10%;
}

@media (min-width: 725px) {
  .primary-cta {
    width: 15.625rem;
  }
  .secondary-cta {
    width: 15.625rem;
  }
  .inactive-cta {
    width: 15.625rem;
  }
  .long-cta {
    width: 21.875rem;
  }
  .primary-cta-cookie {
    width: 15.625rem;
  }
  .secondary-cta-cookie {
    width: 12.5rem;
  }
  .secondary-cta-cancel {
    width: 15.625rem;
    margin-left: 0;
  }
}
:disabled {
  background-color: #919191;
  color: #525252;
}

.center-block {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.submit-edit-button {
  margin-bottom: 0.5rem;
}

.cancel-edit-button {
  margin-bottom: 0.5rem;
}

.progress-bar {
  background-color: #e3e3e3;
  border-bottom: 2px solid #919191;
  height: 5.625rem;
  padding-top: 0.25rem;
}
.progress-bar .small-screen {
  text-align: center;
  display: block;
  margin-top: 0.875rem;
}
.progress-bar .small-screen h2 {
  margin-bottom: 0.6875rem;
  margin-top: 0;
}
.progress-bar .steps {
  height: 2.5rem;
  width: 9.75rem;
  margin: 0.3125rem auto;
}
.progress-bar .steps li {
  float: left;
  width: 3.25rem;
  text-align: center;
  position: relative;
}
.progress-bar .steps li:before {
  position: absolute;
  top: 0.625rem;
  border-bottom: 6px solid #006ab5;
  content: "";
  z-index: 1;
}
.progress-bar .steps li.step1:before {
  left: 50%;
  width: 50%;
}
.progress-bar .steps li.step2:before {
  left: 0;
  width: 100%;
}
.progress-bar .steps li.step3:before {
  left: 0;
  width: 50%;
}
.progress-bar .steps li img {
  position: relative;
  height: 1.625rem;
  width: 1.625rem;
  z-index: 2;
}
.progress-bar .large-screen {
  display: none;
}

@media (min-width: 725px) {
  .progress-bar {
    height: 8.75rem;
    border-bottom-width: 3px;
  }
  .progress-bar .small-screen {
    display: none;
  }
  .progress-bar .steps {
    height: 3.4375rem;
    width: 37.5rem;
    margin-top: 1.125rem;
  }
  .progress-bar .steps li:before {
    border-bottom-width: 10px;
    top: 1.125rem;
    width: 12.5rem;
  }
  .progress-bar .steps li {
    width: 12.5rem;
  }
  .progress-bar .steps li img {
    height: 2.875rem;
    width: 2.875rem;
  }
  .progress-bar .large-screen {
    display: block;
    text-align: center;
    width: 37.5rem;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
  }
  .progress-bar .large-screen h3 {
    float: left;
    width: 12.5rem;
    margin-top: 0;
    color: #006ab5;
    font-size: 1.1875rem;
  }
}
.kyc ul {
  margin-top: 0;
}
.kyc .single-choice-group {
  margin-bottom: -2px;
}
.kyc .single-choice-group h4, .kyc form ul li.single-choice-group legend, form ul .kyc li.single-choice-group legend {
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
}
.kyc .single-choice-group div {
  display: flex;
  flex-direction: column;
}
.kyc .single-choice-group div label {
  width: auto;
  left: 0;
}

@media (min-width: 725px) {
  .kyc .single-choice-group div {
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
  }
  .kyc .single-choice-group div [type=radio] + label {
    width: 45%;
    padding: 0 0.625rem 0 0;
  }
}
.summary h2.title-bar {
  padding-left: 4.0625rem;
  padding-right: 4.0625rem;
}
.summary .summary-duration {
  padding: 0.9375rem 0;
}
.summary dl {
  height: 100%;
  overflow: hidden;
  line-height: 1.2;
  font-size: 1.1875rem;
  margin-bottom: 0.3125rem;
}
.summary dt {
  float: left;
  clear: left;
  width: 50%;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.summary dd {
  float: left;
  width: 50%;
  margin-bottom: 0.3125rem;
}
.summary .break-me {
  word-break: break-all;
}
.summary ul li {
  position: relative;
}
.summary ul li > label {
  font-size: 1.1875rem;
  display: block;
}
.summary [for=agree] {
  font-size: 1.1875rem;
  color: #1d1d1b;
}
.summary .highlight-box {
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding: 1.25rem;
  background: #e3e3e3;
  margin-bottom: 0;
}
.summary .highlight-box p {
  margin-top: 0;
}
.summary .highlight-box > label {
  font-weight: inherit;
  color: #1d1d1b;
}
.summary .highlight-box .checkbox-container {
  right: 1.5625rem;
}
.summary form .error {
  margin-top: 0;
  margin-bottom: 0.0625rem;
}
.summary #form-register ul {
  margin-top: 1.875rem;
}
.summary #form-register ul label {
  font-family: "Roboto", Arial, sans-serif;
  color: #1d1d1b;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
}

@media (min-width: 725px) {
  .summary .highlight-box {
    margin-left: 0;
    margin-right: 0;
    padding: 1.25rem;
  }
  .summary .highlight-box > div {
    width: 100%;
  }
  .summary .highlight-box .checkbox-container {
    right: 2.1875rem;
  }
  .summary .narrow-text {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
  .summary .title-bar-sm {
    padding: 0.6875rem 3.75rem;
  }
  .summary dt {
    width: 40%;
  }
  .summary dd {
    width: 60%;
  }
}
.call-back-link {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 1.25rem;
  padding-top: 0.625rem;
}

.registered {
  margin: 0 -1.25rem;
  padding: 0 1.25rem 1.25rem;
  background-color: #e3e3e3;
  background-image: url(../images/progress-past.svg);
  background-repeat: no-repeat;
  background-position: 1.25rem 1.25rem;
}
.registered h2 {
  padding-top: 1.25rem;
  margin-top: 0;
}
.registered h2,
.registered p {
  margin-left: 3.75rem;
  margin-right: 1.875rem;
}

@media (min-width: 725px) {
  .registered {
    margin: 0 -2.5rem;
    padding: 0 6.875rem 1.875rem;
    background-position: 6.25rem 2.5rem;
  }
  .registered h2 {
    padding-top: 2.5rem;
  }
  .registered h2,
  .registered p {
    margin-left: 3.75rem;
    margin-right: 1.875rem;
  }
}
.update h2 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}

.register .short-para {
  max-width: 37.5rem;
  margin-bottom: 1.25rem;
}
.register .highlight-box-blue {
  margin-bottom: 1.875rem;
}
.register .highlight-box-blue h2 {
  margin-bottom: 0.625rem;
}

.contact-details .contact-info {
  display: flex;
  margin: 1.875rem 0 2.5rem;
}
.contact-details .contact-info p {
  margin-bottom: 0;
}
.contact-details .action-phone {
  text-decoration: underline;
  font-size: 1.625rem;
  font-weight: 700;
}
.contact-details .action-webchat,
.contact-details .action-email,
.contact-details .action-try-again,
.contact-details .action-help {
  position: relative;
  top: 0.5rem;
}

.press-contact {
  font-size: 0.9375rem;
}

.support-hub-links {
  border: 2px solid #229bd8;
  border-bottom: none;
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
}
.support-hub-links a {
  display: block;
  padding: 0.9375rem 1.25rem;
  font-size: 1.1875rem;
  color: #006ab5;
  text-decoration: underline;
  text-transform: uppercase;
  background-color: #e3e3e3;
  font-weight: 700;
  border-bottom: 2px solid #229bd8;
  position: relative;
}
.support-hub-links a span {
  display: inline-block;
  border-right: 4px solid #006ab5;
  border-bottom: 4px solid #006ab5;
  height: 1rem;
  width: 1rem;
  transform: rotate(-45deg);
  position: absolute;
  right: 1.25rem;
}

.phone-icons a {
  margin-right: 1.25rem;
}

.support-practical .talk-ban-stop-logo {
  margin: 1em 0;
  display: block;
}
.support-practical .talk-ban-stop-logo img {
  max-width: 280px;
}

@media (min-width: 725px) {
  .support-practical .flex-grid {
    display: flex;
    height: 100%;
    flex-direction: row;
    margin-top: 1em;
  }
  .support-practical .flex-grid .flex-col {
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .support-practical .flex-grid .talk-ban-stop-logo {
    padding-right: 2em;
    margin: 0;
  }
  .support-practical .flex-grid .talk-ban-stop-logo img {
    max-width: 280px;
  }
}
.verification .intro-para {
  margin-bottom: 0.625rem;
}

#cookie-background {
  background-color: rgba(255, 255, 255, 0.5); /*or semi-transparent image*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 997;
}

#cookie-banner {
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 1000;
  bottom: 0;
  padding: 1.25rem;
  padding-top: 0;
  box-sizing: border-box;
}
#cookie-banner .cookie-container {
  display: flex;
  margin: 0 auto;
  max-width: 68.75rem;
}
#cookie-banner .cookie-container h2 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  margin-bottom: 0.5rem;
  margin-top: 0.625rem;
  color: #fff;
  padding-top: 0;
  text-transform: uppercase;
}
#cookie-banner .cookie-container p {
  font-size: 1rem;
  color: #fff;
}
#cookie-banner .cookie-container p a {
  color: #fff;
  display: inline-block;
  margin-top: 0.3125rem;
}
#cookie-banner #cookie-consent-accept {
  font-size: 1.2em;
  width: 8em;
}
#cookie-banner #cookie-consent-reject {
  font-size: 1em;
  width: auto;
}
#cookie-banner .cookie-div {
  padding: 0;
}

@media (min-width: 1100px) {
  .cookie-container div {
    margin-left: 100px;
  }
}
.cookie-settings {
  border: black 1px;
  background: transparent;
  align-content: center;
  position: fixed;
  opacity: 1;
  height: 50px;
  width: 50px;
  max-height: 551px;
  min-height: 50px;
  margin: 10px 20px;
  left: 0px;
  bottom: 0px;
  padding-bottom: 9px;
  padding-left: 12px;
}
@media (min-width: 725px) {
  .cookie-settings {
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.cookie-settings img.cookie-link {
  border-radius: 25px;
  width: 50px;
  height: 50px;
}
@media (min-width: 725px) {
  .cookie-settings img {
    margin: 0px;
  }
}

.participating-operators .item {
  color: #1d1d1b;
  line-height: 1.1;
  margin-bottom: 0.9375rem;
  font-size: 1rem;
}
.participating-operators .last-updated {
  padding: 0 0 0.625rem 0;
}
.participating-operators h1 {
  margin-bottom: 0;
}

.cookie-policy p {
  font-size: 1rem;
}

.cookie-accept-divide {
  margin-bottom: 0;
}

button#submit-cookie-policy {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

a#close-cookies {
  margin-bottom: 0.5rem;
}

.cookie-accept-container {
  color: #229bd8;
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 19px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
}

.checkbox-container-cookie {
  width: 50%;
  height: 28px;
}
@media (min-width: 725px) {
  .checkbox-container-cookie {
    width: 50%;
    height: 28px;
  }
}

.cookie-policy-save {
  margin-left: 25px;
}

.terms h2 {
  font-size: 1.1875rem;
  margin-bottom: 0.1875rem;
  margin-top: 0.9375rem;
}
.terms p, .terms .bulleted li {
  font-size: 1rem;
}

.message {
  background-color: #1d1d1b;
}
.message .container {
  background-color: #1d1d1b;
  box-shadow: none;
  max-width: 37.1875rem;
}
.message .container h1 {
  font-size: 1.1875rem;
  color: #fff;
  text-transform: none;
  line-height: 1.3;
}
.message .container p {
  color: #fff;
  line-height: 1.3;
}
.message .container a {
  color: #fff;
  font-weight: 800;
}
.message .container .cta-container {
  padding-top: 0;
}
.message .container .primary-cta {
  width: 100%;
}
.message footer {
  display: none;
}

body.manual-registration header {
  margin-top: 86px;
}

#manual-registration-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  background-color: red;
  padding: 30px;
  font-size: 26px;
  border-bottom: 3px solid #1d1d1b;
}
#manual-registration-notice .disable {
  margin-right: 80px;
  float: right;
}
#manual-registration-notice .disable a {
  color: #fff;
}

table.self-excluders th,
table.self-excluders td {
  text-align: left;
  padding: 0.625rem 1.25rem 0.625rem 0.3125rem;
  font-size: 1rem;
  border: 1px solid #fff;
  max-width: 50vw;
}

table.self-excluders th {
  background-color: #fff;
  font-weight: 700;
  color: #006ab5;
}

.self-excluders,
.email {
  word-wrap: break-word;
}

.grecaptcha-badge {
  z-index: 1;
  margin-bottom: 50px;
}

.email-address-verification ul li {
  position: relative;
}
.email-address-verification ul li > label {
  font-size: 1.1875rem;
  display: block;
}
.email-address-verification ul li .alt-label {
  font-family: "Roboto", Arial, sans-serif;
  color: #1d1d1b;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  padding-right: 3.75em;
}

.verify-your-email {
  margin-top: 2em;
}
.verify-your-email p {
  padding-bottom: 1em;
}

@media print {
  nav {
    display: none !important;
  }
  footer .footer-links {
    display: none !important;
  }
  #cookie-banner {
    display: none !important;
  }
  h1#welcome-message {
    display: none !important;
  }
  a#how-to-export-pdf {
    display: none !important;
  }
  div.content-item {
    page-break-inside: avoid;
  }
  header {
    page-break-after: avoid;
  }
}
#account-details section {
  margin-bottom: 1em;
}
#account-details table {
  width: 100%;
  margin-bottom: 1em;
}
#account-details th,
#account-details td {
  vertical-align: top;
  background-color: transparent;
}
#account-details .button-add {
  display: block;
  text-align: center;
  min-height: 20px;
  max-width: 45%;
  margin-bottom: 10px;
  margin: auto auto;
  color: #fff;
  background-color: #229bd8;
  border-width: 1px;
  border-style: solid;
  border-color: #006ab5;
  border-top-color: #d2eaf9;
  border-left-color: #d2eaf9;
  padding: 0.5em 1em 0.5em 1em;
  font-weight: bold;
  text-transform: uppercase;
}
#account-details .button-add.disabled {
  background-color: transparent;
  border: 0;
  color: #919191;
  font-weight: normal;
  font-style: italic;
  max-width: 100%;
  text-transform: none;
  padding: 0;
  font-size: 0.8em;
}
#account-details .info {
  width: 100%;
  text-align: left;
  font-size: 0.7em;
  font-style: italic;
  color: #525252;
  margin-top: 0.5em;
}
#account-details #how-to-export-pdf {
  margin: 40px;
  float: right;
}

.account-details-box-blue {
  border: 1px solid #229bd8;
  background-color: #d2eaf9;
  padding: 0.9375rem;
  margin-bottom: 1.25rem;
}
.account-details-box-blue h2 {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.account-details-box-blue .short-line {
  max-width: 36.25rem;
}

#account-details .account-details-box-blue section {
  margin-bottom: 0em;
}

.info-logo {
  display: block;
  text-align: left;
}

.talk-ban-stop-logo {
  max-width: -webkit-fill-available;
  padding-bottom: 0.5em;
}

@media (min-width: 725px) {
  .account-details .flex-grid {
    display: flex;
    height: 100%;
    flex-direction: row;
  }
  .account-details .flex-grid .flex-col {
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media (min-width: 1100px) {
  #account-details {
    height: 100%;
    overflow: hidden;
  }
}
@media print {
  #account-details .button-add,
  #how-to-export-pdf {
    display: none !important;
  }
}
@media (min-width: 725px) {
  #account-details .talk-ban-stop-logo {
    max-width: 170px;
    padding-right: 10px;
    padding-top: 3px;
  }
}
@media screen {
  /* credit: https://css-tricks.com/responsive-data-tables/ */
}
@media screen and (max-width: 1100px) {
  #account-details {
    /* Force table to not be like tables anymore */
  }
  #account-details div.expandedHistoryContainer {
    width: 100%;
    display: block;
    margin-left: 0px;
  }
  #account-details table {
    width: 100%;
  }
  #account-details table,
  #account-details thead,
  #account-details tbody,
  #account-details th,
  #account-details td,
  #account-details tr {
    display: block;
  }
  #account-details table {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  #account-details table thead tr,
  #account-details table th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #account-details table tr {
    border: 1px solid #ccc;
    margin-bottom: 0.5em;
  }
  #account-details table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    word-wrap: break-word;
    padding-top: 2em;
  }
  #account-details table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 3px;
    left: 6px;
    width: 100%;
    /* Label the data */
    content: attr(column-name);
    font-weight: bold;
    display: block;
  }
  #account-details table.no-shrink td {
    padding-top: 0;
  }
  #account-details .button-add {
    max-width: 70%;
  }
  #account-details .button-add.disabled {
    max-width: 100%;
  }
  #account-details #how-to-export-pdf {
    float: none;
    margin: 0;
  }
}
@media screen and (max-width: 328px) {
  #account-details table td[column-name^="Date and Time Removed or Extended"] {
    padding-top: 46px;
  }
}
div.history_tree {
  border: 1px solid #e1dcdc;
  margin-bottom: 10px;
}
div.history_tree svg {
  width: 100%;
}

svg g text:nth-child(2) {
  font-size: 16px !important;
}

svg g text {
  fill: white;
  cursor: pointer;
  font-weight: bold !important;
}

div.expandedHistoryContainer {
  width: auto;
  display: inline-grid;
  margin-left: 10px;
}

div.expandedHistories {
  padding-top: 10px;
}

div.regHistory {
  border: 1px solid black;
  padding: 10px;
  margin-bottom: 10px;
}

p.explanation {
  margin-top: 5px;
  font-size: 1em;
}

ol.decimal {
  list-style: decimal;
}
ol.decimal li {
  margin: 15px;
}

div.wrapper {
  display: flex;
  margin: 10px;
}

img.polaroid {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: auto;
  max-width: 100%;
  height: auto;
}

p.how-to-export-pdf-help-text {
  font-size: 16px;
  color: #1d1d1b;
}

.exclusion-summary {
  padding: 0 18px;
  display: none;
}

button#submit-add-exclusion, a#cancel-add-exclusion {
  margin-bottom: 0.5rem;
}

#check-details {
  margin-bottom: 0.5rem;
}

.blue-text {
  color: #006ab5;
}

.forward-details h2.title-bar {
  padding-left: 4.0625rem;
  padding-right: 4.0625rem;
}
.forward-details .summary-duration {
  padding: 0.9375rem 0;
}
.forward-details dl {
  height: 100%;
  overflow: hidden;
  line-height: 1.2;
  font-size: 1.1875rem;
  margin-bottom: 0.3125rem;
}
.forward-details dt {
  float: left;
  clear: left;
  width: 50%;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.forward-details dd {
  float: left;
  width: 50%;
  margin-bottom: 0.3125rem;
}
.forward-details .break-me {
  word-break: break-all;
}
.forward-details ul li {
  position: relative;
}
.forward-details ul li > label {
  font-size: 1.1875rem;
  display: block;
}
.forward-details [for=agree] {
  font-size: 1.1875rem;
  color: #1d1d1b;
}
.forward-details .checkbox-container {
  right: 0.3125rem;
}
.forward-details .highlight-box {
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding: 1.25rem;
  background: #e3e3e3;
  margin-bottom: 0;
}
.forward-details .highlight-box p {
  margin-top: 0;
}
.forward-details .highlight-box > label {
  font-weight: inherit;
  color: #1d1d1b;
}
.forward-details .highlight-box .checkbox-container {
  right: 1.5625rem;
}
.forward-details .highlight-box-blue {
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: 1.25rem;
  background: #e3e3e3;
  border: 2px solid #229bd8;
  background-color: #d2eaf9;
  padding: 1.875rem;
  margin-bottom: 1.25rem;
}
.forward-details .highlight-box-blue p {
  margin-top: 0;
}
.forward-details .highlight-box-blue > label {
  font-weight: inherit;
  color: #1d1d1b;
}
.forward-details .highlight-box-blue .checkbox-container {
  right: 1.5625rem;
}
.forward-details h2 {
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
.forward-details .short-line {
  max-width: 36.25rem;
}
.forward-details form .error {
  margin-top: 0;
  margin-bottom: 0.0625rem;
}
.forward-details #form-register ul {
  margin-top: 1.875rem;
}
.forward-details #form-register ul label {
  font-family: "Roboto", Arial, sans-serif;
  color: #1d1d1b;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
}
.forward-details .summary {
  background-color: #e3e3e3;
  margin: 0 -2.5rem 1.875rem;
  padding: 1.25rem 2.5rem 1.25rem;
}

@media (min-width: 725px) {
  .forward-details .highlight-box, .forward-details highlight-box-blue {
    margin-left: 0;
    margin-right: 0;
    padding: 1.25rem;
  }
  .forward-details .highlight-box > div, .forward-details highlight-box-blue > div {
    width: 100%;
  }
  .forward-details .highlight-box .checkbox-container, .forward-details highlight-box-blue .checkbox-container {
    right: 2.1875rem;
  }
  .forward-details .narrow-text {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
  .forward-details .title-bar-sm {
    padding: 0.6875rem 5.9375rem;
  }
  .forward-details dt {
    width: 40%;
  }
  .forward-details dd {
    width: 60%;
  }
  .forward-details .summary {
    background-color: #e3e3e3;
    margin: 0 -2.5rem 1.875rem;
    padding: 2.5rem 6.875rem 1.875rem;
  }
}
button#submit-add-address, a#cancel-add-address {
  margin-bottom: 0.5rem;
}

.add-address .checkbox-container {
  right: 2.1875rem;
}

@media (min-width: 725px) {
  .add-address .checkbox-container {
    right: 25rem;
  }
}
#consumer-data-change-info-banner {
  padding-left: 80px;
  background-image: url(../images/icon-info.svg);
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: center;
}

#forgot-details {
  display: block;
  margin-bottom: 1em;
}

a#cancel-cancel-cooling-off {
  margin-bottom: 0.5rem;
}

svg.spinner {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}
svg.spinner circle {
  fill: transparent;
  stroke: #229bd8;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 376.8;
  -webkit-transform-origin: 60px 60px 0;
  -moz-transform-origin: 60px 60px 0;
  -ms-transform-origin: 60px 60px 0;
  -o-transform-origin: 60px 60px 0;
  transform-origin: 60px 60px 0;
  -webkit-animation: spinner 2s linear infinite;
  -moz-animation: spinner 2s linear infinite;
  -ms-animation: spinner 2s linear infinite;
  -o-animation: spinner 2s linear infinite;
  animation: spinner 2s linear infinite;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    stroke-dashoffset: 79.2;
  }
  50% {
    -webkit-transform: rotate(720deg);
    stroke-dashoffset: 376.8;
  }
  100% {
    -webkit-transform: rotate(1080deg);
    stroke-dashoffset: 79.2;
  }
}
@-moz-keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
    stroke-dashoffset: 79.2;
  }
  50% {
    -moz-transform: rotate(720deg);
    stroke-dashoffset: 376.8;
  }
  100% {
    -moz-transform: rotate(1080deg);
    stroke-dashoffset: 79.2;
  }
}
@-ms-keyframes spinner {
  0% {
    -ms-transform: rotate(0deg);
    stroke-dashoffset: 79.2;
  }
  50% {
    -ms-transform: rotate(720deg);
    stroke-dashoffset: 376.8;
  }
  100% {
    -ms-transform: rotate(1080deg);
    stroke-dashoffset: 79.2;
  }
}
@-o-keyframes spinner {
  0% {
    -o-transform: rotate(0deg);
    stroke-dashoffset: 79.2;
  }
  50% {
    -o-transform: rotate(720deg);
    stroke-dashoffset: 376.8;
  }
  100% {
    -o-transform: rotate(1080deg);
    stroke-dashoffset: 79.2;
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 79.2;
  }
  50% {
    transform: rotate(720deg);
    stroke-dashoffset: 376.8;
  }
  100% {
    transform: rotate(1080deg);
    stroke-dashoffset: 79.2;
  }
}
#onfido-mount {
  margin-bottom: 20px;
  /* to align mobilephone number input */
}
#onfido-mount .react-phone-number-input.onfido-sdk-ui-PhoneNumberInput-phoneNumberContainer {
  margin-top: 0.1em;
  margin-left: 0.1em;
  padding-left: 0.2em;
}
#onfido-mount .onfido-sdk-ui-crossDevice-CrossDeviceLink-inputContainer form {
  margin-top: 0;
}

/* override the styling on the Onfido widget as it was weird in mobile portrait mode */
body .onfido-sdk-ui-Modal-inner {
  width: 92vw;
}

@media (max-width: 479px) {
  body .onfido-sdk-ui-Modal-inner {
    height: 37.5em;
    position: relative;
  }
}
form#form-id-check-retry.center-block {
  margin-bottom: 5rem;
}

.dl-help-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.dl-help-images .wrapper {
  margin: 1em;
}

@media (min-width: 768px) {
  .dl-help-images .wrapper {
    max-width: 40%;
  }
}
.primary.margin-sm.summary #no-sound-text {
  margin-top: 1em;
  margin-bottom: 1em;
}

.identity-verification-options {
  display: block;
  padding-bottom: 20px;
  justify-content: space-evenly;
}

@media (min-width: 725px) {
  .identity-verification-options {
    display: flex;
    flex-wrap: wrap;
  }
}
.identity-verification-button {
  margin-top: 20px;
  margin-bottom: 20px;
}

#email-selection-list {
  margin-top: -10px;
}

form#form-new-email-needed {
  margin-top: 0px;
}

form ul.source-question-flex-container li fieldset {
  column-count: 2;
}
form ul.source-question-flex-container li fieldset div input {
  margin-right: 5px;
}
form ul.source-question-flex-container li fieldset div [type=radio]:checked + label {
  padding-right: 16px;
}
form ul.source-question-flex-container li fieldset .flex-left, form ul.source-question-flex-container li fieldset .flex-right {
  width: 45%;
  padding: 5px;
}
@media (max-width: 750px) {
  form ul.source-question-flex-container li fieldset {
    column-count: 1;
  }
  form ul.source-question-flex-container li fieldset .flex-left, form ul.source-question-flex-container li fieldset .flex-right {
    width: 99%;
  }
}

.error {
  margin-bottom: 20px;
}

.text {
  padding: 20px 20px 0 20px;
  flex-wrap: wrap;
  font-size: 1.1875rem;
}

@media (max-width: 750px) {
  form ul.source-question-flex-container li {
    width: 95%;
  }
}
@media (max-width: 750px) {
  .text {
    width: 95%;
  }
}
#previous-registration-details section {
  margin-bottom: 1em;
}
#previous-registration-details .info {
  width: 100%;
  text-align: left;
  font-size: 0.7em;
  font-style: italic;
  color: #525252;
  margin-top: 0.5em;
}
#previous-registration-details #how-to-export-pdf {
  margin: 40px;
  float: right;
}

.previous-registration-details-box-blue {
  border: 1px solid #006ab5;
  background-color: #229bd8;
  padding: 0.9375rem;
}
.previous-registration-details-box-blue h2 {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.previous-registration-details-box-blue .short-line {
  max-width: 36.25rem;
}
.previous-registration-details-box-blue p {
  color: #fff;
  margin-bottom: 0;
}
.previous-registration-details-box-blue a {
  color: #fff;
  font-weight: bold;
}

#previous-registration-details .previous-registration-details-box-blue section {
  margin-top: 1em;
}

.info-logo {
  display: block;
  text-align: left;
}

.talk-ban-stop-logo {
  max-width: -webkit-fill-available;
  padding-bottom: 0.5em;
}

@media (min-width: 725px) {
  .previous-registration-details .flex-grid {
    display: flex;
    height: 100%;
    flex-direction: row;
  }
  .previous-registration-details .flex-grid .flex-col {
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media (min-width: 1100px) {
  #previous-registration-details {
    height: 100%;
    overflow: hidden;
  }
}
@media print {
  #previous-registration-details .button-add,
  #how-to-export-pdf {
    display: none !important;
  }
}
@media (min-width: 725px) {
  #previous-registration-details .talk-ban-stop-logo {
    max-width: 170px;
    padding-right: 10px;
    padding-top: 3px;
  }
}
p.explanation {
  margin-top: 5px;
  font-size: 1em;
}

/*# sourceMappingURL=main.css.map */
