/*
 * Dubline
 *
 *  created by Dubline
 *
*/
/*
 * BASIC VALUES
 *
 * Reset to default values
 * Set variables (colors, fonts, classes and mixins) to use
 * Set custom default styling
------------------------------------------------------------ */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  backface-visibility: hidden;
}
html {
  position: relative;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img,
object,
video {
  max-width: 100%;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.cohead {
  font-family: "co-headline", sans-serif;
  font-style: normal;
}
.coheadR {
  font-family: "co-headline", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.coheadB {
  font-family: "co-headline", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.coheadL {
  font-family: "co-headline", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
.roboto {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none !important;
}
.flow {
  overflow: hidden;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
@green: rgb(6,144,144);
@darkgreen: rgb(5,88,98);
@tangerine: rgb(247,164,48);
@lightgray:rgb(242,242,242);
@sloganorange:rgb(255,110,43);
@orange: rgb(239,126,26);
@sundown: rgb(234,88,21);
@yellow: rgb(253,198,2);
@sheep: rgb(242,230,207);
@bgorange: rgb(253,192,24);
@darkgray:rgb(196,196,196);
.green { color: @green; }
.darkgreen { color: @darkgreen; }
.tangerine { color: @tangerine; }
.orange { color: @orange; }
.sundown { color: @sundown; }
.yellow { color: @yellow; }
.sheep { color: @sheep; }
.sloganorange{color: @sloganorange}
.lightgray{color:@lightgray}
.darkgray{color:@darkgray}
*/
/*
 * Colors
*/
.orange {
  color: #F07D1B;
}
.orange-bg {
  background-color: #F07D1B;
}
.orangeL {
  color: #F7A430;
}
.orangel-bg {
  background-color: #F7A430;
}
.yellow {
  color: #FDC602;
}
.yellow-bg {
  background-color: #FDC602;
}
.yellowD {
  color: #FDC602;
}
.green {
  color: #069090;
}
.green-bg {
  background-color: #069090;
}
.greenL {
  color: #069090;
}
.greenD {
  color: #055862;
}
.greend-bg {
  background-color: #055862;
}
.grey {
  color: #e0e0e0;
}
.greyL {
  color: #eaeaea;
}
.greyl-bg {
  background-color: #eaeaea;
}
.greyXL {
  color: #f3f3f3;
}
.greyD {
  color: #4A4A4A;
}
.white {
  color: white;
}
.matte {
  color: #F3E7D0;
}
.matte-bg {
  background-color: #F3E7D0;
}
/*
 * TYPOGRAPHY
 *
 * headings
 * paragraphs
 * types
 * links
 *
------------------------------------------------------------ */
/*
 * Defaults
 *
 * Font sizes are based on the golden ratio of 16
 * See this for the modular scale: ow.ly/5jGl6
 * Line-heights and margins are adjusted to keep
 * a 26px (1.625em) vertical rhythm across elements
------------------------------------------------------------ */
html {
  font-size: 16px;
}
body {
  font-size: 0.875rem;
  color: white;
}
/* Headings/small
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: bold;
}
h1 {
  font-size: 1.4em;
  line-height: 1.1471em;
  margin-top: 0.3824em;
  margin-bottom: 0.3824em;
}
h2 {
  font-size: 1.2em;
  line-height: 1.2381em;
  margin-top: 0.619em;
  margin-bottom: 0.619em;
}
h2.green {
  margin-top: 1em;
  color: #03757f;
  text-align: left;
}
h3 {
  font-size: 1.1em;
  /* 26px */
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
small {
  font-size: 0.625em;
  /* 10px */
  margin-bottom: 2.6em;
}
a {
  color: #055862;
  text-decoration: none;
  cursor: pointer;
}
ul,
ol {
  padding-left: 0;
  margin: 0;
}
/*
 * EXTERNAL CSS FILES
 *
 * @import 'inc/....less'
 *
------------------------------------------------------------ */
/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translatez(0);
  transform: translateZ(0);
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 10px;
}
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
}
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
/*
 * UI ELEMENTS
 *
 * input
 * textarea
 * button
 * forms
 * grid
 *
------------------------------------------------------------ */
.cursor {
  cursor: pointer;
}
/*
 * INPUT TYPES
 *
 *  default input reset
 *  input wraps
 *  input
 *  radio
 *  number
 *
*/
input[readonly] {
  color: grey;
}
input:focus {
  outline: 0;
  -webkit-transition: 0.4s;
  /* Safari and Chrome */
  -moz-transition: 0.4s;
  /* Firefox 4 */
  -o-transition: 0.4s;
  /* Opera */
  transition: 0.4s;
}
.form-group {
  position: relative;
  min-height: 56px;
  padding: 4.5vh 0 0 0;
}
.form-group.has-success .input {
  color: #055862;
  border-color: #069090;
}
.form-group#register-coc {
  padding: 0;
}
.form-group.has-success .input::-webkit-input-placeholder {
  color: #055862;
}
.form-group.has-success .input::-moz-placeholder {
  color: #055862;
}
.form-group.has-success .input:-ms-input-placeholder {
  color: #055862;
}
.form-group.has-success::after {
  content: "";
  position: absolute;
  display: block;
  top: 62px;
  right: 12px;
  width: 16px;
  height: 12px;
  background-image: url('assets/img/check-green.svg');
  background-repeat: no-repeat;
}
.form-group.has-error .input {
  color: #EA5813;
  border-color: #EA5813;
}
.form-group.has-error .input::-webkit-input-placeholder {
  color: #EA5813;
}
.form-group.has-error .input::-moz-placeholder {
  color: #EA5813;
}
.form-group.has-error .input:-ms-input-placeholder {
  color: #EA5813;
}
.form-group.current .input {
  color: black;
}
.form-group.last-ch {
  padding: 4.5vh 0 2vh 0 !important;
}
.form-group.form-group--checkbox.has-success .input {
  background-color: #FDC602;
  border-color: #FDC602;
}
.form-group.form-group--checkbox.has-success::after {
  display: none;
}
.messages {
  position: absolute;
  top: 7px;
  width: 100%;
  font-size: 10px;
  color: white;
  text-align: left;
}
.messages p {
  margin: 0;
}

.accept_pp_block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
}
.accept_pp_checkbox {
  flex-grow: 1;
  align-self: start;
}
.accept_pp_label {
  flex-grow: 10;
  align-self: self-start;
  text-align: left;
}

.accept_pp {
  text-align: left;

}
.input {
  width: 100%;
  height: 3.5em;
  background: transparent;
  border: 0;
  font-size: 15px;
  color: black;
  line-height: 3em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  /* Different sizes */
}
.input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #adadad;
}
.input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #adadad;
  opacity: 1;
}
.input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #adadad;
  opacity: 1;
}
.input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #adadad;
}
.input:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #adadad;
}
.input.input-s {
  float: left;
  width: 25%;
}
.input.input-m {
  float: left;
  width: 75%;
}
.input.input-50 {
  float: left;
  width: 47.5% !important;
  margin-top: 4.4vh;
}
.input.input-50.right {
  float: right;
}
.input.has-error {
  color: white;
  background-color: #ff5722;
}
.input.has-error::-webkit-input-placeholder {
  color: #fff;
}
.input.has-error::-moz-placeholder {
  color: #fff;
}
.input.has-error:-ms-input-placeholder {
  color: #fff;
}
.input#pinlock {
  width: 260px;
}
.input.checkscreen {
  margin-top: 1rem;
}
.input#company {
  display: none;
}
.input#address {
  width: 55%;
}
.input#address-num,
.input#address-num-add {
  width: 17.5%;
  margin-left: 5%;
}
.input#city {
  float: right;
  width: 70%;
}
.input#hnum.has-error,
.input#zipcode.has-error,
.input#p-hnum.has-error,
.input#p-zipcode.has-error {
  /*
      color:red;
      border-bottom-color: red;
      .placeholder(red);
*/
  color: white;
  background-color: #ff5722;
}
.input#hnum.has-error::-webkit-input-placeholder,
.input#zipcode.has-error::-webkit-input-placeholder,
.input#p-hnum.has-error::-webkit-input-placeholder,
.input#p-zipcode.has-error::-webkit-input-placeholder {
  color: #fff;
}
.input#hnum.has-error::-moz-placeholder,
.input#zipcode.has-error::-moz-placeholder,
.input#p-hnum.has-error::-moz-placeholder,
.input#p-zipcode.has-error::-moz-placeholder {
  color: #fff;
}
.input#hnum.has-error:-ms-input-placeholder,
.input#zipcode.has-error:-ms-input-placeholder,
.input#p-hnum.has-error:-ms-input-placeholder,
.input#p-zipcode.has-error:-ms-input-placeholder {
  color: #fff;
}
.input#hnum.has-success,
.input#zipcode.has-success,
.input#p-hnum.has-success,
.input#p-zipcode.has-success {
  /*
      color:green;
      border-bottom-color: green;
      .placeholder(green);
*/
  position: relative;
  color: #055862;
  background-color: #d7ffaa;
}
.input#hnum.has-success::-webkit-input-placeholder,
.input#zipcode.has-success::-webkit-input-placeholder,
.input#p-hnum.has-success::-webkit-input-placeholder,
.input#p-zipcode.has-success::-webkit-input-placeholder {
  color: #055862;
}
.input#hnum.has-success::-moz-placeholder,
.input#zipcode.has-success::-moz-placeholder,
.input#p-hnum.has-success::-moz-placeholder,
.input#p-zipcode.has-success::-moz-placeholder {
  color: #055862;
}
.input#hnum.has-success:-ms-input-placeholder,
.input#zipcode.has-success:-ms-input-placeholder,
.input#p-hnum.has-success:-ms-input-placeholder,
.input#p-zipcode.has-success:-ms-input-placeholder {
  color: #055862;
}
.input#hnum.has-success::after,
.input#zipcode.has-success::after,
.input#p-hnum.has-success::after,
.input#p-zipcode.has-success::after {
  content: "";
  position: absolute;
  display: block;
  top: 38px;
  right: 12px;
  width: 16px;
  height: 12px;
  background-image: url('assets/img/check-green.svg');
  background-repeat: no-repeat;
}
.input#hnum.current,
.input#zipcode.current,
.input#p-hnum.current,
.input#p-zipcode.current,
.input#hnum:focus,
.input#zipcode:focus,
.input#p-hnum:focus,
.input#p-zipcode:focus {
  background-color: white;
  color: black;
  border-bottom-color: #c4c4c4;
}
.input#hnum.current::-webkit-input-placeholder,
.input#zipcode.current::-webkit-input-placeholder,
.input#p-hnum.current::-webkit-input-placeholder,
.input#p-zipcode.current::-webkit-input-placeholder,
.input#hnum:focus::-webkit-input-placeholder,
.input#zipcode:focus::-webkit-input-placeholder,
.input#p-hnum:focus::-webkit-input-placeholder,
.input#p-zipcode:focus::-webkit-input-placeholder {
  color: black;
}
.input#hnum.current::-moz-placeholder,
.input#zipcode.current::-moz-placeholder,
.input#p-hnum.current::-moz-placeholder,
.input#p-zipcode.current::-moz-placeholder,
.input#hnum:focus::-moz-placeholder,
.input#zipcode:focus::-moz-placeholder,
.input#p-hnum:focus::-moz-placeholder,
.input#p-zipcode:focus::-moz-placeholder {
  color: black;
}
.input#hnum.current:-ms-input-placeholder,
.input#zipcode.current:-ms-input-placeholder,
.input#p-hnum.current:-ms-input-placeholder,
.input#p-zipcode.current:-ms-input-placeholder,
.input#hnum:focus:-ms-input-placeholder,
.input#zipcode:focus:-ms-input-placeholder,
.input#p-hnum:focus:-ms-input-placeholder,
.input#p-zipcode:focus:-ms-input-placeholder {
  color: black;
}
.input#wachtwoord {
  padding-right: 20%;
}
input[type=radio] {
  -webkit-appearance: radio !important;
  appearance: radio !important;
}
.radio-check {
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: #676767;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* toggle on */
}
.radio-check .radio-wrap:last-child label {
  border-bottom: 0;
}
.radio-check label {
  font-size: 14px;
  text-align: left;
  padding-left: 36vw;
  border-bottom: 1px solid #676767;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
#prepaid-subscription-select.radio-check .radio-wrap  label {
  padding-left: 18vw !important;
}
.subscription-icons {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  top:12px;
  position: relative;
  margin-right: 20px;
  display: inline-block;
}
.radio-check input.radio:empty {
  display: none;
}
.radio-check input.radio:empty ~ label {
  position: relative;
  float: left;
  line-height: 4.4em;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-check input.radio:empty ~ label:before {
  position: absolute;
  display: block;
  top: 21px;
  bottom: 0;
  left: 55px;
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 2px #ff5722;
}
#prepaid-subscription-select.radio-check input.radio:empty ~ label:before {
  top: 24px;
  left: 28px;
}
.radio-check input.radio:hover:not(:checked) ~ label:before {
  text-indent: 0.9em;
  color: #fff;
}
.radio-check input.radio:hover:not(:checked) ~ label {
  color: #676767;
}
.radio-check input.radio:checked ~ label:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #fff;
  background-color: #055862;
  box-shadow: 0 0 0 2px #055862;
}
.radio-check input.radio:checked ~ label {
  color: #055862;
  font-weight: 600;
}
.radio-check input.radio:focus ~ label:before {
  box-shadow: 0 0 0 2px #ff5722;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkbox,
input[type=checkbox] {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 10px;
  margin-top: 2px;
  background-color: transparent;
  border: 2px solid white;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.4s ease;
  /* Firefox 4 */
  -o-transition: all 0.4s ease;
  /* Opera */
  transition: all 0.4s ease;
}
.checkbox:checked,
input[type=checkbox]:checked {
  background-color: #FDC602;
  border-color: white;
}
.select {
  width: 100%;
  height: 40px;
  text-indent: 10px;
  color: #055862;
  background-color: white;
  background-image: url('assets/img/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: 95% center;
}
textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
textarea:focus {
  outline: 0;
  -webkit-transition: 0.4s;
  /* Safari and Chrome */
  -moz-transition: 0.4s;
  /* Firefox 4 */
  -o-transition: 0.4s;
  /* Opera */
  transition: 0.4s;
}
.textearea p {
  font-size: 1em;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #e0e0e0;
}
.textearea p:last-child {
  margin-bottom: 0 !important;
}
button,
input[type="button"],
input[type="submit"] {
  border: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: 0.4s;
  /* Safari and Chrome */
  -moz-transition: 0.4s;
  /* Firefox 4 */
  -o-transition: 0.4s;
  /* Opera */
  transition: 0.4s;
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  outline: 0;
}
.notice.unavailable {
  background-color: #F3E7D0;
  display: block;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
  color: #696868;

}
.btn {
  position: absolute;
  bottom: 3rem;
  left: 1rem;
  right: 1rem;
  width: calc(100% - 2rem);
  height: 50px;
  padding: 0;
  background-color: #FDC602;
  font-size: 1rem;
  color: #4A4A4A;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}
.btn.btn-s {
  width: calc(25% - 1.5rem);
}
.btn.btn-m {
  right: inherit;
  width: calc(47.5% - 1.5rem);
}
.btn.btn-m.last {
  left: inherit;
}
.btn.btn-l {
  width: calc(75% - 1.5rem);
}
.btn.btn-white {
  background-color: white;
}
.btn.btn-matte {
  background-color: #F3E7D0;
}
.btn.btn-grey {
  background-color: #e0e0e0;
}
.btn.btn-greend {
  background-color: #055862;
}
.btn.btn-sea {
  background-color: #069090;
}

.btn.btn-icon {
  line-height: 59px;
}
.btn.btn-disabled {
  background-color: #e0e0e0;
  color: #696868;
}
.btn.btn--inline {
  position: relative;
  right: inherit;
  bottom: inherit;
  left: inherit;
  margin-top: 2rem;
  width: 100%;
}
.btn.btn--inline:first-child {
  margin-top: 1rem;
}
a.no-btn {
  font-size: 0.875rem;
  text-decoration: none;
}
.btn-sub-warning {
  display: block;
  background-color: white;
  margin: 0px auto 0px;
  padding: 10px 10px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  width: calc(100% - 2rem);
  color: #EA5815;
  font-weight: 600;
}
btn-mobile {
  margin-bottom: 0px;
}
meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto;
  width: 100%;
  height: 0.5em;
  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
  /* Webkit based browsers */
  /* Gecko based browsers */
}
meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}
meter[value="1"]::-webkit-meter-optimum-value {
  background: #ff5722;
}
meter[value="2"]::-webkit-meter-optimum-value {
  background: #FDC602;
}
meter[value="3"]::-webkit-meter-optimum-value {
  background: #169688;
}
meter[value="4"]::-webkit-meter-optimum-value {
  background: #055862;
}
meter[value="1"]::-moz-meter-bar {
  background: #ff5722;
}
meter[value="2"]::-moz-meter-bar {
  background: #FDC602;
}
meter[value="3"]::-moz-meter-bar {
  background: #169688;
}
meter[value="4"]::-moz-meter-bar {
  background: #055862;
}
#password-strength-meter {
  position: absolute;
  top: 4.74vh;
  left: 2px;
  z-index: 5;
  width: calc(100% - 4px);
  height: 0.5em;
  margin: 0 auto;
  border: 0;
}
#password-strength-meter.bad {
  background-color: #ff5722;
}
#password-strength-meter.weak {
  background-color: #FDC602;
}
#password-strength-meter.good {
  background-color: #169688;
}
#password-strength-meter.strong {
  background-color: #055862;
}
#password-strength-text {
  position: absolute;
  top: 6.5vh;
  right: 0;
  z-index: 5;
  width: 20%;
}
#password-strength-text.bad {
  color: #ff5722 !important;
}
#password-strength-text.weak {
  color: #FDC602 !important;
}
#password-strength-text.good {
  color: #169688 !important;
}
#password-strength-text.strong {
  color: #055862 !important;
}
.alert {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  width: calc(100% - 40px);
  border-radius: 5px;
  margin: 0 20px;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
  color: white;
  text-shadow: none;
  will-change: top;
  -webkit-transition: top 0.4s ease-in-out;
  /* Safari and Chrome */
  -moz-transition: top 0.4s ease-in-out;
  /* Firefox 4 */
  -o-transition: top 0.4s ease-in-out;
  /* Opera */
  transition: top 0.4s ease-in-out;
}
.alert.alert-info,
.alert.alert-success,
.alert.alert-error {
  top: 12.5vh;
}
.alert.alert-info,
.alert.alert-success {
  background-color: #055862;
}
.alert.alert-error {
  background-color: #ff5722;
}
.alert a {
  color: white;
  font-weight: 700;
  text-decoration: none;
}
.switch {
  position: relative;
  margin: 32px auto 0;
  height: 53px;
  width: 100%;
  background: white;
  padding: 0;
}
.switch-label {
  position: relative;
  left: 5px;
  z-index: 2;
  float: left;
  padding-top: 14px;
  width: 49%;
  line-height: 26px;
  font-size: 14px;
  color: black;
  text-align: center;
  cursor: pointer;
}
.switch-label-off {
  padding-left: 2px;
}
.switch-label-on {
  padding-left: 15px;
}
.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  font-weight: 600;
  color: #4A4A4A;
  -webkit-transition: 0.15s ease-out;
  /* Safari and Chrome */
  -moz-transition: 0.15s ease-out;
  /* Firefox 4 */
  -o-transition: 0.15s ease-out;
  /* Opera */
  transition: 0.15s ease-out;
}
.switch #porting-num {
  letter-spacing: -0.08em;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 49.9%;
  /* Note: left: 50% doesn't transition in WebKit */
}
.switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
  width: 49%;
  height: 45px;
  background-color: #FDC602;
  -webkit-transition: left 0.15s ease-out;
  /* Safari and Chrome */
  -moz-transition: left 0.15s ease-out;
  /* Firefox 4 */
  -o-transition: left 0.15s ease-out;
  /* Opera */
  transition: left 0.15s ease-out;
}
.switch-selection::after {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  top: 16px;
  width: 16px;
  height: 12px;
  background-image: url('assets/img/check-green.svg');
  background-repeat: no-repeat;
}
#address-check {
  display: block;
  padding-top: 20px;
}
#address-check .greeninfo {
  margin-top: 2em;
  margin-bottom: 0;
}
#address-check .form-group {
  float: left;
  width: 100%;
}
#address-check .form-group .checkscreen {
  padding-top: 0;
}

