@font-face {
  font-family: 'AvenirLTPro';
  src: url("/fonts/39A373_0_0.eot");
  src: url("/fonts/39A373_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/39A373_0_0.woff2") format("woff2"), url("/fonts/39A373_0_0.woff") format("woff"), url("/fonts/39A373_0_0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTPro';
  src: url("/fonts/39A373_1_0.eot");
  src: url("/fonts/39A373_1_0.eot?#iefix") format("embedded-opentype"), url("/fonts/39A373_1_0.woff2") format("woff2"), url("/fonts/39A373_1_0.woff") format("woff"), url("/fonts/39A373_1_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTPro';
  src: url("/fonts/39A373_2_0.eot");
  src: url("/fonts/39A373_2_0.eot?#iefix") format("embedded-opentype"), url("/fonts/39A373_2_0.woff2") format("woff2"), url("/fonts/39A373_2_0.woff") format("woff"), url("/fonts/39A373_2_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/*****
Reference to SMACSS - http://smacss.com/

NAMING CONVENTIONS:
c- : Color,
l- : Layout,
m- : Module,
f- : Form,
e- : Element,
*****/
.m-progressbar {
  display: block;
  position: fixed;
  height: 20px;
  width: 100%;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
}

.m-progressbar:before {
  content: '';
  width: calc(100% / 6);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 2s ease-in-out;
  background: #f77290;
}

.step2 .m-progressbar:before {
  width: calc(100% / 6 * 2);
}

.step3 .m-progressbar:before {
  width: calc(100% / 6 * 3);
}

.step4 .m-progressbar:before {
  width: calc(100% / 6 * 4);
}

.step5 .m-progressbar:before {
  width: calc(100% / 6 * 5);
}

.step6 .m-progressbar:before {
  width: 100%;
}

@media (min-width: 992px) {
  .m-progressbar {
    width: calc(100% - 400px);
  }
}

@media (min-width: 1230px) {
  .m-progressbar {
    width: calc(100% - 590px);
  }
}

.m-signin {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  text-align: center;
  margin: 30px 0 0;
  font-weight: 600;
}

.m-signin a {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: right 85%;
  padding-bottom: 5px;
  color: #ffffff;
}

.m-signin a:hover {
  background-size: 0% 1px;
}

@media (min-width: 992px) {
  .m-signin {
    display: none;
  }
}

.m-applicationitem-completed {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 30px;
}

.m-applicationitem-completed .award {
  display: flex;
  align-items: center;
}

.m-applicationitem-completed .award .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  background-image: linear-gradient(45deg, #f7c4d0, #fbe3e8);
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-applicationitem-completed .award .icon img {
  width: 60%;
  margin: 0 auto;
  filter: brightness(60%);
}

.m-applicationitem-completed .buttons {
  margin: 20px -10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-applicationitem-completed .buttons .btn {
  padding: 10px;
  margin: 0 10px;
  width: 50%;
  text-align: center;
}

.m-applicationitem-completed .buttons .btn-full {
  width: 100%;
}

@media (min-width: 1460px) {
  .m-applicationitem-completed {
    padding: 10px 30px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-top: 50px;
  }
  .m-applicationitem-completed .buttons {
    margin: 0 -10px;
    width: 400px;
  }
}

.m-applicationitem {
  margin-top: 50px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  padding: 30px 30px;
  position: relative;
}

.m-applicationitem .number {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  position: absolute;
  left: 30px;
  top: -15px;
  width: 30px;
  height: 30px;
  background: #f77290;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border: 1px solid #ffffff;
}

.m-applicationitem h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  margin: 0 0 5px;
  font-weight: 600;
}

.m-applicationitem h2,
.m-applicationitem p,
.m-applicationitem ul li,
.m-applicationitem ol li,
.m-applicationitem label,
.m-applicationitem .help {
  color: #02121a;
}

.m-applicationitem h1 {
  color: #02121a;
  margin: 0;
}

.m-applicationitem .form-row {
  margin: 20px 0;
}

.m-applicationitem .form-row label {
  font-weight: 400;
  display: block;
}

.m-applicationitem .form-row label abbr {
  color: #f77290;
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

.m-applicationitem .form-row span.help {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  margin: 10px 0;
  display: block;
}

.m-applicationitem .form-row span.help a {
  background: linear-gradient(to right, #143c6a 0%, #143c6a 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: right 85%;
  padding-bottom: 5px;
  color: #143c6a !important;
}

.m-applicationitem .form-row span.help a:hover {
  background-size: 0% 1px;
}

.m-applicationitem .form-row input,
.m-applicationitem .form-row select {
  transition: all .3s ease-in-out;
  padding: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  width: 100%;
  color: #02121a;
  outline: none;
}

.m-applicationitem .form-row input:hover, .m-applicationitem .form-row input:active,
.m-applicationitem .form-row select:hover,
.m-applicationitem .form-row select:active {
  border-color: #f77290;
}

.m-applicationitem .form-row input.input-validation-error,
.m-applicationitem .form-row select.input-validation-error {
  border-color: #f77290;
  background-color: #ecb0b0;
}

.m-applicationitem .form-row #address-container {
  margin-top: 15px;
}

.m-applicationitem .form-row #address-container input {
  margin-bottom: 15px;
}

.m-applicationitem .form-row span.field-validation-error {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  color: #f77290;
  margin-top: 5px;
  display: block;
}

.m-applicationitem p.small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  color: #143c6a;
  font-style: italic;
}

.m-applicationitem textarea {
  width: 100%;
  resize: none;
  min-width: 250px;
  background: #D4D6D7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all .3s ease-in-out;
  outline: none;
  padding: 15px;
  color: #02121a;
}

.m-applicationitem textarea:hover {
  border-color: #143c6a;
}

.m-applicationitem textarea:active, .m-applicationitem textarea:focus {
  background: #143c6a;
  color: #ffffff;
}

.m-applicationitem .complete {
  color: #143c6a;
  text-align: right;
  font-weight: 600;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.m-applicationitem .complete span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
}

.m-applicationitem .complete .checkbox {
  position: relative;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-left: 10px;
  height: 40px;
}

.m-applicationitem .complete .checkbox input {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.m-applicationitem .complete .checkbox input + label {
  position: relative;
  display: block;
  width: 80px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 30px;
  z-index: 20;
}

.m-applicationitem .complete .checkbox input + label .yes,
.m-applicationitem .complete .checkbox input + label .no {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  color: #ffffff;
  position: absolute;
  top: 6.5px;
  z-index: 10;
}

.m-applicationitem .complete .checkbox input + label .yes {
  left: 15px;
  opacity: 0;
}

.m-applicationitem .complete .checkbox input + label .no {
  right: 10px;
}

.m-applicationitem .complete .checkbox input + label:hover {
  cursor: pointer;
}

.m-applicationitem .complete .checkbox input + label:hover:after {
  border-color: #f77290;
}

.m-applicationitem .complete .checkbox input + label:before, .m-applicationitem .complete .checkbox input + label:after {
  content: '';
  display: block;
  height: 32px;
  top: 0;
  position: absolute;
  z-index: -1;
}

.m-applicationitem .complete .checkbox input + label:before {
  width: 32px;
  border-radius: 16px;
  left: 2px;
  bottom: 2px;
  background: #fff;
  z-index: 10;
  top: 2px;
  transition: all .3s ease-in-out;
}

.m-applicationitem .complete .checkbox input + label:after {
  content: '';
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  text-indent: 46px;
  text-align: left;
  width: 80px;
  border-radius: 40px;
  background: #143c6a;
  left: 0;
  bottom: 0;
  z-index: 5;
  border: 2px solid transparent;
  transition: background .3s ease-in-out, border .3s ease-in-out;
  font-weight: 600;
}

.m-applicationitem .complete .checkbox input:focus + label:after, .m-applicationitem .complete .checkbox input:active + label:after {
  border-color: #f77290;
}

.m-applicationitem .complete .checkbox input:checked + label .yes {
  opacity: 1;
}

.m-applicationitem .complete .checkbox input:checked + label .no {
  opacity: 0;
}

.m-applicationitem .complete .checkbox input:checked + label:before {
  left: calc(100% - 30px);
}

.m-applicationitem .complete .checkbox input:checked + label:after {
  content: '';
  background: #f77290;
  color: #ffffff;
  text-indent: 15px;
}

.m-applicationitem .e-focusedtip {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  padding: 15px;
  border-radius: 5px;
  background: #004C6E;
  color: #ffffff;
  margin: 20px 0;
}

.m-applicationitem .e-focusedtip:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.m-applicationitem .e-focusedtip h1,
.m-applicationitem .e-focusedtip h2,
.m-applicationitem .e-focusedtip h3,
.m-applicationitem .e-focusedtip h4,
.m-applicationitem .e-focusedtip p,
.m-applicationitem .e-focusedtip ul li,
.m-applicationitem .e-focusedtip ol li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
}

.m-applicationitem .e-focusedtip a {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: right 85%;
  padding-bottom: 5px;
  font-weight: 800;
  color: #ffffff;
}

.m-applicationitem .e-focusedtip a:hover {
  background-size: 0% 1px;
}

@media (min-width: 768px) {
  .m-applicationitem {
    padding-right: 160px;
  }
  .m-applicationitem textarea {
    height: 80px;
  }
  .m-applicationitem .complete {
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 30px;
    top: 25px;
  }
  .m-applicationitem .complete .checkbox {
    margin: 5px 0 0 0;
  }
}

@media (min-width: 992px) {
  .m-applicationitem .complete span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}

.m-applicationupload {
  margin-top: 50px;
}

.m-applicationupload h2 {
  margin-bottom: 0 !important;
}

.m-applicationupload h2 + p {
  margin-top: 0;
}

.m-applicationupload .inner {
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(45deg, #ee7e9c, #f08fa7);
}

.m-applicationupload .inner .left {
  padding: 30px;
  position: relative;
}

.m-applicationupload .inner .left .checkbox {
  display: block;
  position: relative;
}

.m-applicationupload .inner .left .checkbox label {
  transition: all 0.3s ease-in-out;
  font-family: "AvenirLTPro", sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  position: relative;
  padding-left: 30px;
  z-index: 5;
}

.m-applicationupload .inner .left .checkbox label:hover {
  cursor: pointer;
}

.m-applicationupload .inner .left .checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.m-applicationupload .inner .left .checkbox input[type="checkbox"]:hover + label:before {
  background: #E3ECE5;
}

.m-applicationupload .inner .left .checkbox input[type="checkbox"] + label:before, .m-applicationupload .inner .left .checkbox input[type="checkbox"] + label:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
}

.m-applicationupload .inner .left .checkbox input[type="checkbox"] + label:before {
  transition: all 0.3s ease-in-out;
  width: 22px;
  height: 22px;
  background: #ffffff;
  left: 0;
  top: 0px;
  border: solid 1px #f77290;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
}

.m-applicationupload .inner .left .checkbox input[type="checkbox"] + label:after {
  transition: all 0.3s ease-in-out;
  width: 10px;
  height: 6px;
  background-image: url("../images/tick.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  top: 8px;
  left: 6px;
  transform-origin: center;
  transform: scale(0);
}

.m-applicationupload .inner .left .checkbox input[type="checkbox"]:checked + label:before {
  background: #E3ECE5;
}

.m-applicationupload .inner .left .checkbox input[type="checkbox"]:checked + label:after {
  transform: scale(1);
}

.m-applicationupload .inner .left .checkbox input[type="checkbox"]:checked:active + label:before, .m-applicationupload .inner .left .checkbox input[type="checkbox"]:checked:focus + label:before, .m-applicationupload .inner .left .checkbox input[type="checkbox"]:checked:active:focus + label:before {
  background: #E3ECE5;
}

.m-applicationupload .inner .left .checkbox input[type="checkbox"]:active + label:before, .m-applicationupload .inner .left .checkbox input[type="checkbox"]:focus + label:before, .m-applicationupload .inner .left .checkbox input[type="checkbox"]:active:focus + label:before {
  background: #E3ECE5;
}

.m-applicationupload .inner .left input[type="file"] {
  opacity: 0;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 0;
}

.m-applicationupload .inner .left .btn {
  display: inline-block;
  margin-top: 20px;
  z-index: 20;
  position: relative;
}

.m-applicationupload .inner .left .btn:hover {
  cursor: pointer;
}

.m-applicationupload .inner .right {
  padding: 30px;
  color: #02121a;
  background-image: linear-gradient(45deg, #f7c4d0, #fbe3e8);
  border-radius: 5px;
}

.m-applicationupload .inner .right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.m-applicationupload .inner .right ul li {
  color: #02121a;
}

.m-applicationupload .inner .right ul li.no-files {
  display: none;
  font-style: italic;
}

.m-applicationupload .inner .right ul li.no-files:only-child {
  display: block;
}

@media (min-width: 768px) {
  .m-applicationupload .inner {
    flex-direction: row;
    align-items: stretch;
  }
  .m-applicationupload .inner .left,
  .m-applicationupload .inner .right {
    width: 50%;
  }
}

.m-dashboard {
  margin: 0 auto;
  width: 100%;
  max-width: 790px;
  position: relative;
}

.m-dashboard h1,
.m-dashboard h2 {
  margin-bottom: 0;
}

.l-leftcolumn .logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px 15px 30px;
}

.l-leftcolumn .logo img {
  max-width: 140px;
}

@media (max-width: 500px) {
  .l-leftcolumn .logo {
    align-items: center;
  }
}

@media (min-width: 1460px) {
  .l-leftcolumn .logo {
    padding: 0 140px 5% 140px;
  }
  .l-leftcolumn .logo img {
    max-width: 200px;
  }
}

@-webkit-keyframes barLoad {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: var(--percentage);
  }
}

@-moz-keyframes barLoad {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: var(--percentage);
  }
}

@-o-keyframes barLoad {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: var(--percentage);
  }
}

@keyframes barLoad {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: var(--percentage);
  }
}

.m-dashboarditem {
  padding: 20px;
  border-radius: 5px;
  margin: 30px 0 0;
  background: rgba(255, 255, 255, 0.1);
  display: block;
}

.m-dashboarditem h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  margin: 0;
}

