.registration-page-navbar.navbar {
  background: linear-gradient(90deg, rgb(136, 49, 154), rgb(154, 71, 123), rgb(182, 119, 75), rgb(240, 187, 55));
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: unset;
  margin-bottom: 40px;
  min-height: 75px; }
  @media screen and (max-width: 750px) and (min-width: 0) {
    .registration-page-navbar.navbar {
      min-height: 50px; } }
  @media screen and (max-width: 768px) and (min-width: 0) {
    .registration-page-navbar.navbar .navbar-header {
      text-align: center;
      float: none; } }
  .registration-page-navbar.navbar .navbar-header .navbar-brand {
    float: none;
    margin-left: 0;
    overflow-x: hidden;
    padding: 0; }
    .registration-page-navbar.navbar .navbar-header .navbar-brand img {
      max-height: 80px;
      padding: 1rem 0; }
      @media screen and (max-width: 750px) and (min-width: 0) {
        .registration-page-navbar.navbar .navbar-header .navbar-brand img {
          max-height: 50px; } }

.form-group {
  margin-top: 15px; }
  .form-group .form-control {
    font-size: 14px; }
  .form-group label {
    color: #505562; }

.form-group.label-floating label.control-label {
  font-size: 14px;
  top: -7px; }

.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label,
.form-group.label-static label.control-label {
  top: -20px;
  color: #bdbdbd; }

.about-section {
  line-height: 1.6;
  color: #414541;
  margin: 0 40px;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) and (min-width: 0) {
    .about-section {
      margin-bottom: 100px;
      margin-right: 10px;
      margin-left: 10px; } }
  .about-section .about-section-body {
    position: relative;
    border: 12px solid #E8EBEB;
    padding: 70px 70px 70px 70px; }
    @media screen and (max-width: 750px) and (min-width: 0) {
      .about-section .about-section-body {
        font-size: 15px;
        border-width: 7px;
        padding: 50px 23px 50px 23px; } }
  .about-section .about-section-title {
    font-size: 34px;
    font-weight: 600;
    position: absolute;
    top: -40px;
    background-color: #fff;
    padding: 0 30px 0 28px;
    left: 40px;
    width: 670px;
    line-height: 50px; }
    @media screen and (max-width: 992px) and (min-width: 0) {
      .about-section .about-section-title {
        font-size: 28px;
        width: 550px; } }
    @media screen and (max-width: 768px) and (min-width: 0) {
      .about-section .about-section-title {
        font-size: 22px;
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
        margin-left: 20px;
        line-height: 30px;
        left: 0;
        top: -25px;
        right: 0;
        font-weight: 600; } }
  .about-section .about-section-text {
    font-size: 16px; }
    .about-section .about-section-text .about-section-subtitle {
      color: #893299;
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 10px; }
  .about-section .about-main-img {
    position: absolute;
    right: -11px;
    bottom: -12px; }
  .about-section .about-section-footer {
    margin-top: 12px;
    font-size: 13px; }
    .about-section .about-section-footer img {
      width: 70px;
      float: left; }
    .about-section .about-section-footer p.text-muted {
      padding-left: 82px; }

.landing-page-footer {
  border-top: solid 1px #ddd;
  margin: 0;
  padding: 0;
  margin-bottom: 68px; }
  @media screen and (max-width: 750px) and (min-width: 0) {
    .landing-page-footer {
      margin-bottom: 10px;
      border: none; } }

.landing-page-footer-site-title {
  color: #893299;
  font-size: 20px; }

.landing-page-footer-main {
  padding-top: 68px;
  font-size: 16px;
  color: #414541; }
  @media screen and (max-width: 750px) and (min-width: 0) {
    .landing-page-footer-main {
      margin-bottom: 20px; } }
  .landing-page-footer-main p {
    margin: 0 0 6px 0; }
    @media screen and (max-width: 750px) and (min-width: 0) {
      .landing-page-footer-main p {
        margin-top: 10px; } }
  .landing-page-footer-main h2 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-top: 5px; }
    @media screen and (max-width: 750px) and (min-width: 0) {
      .landing-page-footer-main h2 {
        font-size: 20px; } }

.landing-page-footer-bottom {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 300;
  color: #757875; }
  @media screen and (max-width: 750px) and (min-width: 0) {
    .landing-page-footer-bottom .footer-copyright {
      padding-bottom: 20px; } }

.landing-page-footer-logo {
  margin-top: -10px; }
  @media screen and (max-width: 750px) and (min-width: 0) {
    .landing-page-footer-logo {
      margin-top: -50px;
      margin-bottom: 10px;
      height: 40px; } }

.landing-page-footer-link {
  color: #757875;
  display: inline-block;
  margin: 5px 0 20px 0; }
  .landing-page-footer-link:first-of-type {
    margin-right: 30px; }
    @media screen and (max-width: 750px) and (min-width: 0) {
      .landing-page-footer-link:first-of-type {
        margin-bottom: 40px;
        margin-right: 20px; } }
  .landing-page-footer-link:hover, .landing-page-footer-link:active, .landing-page-footer-link:focus {
    text-decoration: none;
    color: #414541;
    outline: none; }

landing-page-footer-title {
  font-size: 22px;
  color: #414541; }

.has-error .form-control:focus {
  border: none; }

.help-block.field-validation-error {
  color: #f44336; }

.validation-summary-errors {
  color: #f44336;
  border: 1px solid #f44336;
  background: transparent;
  font-size: 13px;
  font-weight: normal;
  margin-top: 15px;
  padding: 8px 8px 8px 14px; }
  .validation-summary-errors ul {
    list-style: none !important;
    margin: 0 !important;
    padding-left: 0; }

@media (min-width: 1200px) {
  div.container {
    width: 1290px; } }

html {
  overflow-y: auto; }

.h1, .h2, .h3, .h4, body, h1, h2, h3, h4, h5, h6, body {
  font-family: "Open Sans" !important;
  font-weight: normal; }

.navbar-header a svg {
  fill: #893299;
  height: 37px; }

body {
  margin: 0;
  font-weight: 500;
  background-color: #fff !important;
  line-height: 1.6; }

.fixed-container {
  position: absolute;
  /*width: inherit;*/ }

.about-section {
  font-size: 18px;
  max-width: 870px;
  margin-bottom: 100px;
  margin-left: 5px;
  padding: 45px 50px 70px 50px; }
  .about-section .about-section-title {
    color: #505562;
    font-size: 48px; }
  @media screen and (max-width: 1200px) and (min-width: 0) {
    .about-section .about-section-text {
      width: 100%; } }
  .about-section .about-main-img {
    position: absolute;
    right: -12px;
    bottom: -12px; }
    @media screen and (max-width: 1200px) and (min-width: 0) {
      .about-section .about-main-img {
        display: none; } }

.registration-container {
  border: 3px solid #E8EBEB;
  max-width: 420px;
  margin-bottom: 42px;
  padding: 0 40px; }
  @media screen and (max-width: 992px) and (min-width: 0) {
    .registration-container {
      max-width: none; } }
  @media screen and (max-width: 750px) and (min-width: 0) {
    .registration-container {
      border: none; } }
  .registration-container h3 {
    font-family: "Open Sans" !important;
    font-size: 22px;
    margin-top: 30px; }
    @media screen and (max-width: 750px) and (min-width: 0) {
      .registration-container h3 {
        margin-top: 0; } }
  .registration-container .registration-secondary-title {
    color: #505562;
    font-family: "Open Sans" !important;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 35px; }
  .registration-container .form-group select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist; }

#btn-continue,
#reg-success-confirmed,
#btn-register-without-sub {
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 8px 23px;
  background-color: #893299;
  font-size: 15px;
  text-transform: none; }
  @media screen and (max-width: 750px) and (min-width: 0) {
    #btn-continue,
    #reg-success-confirmed,
    #btn-register-without-sub {
      width: 100%; } }
  #btn-continue:hover, #btn-continue:active, #btn-continue:focus,
  #reg-success-confirmed:hover,
  #reg-success-confirmed:active,
  #reg-success-confirmed:focus,
  #btn-register-without-sub:hover,
  #btn-register-without-sub:active,
  #btn-register-without-sub:focus {
    border-radius: 0;
    border: none;
    color: #fff;
    outline: none; }
  #btn-continue:hover, #btn-continue:active, #btn-continue:focus,
  #reg-success-confirmed:hover,
  #reg-success-confirmed:active,
  #reg-success-confirmed:focus,
  #btn-register-without-sub:hover,
  #btn-register-without-sub:active,
  #btn-register-without-sub:focus {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    background-color: #ebb539; }

#register-success-modal .modal-footer {
  padding-right: 17px; }