.padding-20 {
  padding-top:32px !important;
}
.padding-50 {
  padding-top:50px;
}
.padding-10 {
  padding-top: 10px;
}

.center1120 {
  position: relative;
  width: 1120px;
  height: auto;
  margin: 0 auto;
}
.center1120:after {
  display: table;
  content: '';
  clear: both;
}
@media only screen and (max-width: 767px) {
  .center1120 {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .center1120 {
    width: 100%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}
.table {
  display: table;
  height: 100%;
}
.table .cell {
  display: table-cell;
  height: 100%;
}
.mixin-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.mixin-span_first {
  margin-left: 0;
}
/* --- Gridpak variables ---*/
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 1120px;
  height: auto;
  margin: 0 auto;
}
.row:after {
  display: table;
  content: '';
  clear: both;
}
.row.row-full {
  width: 100%;
}
.row:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}
.row .col:first-child {
  margin-left: 0;
}
.no-flexbox .row {
  display: table;
}
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  margin-left: 5%;
  padding: 0 0%;
  flex: 1;
}
.col-1 {
  width: 12.5%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 5%;
}
.col-2 {
  width: 30%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 5%;
}
.col-3 {
  width: 47.5%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 5%;
}
.col-4 {
  width: 65%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 5%;
}
.col-5 {
  width: 82.5%;
  border-left-width: 0;
  padding: 0 0%;
  margin-left: 5%;
}
.col-6 {
  margin-left: 0;
  width: 100%;
}
/**
 * Gridpak Beta LESS
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
/* Reusable column setup */
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.row:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}
.no-flexbox .row {
  display: table;
}
.mixin-col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.mixin-span_first {
  margin-left: 0;
}
/* 1. 3 Column Grid 0px - 319px
-----------------------------------------------------------------------------

Span 1:    32.6666666667%
Span 2:    66.3333333333%
Span 3:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 319px) {
  .col {
    margin-left: 1%;
    padding: 0 1.5%;
  }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0;
  }
  .col-1 {
    width: 32.66666667%;
    border-left-width: 0;
    padding: 0 1.5%;
    margin-left: 1%;
  }
  .col-2 {
    width: 66.33333333%;
    border-left-width: 0;
    padding: 0 1.5%;
    margin-left: 1%;
  }
  .col-3 {
    margin-left: 0;
    width: 100%;
  }
}
/* 2. 3 Column Grid 320px - 779px
-----------------------------------------------------------------------------

Span 1:    32.5%
Span 2:    66.25%
Span 3:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 779px) {
  .col {
    margin-left: 1.25%;
    padding: 0 1.25%;
  }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0;
  }
  .col-1 {
    width: 32.5%;
    border-left-width: 0;
    padding: 0 1.25%;
    margin-left: 1.25%;
  }
  .col-2 {
    width: 66.25%;
    border-left-width: 0;
    padding: 0 1.25%;
    margin-left: 1.25%;
  }
  .col-3 {
    margin-left: 0;
    width: 100%;
  }
}
/* 3. 6 Column Grid 780px - 1099px
-----------------------------------------------------------------------------

Span 1:    15.4166666667%
Span 2:    32.3333333333%
Span 3:    49.25%
Span 4:    66.1666666667%
Span 5:    83.0833333333%
Span 6:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 780px) and (max-width: 1119px) {
  .col {
    margin-left: 1.5%;
    padding: 0 1.5%;
  }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0;
  }
  .col-1 {
    width: 15.41666667%;
    border-left-width: 0;
    padding: 0 1.5%;
    margin-left: 1.5%;
  }
  .col-2 {
    width: 32.33333333%;
    border-left-width: 0;
    padding: 0 1.5%;
    margin-left: 1.5%;
  }
  .col-3 {
    width: 49.25%;
    border-left-width: 0;
    padding: 0 1.5%;
    margin-left: 1.5%;
  }
  .col-4 {
    width: 66.16666667%;
    border-left-width: 0;
    padding: 0 1.5%;
    margin-left: 1.5%;
  }
  .col-5 {
    width: 83.08333333%;
    border-left-width: 0;
    padding: 0 1.5%;
    margin-left: 1.5%;
  }
  .col-6 {
    margin-left: 0;
    width: 100%;
  }
}
/* 4. 6 Column Grid 1100px - Infinity
-----------------------------------------------------------------------------

Span 1:    15.0%
Span 2:    32.0%
Span 3:    49.0%
Span 4:    66.0%
Span 5:    83.0%
Span 6:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 1120px) {
  .col {
    margin-left: 2%;
    padding: 0 1.5%;
  }
  /* --- Gridpak variables ---*/
  .row {
    position: relative;
    width: 1120px;
    height: auto;
    margin: 0 auto;
  }
  .row:after {
    display: table;
    content: '';
    clear: both;
  }
  .row.row-full {
    width: 100%;
  }
  .row .col:first-child {
    margin-left: 0;
  }
  .col-1 {
    width: 15%;
    border-left-width: 0;
    padding: 0 1.5%;
    margin-left: 2%;
  }
  .col-2 {
    width: 32%;
    border-left-width: 0;
    padding: 0 1.5%;
    margin-left: 2%;
  }
  .col-3 {
    width: 49%;
    border-left-width: 0;
    padding: 0 1.5%;
    margin-left: 2%;
  }
  .col-4 {
    width: 66%;
    border-left-width: 0;
    padding: 0 1.5%;
    margin-left: 2%;
  }
  .col-5 {
    width: 83%;
    border-left-width: 0;
    padding: 0 1.5%;
    margin-left: 2%;
  }
  .col-6 {
    margin-left: 0;
    width: 100%;
  }
}
/*
 * DEFAULT STYLING + TEMPLATES
 *
 * default
 * templates
 *  homepage
 *  login
 *  coupon
 *  account
 *
------------------------------------------------------------ */
body,
.ui-overlay-a {
  position: relative !important;
  width: 100%!important;
  height: 100%!important;
  min-width: 100%!important;
  background-color: #F2E6CF;
  text-shadow: none;
  color: #055862;
}
body.is-fixed,
.ui-overlay-a.is-fixed {
  position: fixed !important;
}
/*
@media only screen and (min-width:321px) and (max-width:375px) {
  body,
  .ui-overlay-a { background-size: 375px 230px, 100% 100%; }
}
@media only screen and (min-width:376px) and (max-width:425px) {
  body,
  .ui-overlay-a { background-size: 425px 260px, 100% 100%; }
}
*/
/*
body.tablet #header,
body.tablet .page,
body.desktop #header
body.desktop .page {
  width: 414px !important;
  min-width: 414px!important;
  min-height: 736px;
  margin: 0 auto;
  overflow: hidden;
}
*/
.whitebg {
  background-color: white;
}
.mattebg {
  background-color: #F2E6CF;
}
.graybg {
  background-color: #eaeaea;
}
.graybgfull {
  background-color: white;
  height: 100%;
  padding-top: 4vh!important;
}
.ui-mobile,
.ui-mobile body {
  min-height: 100vh;
  height: auto;
}
/*
.ui-mobile .ui-page-active,
.page .overlay {
  min-height: 87.5vh;
  overflow: hidden;
}
*/
.ui-mobile .ios .ui-page {
  min-height: calc(100vh - 87px);
}
@media only screen and (max-device-width: 320px) and (max-device-height: 480px) {
  .ui-mobile .ios .ui-page {
    min-height: calc(100% - 87px) !important;
  }
}
.ui-mobile .ios .ui-page.page-480h {
  min-height: calc(480px - 87px) !important;
}
.ui-mobile .ios .ui-page.page-667h {
  min-height: calc(667px - 87px) !important;
}
.page .overlay {
  min-height: 86.7vh;
  overflow: hidden;
}
@media only screen and (max-device-width: 320px) and (max-device-height: 480px) {
  .page .overlay {
    min-height: calc(100% - 87px) !important;
    /* Fix for * hight shift problem */
    margin-top: -87px;
    padding-top: 87px;
  }
}
.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
  top: 70px;
  text-shadow: none!important;
}
#header {
  background-color: #F2E6CF;
  height: 70px;
  display: block;
  position: relative;
  z-index: 100;
}
#logo {
  float: left;
  height: 35px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 6px;
}
.header--icon {
  float: right;
  width: 20px;
  margin-right: 20px;
}
.header--icon:first-child {
  margin-right: 0;
}
.page {
  width: 100%;
  overflow: hidden;
}
.page .main-area {
  width: 100%;
  padding: 0 5%;
}
.page .main-area #logowrap {
  padding-top: 28vh;
  padding-bottom: 3vh;
  width: 90%;
  margin: 0 auto;
}
.page .main-area #logowrap .slogan {
  font-family: "co-headline", sans-serif;
  font-style: normal;
  color: #ff5722;
}
.page .main-area .part2 {
  margin-top: 0px !important;
}
.page .main-area#login {
  padding-bottom: 15vh;
}
.page .main-area .loginform {
  padding-top: 30px;
}
.page .main-area .h-form {
  display: none;
  visibility: hidden;
}
.page .main-area#success-login {
  padding-top: 5vh;
}
.page .overlay {
  position: absolute;
  top: -110vh;
  z-index: 10;
  display: block;
  width: calc(100% - 10px);
  left: 5px;
  height: 86.7vh;
  padding: 28vh 5% 0;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: top 0.4s ease;
  /* Safari and Chrome */
  -moz-transition: top 0.4s ease;
  /* Firefox 4 */
  -o-transition: top 0.4s ease;
  /* Opera */
  transition: top 0.4s ease;
}
.page .overlay.is-active {
  top: 20px;
}
.page .overlay.greenbg {
  background-color: rgba(5, 88, 98, 0.95);
  color: white;
}
.page .overlay.whitebg {
  background-color: #ffffff;
  color: red;
}
.page .overlay.error {
  height: 100%;
  padding-top: 15vh;
  background-image: url(assets/img/bg-houses-green.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.page .overlay.error h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 100 !important;
  font-size: 38px;
}
.page .overlay.error p a {
  font-weight: bold;
  color: white;
}
.page .overlay.error .btn {
  bottom: 2rem;
}
.page .overlay#pl-overlay .form-group {
  padding-top: 0 !important;
  overflow: visible;
}
.page .overlay#pl-overlay .form-group p.error {
  margin: 0 auto 1rem auto;
  width: 260px;
  font-size: 11px;
  color: red;
}
.page .overlay#pl-overlay .button {
  bottom: -11vh;
  z-index: 1001;
}
.page .overlay#completer {
  padding-right: 0;
  padding-left: 0;
}
.page .overlay .circle {
  bottom: 300px;
  padding-top: 330px;
  color: #03757f;
  text-align: center;
}
.page .overlay .circle p {
  font-family: "co-headline", sans-serif;
  font-style: normal;
}
.page .overlay .circle img {
  margin-top: 50px;
}
.page .overlay .circle .btn {
  width: 40%;
}
.page#pageLogin .circle {
  top: -350px;
}
.page#pageForgot .circle {
  top: -300px;
}
.page#pageForgot .main-area .loginform {
  padding-top: 0;
}
.page#pageForgot .button {
  width: 87.5%;
}
#splash {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  height: 100vh;
  background-color: #F2E6CF;
  text-shadow: none;
}
#splash #logowrap {
  display: block;
  width: 90%;
  height: auto;
  margin: 30vh auto 0;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  /* Safari and Chrome */
  -moz-transition: opacity 1.5s;
  /* Firefox 4 */
  -o-transition: opacity 1.5s;
  /* Opera */
  transition: opacity 1.5s;
}
#splash #logowrap.is-visible {
  opacity: 1;
}
#splash .slogan {
  font-family: "co-headline", sans-serif;
  font-style: normal;
  font-size: 1.5em;
  color: #ff5722;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 321px) and (max-width: 390px) {
  #splash .slogan {
    font-size: 23px;
  }
}
@media only screen and (min-width: 391px) and (max-width: 425px) {
  #splash .slogan {
    font-size: 24px;
  }
}
#pageSlider {
  height: calc(100vh - 87px);
}
.ios #pageSlider.page-480h {
  height: calc(480px - 87px) !important;
}
.ios #pageSlider.page-667h {
  height: calc(667px - 87px) !important;
}
.bx-wrapper {
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  background: white;
}
.bx-wrapper .bx-has-pager {
  position: relative;
  bottom: -4rem;
  width: auto;
  display: none !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #FDC602;
  background-color: transparent;
  text-indent: -9999px;
  outline: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #FDC602;
}
.bx-wrapper .bx-pager-item {
  margin-right: 10px;
}
.bx-viewport {
  height: calc(100vh - 70px) !important;
  text-align: left;
}
.bx-viewport li {
  position: relative;
  width: 100vw !important;
  height: calc(100vh - 70px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bx-viewport h3 {
  color: #ff5722;
  line-height: 6vh;
  padding-top: 2vh;
  padding-right: 8%;
  padding-left: 8%;
  margin-bottom: 1vh !important;
  font-size: 5.3vh !important;
  font-family: "co-headline", sans-serif;
  font-style: normal;
  font-weight: 100!important;
}
.bx-viewport .slide-txt {
  position: relative;
  z-index: 1;
  top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.bx-viewport .slide-txt p {
  margin-top: 0;
  font-family: "co-headline", sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 1.25;
  color: #ff5722 !important;
  letter-spacing: 1px;
}
.splash {
  z-index: 9999;
}
#errors {
  color: red;
  font-size: 11px;
  clear: both;
  padding-top: 15px;
}
.page .main-area#first-page {
  padding: 0;
}
#have-cpn {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}
#login {
  font-size: 1rem;
  color: white;
  text-transform: uppercase;
  display: block;
  /*
  &:after {
	display: inline-block;
    content: '';
    position: absolute;
    top: 8px;
    right: 11px;
    width: 20px;
    height: 28px;
    margin-left: 10px;
    background-image: url('../img/lock.svg');
    background-repeat: no-repeat;
  }
*/
}
#login--icon {
  position: relative;
  top: 8px;
  display: inline-block;
  width: 20px;
  height: 28px;
  margin-top: 5px;
  margin-left: 10px;
  background-image: url('../img/lock.svg');
  background-repeat: no-repeat;
}
#have-cpn {
  display: none;
  bottom: 1rem;
  color: white;
}
#start {
  right: 1rem;
  bottom: 3rem;
  left: unset !important;
  left: inherit;
  display: block;
}