.m-dashboarditem .title {
  color: #ffffff;
  margin-bottom: 15px;
}

.m-dashboarditem .title span, .m-dashboarditem .title a {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
  color: #ffffff;
  position: relative;
  margin-right: 20px;
  transition: background .3s ease-in-out;
}

.m-dashboarditem .title span:hover, .m-dashboarditem .title a:hover {
  background-size: 100% 1px;
}

.m-dashboarditem .title span:before, .m-dashboarditem .title a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  content: "\f061";
  position: absolute;
  top: 0px;
  right: -20px;
  color: #f77290;
  transition: all .3s ease-in-out;
}

.m-dashboarditem .title span:hover:before, .m-dashboarditem .title a:hover:before {
  right: -25px;
}

.m-dashboarditem .progressbar {
  width: 100%;
  border-radius: 30px;
  padding: 5px 15px;
  position: relative;
  margin-bottom: 15px;
}

.m-dashboarditem .progressbar span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  color: #02121a;
  position: relative;
  z-index: 5;
  font-weight: 700;
}

.m-dashboarditem .progressbar:before, .m-dashboarditem .progressbar:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 30px;
  transition: all .3s ease-in-out;
}

.m-dashboarditem .progressbar:before {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 10px;
  z-index: -1;
  border-radius: 50px;
}