.total-amount {
  background-color: #E8EBEB;
  color: #505562;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 15px 17px; }

#tos-container,
#disclaimer-container {
  padding: 0;
  position: relative; }
  #tos-container a,
  #disclaimer-container a {
    color: #447654;
    font-weight: 600; }
  #tos-container label,
  #disclaimer-container label {
    font-weight: 400;
    font-size: 13px;
    color: #8c8a8c;
    margin-top: 6px;
    margin-left: 35px; }
  #tos-container label,
  #tos-container #accept-terms,
  #tos-container #accept-tos,
  #disclaimer-container label,
  #disclaimer-container #accept-terms,
  #disclaimer-container #accept-tos {
    cursor: pointer; }
  #tos-container [class^=icheckbox],
  #disclaimer-container [class^=icheckbox] {
    position: absolute;
    margin-top: 3px; }

.cc-date-container .form-group {
  min-width: 110px;
  display: inline-block; }
  .cc-date-container .form-group:last-of-type {
    margin-left: 20px; }

.register-btn-container {
  margin: 15px 0 20px 0;
  padding: 0; }

.tos-modal {
  font-family: "Open Sans" !important; }

.minimal-modal .modal-header {
  padding: 15px; }

#btn-show-cvv {
  border: none !important;
  color: #bdbdbd;
  font-size: 18px;
  padding-left: 0; }
  #btn-show-cvv:hover, #btn-show-cvv:active, #btn-show-cvv:focus {
    background: transparent; }