.btn-bottom-align {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 120px;
  width: 100%;
  padding-bottom: 15px;
  background-color: white;
  border-radius: 20px 20px 0 0;
}

#pageAccount p {
  margin-bottom: 0;
}
#pageCoupon #pl-form {
  margin-top: 25vh;
}
#pageCoupon #pl-form p {
  margin-bottom: 0;
}
#pageCoupon .btn-s {
  right: inherit;
}
#pageCoupon .btn-l {
  left: inherit;
}
#coc-zip-wrap {
  overflow: hidden;
}
#coc-check,
#zipcode-check,
#vat-number-check {
  display: none;
  overflow: hidden;
}
#coc-check.is-visible,
#zipcode-check.is-visible,
#vat-number-check.is-visible {
  display: block;
}
#main {
  overflow: hidden;
  width: 100%;
  min-height: 35vh;
}
#main #main-area {
  min-height: 25vh;
  width: 100%;
  text-align: center;
  overflow-y: scroll;
}
#main #main-area #logowrap {
  padding-top: 28vh;
  padding-bottom: 3vh;
  width: 90%;
  margin: 0 auto;
}
#main #main-area #logowrap .slogan {
  font-family: "co-headline", sans-serif;
  font-style: normal;
  color: #ff5722;
}
#pageCheckInfo #address-check.is-coc #coc-info {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#pageCheckInfo #address-check.is-coc a#startOver {
  margin-top: 0;
}
#pageCheckInfo #address-check.is-coc .button {
  bottom: 6vh;
}
#pageCheckInfo #coc-info {
  display: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#pageCheckInfo #coc-info.is-visible {
  display: block;
}
#pageCheckInfo a#startOver {
  display: block;
  margin-top: 45px;
  font-size: 0.875rem;
  text-decoration: none;
}
.cip-container {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}
.cip-container-company {
  margin-bottom: 20px;
}
.cip {
  position: relative;
  padding-left: 3rem;
  font-size: 1rem;
  text-align: left;
}
.cip:after {
  position: absolute;
  top: 1px;
  left: 1rem;
}
.cip#cip-address:after {
  content: url('assets/img/account.svg');
  width: 16px;
  height: 16px;
}
.cip#cip-mail:after {
  content: url('assets/img/email.svg');
  width: 15px;
  height: 18px;
}
.cip#cip-company:after {
  content: url('assets/img/business.svg');
  width: 18px;
  height: 18px;
}
.cip#cip-abo,
.cip#c-fee,
.cip#p-fee {
  padding-left: 4rem;
}
.cip#cip-abo:after,
.cip#c-fee:after,
.cip#p-fee:after {
  top: 0.5rem;
  left: 0.5rem;
}
.cip#cip-phone:after {
  content: url('assets/img/phone.svg');
  width: 17px;
  height: 17px;
}
.cip#cip-abo:after,
.cip#cip-prepaid-abo:after {
  content: url('assets/img/phone.svg');
  width: 24px;
  height: 24px;
}
.cip#c-fee:after,
.cip#c-prepaid-fee:after
{
  content: '';
  width: 25px;
  height: 25px;
  background-image: url('assets/img/connection-fee.svg');
  background-size: cover;
}
.cip#p-fee:after {
  left: 1rem;
  content: '';
  width: 26px;
  height: 22px;
  background-image: url('assets/img/porting-fee.svg');
  background-size: cover;
}
.cip#one-phone:after {
  content: '';
  width: 20px;
  height: 39px;
  background-image: url('assets/img/iphone.svg');
  background-size: cover;
}
.cip#business-private:after {
  top: 0.3em;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('assets/img/account-circle.svg');
  background-size: cover;
}
.cip#direct-use:after {
  top: 0.5em;
  content: '';
  width: 26px;
  height: 26px;
  background-image: url('assets/img/phone-call.svg');
  background-size: cover;
}
.cip span {
  display: block;
}
#pageSuccess .message.success h2,
#provSuccess .message.success h2,
#orderSuccess .message.success h2 {
  font-family: "co-headline", sans-serif;
  font-style: normal;
  font-weight: 100!important;
  font-size: 28px;
  color: #03757f;
  padding-top: 13.5vh;
}
#pageSuccess .message.success p,
#provSuccess .message.success p,
#orderSuccess .message.success p {
  color: #03757f;
}
#provChange.ui-page-active {
  display: block;
  min-height: 87.5vh;
}
#provChange .h2 {
  padding-top: 5vh;
  font-family: "co-headline", sans-serif;
  font-style: normal;
  font-weight: 100!important;
  font-size: inherit;
  color: #03757f;
}
#provCancelled .message.success h2,
#provCancelled .message.success p {
  color: #03757f;
}
#provCancelled .message.error h2,
#provCancelled .message.rejected h2,
#provCancelled .message.error p,
#provCancelled .message.rejected p {
  color: red;
}
#provCancelled .message.cancelled h2,
#provCancelled .message.cancelled p {
  color: #ff5722;
}
#provCancelled .message h2 {
  font-family: "co-headline", sans-serif;
  font-style: normal;
  font-weight: 100!important;
  font-size: 38px;
  padding-top: 13.5vh;
}
.page#pageSelNumb .circle {
  top: -220px;
}
.page#pageSelNumb .greeninfo {
  padding-bottom: 10px;
  text-align: center;
}
.page#pageSelNumb #change-num {
  display: block;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