.m-dashboarditem .progressbar:after {
  -webkit-animation: barLoad 1.5s forwards ease-in-out;
  -moz-animation: barLoad 1.5s forwards ease-in-out;
  -o-animation: barLoad 1.5s forwards ease-in-out;
  animation: barLoad 1.5s forwards ease-in-out;
  background: #fcd3dc;
  height: 20px;
  z-index: 0;
}

.m-dashboarditem .steps {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
}

.m-dashboarditem .steps .step-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  opacity: 0.5;
  color: #ffffff;
}

.m-dashboarditem .steps .step-item:last-child {
  margin-bottom: 0;
}

.m-dashboarditem .steps .step-item.completed {
  opacity: 1;
}

.m-dashboarditem .steps .step-item.completed .icon {
  background: #ffffff;
}

.m-dashboarditem .steps .step-item .icon {
  border: 2px solid #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  z-index: 20;
}

.m-dashboarditem .steps .step-item .icon img {
  width: 50%;
}

.m-dashboarditem .steps .step-item span {
  text-align: center;
}

@media (min-width: 768px) {
  .m-dashboarditem .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-dashboarditem .title span {
    margin-bottom: -6px;
  }
  .m-dashboarditem .steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }
  .m-dashboarditem .steps .step-item {
    margin: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .m-dashboarditem .steps .step-item .icon {
    margin: 0 0 5px 0;
  }
  .m-dashboarditem .steps .step-item span {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
  }
  .m-dashboarditem .steps .step-item.completed {
    position: relative;
  }
  .m-dashboarditem .steps .step-item.completed:after {
    content: '';
    height: 1px;
    width: 180px;
    background: #ffffff;
    position: absolute;
    right: 50%;
    top: 30px;
  }
  .m-dashboarditem .steps .step-item.completed:first-child:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .m-dashboarditem .steps .step-item.completed:after {
    width: 100%;
    min-width: 142px;
  }
}