.landing-login-issue-btn {
  color: #FFA01F;
  font-weight: 700; }

.landing-login-issue-btn {
  color: #FFA01F;
  font-weight: 700; }

#login-issue-form-container {
  margin: 0 50px; }
  #login-issue-form-container .login-issue-submit {
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 10px 23px;
    width: 100%;
    font-weight: 600;
    background-color: #893299;
    margin-top: 35px; }
    #login-issue-form-container .login-issue-submit:hover, #login-issue-form-container .login-issue-submit:active, #login-issue-form-container .login-issue-submit:focus {
      border-radius: 0;
      border: none;
      color: #fff;
      outline: none; }
    #login-issue-form-container .login-issue-submit:hover, #login-issue-form-container .login-issue-submit:active, #login-issue-form-container .login-issue-submit:focus {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background-color: #ebb539; }
  #login-issue-form-container .login-issue-cancel {
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 10px 0px;
    width: 100%;
    font-weight: 600;
    color: #893299; }
    #login-issue-form-container .login-issue-cancel:hover, #login-issue-form-container .login-issue-cancel:active, #login-issue-form-container .login-issue-cancel:focus {
      border-radius: 0;
      border: none;
      color: #fff;
      outline: none; }
    #login-issue-form-container .login-issue-cancel:hover, #login-issue-form-container .login-issue-cancel:active, #login-issue-form-container .login-issue-cancel:focus {
      color: #893299; }
  #login-issue-form-container .form-group label.control-label {
    margin: 9px 0 0 0; }