.page#pageSelNumb .button {
  bottom: 10vh;
}
#progressBar {
  display: block;
  width: 90%;
  height: 16px;
  padding: 3px;
  margin: 15px auto 0;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#progressBar div {
  height: 100%;
  padding: 0 10px;
  font-size: 11px;
  color: white;
  text-align: right;
  line-height: 10px;
  width: 0;
  background-color: #03757f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#num-wrap {
  position: relative;
  height: 312px;
  overflow-y: scroll;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#num-wrap .overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  min-height: 185px;
  height: 100%;
  padding-top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  /* Safari and Chrome */
  -moz-transition: opacity 0.4s ease;
  /* Firefox 4 */
  -o-transition: opacity 0.4s ease;
  /* Opera */
  transition: opacity 0.4s ease;
}
#num-wrap .overlay.is-active {
  z-index: 10;
  opacity: 1;
}
#num-wrap--gradient {
  position: absolute;
  bottom: 0;
  z-index: 11;
  height: 33px;
  width: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
}

#sub-wrap {
  position: relative;
  overflow-y: scroll;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#sub-wrap .overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  min-height: 185px;
  height: 100%;
  padding-top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  /* Safari and Chrome */
  -moz-transition: opacity 0.4s ease;
  /* Firefox 4 */
  -o-transition: opacity 0.4s ease;
  /* Opera */
  transition: opacity 0.4s ease;
}
#sub-wrap .overlay.is-active {
  z-index: 10;
  opacity: 1;
}
#sub-wrap--gradient {
  position: absolute;
  bottom: 0;
  z-index: 11;
  height: 33px;
  width: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
}