@media (min-width: 1230px) {
  .m-dashboarditem {
    padding: 25px 40px;
    margin-top: 40px;
  }
  .m-dashboarditem .steps .step-item.completed:after {
    min-width: 130px;
  }
}

@media (min-width: 1450px) {
  .m-dashboarditem .steps .step-item .icon {
    width: 80px;
    height: 80px;
    margin: 0 0 10px;
  }
  .m-dashboarditem .steps .step-item.completed:after {
    top: 42px;
    min-width: 140px;
  }
}

@-webkit-keyframes barLoad {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: var(--percentage);
  }
}

@-moz-keyframes barLoad {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: var(--percentage);
  }
}

@-o-keyframes barLoad {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: var(--percentage);
  }
}

@keyframes barLoad {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: var(--percentage);
  }
}

.m-dashboardnewbutton {
  display: flex;
  margin: 40px 0 0 0;
}

.m-dashboardnewbutton .right {
  margin: 0 0 0 auto;
}

.m-dashboardsplit {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.m-dashboardsplit:first-child {
  margin-top: 0;
}

.m-dashboardsplit .box {
  padding: 20px;
  border-radius: 5px;
  margin: 20px 0 0;
}

.m-dashboardsplit .box h4,
.m-dashboardsplit .box p {
  color: #02121a;
}

.m-dashboardsplit .box h4 {
  margin: 0;
  font-weight: 600;
}

.m-dashboardsplit .box p {
  margin: 0 0 15px;
}

.m-dashboardsplit .box a {
  font-weight: 700;
}

.m-dashboardsplit .box a.e-cta {
  background: linear-gradient(to right, #143c6a 0%, #143c6a 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
  color: #143c6a;
  position: relative;
  margin-right: 20px;
}

.m-dashboardsplit .box a.e-cta:hover {
  background-size: 100% 1px;
}

.m-dashboardsplit .box a.e-cta:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  content: "\f061";
  position: absolute;
  top: -1.5px;
  right: -20px;
  color: #143c6a;
  transition: all .3s ease-in-out;
}

.m-dashboardsplit .box a.e-cta:hover:before {
  right: -25px;
}

.m-dashboardsplit .box.grey {
  background: #FCFCFC;
}

.m-dashboardsplit .box.pink {
  background-image: linear-gradient(45deg, #f7c4d0, #fbe3e8);
}

@media (min-width: 992px) {
  .m-dashboardsplit {
    flex-direction: row;
    margin: 30px -20px 0;
  }
  .m-dashboardsplit:first-child {
    margin: 0 -20px;
  }
  .m-dashboardsplit .box {
    margin: 0 20px;
    width: 50%;
  }
}

@media (min-width: 1230px) {
  .m-dashboardsplit .box {
    padding: 20px 40px;
  }
}

.m-accordionitem {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.m-accordionitem:first-child {
  margin-top: 0;
}

.m-accordionitem .top {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  padding: 15px 80px 15px 30px;
  color: #02121a;
  background: #ffffff;
  font-weight: 600;
  position: relative;
  transition: all .3s ease-in-out;
}

.m-accordionitem .top:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 20px;
  content: '\f107';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 37px;
  transition: all .3s ease-in-out;
  color: #ffffff;
  z-index: 20;
}

.m-accordionitem .top:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #f77290;
  border-radius: 50%;
  z-index: 10;
}

.m-accordionitem .top:hover {
  cursor: pointer;
  color: #ffffff;
  background: #f77290;
}

.m-accordionitem .more {
  padding: 30px;
  background: #E6E9EA;
  display: none;
}

.m-accordionitem .more h1,
.m-accordionitem .more h2,
.m-accordionitem .more h3,
.m-accordionitem .more h4,
.m-accordionitem .more p,
.m-accordionitem .more ul li,
.m-accordionitem .more ol li {
  color: #02121a;
}

.m-accordionitem .more p:only-child {
  margin: 0;
}

.m-accordionitem .more p:first-child {
  margin-top: 0;
}

.m-accordionitem .more p:last-child {
  margin-bottom: 0;
}

.m-accordionitem .more p a {
  background: linear-gradient(to right, #143c6a 0%, #143c6a 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: right 85%;
  padding-bottom: 5px;
  color: #143c6a;
  font-weight: 600;
}

.m-accordionitem .more p a:hover {
  background-size: 0% 1px;
}

.m-accordionitem.open .top:before {
  transform: translateY(-50%) rotate(-180deg);
}

.m-form {
  margin: 0 auto;
  width: 100%;
  max-width: 790px;
  position: relative;
}

.m-form h1,
.m-form h2,
.m-form h3,
.m-form p,
.m-form ul li,
.m-form ol li {
  color: #ffffff;
}

.m-form form .form-row {
  margin-bottom: 40px;
}

.m-form form .form-row .e-tooltip {
  top: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  color: #02121a;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  margin: 0 0 10px 5px;
}

.m-form form .form-row .tippy-popper {
  text-align: left;
  max-width: calc(100% - 38px);
  margin-left: 15px;
}

.m-form form .form-row .tippy-popper .tippy-content {
  padding: 20px;
  text-align: left;
}

.m-form form .form-row .tippy-popper .tippy-content * {
  color: #02121a;
}

.m-form form .form-row .tippy-popper .tippy-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.m-form form .form-row .tippy-popper .tippy-content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 5px 0 0;
}

.m-form form label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  padding-left: 30px;
  display: inline-block;
  margin-bottom: 5px;
}

