@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto");
* {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, 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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

button, input, optgroup, select, textarea {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
button:disabled, input:disabled, optgroup:disabled, select:disabled, textarea:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  margin: 0;
  padding: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  background-color: #f7f6fa;
}

.container {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.container header {
  text-align: center;
  background-color: #5c6bc0;
  width: 100%;
  padding: 60px 0 0 0;
}
.container header .waves {
  background-color: #FAF6F6;
  position: relative;
  left: -1;
}
.container header .waves img {
  width: 100%;
  display: block;
}
.container header .header-inner {
  max-width: 650px;
  text-align: center;
  margin: 0px auto 40px;
  width: 100%;
}
.container header .header-inner .logowrap {
  cursor: pointer;
  max-width: 430px;
  display: inline-block;
  padding: 0 20px;
}
.container header .header-inner .logowrap span {
  float: left;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.73);
}
.container header .header-inner .logowrap img {
  width: 100%;
}
.container header .header-inner .logowrap:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.container header .header-inner .description {
  padding: 0 10px;
}
.container header .header-inner .description p {
  color: #ffffff;
  line-height: 1.8;
  font-size: 15px;
  margin: 30px 0 0 0;
  padding: 0 20px;
}
.container .inner {
  width: 100%;
  max-width: 700px;
  margin: 30px auto;
}
.container .inner .title {
  margin: 25px 0 35px 0px;
}
.container .inner .title h1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  color: #5c6bc0;
}
.container .inner #signup, .container .inner .successPage {
  width: 100%;
  max-width: 550px;
  padding: 25px;
  background-color: #ffffff;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.14);
}
.container .inner #signup .containinput, .container .inner .successPage .containinput {
  margin: 20px 0;
}
.container .inner #signup .containinput:first-child, .container .inner .successPage .containinput:first-child {
  margin-top: 0;
}
.container .inner #signup .containinput .row p, .container .inner .successPage .containinput .row p {
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}
.container .inner #signup .containinput .row .radios .radioWrap, .container .inner .successPage .containinput .row .radios .radioWrap {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 400px) {
  .container .inner #signup .containinput .row .radios .radioWrap, .container .inner .successPage .containinput .row .radios .radioWrap {
    width: 100%;
    margin: 10px 0;
  }
  .container .inner #signup .containinput .row .radios .radioWrap:last-of-type, .container .inner .successPage .containinput .row .radios .radioWrap:last-of-type {
    margin: 10px 0 5px;
  }
}
.container .inner #signup .containinput .row .radios .radioWrap input[type=radio], .container .inner .successPage .containinput .row .radios .radioWrap input[type=radio] {
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
}
.container .inner #signup .containinput .row .radios .radioWrap input[type=radio]:checked + label, .container .inner .successPage .containinput .row .radios .radioWrap input[type=radio]:checked + label {
  color: #fff;
  background: #5c6bc0;
}
.container .inner #signup .containinput .row .radios .radioWrap input[type=radio].error + label, .container .inner .successPage .containinput .row .radios .radioWrap input[type=radio].error + label {
  border-color: red;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.container .inner #signup .containinput .row .radios .radioWrap label, .container .inner .successPage .containinput .row .radios .radioWrap label {
  color: #666666;
  display: inline-block;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 400px) {
  .container .inner #signup .containinput .row .radios .radioWrap label, .container .inner .successPage .containinput .row .radios .radioWrap label {
    width: 100%;
  }
}
.container .inner #signup .containinput .row .customCheckbox, .container .inner .successPage .containinput .row .customCheckbox {
  position: relative;
  color: #666666;
}
.container .inner #signup .containinput .row .customCheckbox .cbx, .container .inner .successPage .containinput .row .customCheckbox .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.container .inner #signup .containinput .row .customCheckbox .cbx span, .container .inner .successPage .containinput .row .customCheckbox .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.container .inner #signup .containinput .row .customCheckbox .cbx span:first-child, .container .inner .successPage .containinput .row .customCheckbox .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}
.container .inner #signup .containinput .row .customCheckbox .cbx span:first-child svg, .container .inner .successPage .containinput .row .customCheckbox .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.container .inner #signup .containinput .row .customCheckbox .cbx span:first-child:before, .container .inner .successPage .containinput .row .customCheckbox .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #5c6bc0;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.container .inner #signup .containinput .row .customCheckbox .cbx span:last-child, .container .inner .successPage .containinput .row .customCheckbox .cbx span:last-child {
  display: inline;
  padding-left: 8px;
  font-size: 13px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.container .inner #signup .containinput .row .customCheckbox .cbx span:last-child a, .container .inner .successPage .containinput .row .customCheckbox .cbx span:last-child a {
  color: #5c6bc0;
}
.container .inner #signup .containinput .row .customCheckbox .cbx:hover span:first-child, .container .inner .successPage .containinput .row .customCheckbox .cbx:hover span:first-child {
  border-color: #5c6bc0;
}
.container .inner #signup .containinput .row .customCheckbox .inp-cbx:checked + .cbx span:first-child, .container .inner .successPage .containinput .row .customCheckbox .inp-cbx:checked + .cbx span:first-child {
  background: #5c6bc0;
  border-color: #5c6bc0;
  animation: wave 0.4s ease;
}
.container .inner #signup .containinput .row .customCheckbox .inp-cbx:checked + .cbx span:first-child svg, .container .inner .successPage .containinput .row .customCheckbox .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.container .inner #signup .containinput .row .customCheckbox .inp-cbx:checked + .cbx span:first-child:before, .container .inner .successPage .containinput .row .customCheckbox .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}
@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
.container .inner #signup .containinput .row .customCheckbox label, .container .inner .successPage .containinput .row .customCheckbox label {
  font-size: 15px;
  line-height: 1.71;
  cursor: pointer;
}
.container .inner #signup .containinput .row .customCheckbox label[for=consent], .container .inner #signup .containinput .row .customCheckbox label[for=ketoConsent], .container .inner .successPage .containinput .row .customCheckbox label[for=consent], .container .inner .successPage .containinput .row .customCheckbox label[for=ketoConsent] {
  font-size: 13px;
}
.container .inner #signup .containinput .row .customCheckbox label[for=consent] a, .container .inner #signup .containinput .row .customCheckbox label[for=ketoConsent] a, .container .inner .successPage .containinput .row .customCheckbox label[for=consent] a, .container .inner .successPage .containinput .row .customCheckbox label[for=ketoConsent] a {
  color: #5c6bc0;
}
.container .inner #signup .containinput .row .customCheckbox input, .container .inner #signup .containinput .row .customCheckbox textarea, .container .inner .successPage .containinput .row .customCheckbox input, .container .inner .successPage .containinput .row .customCheckbox textarea {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 9;
  cursor: pointer;
}
.container .inner #signup .containinput .row .customCheckbox input:checked ~ .checkbox, .container .inner #signup .containinput .row .customCheckbox textarea:checked ~ .checkbox, .container .inner .successPage .containinput .row .customCheckbox input:checked ~ .checkbox, .container .inner .successPage .containinput .row .customCheckbox textarea:checked ~ .checkbox {
  background-color: #5c6bc0;
}
.container .inner #signup .containinput .row .customCheckbox input:checked ~ .checkbox:before, .container .inner #signup .containinput .row .customCheckbox textarea:checked ~ .checkbox:before, .container .inner .successPage .containinput .row .customCheckbox input:checked ~ .checkbox:before, .container .inner .successPage .containinput .row .customCheckbox textarea:checked ~ .checkbox:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  font-size: 13px;
  color: #FFF;
  position: relative;
  top: 1px;
  left: 1.5px;
}
.container .inner #signup .containinput .row .customCheckbox .checkbox, .container .inner .successPage .containinput .row .customCheckbox .checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 0 0;
  background-color: #FFF;
  border: 1px solid #5c6bc0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 25%;
  left: 0;
}
.container .inner #signup .containinput .row .wrapcondition, .container .inner .successPage .containinput .row .wrapcondition {
  width: 100%;
}
.container .inner #signup .containinput .row .wrapcondition select, .container .inner .successPage .containinput .row .wrapcondition select {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.32);
  font-size: 15px;
}
.container .inner #signup .containinput .row .wrapcondition select.error, .container .inner .successPage .containinput .row .wrapcondition select.error {
  border-color: red;
}
.container .inner #signup .containsubmit, .container .inner .successPage .containsubmit {
  text-align: center;
  margin: 30px 0 0;
}
.container .inner #signup .containsubmit button, .container .inner .successPage .containsubmit button {
  width: 100%;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 1.7px;
  color: rgba(255, 255, 255, 0.87);
  background-color: #5c6bc0;
  border: 0;
  padding: 15px 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.container .inner #signup .containsubmit button:hover, .container .inner .successPage .containsubmit button:hover {
  background-color: #4a548f;
  cursor: pointer;
}
.container .inner #signup .containsubmit .fa, .container .inner .successPage .containsubmit .fa {
  color: #5c6bc0;
  margin: 5px 0 15px;
  font-size: 30px;
  display: none;
}
.container .inner .successPage {
  display: none;
  margin-top: 50px;
}
.container .inner .successPage .successInner .fa {
  padding-right: 15px;
}
.container .inner .successPage .successInner .fa:before {
  font-size: 35px;
  color: #8FCF45;
}
.container .inner .successPage .successInner .successText p {
  margin: 1rem 0;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.container .inner .successPage .successInner .successText .advisors {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.container .inner .successPage .successInner .successText .advisors img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  max-width: 120px;
}
.container .inner .successPage .successInner span {
  font-weight: 600;
  font-size: 1.2rem;
  vertical-align: super;
}
.container footer {
  padding: 15px 0;
  margin: 30px 0;
  width: 100%;
}
.container footer .footerInner {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
.container footer .footerInner p {
  color: #000;
  font-size: 14px;
  text-align: center;
}
.container footer .footerInner p .fa {
  color: #f52900;
}

/* GLOBALS */
.custom-input {
  position: relative;
}
.custom-input input {
  width: 100%;
  padding: 16px 20px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.32);
  font-size: 15px;
}
.custom-input input.clicked {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-color: #5c6bc0;
}
.custom-input input.clicked + .label {
  padding: 4px;
  top: 0;
  left: 16px;
  color: #5c6bc0;
  background-color: #FFF;
  font-size: 12px;
}
.custom-input input.error {
  border-color: red;
}
.custom-input .label {
  padding: 20px 0;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 9;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
}

.wrapdob .dobselects {
  display: inline-block;
  width: 32.5%;
}
@media only screen and (max-width: 479px) {
  .wrapdob .dobselects {
    width: 100%;
    margin-bottom: 20px;
  }
}
.wrapdob .dobselects select {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.32);
  font-size: 15px;
  width: 100%;
}
.wrapdob .dobselects select.error {
  border-color: red;
}

/*# sourceMappingURL=styles.css.map */