#numLocal {
  margin-top: 1rem;
}
#pageNumPort .main-area {
  margin-top: 5vh;
}
#port-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  /* Safari and Chrome */
  -moz-transition: opacity 0.4s ease-in-out;
  /* Firefox 4 */
  -o-transition: opacity 0.4s ease-in-out;
  /* Opera */
  transition: opacity 0.4s ease-in-out;
}
#port-wrap.is-active {
  opacity: 1;
}
#port-wrap p:last-child {
  margin-bottom: 0;
}
#pagePort1 p,
#pagePort2 p {
  margin-bottom: 0;
}
#pagePort1 .btn-s,
#pagePort2 .btn-s {
  right: inherit;
}
#pagePort1 .btn-l,
#pagePort2 .btn-l {
  left: inherit;
}
.cart-container {
  background-color: white;
  padding: 30px 20px 25px 20px;
  --mask:
    radial-gradient(11.18px at 50% 15px,#000 99%,#0000 101%) calc(50% - 20px) 0/40px 51% repeat-x,
    radial-gradient(11.18px at 50% -5px,#0000 99%,#000 101%) 50% 10px/40px calc(51% - 10px) repeat-x,
    radial-gradient(11.18px at 50% calc(100% - 15px),#000 99%,#0000 101%) calc(50% - 20px) 100%/40px 51% repeat-x,
    radial-gradient(11.18px at 50% calc(100% + 5px),#0000 99%,#000 101%) 50% calc(100% - 10px)/40px calc(51% - 10px) repeat-x;
  -webkit-mask: var(--mask);
            mask: var(--mask);

}
.cart-header {
  font-size: 2rem;
  color: #4A4A4A;
  font-weight: 600;
  margin-bottom: 20px;
}

.cart-row {
  text-align: left;
}
.cart-row .cart-title {
  padding-bottom: 5px;
  border-bottom: 2px solid #4A4A4A;
  font-size: 0.875rem;
  font-weight: 600;
}
#c-fee {
  display: block;
}
#c-fee.show {
  display: block;
}
#p-fee {
  display: none;
}
#p-fee.show {
  display: block;
}
.inline {
  display: inline-block !important;
}
.inline.lt {
  text-decoration: line-through;
}
.ui-mobile,
.ui-mobile body.terms-conditions {
  position: relative !important;
}
.page .main-area#terms-cond {
  padding-bottom: 12vh !important;
  margin-top:25px;
  font-size: 14px;
  line-height: 1.4em;
  color: #676767;
  text-align: left;
}
.page .main-area#terms-cond h1,
.page .main-area#terms-cond h3 {
  color: #03757f;
}
.page .main-area#terms-cond h1 {
  margin-bottom: 1.5em;
}
.page .main-area#terms-cond h2 {
  font-size: 14px;
  color: #ff5722;
  margin-bottom: 1.25rem;
}
.page .main-area#terms-cond #tc-index {
  margin-bottom: 1rem;
}
.page .main-area#terms-cond ul {
  padding-left: 15px;
}
.page .main-area#terms-cond a {
  color: #ff5722;
  text-decoration: none;
}
.page .main-area#terms-cond a.btn {
  color: white;
}
.page .main-area .terms ul {
  font-family: "co-headline", sans-serif;
  font-style: normal;
  text-align: left;
}
.page .main-area .terms p {
  margin: 0 auto 2em;
  font-style: normal;
  font-size: 14px;
}
.page .main-area .terms ul {
  width: 80vw;
  margin: 2em auto;
  list-style-type: none;
}
.page .main-area .terms ul li.cip {
  position: relative;
  padding-bottom: 1em;
  padding-left: 4em;
  margin-bottom: 1em;
  border-bottom: 1px solid #055862;
  font-size: 1rem;
  line-height: 39px;
}
#scrollDown {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 45px;
  height: 40px;
  background-color: rgba(5, 88, 98, 0.5);
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
}
#scrollDown #st-icon {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 10px;
  border-top: 20px solid white;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.icon-notice {
  width: 62px;
  height: 62px;
  margin-left: calc(50% - 31px);
  margin-right: calc(50% - 31px);
}
#pageProcess .overlay {
  padding-top: 12.5vh;
}
#pageProcess .bx-wrapper {
  background-color: unset;
}
#pageProcess .bx-viewport li,
#pageProcess #wvz {
  height: 90%;
}
#pageProcess .wvz-slide {
  background-color: unset; 
}
#pageProcess .wvz-slide .wvz-img {
  display: block;
  width: 70%;
  height: auto;
  padding-top: 50px;
  margin: 0 auto;
  border-radius: 50%;
}
#pageProcess .wvz-slide .wvz-img img {
  border-radius: 50%;
}
#pageProcess .wvz-slide .wvz-txt {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 15%;
  color: #055862;
  font-weight: 600;
}
#pageProcess #processQueuedTransfer h2,
#pageProcess #processQueued h2 {
  font-family: "co-headline", sans-serif;
  font-style: normal;
  font-weight: 100!important;
  font-size: 38px;
  padding-top: 13.5vh;
}
#pageProcess #app-click,
#pageProcess #rejected-view {
  background-color: white;
}
#pageProcess #rejected-view h2,
#pageProcess #rejected-view p {
  color: red;
}
#pageProcess #rejected-view h2 {
  padding-top: 13.5vh;
  font-family: "co-headline", sans-serif;
  font-style: normal;
  font-weight: 100!important;
  font-size: 38px;
}
#processQueued h2 {
  font-family: "co-headline", sans-serif;
  font-style: normal;
  font-weight: 100!important;
  font-size: 38px;
  padding-top: 13.5vh;
}
#pageBetween {
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #F3E7D0;
}
#pageBetween h2,
#pageBetween p {
  color: #03757f;
}
#pageBetween h2 {
  padding-top: 24vh;
  font-family: "co-headline", sans-serif;
  font-style: normal;
  font-weight: 100!important;
  font-size: 2em;
}
#pageBetween p.between-completed {
  font-size: 6rem;
  color: #069090;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