.m-form form label a {
  color: #ffffff;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: right 85%;
  padding-bottom: 5px;
  font-size: inherit;
}

.m-form form label a:hover {
  background-size: 0% 1px;
}

.m-form form label abbr {
  text-decoration: none;
  border: none;
  color: #f77290;
}

.m-form form span.field-validation-error {
  color: #f77290;
  margin-top: 5px;
  display: block;
  padding-left: 30px;
}

.m-form form span.help {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  display: block;
  padding-left: 30px;
  margin: 5px 0 10px 0;
  color: #ddd;
}

.m-form form input,
.m-form form textarea,
.m-form form select {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  outline: none;
  border: 1px solid transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-form form input::-webkit-input-placeholder,
.m-form form textarea::-webkit-input-placeholder,
.m-form form select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.m-form form input:-moz-placeholder,
.m-form form textarea:-moz-placeholder,
.m-form form select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.m-form form input::-moz-placeholder,
.m-form form textarea::-moz-placeholder,
.m-form form select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.m-form form input:-ms-input-placeholder,
.m-form form textarea:-ms-input-placeholder,
.m-form form select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.m-form form input option,
.m-form form textarea option,
.m-form form select option {
  color: #02121a;
  text-overflow: ellipsis;
  overflow: hidden;
}

.m-form form input:focus, .m-form form input:hover,
.m-form form textarea:focus,
.m-form form textarea:hover,
.m-form form select:focus,
.m-form form select:hover {
  border-color: #f77290;
}

.m-form form input.input-validation-error,
.m-form form textarea.input-validation-error,
.m-form form select.input-validation-error {
  border-color: #f77290;
  background-color: #ecb0b0;
}

.m-form form textarea {
  border-radius: 5px;
  resize: none;
  min-height: 200px;
}

.m-form form .radio-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}

