@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Medium.ttf") format("truetype"), url("fonts/Roboto/Roboto-Black.ttf") format("truetype"), url("fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype"), url("fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype"), url("fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto/Roboto-Thin.ttf") format("truetype"), url("fonts/Roboto/Roboto-ThinItalic.ttf") format("truetype"), url("fonts/Roboto/Roboto-Bold.ttf") format("truetype"), url("fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype"), url("fonts/Roboto/Roboto-Italic.ttf") format("truetype"), url("fonts/Roboto/Roboto-Light.ttf") format("truetype"), url("fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
}
/* Responsive web - breakpoints */
/* Box Shadows */
/* float-labels mixins */
:root {
  --Button-Primary-Active: #3964bf;
  --Button-Primary-Focus: #1f297d;
  --Button-Secondary-Hover: #204bd8;
  --Button-Secondary-Focus: #1f297d;
}

.btn-primary,
input[type=submit].btn-primary {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #fff;
  border-radius: 2rem;
  background-clip: padding-box;
  display: inline-block;
  text-align: center;
  background: linear-gradient(-63.43495deg, #235ec9 0, #2a78e9 100%);
  padding: 0.9375rem 2.8125rem;
  margin-right: 10px;
  height: 60px;
  cursor: pointer;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .btn-primary,
  input[type=submit].btn-primary {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0.75rem 2.8125rem;
  }
}
@media all and (max-width: 767px) {
  .btn-primary,
  input[type=submit].btn-primary {
    font-size: 1.25rem;
    line-height: 1.375rem;
    padding: 0.75rem 2.8125rem;
    height: 50px;
  }
}

.btn-primary:hover,
input[type=submit].btn-primary:hover {
  color: #fff;
  background: #204bd8;
  text-decoration: none;
}

.btn-primary:focus,
input[type=submit].btn-primary:focus {
  background: #081c5f;
}

.btn-primary.active,
input[type=submit].btn-primary.active {
  background: #3964bf;
}

.btn-primary.disabled,
input[type=submit].btn-primary.disabled {
  color: #545454;
  background: #f2f2f2;
  pointer-events: none;
  border: 0.125rem solid #f2f2f2;
}

.btn-secondary {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #352b2b;
  border-radius: 2rem;
  background-clip: padding-box;
  border: 0.125rem solid #e4e4e4;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0.9375rem 2.8125rem;
  margin-right: 1.25rem;
  height: 60px;
  cursor: pointer;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .btn-secondary {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .btn-secondary {
    font-size: 1.25rem;
    line-height: 1.375rem;
    padding: 0.75rem 2.8125rem;
    height: 50px;
  }
}

.btn-secondary:hover {
  border: 0.125rem solid #204bd8;
  text-decoration: none;
  color: #352b2b;
}

.btn-secondary:focus {
  border: 0.125rem solid #081c5f;
}

.btn-secondary.active {
  border: 0.125rem solid #3964bf;
}

.btn-secondary.disabled {
  color: #b3b3b3;
  border: 0.125rem solid #f2f2f2;
  pointer-events: none;
}

.btn-auxiliary {
  height: 40px;
  padding: 8px 40px;
  color: #3964bf;
  line-height: 16px;
  border-radius: 4px;
  border: 2px solid #2a78e9;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}

.has-float-label {
  margin: 0 auto;
  margin-bottom: 0.9375rem;
  max-height: 3.75rem;
  display: block;
  position: relative;
  padding-top: 5px;
}
.has-float-label label, .has-float-label > span {
  position: absolute;
  text-align: center;
  top: 1.375rem;
  left: 0;
  cursor: text;
  font-size: 1.125rem;
  width: 100%;
  opacity: 1;
  color: #545454;
  font-weight: 400;
  transition: all 0.2s;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .has-float-label label, .has-float-label > span {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .has-float-label label, .has-float-label > span {
    font-size: 1rem;
  }
}
.has-float-label label.shift {
  transform: translate(0px, -15px) scale(0.8);
  top: 0.9375rem;
  font-size: 0.875rem;
}
.has-float-label label.shiftalways {
  transform: translate(-14%, -15px) scale(0.8);
  top: 0.9375rem;
  font-size: 0.875rem;
}
.has-float-label span.shift {
  transform: translate(0px, -15px) scale(0.7);
  top: 0.9375rem;
  font-size: 0.875rem;
  /*  top:get-size(20px); */
}
@media all and (max-width: 767px) {
  .has-float-label {
    top: 1.125rem;
    font-size: 0.75rem;
  }
}
.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.has-float-label textarea {
  width: 100%;
}
.has-float-label input[type=text], .has-float-label input[type=password], .has-float-label input[type=number] {
  font-size: 1.375rem;
  font-weight: 500;
  width: 100%;
  max-width: 480px;
  color: #352B2B;
  background: #FFF;
  padding: 0.625rem 0.3125rem 0rem 0.3125rem;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #545454;
  background: transparent;
  z-index: 2;
}
.has-float-label input[type=text]:focus, .has-float-label input[type=password]:focus, .has-float-label input[type=number]:focus {
  outline: 0;
  border-bottom: 2px solid #3964BF;
  caret-color: #3964BF;
}
.has-float-label input, .has-float-label select, .has-float-label textarea {
  font-size: inherit;
  text-align: center;
  font-weight: 400;
  padding-top: 1em;
  margin-bottom: 2px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #545454;
  /*  @include float-label-scaled {
    top: get-size(-40px);
  }


  &:focus {
    outline: none;
    border-color: #545454;
    opacity: .7;
  } */
}
.has-float-label select {
  padding-right: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
  background-size: 8px 10px;
}

body {
  font-size: 14px;
  font-family: "Roboto";
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .tablet-clear40 {
    clear: both;
    height: 40px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .tablet-clear35 {
    clear: both;
    height: 35px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .tablet-clear30 {
    clear: both;
    height: 30px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .tablet-clear25 {
    clear: both;
    height: 25px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .tablet-clear20 {
    clear: both;
    height: 20px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .tablet-clear15 {
    clear: both;
    height: 15px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .tablet-clear10 {
    clear: both;
    height: 10px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .tablet-clear5 {
    clear: both;
    height: 5px;
  }
}

@media all and (max-width: 767px) {
  .mobile-clear55 {
    clear: both;
    height: 55px;
  }
}

@media all and (max-width: 767px) {
  .mobile-clear50 {
    clear: both;
    height: 50px;
  }
}

@media all and (max-width: 767px) {
  .mobile-clear45 {
    clear: both;
    height: 45px;
  }
}

@media all and (max-width: 767px) {
  .mobile-clear40 {
    clear: both;
    height: 40px;
  }
}

@media all and (max-width: 767px) {
  .mobile-clear35 {
    clear: both;
    height: 35px;
  }
}

@media all and (max-width: 767px) {
  .mobile-clear30 {
    clear: both;
    height: 30px;
  }
}

@media all and (max-width: 767px) {
  .mobile-clear25 {
    clear: both;
    height: 25px;
  }
}

@media all and (max-width: 767px) {
  .mobile-clear20 {
    clear: both;
    height: 20px;
  }
}

@media all and (max-width: 767px) {
  .mobile-clear15 {
    clear: both;
    height: 15px;
  }
}

@media all and (max-width: 767px) {
  .mobile-clear10 {
    clear: both;
    height: 10px;
  }
}

@media all and (max-width: 767px) {
  .mobile-clear5 {
    clear: both;
    height: 5px;
  }
}

input[type=submit]:disabled {
  opacity: 1;
}

/* Responsive web - breakpoints */
/* Box Shadows */
/* float-labels mixins */
.btn-primary, input[type=submit].btn-primary {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #fff;
  border-radius: 2rem;
  background-clip: padding-box;
  display: inline-block;
  text-align: center;
  background: linear-gradient(-63.43495deg, #235ec9 0, #2a78e9 100%);
  padding: 0.9375rem 2.8125rem;
  margin-right: 10px;
  height: 60px;
  cursor: pointer;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .btn-primary, input[type=submit].btn-primary {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0.75rem 2.8125rem;
  }
}
@media all and (max-width: 767px) {
  .btn-primary, input[type=submit].btn-primary {
    font-size: 1.25rem;
    line-height: 1.375rem;
    padding: 0.75rem 2.8125rem;
    height: 50px;
  }
}
.btn-primary:hover, input[type=submit].btn-primary:hover {
  color: #fff;
  background: #204bd8;
  text-decoration: none;
}

.btn-primary:focus, input[type=submit].btn-primary:focus {
  background: #081c5f;
}

.btn-primary.active, input[type=submit].btn-primary.active {
  background: #3964bf;
}

.btn-primary.disabled, input[type=submit].btn-primary.disabled {
  color: #545454;
  background: #f2f2f2;
  pointer-events: none;
  border: 0.125rem solid #f2f2f2;
}

.btn-secondary {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #352b2b;
  border-radius: 2rem;
  background-clip: padding-box;
  border: 0.125rem solid #e4e4e4;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0.9375rem 2.8125rem;
  margin-right: 1.25rem;
  height: 60px;
  cursor: pointer;
}

@media all and (min-width: 767px) and (max-width: 1024px) {
  .btn-secondary {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .btn-secondary {
    font-size: 1.25rem;
    line-height: 1.375rem;
    padding: 0.75rem 2.8125rem;
    height: 50px;
  }
}
.btn-secondary:hover {
  border: 0.125rem solid #204bd8;
  text-decoration: none;
  color: #352b2b;
}

.btn-secondary:focus {
  border: 0.125rem solid #081c5f;
}

.btn-secondary.active {
  border: 0.125rem solid #3964bf;
}

.btn-secondary.disabled {
  color: #b3b3b3;
  border: 0.125rem solid #f2f2f2;
  pointer-events: none;
}

.has-float-label {
  margin: 0 auto;
  margin-bottom: 0.9375rem;
  max-height: 3.75rem;
  display: block;
  position: relative;
  padding-top: 5px;
}
.has-float-label .help-text {
  color: #545454;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  padding: 2px 20% 0 20%;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .has-float-label .help-text {
    font-size: 0.75rem;
    line-height: 1.125rem;
    padding: 2px;
  }
}
@media all and (max-width: 767px) {
  .has-float-label .help-text {
    font-size: 0.75rem;
    line-height: 1.125rem;
    padding: 2px;
  }
}

.has-float-label label, .has-float-label > span {
  position: absolute;
  text-align: center;
  top: 1.125rem;
  cursor: text;
  width: 100%;
  opacity: 1;
  font-size: get-sze(18px);
  line-height: 1.625rem;
  color: #545454;
  font-weight: 400;
  transition: all 0.2s;
  z-index: 1;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .has-float-label label, .has-float-label > span {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
  }
}
@media all and (max-width: 767px) {
  .has-float-label label, .has-float-label > span {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
  }
}

.has-float-label span.shift {
  transform: translate(0px, -15px) scale(0.7);
  top: 0.9375rem;
  font-size: 0.875rem;
  /*  top:get-size(20px); */
}

.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.has-float-label textarea {
  width: 100%;
}

.has-float-label input[type=text], .has-float-label input[type=password], .has-float-label input[type=number] {
  font-size: 1.25rem;
  font-weight: 400;
  width: 100%;
  max-width: 480px;
  color: #352B2B;
  background: #FFF;
  padding: 0.625rem 0.3125rem 0rem 0.3125rem;
  z-index: 2;
}

.has-float-label input[type=text]:focus, .has-float-label input[type=password]:focus, .has-float-label input[type=number]:focus {
  outline: 0;
  border-bottom: 2px solid #3964BF;
  caret-color: #3964BF;
}

.has-float-label input, .has-float-label select, .has-float-label textarea {
  font-size: inherit;
  text-align: center;
  font-weight: 400;
  padding-top: 1em;
  margin-bottom: 2px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #545454;
  /*  @include float-label-scaled {
    top: get-size(-40px);
  }


  &:focus {
    outline: none;
    border-color: #545454;
    opacity: .7;
  } */
}

.has-float-label select {
  padding-right: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
  background-size: 8px 10px;
}

div.horizontal-seperator {
  border: 1px solid #e4e4e4;
  height: 2px;
  float: left;
  width: 100%;
}
div.horizontal-seperator.top-margin {
  margin-top: 0.75rem;
}
@media all and (min-width: 1025px) {
  div.horizontal-seperator.top-margin {
    margin-top: 1rem;
  }
}
div.horizontal-seperator.bottom-margin {
  margin-bottom: 0.75rem;
}
@media all and (min-width: 1025px) {
  div.horizontal-seperator.bottom-margin {
    margin-bottom: 1rem;
  }
}

.enrollment-container h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2rem;
  color: #000000;
  line-height: 2rem;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .enrollment-container h2 {
    color: #352b2b;
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .enrollment-container h2 {
    color: #352b2b;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.enrollment-container .enroll-link {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media all and (max-width: 767px) {
  .enrollment-container .enroll-link {
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-align: center;
  }
}
.enrollment-container .content-marketing {
  max-width: 55.625rem;
}
.enrollment-container .content-marketing .sub-text {
  font-size: get-szie(14px);
  margin-left: 0;
  color: #545454;
  line-height: get-szie(18px);
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .enrollment-container .content-marketing .sub-text {
    font-size: get-szie(12px);
  }
}
.enrollment-container .checklist-content .list-content-sub-text {
  color: #545454;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  padding: 0 0 0.3125rem 1.875rem;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .enrollment-container .checklist-content .list-content-sub-text {
    font-size: 0.75rem;
  }
}
@media all and (max-width: 767px) {
  .enrollment-container .checklist-content .list-content-sub-text {
    font-size: 0.75rem;
  }
}
.enrollment-container .checklist-content .list-content-checkmark, .enrollment-container .checklist-content .list-content-info {
  padding: 0;
  margin: auto;
  /*  margin: 0 0 0 30px;
                  padding: 0;
                  list-style-image: url("icons/Blue@3x.png");
                  list-style-position: outside;

                  @include respond-to(mobile){
                      list-style-image: url("icons/Blue@1x.png");
                  }
  */
}
.enrollment-container .checklist-content .list-content-checkmark li, .enrollment-container .checklist-content .list-content-info li {
  color: #352b2b;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0;
  padding: 0.1875rem 0 0.1875rem 1.875rem;
  list-style: none;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .enrollment-container .checklist-content .list-content-checkmark li, .enrollment-container .checklist-content .list-content-info li {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
@media all and (max-width: 767px) {
  .enrollment-container .checklist-content .list-content-checkmark li, .enrollment-container .checklist-content .list-content-info li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.enrollment-container .checklist-content .list-content-checkmark li {
  background-image: url("icons/Blue@3x.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}
@media all and (max-width: 767px) {
  .enrollment-container .checklist-content .list-content-checkmark li {
    background-size: 18px;
  }
}
.enrollment-container .checklist-content .list-content-info li {
  background-image: url("/css/2.0/icons/listitem-info.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}
@media all and (max-width: 767px) {
  .enrollment-container .checklist-content .list-content-info li {
    background-size: 18px;
  }
}/*# sourceMappingURL=enrollment-business.css.map */