/* @extend display-flex; */
display-flex,
.form-row,
.form-date-group,
.form-group-flex,
.form-flex,
ul#national li {
  display: flex;
  display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli,
ul#national {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* roboto-slab-300 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff2") format("woff2"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff") format("woff"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-300.ttf") format("truetype"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-300.svg#RobotoSlab")
      format("svg");
  /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff2")
      format("woff2"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff") format("woff"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.ttf")
      format("truetype"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.svg#RobotoSlab")
      format("svg");
  /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff2") format("woff2"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff") format("woff"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-700.ttf") format("truetype"),
    url("../fonts/roboto-slab/roboto-slab-v7-latin-700.svg#RobotoSlab")
      format("svg");
  /* Legacy iOS */
}
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
}

input,
select,
textarea {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}

input[type="checkbox"] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
}

input[type="radio"] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important;
}

.clear {
  clear: both;
}

h2 {
  font-size: 20px;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  padding-top: 35px;
}

body {
  font-size: 14px;
  line-height: 1.6;
  color: #222;
  font-weight: 400;
  font-family: "Roboto Slab";
  margin: 0px;
  background: #b01831;
  /* background-image: url("../images/body-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;  */
}

.main {
  padding: 0px 0;
}

.container {
  width: 1070px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 10px 9.9px 0.1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 9.9px 0.1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 9.9px 0.1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 10px 9.9px 0.1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 10px 9.9px 0.1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

.logo {
  text-align: center;
  margin: 20px;
}
h3 {
  font-size: 18px;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  margin: 0px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 16px;
  font-weight: bold;
}
h3 a {
  color: #999999;
  text-decoration: none;
}
h3 a:hover {
  color: #999999;
  text-decoration: none;
}

.signup-form {
  padding: 70px 43px 70px 80px;
  position: relative;
}

input,
textarea,
select {
  box-sizing: border-box;
  background: #f8f8f8;
  border: none;
  font-size: 14px;
  padding: 13px 20px;
  border: 1px solid transparent;
  font-family: "Roboto Slab";
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
input:focus,
textarea:focus {
  background: none;
  border: 1px solid #b01831;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

textarea {
  width: 100%;
}

input[type="submit"] {
  background: #b01831;
  color: #ffffff;
}
input[type="submit"]:hover {
  color: #999;
  background: #f8f8f8;
}

input,
label,
select {
  width: 100%;
  display: block;
}

label {
  width: 160%;
  margin-bottom: 4px;
  font-weight: 400;
}

label.form-check-label {
  cursor: pointer;
}
fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}

.steps {
  display: none;
}

.form-row {
  margin: 0 -13px;
  margin-bottom: 6px;
}
.form-row .form-group,
.form-row .form-select,
.form-row .form-group-flex {
  width: 50%;
  padding: 0 13px;
  margin-bottom: 15px;
}

.form-date-group {
  border: 1px solid transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.form-date-group select {
  border: none;
  width: 100%;
  box-sizing: border-box;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  position: relative;
  background: 0 0;
  z-index: 10;
  cursor: pointer;
  padding: 14px 20px;
  font-size: 14px;
  font-family: "Roboto Slab";
  color: #999;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

.form-date-item {
  position: relative;
  overflow: hidden;
}
.form-date-item:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #ebebeb;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99;
}
.form-date-item:first-child,
.form-date-item:nth-child(2) {
  width: 87px;
}
.form-date-item:last-child {
  width: 152px;
}
.form-date-item:last-child:after {
  width: 0px;
}

.form-group-flex {
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
}

.form-radio {
  width: 110px;
}
.form-radio input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.form-radio input + label {
  margin: 0px;
  padding: 12px 10px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  background-color: #f8f8f8;
  transition: border-color 0.15s ease-out, background-color 0.15s ease-out,
    box-shadow 0.15s ease-out;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.form-radio input:checked + label {
  border-color: #b01831;
  z-index: 1;
  background-color: #fff;
}
.form-radio input:focus + label {
  outline: none;
}
.form-radio input:hover {
  background-color: #b01831;
  border-color: #b01831;
}

.form-flex {
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
}

.form-date {
  width: 325px;
}

.select-group {
  position: relative;
  width: 100%;
}

ul#national {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  display: block;
  width: 100%;
}

ul#national li {
  padding: 14px 20px;
  z-index: 2;
  color: #222;
  font-size: 14px;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}
ul#national li img {
  margin-right: 12px;
}

ul#national li:not(.init) {
  display: none;
  background: #f8f8f8;
  color: #222;
  padding: 5px 20px;
}

ul#national li:not(.init):hover,
ul#national li.selected:not(.init) {
  background: #b01831;
  color: #fff;
}

li.init {
  cursor: pointer;
  position: relative;
  background: #f8f8f8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
li.init:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 18px;
  color: #999;
  font-family: "Material-Design-Iconic-Font";
  content: "\f2f9";
}

.au-btn {
  width: 175px;
  height: 50px;
  background: #b01831;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: none;
  position: relative;
  padding-right: 23px;
  margin-bottom: 30px;
}
.au-btn:after {
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  font-family: "Material-Design-Iconic-Font";
  content: "\f2fe";
  font-weight: 400;
}

.au-btn-back {
  display: none;
}

.panel-group .panel-default {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  margin-bottom: 37px;
}
.panel-group .panel-default .panel-heading {
  background-color: transparent;
  border: none;
  padding: 0px;
}
.panel-group .panel-default .panel-collapse .panel-body {
  border-top: none;
  padding: 0px;
  padding-top: 35px;
}

.acc-wizard {
  padding: 67px 30px 65px 65px;
}
.acc-wizard .acc-wizard-step {
  margin-top: 0px;
}

.panel-group .active .panel-heading h3 a {
  color: #222;
}

.form-submit .au-btn {
  margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
  .container {
    width: calc(100% - 40px);
    max-width: 100%;
  }

  .form-row .form-select,
  .form-row .form-group-flex,
  .form-row .form-group {
    width: 100%;
  }

  .form-row {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  .select-group {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .acc-wizard {
    padding: 67px 30px 65px 30px;
  }
}
@media screen and (max-width: 600px) {
  .form-radio,
  .form-date {
    width: 100%;
  }

  .form-radio {
    margin-bottom: 20px;
  }

  .form-group-flex {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  .form-flex {
    justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -o-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }

  .form-radio input + label {
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .form-date-group {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  .form-date-item:first-child,
  .form-date-item:nth-child(2),
  .form-date-item:last-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-date-item:first-child:after,
  .form-date-item:nth-child(2):after,
  .form-date-item:last-child:after {
    width: 0px;
  }
}

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