.m-form form .radio {
  position: relative;
  margin: 0 0 30px;
  padding-right: 40px;
  width: 100%;
}

.m-form form .radio:last-child {
  margin-bottom: 0;
}

.m-form form .radio .e-tooltip {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #ffffff;
  color: #02121a;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}

.m-form form .radio .tippy-popper {
  text-align: left;
  max-width: calc(100% - 38px);
  margin-left: 15px;
}

.m-form form .radio .tippy-popper .tippy-content {
  padding: 20px;
  text-align: left;
}

.m-form form .radio .tippy-popper .tippy-content * {
  color: #02121a;
}

.m-form form .radio .tippy-popper .tippy-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.m-form form .radio .tippy-popper .tippy-content p {
  margin: 5px 0 0;
}

.m-form form .radio input[type="radio"] {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  opacity: 0;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

.m-form form .radio input[type="radio"] + label {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 30px;
  margin: 0;
}

.m-form form .radio input[type="radio"] + label:before, .m-form form .radio input[type="radio"] + label:after {
  content: " ";
  display: block;
  position: absolute;
}

.m-form form .radio input[type="radio"] + label:before {
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 20px;
  background: transparent;
  left: 0;
  top: 1px;
  border: solid 1px #f77290;
  border-radius: 15px;
  box-sizing: border-box;
}

.m-form form .radio input[type="radio"] + label:after {
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  width: 12px;
  height: 12px;
  background: #f77290;
  top: 5px;
  left: 4px;
  transform-origin: center;
  transform: scale(0);
}

.m-form form .radio input[type="radio"] + label:hover {
  cursor: pointer;
}

.m-form form .radio input[type="radio"] + label:hover:before {
  background: rgba(255, 255, 255, 0.2);
}

.m-form form .radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}

.m-form form .radio input[type="radio"]:active + label:before, .m-form form .radio input[type="radio"]:focus + label:before, .m-form form .radio input[type="radio"]:active:focus + label:before {
  background: rgba(255, 255, 255, 0.2);
}

.m-form form .checkbox {
  position: relative;
  margin: 0 0 30px;
  padding-right: 40px;
  width: 100%;
}

.m-form form .checkbox:last-child {
  margin-bottom: 0;
}

.m-form form .checkbox .e-tooltip {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #ffffff;
  color: #02121a;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}

.m-form form .checkbox .tippy-popper {
  text-align: left;
  max-width: calc(100% - 38px);
  margin-left: 15px;
}

.m-form form .checkbox .tippy-popper .tippy-content {
  padding: 20px;
  text-align: left;
}

.m-form form .checkbox .tippy-popper .tippy-content * {
  color: #02121a;
}

.m-form form .checkbox .tippy-popper .tippy-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  margin: 0;
}

.m-form form .checkbox .tippy-popper .tippy-content p {
  margin: 5px 0 0;
}

.m-form form .checkbox input[type="checkbox"] {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  opacity: 0;
  border-radius: 0px;
  position: absolute;
  left: 0;
  top: 0;
}

.m-form form .checkbox input[type="checkbox"] ~ label {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 30px;
  margin: 0;
}

.m-form form .checkbox input[type="checkbox"] ~ label:before, .m-form form .checkbox input[type="checkbox"] ~ label:after {
  content: " ";
  display: block;
  position: absolute;
}

.m-form form .checkbox input[type="checkbox"] ~ label:before {
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 20px;
  background: transparent;
  left: 0;
  top: 1px;
  border: solid 1px #f77290;
  border-radius: 0px;
  box-sizing: border-box;
}

.m-form form .checkbox input[type="checkbox"] ~ label:after {
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  width: 12px;
  height: 12px;
  background: #f77290;
  top: 5px;
  left: 4px;
  transform-origin: center;
  transform: scale(0);
}

.m-form form .checkbox input[type="checkbox"] ~ label:hover {
  cursor: pointer;
}

.m-form form .checkbox input[type="checkbox"] ~ label:hover:before {
  background: rgba(255, 255, 255, 0.2);
}

.m-form form .checkbox input[type="checkbox"]:checked ~ label:after {
  transform: scale(1);
}

.m-form form .checkbox input[type="checkbox"]:active ~ label:before, .m-form form .checkbox input[type="checkbox"]:focus ~ label:before, .m-form form .checkbox input[type="checkbox"]:active:focus ~ label:before {
  background: rgba(255, 255, 255, 0.2);
}

.m-form form .toggle-wrapper {
  display: block;
  text-align: right;
  margin: 20px 0;
}

.m-form form .toggle-wrapper .toggle-password {
  font-family: "AvenirLTPro", sans-serif;
  color: #f3f3f2;
  display: inline-block;
  position: relative;
  right: 0;
  width: auto;
}

.m-form form .toggle-wrapper .toggle-password:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}

.m-form form .toggle-wrapper .toggle-password.fa-fw {
  text-align: right;
}

.m-form .form-nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
}

.m-form .form-nav.no-margin {
  margin-top: 30px;
}

.m-form .form-nav .left {
  margin: 0 auto 0 0;
  order: 1;
}

.m-form .form-nav .left a {
  color: #ffffff;
}

.m-form .form-nav .left button {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
  color: #ffffff;
}

.m-form .form-nav .left button:hover {
  background-size: 100% 1px;
}

.m-form .form-nav .left button.prev {
  position: relative;
  margin-left: 20px;
  padding: 0;
}

.m-form .form-nav .left button.prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  content: "\f060";
  position: absolute;
  top: 2px;
  left: -20px;
  color: #f77290;
  transition: all .3s ease-in-out;
}

.m-form .form-nav .left button.prev:hover:before {
  left: -25px;
}

.m-form .form-nav .right {
  margin: 0 0 0 auto;
  order: 2;
}

.m-form .form-nav .right .btn {
  width: auto;
  display: block;
  margin-left: 20px;
}

.m-form .form-nav .right .btn:first-child {
  margin-left: 0;
}

.m-form .form-nav.sign-in {
  flex-wrap: wrap;
}

.m-form .form-nav.sign-in .left {
  order: 2;
  text-align: center;
  width: 100%;
  margin-top: 25px;
}

.m-form .form-nav.sign-in .right {
  order: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .m-form form .radio {
    width: auto;
  }
  .m-form form .radio .tippy-popper {
    min-width: 300px;
    max-width: 400px;
    margin-left: 0;
  }
  .m-form form .form-nav.sign-in .left {
    order: 1;
    width: auto;
    margin-top: 0;
  }
  .m-form form .form-nav.sign-in .right {
    order: 2;
    width: auto;
  }
}

@media (min-width: 1230px) {
  .m-form .form-nav {
    margin-bottom: 40px;
  }
}

@media (min-width: 1230px) and (min-height: 950px) {
  .m-form .form-nav {
    margin-top: 150px;
    margin-bottom: 80px;
  }
}

.m-questions {
  padding-bottom: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 790px;
  position: relative;
}
