/*
xs= 0-767 pixels
sm = 768-991 pixels
md = 992-1199 pixels
lg = 1200 pixels and up
*/

html {
  background-color: #ffffff;
  font-family: "Hind", sans-serif !important;
}

body {
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  font-family: "Hind", sans-serif;
  color: #58595b;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #58595b;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 400;
}

h3 {
  font-weight: 400;
}

.modal-dialog h3 {
  font-size: 18px;
  font-weight: 800 !important;
  font-family: "Montserrat", sans-serif !important;
  color: #58595b;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-dialog h3 {
    font-size: 16px;
  }
}

h4 {
  font-weight: 400;
}

a {
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #0089cf;
  cursor: pointer;
}

a:focus,
a:hover {
  color: #0077bf;
}

a:visited {
  color: #0089cf;
}

.m-2 {
  margin: 2% !important;
}

.m-1 {
  margin: 1% !important;
}
.mt-3 {
  margin-top: 3% !important;
}

.mt-5 {
  margin-top: 5% !important;
}

.mb-4 {
  margin-bottom: 4% !important;
}

.pb-7 {
  padding-bottom: 7% !important;
}

.p-0 {
  padding: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}




/* BUTTON STYLES */

.btn-link-fat {
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #4da0d2;
  outline: none !important;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.btn-link {
  color: #4da0d2;
}

.btn-link:focus,
.btn-link:hover {
  color: #0077bf;
}

.btn-md {
  width: 100px !important;
}

.btn-lg {
  width: 125px !important;
}

.btn-hidden {
  display: none;
}
#next

/* END */

a.disabled {
  pointer-events: none;
  color: #aaaaaa;
}

.h1_leadForm {
  color: #150958;
  font-weight: lighter;
  font-size: 30pt;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  margin-top: 0;
}

.h1_leadForm_v2 {
  color: #58595b;
  font-weight: lighter;
  font-size: 18pt;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  margin-top: 0;
}

.p_leadForm {
  margin-bottom: 25pt;
  color: #757575;
}

.heading-color {
  color: #0053a3;
}

.h1_secondary {
  color: #150958;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16pt;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
}

.h1_secondary_thanks {
  color: #150958;
  margin-top: 5px;
  font-size: 16pt;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
}

.h2_subHeading {
  font-weight: 600 !important;
  font-size: 16px;
  color: #58595b;
  border-bottom: 1px solid #c2c7cf;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif !important;
}

.h2_subHeading.h2_subHeadingBorderless {
  border-bottom: 1px solid transparent;
}

.h2_subHeading.intro {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.h2_subHeading.h2_subHeadingBorderless.intro {
  border-bottom: 1px solid transparent;
  margin-bottom: -10px;
}

.h2_subHeading small {
  font-size: 18pt;
  font-weight: 400;
  color: #9e9e9e;
  display: block;
}

.h2_subHeading small.h2_subHeadingInline {
  font-size: 16pt;
  font-weight: normal;
  color: #616161;
  padding-left: 5px;
  display: inline;
}

.row {
  clear: both;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* ACCOUNT TYPE PAGE */

.inside-button {
  padding: 0 5px !important;
}

.row.slim-row .inside-button {
  padding: 0 5px !important;
}

.row.slim-row .outside-left-button {
  padding-right: 5px !important;
}

.row.slim-row .outside-right-button {
  padding-left: 5px !important;
}

.entity-outside-left-button {
  padding: 5px 5px 5px 14px !important;
}

.entity-outside-right-button {
  padding: 5px 12px 5px 8px !important;
}

.entity-acc-type {
  padding: 5px 0px 5px 10px;
}

.entity-acc-type-group {
  padding: 0 !important;
  margin: 0 !important;
}

.ira-acc-type {
  padding: 5px !important;
}

.ira-acc-type-group {
  padding: 0 !important;
  margin: 0 !important;
}

.no-panel-bottom {
  margin-bottom: 0 !important;
}

.acc-type-err {
  padding-left: 15px !important;
}

.acc-type-err .help-block.error {
  margin: 0 !important;
}

.panel-equities-left {
  padding-right: 5px;
}

.panel-equities-right {
  padding-left: 5px;
}

.btn-equities-modal {
  width: 18% !important;
}

.total-accounts-label {
  font-size: 16px;
  color: #0089cf !important;
}

@media (max-width: 767px) {
  .inside-button {
    padding: 1px 0 !important;
  }
  .row.slim-row .inside-button {
    padding: 1px 0 !important;
  }
  .row.slim-row .outside-left-button {
    padding: 1px 0 !important;
  }
  .row.slim-row .outside-right-button {
    padding: 1px 0 !important;
  }
  .ira-acc-type {
    padding: 1px 0 !important;
  }
  .entity-acc-type {
    padding: 1px 0 !important;
  }
  .entity-acc-type-group {
    padding-right: 0 !important;
  }

  .panel-equities-left {
    padding-right: 0;
  }
  .panel-equities-right {
    padding-left: 0;
  }
}

/* END */

/* ENTITY PAGE */

.instruction-container {
  display: flex;
}

.dot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #c2c7cf;
  flex: none;
}

.instructions-number {
  margin: 12%;
}

.instructions-text-container{
  flex: 1;
}

.instructions-text {
  padding: 4px 10px;
}

#entityApplicationForm .form-content-section-primary{
  margin-top: 5%;
}

.check-download-icon {
  color: #0089cf;
  font-size: 20px;
}

.instructions {
  margin-bottom: 5%;
}

.information-row {
  margin-top: 5%;
}
.entity-download {
  margin-top: 5%;
}

.entity-download-image {
  margin-top: 10%;
}

.entity-download-row-button {
  margin-top: 11%;
}

.entity-download-text {
  margin-top: 5%;
}

.download-success {
  font-size: 12px;
}

.link-text-button {
  font-weight: 400;
  color: white !important;
}

a.link-text-button {
  text-decoration: none;
}

.visited > a{
  color: #0089cf !important;
}

.link-text {
  font-weight: 200;
}

.justify-text {
  text-align: justify;
}



.download-application {
  font-size: 200px;
}

.corporate-subtitle {
 font-weight: 600;
}

.list-item {
  padding: 5px;
}

@media (max-width: 994px) {
  .information-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .entity-download-row-button {
    margin-top: 0 !important;
  }
  .entity-download-image {
    margin-top: 0 !important;
  }
}

/*PERSONAL INFO PAGE */
#appPersonalInfo .navigation-btn-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
/* END */

/* EMPLOYEMENT PAGE */
#appEmployment .navigation-btn-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 992px) {
  #jobDescription {
    height: 90px;
  }
}

.fitv_element {
  margin-bottom: 0px !important;
  margin-top: 0 !important;
}

.slimv_element {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.slimh_element {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.noInnerGutter:nth-child(2) {
  padding-right: 0;
  border-bottom: 1px solid transparent;
}

.borderRigth2px {
  border-right: 2px solid #c2c7cf;
}

.noInnerGutter:nth-child(3) {
  padding-left: 0;
}

.noInnerGutter + .noInnerGutter {
  padding-right: 0;
}

.noInnerGutter:last-child {
  padding-right: 15px;
}

.reset_capitals {
  text-transform: none !important;
}

.do_uppercase {
  text-transform: uppercase !important;
}

.do_capitalize {
  text-transform: capitalize !important;
}

.info_summary_section {
  background-color: rgba(198, 231, 254, 1);
}

.info_summary_section .panel-body .row div:nth-child(even) {
  background-color: #ebf4fc;
  border-top: 1px solid rgba(198, 231, 254, 1);
}

.info_summary_section .panel-body .row div:nth-child(odd) {
  border-top: 1px solid rgba(198, 231, 254, 1);
}

.info_summary_section #summary-NavGroup .btn-group .btn {
  padding-right: 1px;
  padding-left: 1px;
}

.bottom-footer-section {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 45px;
  z-index: 999;
}

.bottom-footer-section .navbar-brand.centered a {
  color: #0089cf;
}

.bottom-footer-section .centered div {
  font-size: 13px;
  font-weight: 400;
  font-family: "Hind", sans-serif;
  color: #58595b;
}

.logout-page-div {
  text-align: left;
  margin: 0 !important;
  width: 100%;
}

.logout-page-h4 {
  line-height: 0.1;
}

.logout-page-btn {
  border: none;
  border-radius: 2px;
  position: relative;
  padding: 0 !important;
  margin: 10px 1px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  background: 0 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  width: 62%;
}

/* Logout cancelled application  */
.cancelled-footer {
  padding-top: 5%;
}
.cancelled-footer .help-links {
  padding-top: 3%;
}

.warningPopup {
  color: gray;
  font-size: 1.1em;
  font-weight: bold;
  margin-left: 5%;
  margin-top: 2%;
  margin-bottom: 3%;
  padding: 0 3%;
}

.warningPopup2 {
  color: gray;
  margin-left: 5%;
  padding: 0.5% 3%;
}

.warningPopupDiv {
  margin-bottom: -2.5%;
}

#logoutAddAccountBtn {
  margin-right: 1.2%;
  padding: 0 !important;
}

#logoutResumeBtn {
  margin-left: 1.2%;
  height: 32px !important;
  border-radius: 18px !important;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
}

#logoutText {
  font-size: 1em;
  font-size: 13px;
  font-weight: 400;
  font-family: "Hind", sans-serif;
  color: #58595b;
  text-align: center;
  margin-left: 0 !important;
  line-height: 1.7;
}

#logoutResumeBtn:hover {
  background-color: #dedede;
}

@media (min-width: 992px) {
  .navbar.navbar-light .navbar-brand {
    text-align: center;
    height: auto;
  }
}

@media (max-width: 992px) {
  .logout-page-h4 {
    line-height: 1;
  }
  #logoutAddAccountBtn {
    margin-right: 0.5%;
  }
  #logoutResumeBtn {
    margin-left: 0.1%;
  }
  .logout-page-div {
    margin: auto;
    width: 100%;
  }
  #logoutText {
    margin-left: 5%;
  }
}

.navbar-header {
  float: right;
}

/* Inline Funding Navigation */

.assistance-container {
  color: #1d1d1d;
  font-size: 13px;
  display: flex;
}

.assistance-container-ready {
  color: #1d1d1d;
  font-size: 13px;
}

.assistance-container-ready-normal {
  font-size: 13px;
  font-weight: normal;
}

.icon-back {
  color: #0089cf;
  margin-bottom: 1px;
}

#contact-us-link{
  font-weight: 500;
}

.btn.back-button-inline-funding{
  color: #0089cf;
  margin-left: -5px;
  margin-top: 0px;
  text-transform: capitalize !important;
  font-size: 13px;
  padding: 0;
}
.back-button-inline-funding.btn:not(.btn-raised):not(.btn-link):hover {
  background-color: #ffffff;
}

.btn.back-button-inline-funding:not(.btn-raised):not(.btn-link):focus {
  background-color: transparent;
  outline: none;
}

.inline-funding-navigation-container {
  border-top: 1px solid #c2c7cf;
  padding: 20px 10px 10px 10px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
  margin-left: 10%;
  margin-right: 10%;
}

.no-border-funding-nav {
  border-top: 0px;
  padding-top: 0px;
  margin-bottom: 40px;
}

@media (min-width: 281px) and (max-width: 595px) {
  .assistance-container {
    font-size: 10px;
    display: block !important;
  }
  .assistance-label {
    margin: 0px;
  }

  .icon-back {
    margin-right: -7px;
  }

  .btn.back-button-inline-funding{
    font-size: 12px;
    padding: 0;
  }
  .inline-funding-navigation-container {
    border-top: 1px solid #c2c7cf;
    padding: 20px 0px 0px 0px;
    margin: 5px 25px 0px 25px;
  }

  .no-border-funding-nav {
    border-top: 0px;
    padding-top: 0px;
    margin-bottom: 40px;
  }
}

@media (min-width: 0px) and (max-width: 280px) {
  .assistance-container {
    font-size: 10px;
    display: block !important;
  }
  .assistance-label {
    margin: 0px;
  }

  .material-icons.icon-back {
    margin-right: -7px;
  }

  .btn.back-button-inline-funding{
    font-size: 12px;
    padding: 0;
  }
  .inline-funding-navigation-container {
    border-top: 1px solid #c2c7cf;
    padding: 20px 0px 0px 0px;
    margin: 5px 10px 0px 10px;
  }

  .no-border-funding-nav {
    border-top: 0px;
    padding-top: 0px;
    margin-bottom: 40px;
  }
}

.navbar-header .material-icons {
  font-size: 30px;
  color: #0089cf;
  position: relative;
  top: -4px;
}

.icon-bar {
  color: #0089cf;
}

#offcanvas .navbar-toggle {
  right: 0;
}

#offcanvas .navbar-toggle .icon-bar {
  color: #ffffff;
  border: 1px solid white;
}

.navbar-header .navbar-toggle {
  display: block;
  padding-top: 0;
  padding-left: 0;
  top: -3px;
}

.fixed-bar {
  background-color: #005eb8;
  z-index: 1000;
}

.stop-scrolling {
  height: 100%;
  overflow: visible;
}

.bottom-footer-section .navbar-header .navbar-brand {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  margin: auto;
  color: #212121 !important;
  background-color: transparent;
  font-size: 10px;
  font-weight: 400;
  font-family: "Hind", sans-serif;
}

.bottom-footer-section .navbar-header .navbar-brand {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  margin: auto;
  color: #212121 !important;
  background-color: transparent;
  font-size: 10px;
  font-weight: 400;
  font-family: "Hind", sans-serif;
}

.bottom-footer-section .navbar {
  background-color: transparent;
}

.bottom-footer-section .navbar-brand {
  padding: 12px 15px;
}

.banner-heading,
.banner-promo {
  display: inline-block;
}

.banner-heading {
  line-height: 1em;
  top: -5px;
  position: relative;
  text-align: right;
}

.banner-promo {
  background-color: transparent;
  color: #424242;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  width: 125px;
  text-align: left;
}

.banner-promo .row {
  padding: 0 5px;
  margin: 0;
  line-height: 14px;
}

.banner-promo small {
  color: #005cb8;
  font-size: 10px;
  font-weight: bold;
}

.bottom-banner-section,
.top-banner-section {
  background-color: transparent;
  color: #313131;
}

.bottom-banner-section .btn-info,
.top-banner-section .btn-info {
  color: #3ec6ff !important;
}

.container-fluid {
  padding: 33px 0 10px;
}

.top-banner-section {
  margin-top: 10px;
  padding-top: 2px;
  margin-bottom: 10px;
}

.top-banner-section + .form-content-section-primary {
  padding-top: 0;
}

.bottom-banner-section {
  border-top: 1px solid transparent;
  border-bottom: 2px solid transparent;
  border-color: #212121;
  padding-bottom: 65px;
  padding-top: 20px;
}

.navbar.navbar-light {
  background-color: #ffffff;
  color: #424242;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0) 100%
  );
}

.navbar.navbar-light {
  text-align: center;
}

.navbar .navbar-brand {
  line-height: normal;
  padding: 0;
  margin-left: 0 !important;
}

.navbar-header-left {
  position: relative;
  left: 0;
  top: 0;
  float: left;
}

.navbar-header-right {
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-brand > img {
  max-height: 40px;
  padding: 0;
  width: auto;
  min-width: 120px;
}

.navbar .navbar-brand-mobile {
  margin: 0 auto;
  float: none;
}

.nav-tabs {
  background: transparent;
}

.nav-tabs > li {
  font-family: "Hind", sans-serif;
  font-size: 16px !important;
  float: none;
  display: inline-block;
  zoom: 1;
}

.nav-tabs > li:hover {
  background-color: #fafafa !important;
}

.nav-tabs > li > a {
  color: #616161 !important;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  color: #212121 !important;
  font-weight: 200;
}

.nav-tabs > li > a:hover {
  color: #212121 !important;
  font-weight: 200;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #003e79 !important;
  cursor: default !important;
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  border-bottom-color: transparent !important;
}

.tab-content > .tab-pane {
  padding-top: 15px;
}

.form-content-section-primary {
  background-color: #ffffff;
}

.form-content-section-primary h3 {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.form-content-section-secondary {
  background-color: #ececec;
}

.form-content-section-secondary > .container > .row > div.col::before {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  border-top: 2px solid #bdbdbd;
  content: "";
  top: 0;
}

.form-content-section-learning {
  background-color: #526986;
  color: #ffffff;
}

.form-content-section-learning p {
  color: #b4d6ff;
}

.form-content-section-learning h1 {
  color: #f1f1f1;
}

.centered {
  margin: 0 auto;
}

.dropTarget {
  z-index: 0;
  position: relative;
}

.row.text-center.form-control.in-box {
  border-radius: 5px;
  padding: 0 !important;
  margin: 10px 0 !important;
}

.dropTarget select.form-control {
  padding-right: 15px;
}

.dropTarget:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  border-top: 8px solid #313131;
  right: 8px;
  top: 16px;
  pointer-events: none;
}

.bottom-banner-section {
  font-weight: 400 !important;
}

.form-content-section {
  padding: 30px 0;
}

.twitter-typeahead {
  display: inline !important;
}

.twitter-typeahead .dropTarget {
  top: auto !important;
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000 !important;
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.panel.panel-bordered {
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 0;
  border-radius: 3px;
}

.panel-bordered ~ .panel-bordered {
  border-bottom: 1px solid transparent;
}

.accounts-created {
  font-size: 12pt;
  border-bottom: 1px solid transparent;
  font-weight: 600 !important;
  color: #58595b;
  font-family: "Montserrat", sans-serif !important;
  flex-wrap: wrap;
}

.deposit-funds-panel-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif !important;
}

@media (min-width: 280px) and (max-width: 493px) {
  .accounts-created {
    flex-wrap: wrap;
    font-size: 11pt;
  }
  .deposit-funds-panel-title{
    font-size: 13px;
  }
}

@media (min-width: 0px) and (max-width: 279px) {
  .accounts-created {
    flex-wrap: wrap;
    font-size: 8pt;
  }
  .deposit-funds-panel-title{
    font-size: 11px;
  }
  .account-type{
    font-size: 8pt;
  }
}


.accountNumberText {
	font: Montserrat;
	color: #0089cf;
	font-size: 14px !important;
	font-weight: 600;
  text-align: left;
  margin-left: 27px;
  margin-bottom: 0px;
}

.accountTypeStyle {
  text-align: left;
  margin-left: 40px;
  font-size: 14px !important;
  margin-bottom: 0px;
  margin-top: 8px;
}

.assetTypeStyle {
  text-align: left;
  margin-left: 40px;
  font-size: 13px !important;
  margin-top: 8px;
}

.accountBoxIconStyle {
  width: 19px;
  float: left;
  margin-left: -19px;
  margin-right: 12px;
  margin-top: -1px;
}

.fundingButtonDiv {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.thankYouCheckMarx {
  width: 64px;
  padding-bottom: 10px;
  padding-top: 10px;
}

#futuresIraPanel {
  padding-top: 20px;
}

#fundingSubtitleFuturesIra {
  margin-top: 32px;
}

.groupPanelsBackground {
  background: #f8f8f8;
  width: 100%;
  border-radius: 7px;
  border: 1.6px solid #dcdcdc;
  margin-left: 0px;
  margin-right: 0px;
}

.fundingAccountInfoBox {
  width: 75%;
  height: 72%;
  margin: 0 auto;
  margin-top: 21px;
  margin-bottom: 14px;
}

.accountBoxExtraWidth {
  width: 82.5%;
}

@media (max-width: 560px) {
  .fundingAccountInfoBox {
    width: 85%;
  }
}

@media (max-width: 455px) {
  .fundingAccountInfoBox {
    width: 100%;
  }
}

.leavingTSModalBody {
  padding-top: 1.5% !important;
}

.leavingTSModalHeader {
  font-size: 1.2em;
  font-family: Montserrat;
  width: 95%;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 17px;
  margin-top: 14px;
}

.leavingTSModalText {
  font-size: 1.1em;
  font-family: Montserrat;
  width: 88%;
  margin: 0 auto;
}

.leavingTSModalButton {
  width: 200px !important;
}

.leavingTSModalFooter {
  margin-bottom: 7px;
}

.leavingTSModal {
  margin-top: 11%
}

@media (max-width: 550px) {
  .leavingTSModalText {
    font-size: 1.05em;
    width: 92%
  }
}

@media (max-width: 414px) {
  .leavingTSModalText {
    font-size: 1em;
    width: 98%;
  }

  .leavingTSModalHeader {
    font-size: 1.14em;
  }

  .leavingTSModalButton {
    width: 175px !important;
  }
}

.groupPanels{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.panel-equities h1.h2_subHeading,
.panel-futures h1.h2_subHeading {
  margin-top: 10px;
  margin-bottom: 5px;
}

.panel-equities .panel-bordered:first-of-type,
.panel-futures .panel-bordered:first-of-type {
  border-bottom: 1px solid transparent;
}

.panel-equities .panel-bordered:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}

.panel-futures .panel-bordered:last-of-type {
  border-bottom: 1px solid #e6e6e6 !important;
}

.panel .panel-default {
  -webkit-transition: background-color 500ms ease-out 1s;
  -moz-transition: background-color 500ms ease-out 1s;
  -o-transition: background-color 500ms ease-out 1s;
  transition: background-color 500ms ease-out 1s;
}

.panel-clear .panel-body {
  margin: 0;
  padding: 0;
  border-color: transparent;
  text-align: left;
}

.panel-default.panel-layout .panel-body .table-layout {
  margin: 0;
  padding: 0 !important;
}

.panel-clear {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 20px;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-group .panel.panel-layout + .panel.panel-layout {
  margin-top: 15px;
}

.panel-default + .panel-default {
  margin-bottom: 0;
}

.panel-default .panel-body {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 8px 8px 0;
}

.panel-default .panel-body .panel-question:nth-last-child(2) {
  /*Select secondary questions of a panel other than the 1st to have some margin separation on them*/
  margin-top: 15px !important;
}

.panel-question {
  font-weight: normal;
  font-size: 13px;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif !important;
  color: #58595b;
  vertical-align: middle;
}

.panel-question-crypto {
  font-weight: normal;
  font-size: 15px;
}

.panel-question small {
  font-weight: 500;
  color: #616161;
}

.panel-text {
  font-weight: normal;
}

.panel-text-bold {
  font-size: 15px;
  font-weight: 800;
  font-family: "Hind", sans-serif !important;
  margin-top: 8px !important;
  padding: 0 !important;
}

.panel-group.panel-group-summary .panel .panel-body {
  padding: 0;
}

.investmentObjectiveQuestion {
  margin-bottom: 5px;
}

.investmentObjectiveAnswer {
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2px;
  margin-top: -3.5px;
}

.padding-top-5 {
  padding-top: 5px;
}

.panel-group.panel-group-summary .panel .panel-body .row .col-xs-6 {
  padding: 5px;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
}

.panel-group.panel-group-summary
  .panel
  .panel-body
  .row
  .col-xs-6:nth-child(1n) {
  padding-left: 15px;
  font-size: 9pt;
}

.panel-group.panel-group-summary
  .panel
  .panel-body
  .row
  .col-xs-6:nth-child(2n) {
  background-color: #ddeeff;
  color: #424242;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.panel-group.panel-group-summary .panel .panel-body .row .col-xs-6:empty {
  background-color: transparent;
}

.panel-group.panel-group-summary
  .panel
  .panel-body
  .row
  .col-xs-12:first-of-type
  .col-xs-6 {
  border-top: transparent;
}

.panel-group.panel-group-summary
  .panel
  .panel-body
  .row.summary-row
  .col-xs-12:last-of-type
  .col-xs-6 {
  background-color: transparent;
}

.row.summary-row {
  margin-bottom: 20px;
}

.summary-row-wrapper {
  overflow: hidden;
}

.summary-edit-wrapper {
  margin-bottom: 15px;
}

.panel-group.panel-group-summary .panel .panel-body .row h5 {
  padding-left: 0px;
}

div.radio .radio input[type="radio"]:checked ~ .check,
label.radio-inline input[type="radio"]:checked ~ .check {
  -webkit-transform: scale3d(0.35, 0.35, 1);
  transform: scale3d(0.35, 0.35, 1);
}

.radio .circle,
label.radio-inline .circle {
  height: 22px;
  width: 22px;
  background-color: #fafafa;
  border: 1px solid #0089cf;
}

div.radio label span.circle {
  top: unset !important;
}

.radio .check,
label.radio-inline .check {
  height: 22px;
  width: 22px;
}

.radio .check:after,
label.radio-inline .check:after {
  visibility: hidden;
}

.form-group.form-inline {
  display: inline-block;
}

div.checkbox.disabled > label {
  color: #d4d4d4;
}

.dropTarget select[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  color: #a6a6a6;
}

.checkbox .checkbox-material:before,
label.checkbox-inline .checkbox-material:before {
  left: 0 !important;
  top: -2px !important;
}

.input-img.checkbox .checkbox-material:before,
label.checkbox-inline .checkbox-material:before {
  top: 0;
}

.checkbox.input-img,
.radio.input-img {
  border: 1px solid #bdbdbd;
}

.checkbox.input-img,
.radio.input-img label img {
  padding-top: 5px;
}

.checkbox.btn-img .checkbox-material,
.checkbox.input-img .checkbox-material {
  position: absolute;
  left: 0;
  top: 8px !important;
  margin: 0 auto;
}

.radio.input-img .check,
.radio.input-img .circle {
  position: absolute;
  left: 3px;
  margin: 0 auto;
}

.radio.input-pricing .check,
.radio.input-pricing .circle {
  position: absolute;
  top: 6px;
  left: 6px;
}

.input-pricing {
  border: 1px solid #bdbdbd;
  background-color: #fafafa;
}

.input-pricing:active,
.input-pricing:hover {
  background-color: #ddeeff;
}

.radio.input-img.input-full .check,
.radio.input-img.input-full .circle {
  position: relative;
  left: 3px;
  margin: 0 auto;
}

.input-img.input-full .check {
  position: relative;
  top: -20px;
}

.input-full {
  width: 100%;
}

.input-full label {
  width: 100% !important;
  padding: 20px 0;
  text-align: center;
}

.input-full label > div > p {
  color: #005cb8;
  margin-bottom: 0;
}

.checkbox.input-img .btn,
.checkbox.input-img .checkbox-text,
.radio.input-img .btn,
.radio.input-img .checkbox-text {
  display: inline-block;
  text-align: center;
  margin: 0;
  background-color: #e0e0e0;
}

.checkbox.input-img label,
.radio.input-img label {
  width: 166px;
  padding-left: 0;
}

.radio.input-img span.btn {
  position: relative;
  left: auto;
}

.form-group .checkbox label,
.form-group .radio label,
.form-group label,
label.checkbox-inline,
label.radio-inline {
  color: #313131;
  font-weight: 600;
  line-height: 1.66;
  width: 100%;
  color: #58595b;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 13px !important;
}

.form-group.is-focused .checkbox label,
.form-group.is-focused label.checkbox-inline {
  color: #414141 !important;
}

.form-group .checkbox label small,
.form-group .radio label small,
.form-group label small {
  color: #616161;
  font-size: 12px;
  line-height: 1.2 !important;
  display: block;
}

.checkbox,
.radio {
  margin-top: 0;
  margin-bottom: 0;
}

.radio span,
label.radio-inline span {
  left: 0;
}

.checkbox-with-tooltip {
  float: left;
}

.btn-img.checkbox label,
.btn-img.radio label {
  padding-left: 0 !important;
}

.radio label,
label.radio-inline {
  padding-left: 30px;
}

.checkbox .checkbox-material {
  padding-right: 10px;
  padding-left: 0;
}

.checkbox .checkbox-material .check,
label.checkbox-inline .checkbox-material .check {
  border: 1px solid #0089cf;
  background-color: #fafafa;
}

.checkbox input[type="checkbox"]:checked + .checkbox-material .check:before,
label.checkbox-inline
  input[type="checkbox"]:checked
  + .checkbox-material
  .check:before {
  color: #0089cf;
  margin-top: -3px !important;
  margin-left: 7px !important;
}

.checkbox input[type="checkbox"]:checked + .checkbox-material + .col .btn,
.checkbox input[type="checkbox"]:checked + .checkbox-material + .col .btn-label,
.checkbox input[type="checkbox"]:checked + .checkbox-material + img + .btn,
.checkbox
  input[type="checkbox"]:checked
  + .checkbox-material
  + img
  + .btn-label,
.radio input[type="radio"]:checked + .circle + .check + .col .btn,
.radio input[type="radio"]:checked + .circle + .check + .col .btn-label,
.radio input[type="radio"]:checked + .circle + .check + img + .btn,
.radio input[type="radio"]:checked + .circle + .check + img + .btn-label {
  color: #0089cf;
}

.checkbox input[type="checkbox"]:checked + .checkbox-material .check,
label.checkbox-inline
  input[type="checkbox"]:checked
  + .checkbox-material
  .check {
  border-color: #0089cf;
}

.radio input[type="radio"]:checked ~ .circle,
label.radio-inline input[type="radio"]:checked ~ .circle {
  background-color: #0089cf;
  border-color: #0089cf;
}

.radio input[type="radio"]:checked ~ .check,
label.radio-inline input[type="radio"]:checked ~ .check {
  background-color: transparent;
}

.form-control {
  border-top: 1px solid #e7e7e7 !important;
  border-left: 1px solid #e7e7e7 !important;
  border-right: 1px solid #e7e7e7 !important;
  background-color: #fafafa !important;
  margin-bottom: 2px;
  font-size: medium;
  padding-top: 12px;
  padding-bottom: 1px;
  padding-left: 10px;
  color: #58595b;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  font-size: 15px !important;
}

@media (max-width: 575px) {
  .form-control {
    font-size: 13px !important;
  }
}

.row.msj-row .form-group.label-floating {
  display: none;
  height: 0;
  visibility: hidden;
  padding-bottom: 0;
  margin-top: 0 !important;
}

.form-group.label-floating.has-error {
  visibility: visible !important;
  display: block !important;
  height: auto !important;
  padding-bottom: 14px !important;
}

.form-group.label-floating .control-label {
  padding-left: 8px;
  color: #919191;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 14px !important;
}
@media (max-width: 575px) {
  .form-group.label-floating .control-label {
    font-size: 12px !important;
  }
}

span.control-label {
  padding-left: 2px;
}

.form-group.label-floating.is-empty .control-label.inputAddon-left,
.form-group.label-floating:not(.is-empty) .control-label.inputAddon-left {
  padding-left: 45px;
}

.input-group > .button-group-addon,
.input-group > .input-group-addon {
  border-left: 1px solid #e0e0e0;
}

.input-group > .input-group-btn span.btn {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #e0e0e0 !important;
}

.form-group.label-floating.is-focused .control-label,
.form-group.label-floating:not(.is-empty) .control-label {
  font-size: 12px !important;
  left: -1px !important;
  top: -14px !important;
  padding-left: 12px;
}

.col.form-group.label-floating.is-focused .control-label,
.col.form-group.label-floating:not(.is-empty) .control-label {
  font-size: 12px !important;
  left: 15px !important;
  top: -14px !important;
  padding-left: 12px;
}

.form-group label.control-label,
.form-label label.control-label {
  font-weight: 400;
  color: #313131;
  z-index: 200;
}

.form-group.is-focused label,
.form-group.is-focused label.control-label {
  color: #313131;
}

.form-label label.control-label {
  white-space: nowrap;
}

.form-group.label-floating {
  padding-bottom: 14px;
}

.form-group {
  padding-bottom: 8px;
  margin-top: 0 !important;
  z-index: 0;
}

.row > .col > .form-group.form-group-inputs {
  padding-bottom: 3px;
  margin-top: 3px;
}

.form-group.form-group-toggles {
  margin-top: 2px !important;
}

.form-group .form-control {
  margin-bottom: 0;
  border: 1px solid #e7e7e7;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#e0e0e0),
      to(#e0e0e0)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
  background-image: -webkit-linear-gradient(#e0e0e0, #e0e0e0),
    -webkit-linear-gradient(#e0e0e0, #e0e0e0);
  background-image: -o-linear-gradient(#e0e0e0, #e0e0e0),
    -o-linear-gradient(#e0e0e0, #e0e0e0);
  background-image: linear-gradient(#e0e0e0, #e0e0e0),
    linear-gradient(#e0e0e0, #e0e0e0);
  -webkit-background-size: 0 2px, 100% 1px;
  background-size: 0 2px, 100% 0;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

.form-group.is-focused .form-control {
  outline: 0;
  border: 1px solid #0089cf !important;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#0089cf),
      to(#0089cf)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#0089cf), to(#0089cf));
  background-image: -webkit-linear-gradient(#0089cf, #0089cf),
    -webkit-linear-gradient(#0089cf, #0089cf);
  background-image: -o-linear-gradient(#0089cf, #0089cf),
    -o-linear-gradient(#0089cf, #0089cf);
  background-image: linear-gradient(#0089cf, #0089cf),
    linear-gradient(#0089cf, #0089cf);
  -webkit-background-size: 100% 2px, 100% 1px;
  background-size: 100% 2px, 100% 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.form-group.is-focused.has-success .form-control {
  outline: 0;
  border: 1px solid #0089cf !important;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#0089cf),
      to(#0089cf)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#0089cf), to(#0089cf));
  background-image: -webkit-linear-gradient(#0089cf, #0089cf),
    -webkit-linear-gradient(#0089cf, #0089cf);
  background-image: -o-linear-gradient(#0089cf, #0089cf),
    -o-linear-gradient(#0089cf, #0089cf);
  background-image: linear-gradient(#0089cf, #0089cf),
    linear-gradient(#0089cf, #0089cf);
  -webkit-background-size: 100% 2px, 100% 1px;
  background-size: 100% 2px, 100% 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.form-group.has-error .form-control {
  outline: 0;
  border: 1px solid #d9534f !important;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f44336),
      to(#f44336)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336));
  background-image: -webkit-linear-gradient(#f44336, #f44336),
    -webkit-linear-gradient(#f44336, #f44336);
  background-image: -o-linear-gradient(#f44336, #f44336),
    -o-linear-gradient(#f44336, #f44336);
  background-image: linear-gradient(#f44336, #f44336),
    linear-gradient(#f44336, #f44336);
  -webkit-background-size: 100% 2px, 100% 1px;
  background-size: 100% 2px, 100% 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn.btn-raised.btn-success {
  background-color: #0b7d0b;
}

.btn.btn-raised.btn-success.btn-more-bottom {
  background-color: #0b7d0b;
  margin-bottom: 25pt;
}

.btn.btn-raised.btn-default {
  background-color: #0089cf;
  color: #ffffff;
  border-radius: 18px;
  height: 32px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  padding: 0 17px !important;
  margin: 10px 1px !important;
  font-size: 13px;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
}

.btn.btn-raised.btn-white {
  background-color: #ffffff;
  color: #0089cf;
  border: 1px solid #0089cf;
  padding: 0 17px !important;
  height: 32px !important;
  border-radius: 18px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  text-transform: capitalize;
  margin: 10px 1px !important;
  font-size: 13px;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
}

/* REGISTRATION CREDENTIALS PAGE */

.back-button {
  margin-right: 7px;
}

.promo-code {
  padding-bottom: 0 !important;
}

div.promo-code div.form-group.label-floating.is-empty {
  padding-bottom: 0 !important;
}

.btn-container-xs {
  padding: 0 !important;
  margin-bottom: 15px !important;
  padding-top: 10px !important;
  border-top: 1px solid #c2c7cf;
}

#appRegistrationCredentials #next_btn,
#appRegistrationCredentials #registration_next_btn,
#appRegistrationCredentials #finish_btn_application,
#appRegistrationCredentials #back_btn,
#appRegistrationCredentials #back_btn_application{
  padding: 0 55px !important;
}

#registrationCredentialsDisclaimer a {
  font-size: 13px !important;
}

#registrationCredentialsDisclaimer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.flag-dropdown {
  height: 82%;
}

.react-tel-input .form-group .form-control {
  position: relative;
  letter-spacing: .01rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 48px;
  margin-left: 0;
  background: #FFFFFF;
  border: 1px solid #CACACA;
  border-radius: 5px;
  line-height: 25px;
  outline: none;
}

.react-tel-input .form-control {
  width: 100% !important;
  height: 38px !important;
  padding-bottom: 2%;
}

.react-tel-input .form-group .form-control:focus {
  border-bottom: 3px solid #0089cf !important;
}

.phoneError {
  border: 1px solid #d9534f !important;
  border-bottom: 3px solid #d9534f !important;
}

.phoneErrorMessage {
  margin-top: -5.4% !important;
}

.phoneRequiredMessage {
  margin-top: -16% !important;
}

.phoneInput::placeholder {
  color: #919191 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  will-change: left, top, contents;
}

.phoneInput:focus::placeholder {
  line-height: 1.07;
  font-size: 12px !important;
  left: 1px !important;
  top: -14px !important;
  color: #313131 !important;
  will-change: left, top, contents;
  position: absolute;
  pointer-events: none;
  font-weight: 400;
  z-index: 200;
  margin: 16px 0 0 0;
  margin-left: 12.9%;
  width: 100%;
  display: inline-block;
  max-width: 100%;
  visibility: visible;
}

#hearAboutUsExtraField {
  float: right;
}

@media (max-width: 575px) {
  .btn-container-xs {
    text-align: center !important;
  }

  #appRegistrationCredentials #next_btn,
  #appRegistrationCredentials #registration_next_btn,
  #appRegistrationCredentials #finish_btn_application,
  #appRegistrationCredentials #back_btn,
  #appRegistrationCredentials #back_btn_application {
    padding: 0 !important;
    width: calc(50% - 5px) !important;
  }

  #registrationCredentialsDisclaimer a {
    font-size: 13px !important;
  }
}

@media (max-width: 575px) {
  #registrationCredentialsDisclaimer,
  #registrationCredentialsDisclaimer a {
    font-size: 12px !important;
  }
}

/* END */

/* PASSWORD FIELD - ICONS */

.passwordSuccessIcon {
  min-width: 14px;
  margin-right: 8px;
  position: relative;
  left: 3px;
  top: 2.9px;
}

.passwordSuccessIconText {
  position: relative;
  bottom: 0px;
  font-size: 12px;
}

.passwordFailIconText {
  position: relative;
  bottom: 8px;
  font-size: 12px;
}

.passwordIcon1 {
  width: 36.4%;
  margin-left: 12%;
  margin-right: -7px;
}

.passwordIcon2 {
  width: 28.2%;
  margin-right: -7px;
}

.passwordIcon3 {
 width: 26%;
 margin-right: -7px;
}

.passwordIconDiv {
  display: flex;
}

.passwordIconRow {
  width: 50%;
  display: flex;
  margin-bottom: -0.5%;
}

.failIconDiv {
  margin-bottom: -11%;
}

.passwordIconContainer {
  margin-top: 1%;
}

@media (max-width: 744px) {
  .passwordIcon1 {
    width: 39%;
    margin-left: 3%;
    margin-right: -5px;
  }

  .passwordIcon2 {
    width: 31%;
    margin-right: -5px;
  }

  .passwordIcon3 {
   width: 28%;
   margin-right: -5px;
  }

  .passwordSuccessIconText {
    font-size: 11px;
  }

  .passwordFailIconText {
    font-size: 11px;
  }
}

@media (max-width: 660px) {
  .passwordIcon1 {
    width: 43%;
    margin-left: 5.4%;
    margin-right: -17px;
  }

  .passwordIcon2 {
    width: 33.6%;
    margin-right: -17px;
  }

  .passwordIcon3 {
   width: 30%;
   margin-right: -17px;
  }

  .passwordSuccessIconText {
    font-size: 11px;
  }

  .passwordFailIconText {
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  .passwordIcon1 {
    width: 64%;
    margin-left: 1.2%;
    margin-right: -27px;
  }

  .passwordIcon2 {
    width: 50%;
    margin-right: -27px;
  }

  .passwordIcon3 {
   width: 40%;
   margin-right: -32px;
  }

  .passwordSuccessIconText {
    font-size: 10px;
  }

  .passwordFailIconText {
    font-size: 10px;
  }

  .failIconDiv {
    margin-bottom: -14%;
  }

  .passwordIconRow {
    margin-right: 1.6%;
  }
}

@media (max-width: 496px) {
  .passwordIconRow {
    margin-right: 0%;
    margin-bottom: 0%;
    width: 100%;
  }

  .passwordIconDiv {
    display: block;
    margin-left: 2.5%;
  }

  .passwordIcon1 {
    margin-left: 0%;
    width: 33.3%;
    margin-right: -10px;
  }

  .passwordIcon2 {
    width: 33.3%;
    margin-right: -10px;
  }

  .passwordIcon3 {
   width: 33.3%;
   margin-right: -10px;
  }

  .failIconDiv {
    margin-bottom: -8%;
  }

  .passwordSuccessIconText {
    font-size: 11px;
  }

  .passwordFailIconText {
    font-size: 11px;
  }
}

@media (max-width: 414px) {
  .passwordIconDiv {
    margin-left: 1.6%;
    margin-bottom: -1.9%;
  }

  .passwordIcon1 {
    margin-right: -16px;
  }

  .passwordIcon2 {
    margin-right: -16px;
  }

  .passwordIcon3 {
    margin-right: -16px;
  }

  .mobileRow1 {
    width: 40%;
  }
}

@media (max-width: 410px) {
  .passwordIconDiv {
    margin-left: 3.6%;
  }

  .passwordIcon1 {
    margin-left: 0%;
    width: 35.3%;
    margin-right: -25px;
  }

  .passwordIcon2 {
    width: 35.3%;
    margin-right: -25px;
  }

  .passwordIcon3 {
   width: 35.3%;
   margin-right: -25px;
  }

  .passwordSuccessIconText {
    font-size: 10px;
  }

  .passwordFailIconText {
    font-size: 10px;
  }

  .mobileRow1 {
    width: 41%;
  }
}

@media (max-width: 280px) {
  .passwordIconDiv {
    margin-left: 0%;
  }

  .passwordSuccessIconText {
    font-size: 8px;
  }

  .passwordFailIconText {
    font-size: 8px;
  }
}

/* PASSWORD FIELD - BACKGROUND FILL */

#passwordLabel {
  color: #313131;
}

@property --passwordPercentage {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: false;
}

.passwordFill1RequirementsMet{
  transition: --passwordPercentage 0.2s !important;
}

.passwordFill2RequirementsMet{
  --passwordPercentage: 20%;
  background: linear-gradient(to right, #FF7979 var(--passwordPercentage),#fafafa var(--passwordPercentage)) !important;
  transition: --passwordPercentage 1s !important;
}

.passwordFill3RequirementsMet{
  --passwordPercentage: 40%;
  background: linear-gradient(to right, #FDA068 var(--passwordPercentage),#fafafa var(--passwordPercentage)) !important;
  transition: --passwordPercentage 1s !important;
}

.passwordFill4RequirementsMet{
  --passwordPercentage: 60%;
  background: linear-gradient(to right, #FFE560 var(--passwordPercentage),#fafafa var(--passwordPercentage)) !important;
  transition: --passwordPercentage 1s !important;
}

.passwordFill5RequirementsMet{
  --passwordPercentage: 80%;
  background: linear-gradient(to right, #9BF47D var(--passwordPercentage),#fafafa var(--passwordPercentage)) !important;
  transition: --passwordPercentage 1s !important;
}

.passwordFill6RequirementsMet{
  --passwordPercentage: 100%;
  background: linear-gradient(to right, #00B500 var(--passwordPercentage),#fafafa var(--passwordPercentage)) !important;
  transition: --passwordPercentage 1s !important;
}

.containsError {
  outline: 0;
  border: 1px solid #d9534f !important;
  background-image: linear-gradient(#f44336, #f44336),
    linear-gradient(#f44336, #f44336);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}

/* CONFIRM PASSWORD FIELD - BACKGROUND FILL */

@property --confirmPasswordPercentage {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: false;
}

.confirmPasswordFill {
  --confirmPasswordPercentage: var(--confirmPasswordInputPercentage);
  background: linear-gradient(to right, var(--confirmPasswordColor) var(--confirmPasswordPercentage),#fafafa var(--confirmPasswordPercentage)) !important;
  transition: --confirmPasswordPercentage 1s !important;
}

.confirmPasswordFillEmpty {
  background: #fafafa;
  transition: none !important;
}

/* END */

/* PHONE VERIFICATION PAGE */

#changePhoneButton {
  margin-right: 7px !important;
}

#phoneVerificationButton {
  width: 150px;
  text-transform: none;
  color: #0089cf;
  margin-right: 10px;
  display: flex;
  align-items: center;
  border: 1.75px solid #0089cf;
  border-radius: 7.5px;
  min-height: 38.5px;
}

#phoneVerificationButton:focus {
  outline: none;
}

#phoneVerificationError {
  margin-left: 0px;
  margin-top: -8px;
  margin-bottom: 4px;
}

#resendIcon {
  width: 20px;
  padding: 0px;
}

#resendCodeBtnText {
  padding-left: 0px;
  margin-right: 19px;
  margin-left: -8px;
}

#voiceIcon {
  width: 23.5px;
  padding: 0px;
}

#verifyVoiceBtnText {
  padding-left: 0px;
  margin-right: 12px;
  margin-left: -4px;
}

#phoneVerificationDiv {
  width: 85%;
  margin: 0 auto;
}

#phoneVerificationHeader {
  font-size: 19px;
}

#phoneVerificationText {
  font-size: 15px;
}

#phoneVerificationInputDiv {
  width: 380px;
}

#phoneVerificationNavigationDiv {
  margin-top: 7%;
  margin-bottom: 16%;
}

#phoneVerificationNavigationBtnDiv {
  float: right;
}

#navigationBorder {
  float: none;
  width: 98%;
  margin: 0 auto;
}

@media (max-width: 500px) {
  #phoneVerificationDiv {
    width: 100%;
  }

  #verificationCode {
    width: 82% !important;
  }

  #phoneVerificationHeader {
    font-size: 16px;
  }

  #phoneVerificationNavigationBtnDiv {
    text-align: center;
    float: none;
  }

  #changePhoneButton {
    float: left;
  }

  #verifyCodeButton {
    float: right;
  }

  #navigationBorder {
    width: 93.5%;
  }
}

/* END */

.btn.btn-raised:not(.btn-link):focus.btn-success,
.btn.btn-raised:not(.btn-link):hover.btn-success {
  background-color: #0d990d;
}

.btn.btn-raised:not(.btn-link):focus.btn-default,
.btn.btn-raised:not(.btn-link):hover.btn-default {
  background-color: #0089cf;
}

.btn:not(.btn-raised).btn-success,
.input-group-btn .btn:not(.btn-raised).btn-success {
  color: #0b7d0b;
}

.btn:not(.btn-raised).btn-default,
.input-group-btn .btn:not(.btn-raised).btn-default {
  color: #0089cf;
  border-radius: 18px;
  border: 1px solid #0089cf;
  height: 32px !important;
  padding: 0 17px !important;
  font-size: 13px;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
}

#logout_btn {
  height: 30px !important;
  padding: 0 20px !important;
}

#registrationSubmit {
  margin-top: 20px;
}

#loginButton {
  height: 30px !important;
  margin: 3px 5px !important;
  padding: 0 20px !important;
}

.messages {
  position: absolute;
  background-color: transparent;
}

i.material-icons {
  color: #0089cf;
  vertical-align: middle;
}

i.material-icons.title-help {
  color: #0089cf;
  vertical-align: middle;
  margin-bottom: 5px;
  line-height: 0 !important;
}

.material-icons.material-green {
  color: #339900;
}

i.material-icons:empty {
  width: 22px;
  height: 22px;
  background: #c8c8c8;
  border-radius: 30px;
}

i.material-icons.icon-success {
  color: #0089cf;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
}

i.material-icons.icon-success:empty {
  color: #333333 !important;
}

i.material-icons.icon-danger {
  color: #de0000;
  vertical-align: middle;
  margin-right: 5px;
}

.tooltip {
  background-color: rgba(152, 229, 218, 0.9) !important;
  color: #1a1a1a !important;
  border-radius: 4px !important;
  border-bottom: 1px solid #98e5da !important;
  border-top: 1px solid #98e5da !important;
  border-right: 1px solid #98e5da !important;
  width: 235px !important;
  height: auto !important;
  opacity: 1 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2em !important;
}

@media (max-width: 767px) {
  .tooltip {
    width: 100% !important;
    left: 0 !important;
  }
  .tooltip:after {
    display: none;
  }
}

.tooltip > .arrow {
  display: block;
}

.tooltip.place-left:after {
  border-left-color: rgba(152, 229, 218, 0.9) !important;
}

.tooltip.place-top:after > {
  border-top-color: rgba(152, 229, 218, 0.9) !important;
}

.tooltip.place-bottom:after {
  border-bottom-color: rgba(152, 229, 218, 0.9) !important;
}

.tooltip.place-right:after {
  border-right-color: rgba(152, 229, 218, 0.9) !important;
}

.tooltip > span {
  height: auto !important;
}

.form-group .help-circle + .checkbox,
.form-group .help-circle + .radio {
  padding-right: 25px;
}

.help-circle + .panel-question,
.help-circle + h3 {
  padding-right: 25px;
}

.help-circle.help-circle-floater {
  top: -33px;
  right: 10px;
  height: 0;
}

.help-circle {
  position: relative;
  float: right;
  top: 0;
  right: 0;
  z-index: 1000;
}

.help-circle-static {
  position: static;
  z-index: 1000;
}

.info-circle {
  position: absolute;
  left: 15px;
  z-index: 100;
  padding-top: 1.5%;
}

.info-circle i.material-icons {
  font-size: 38px;
}

.collapsible-info {
  position: relative;
}

.collapsible-info button.btn-link {
  border-bottom: 1px solid #e0e0e0;
  text-decoration: none;
}

.collapsible-info button.btn-link i.material-icons {
  float: right;
  font-size: 16px;
  padding-left: 5px;
}

.collapsible-info button.btn-link::after {
  content: "Less info ";
  display: block;
  position: relative;
}

.collapsible-info button.btn-link.collapsed::after {
  content: "More info ";
  display: block;
  position: relative;
}

.pushInformation {
  color: #424242;
  background-color: #fafafa;
  border: 1px solid #bdbdbd;
  font-size: 12px;
  padding: 5px;
}

.pushInformation .close {
  position: inherit;
}

.alert.alert-pushInformation i.material-icons {
  font-size: 33px;
  float: left;
}

.panel-question + .help-text {
  padding-top: 0;
  top: -8px;
  position: relative;
}

.help-text {
  font-size: small;
}

.form-group .help-block {
  font-size: 10px;
  margin-left: 10px;
  margin-bottom: 4px;
}

.input-group .form-control {
  position: inherit;
}

.input-group > div {
  position: relative;
}

.accordion .panel-heading,
.panel-group .panel-heading {
  padding: 0;
}

.panel-group .panel-title {
  padding: 10px 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: left;
}

.accordion .panel-title {
  padding: 0 !important;
}

.accordion .panel-title > a,
.panel-group .panel-title > a {
  display: block;
  padding: 0.4em 0.6em;
  outline: none;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  float: none;
  font-size: 16px;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
  color: #58595b !important;
}

#appDocuments .accordion .panel-title > a > i,
#appDocuments .panel-group .panel-title > a > i {
  margin-right: 25px !important;
}

@media (max-width: 400px) {
  #appDocuments .accordion .panel-title > a > i,
  #appDocuments .panel-group .panel-title > a > i {
    margin-right: 11px !important;
  }
}

.accordion .panel-title > a.accordion-toggle::before,
.accordion a[data-toggle="collapse"]::before,
.panel-group .panel-title > a.accordion-toggle::before,
.panel-group a[data-toggle="collapse"]::before {
  content: "\e113";
  float: right;
  font-family: "Glyphicons Halflings";
  margin-right: 0;
  padding-left: 5px;
  margin-top: 5px;
}

.accordion .panel-title > a.accordion-toggle.collapsed::before,
.accordion a.collapsed[data-toggle="collapse"]::before,
.panel-group .panel-title > a.collapsed::before,
.panel-group a.collapsed[data-toggle="collapse"]::before {
  content: "\e114" !important;
}

/*password meter*/

.error-list:before {
  content: ":";
  position: absolute;
  left: 0;
}

.error-list {
  list-style-type: none;
  position: relative;
  height: 0;
  display: inline-block;
  text-align: right;
  padding-left: 10px;
}

.progress {
  overflow: visible;
}

.progress-bar-float {
  position: absolute;
  right: 0;
}

#progressbarupload {
  background-color: #0089cf !important;
}

.btn.btn-clear:hover {
  background-color: transparent !important;
  cursor: auto !important;
}

.well.well-clear {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
}

.well.well-xs {
  padding: 5px !important;
  margin-bottom: 10px !important;
  min-height: 0;
}

.well.well-tight {
  margin-bottom: 0 !important;
}

.input-group .input-group-addon {
  background-color: #fafafa;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.input-group .input-group-addon i.material-icons {
  font-size: 21px;
  padding-top: 1px;
  line-height: 1em;
}

.popover {
  line-height: 1.2em;
  width: 230px;
  background-color: rgba(216, 234, 255, 0.9);
  color: #1a1a1a;
}

.popover > .arrow {
  display: block;
}

.popover.left > .arrow:after {
  border-left-color: rgba(216, 234, 255, 0.9) !important;
}

.popover.top > .arrow:after {
  border-top-color: rgba(216, 234, 255, 0.9) !important;
}

/*
kennicker
*/

.radio-text > p {
  padding: 0;
  margin-top: 5px;
}

.disabled.dropTarget {
  z-index: 0;
  background: darkgrey !important;
}

.col > .inside > label,
.col > label {
  color: #333333;
  font-size: 14px;
}

.disabled.control-label {
  background: darkgrey !important;
}

.error-text {
  color: #d9534f;
}

.error-message-padding {
  padding-top: 20px;
}

.date-error {
  margin-bottom: 3px;
  margin-left: 25px;
  color: #d9534f;
  position: static;
  display: block;
  font-weight: 500;
}

.help-block.error {
  margin-bottom: 3px;
  color: #d9534f !important;
  margin-left: 8px;
  position: static;
  display: block;
  font-weight: 500;
  white-space: nowrap;
  overflow: visible;
}

.help-block.error.wordwrap {
  white-space: normal !important;
}

.wrap {
  white-space: normal !important;
}

.form-group.is-focused .help-block {
  margin-bottom: 2px;
}

.input-group.dropTarget:after {
  margin-right: 45px;
  z-index: 100;
}

.tooltip-inner {
  text-align: left;
  padding: 10px;
}

.pricing-note {
  margin: 15px 0;
  padding: 0;
  font-family: "Hind" sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  width: 905px;
  color: #494949;
}

.pricing-note a {
  font-family: "Hind" sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #0c4697;
}

.pricing-note a:hover {
  text-decoration: underline;
}

.date-divider::before {
  display: block;
  position: absolute;
  right: 5px;
  top: 25%;
  height: 100%;
  width: 1px;
  font-size: 20px;
  content: "/";
  clear: both;
}

.image-right {
  width: 93px;
  height: 93px;
  margin-top: 10px;
  margin-left: 70px;
}

.tab-content > .tab-pane > div {
  padding-top: 15px;
}

.panel-tab-set .tab-content {
  background-color: #fff;
  margin-bottom: -11px;
  padding: 15px;
}

.btn-group + div > .form-group {
  margin-bottom: 20px;
}

.panel-tab-set .tab-content .btn-group {
  margin-bottom: 30px;
}

.panel-tab-set .tab-content .btn-group .btn {
  background-color: #fafafa;
}

.tab-pane .panel {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.btn-group-raised .btn:not(.btn-link).active,
.btn-group-raised .btn:not(.btn-link).active.btn-default {
  background-color: #5e9edc;
  color: #fafafa;
}

.table.table-layout td {
  vertical-align: middle;
}

.table.table-layout td.cell-fit,
.table.table-layout td:first-of-type {
  width: 1%;
}

.futuresIraMessageBox {
  border-radius: 7px;
  border: 1.6px solid #108ee9;
  padding: 7px;
  padding-top: 8.5px;
  width: 80.5%;
  height: 10%;
  margin: 0 auto;
  font-size: 10.5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.futuresIraInfoIcon {
  float: left;
  width: 29px;
  margin-top: 0.4px;
  margin-right: 6px;
  margin-left: -1.6px;
}

.futuresIraMessageBoxSummaryPage {
  border-radius: 7px;
  border: 1.6px solid #108ee9;
  padding: 7px;
  padding-top: 8.5px;
  width: 88%;
  height: 10%;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.futuresIraInfoIconSummaryPage {
  float: left;
  width: 32px;
  margin-top: 0.9px;
  margin-right: 6px;
  margin-left: -1.6px;
}

.iraOnlyFuturesStyle {
  margin-bottom: -10px;
  margin-top: 25px;
}

.futuresFundingMessageBox {
  background: #ffffff;
  width: 87%;
  margin-bottom: 6px;
  margin-top: 4px;
}

.futuresFundingMessageBoxIcon {
  margin-top: 7px !important;
}

@media (max-width: 1199px) {
  .futuresIraMessageBox {
    width: 65%;
    padding-top: 9.5px;
  }

  .futuresIraInfoIcon {
    margin-top: -1px;
  }
}

@media (max-width: 991px) {
  .futuresIraMessageBox {
    font-size: 10px;
    width: 81%;
  }

  .futuresIraMessageBoxSummaryPage {
    font-size: 11px;
  }

  .futuresIraInfoIconSummaryPage {
    margin-top: -0.8px;
  }
}

@media (max-width: 742px) {
  .futuresIraMessageBox {
    width: 90%;
  }
}

@media (max-width: 717px) {
  .futuresIraInfoIconSummaryPage {
    margin-top: 7px;
  }
}

@media (max-width: 671px) {
  .futuresIraMessageBox {
    width: 100%;
    font-size: 9.5px;
  }

  .futuresFundingMessageBox {
    width: 90%;
    font-size: 10px;
  }
}

@media (max-width: 580px) {
  .futuresIraMessageBox {
    font-size: 10.5px;
  }

  .futuresIraInfoIcon {
    margin-top: 6px;
  }

  .futuresFundingMessageBox {
    width: 96%;
    font-size: 9.4px;
  }
}

@media (max-width: 490px) {
  .futuresIraInfoIconSummaryPage {
    margin-top: 15px;
  }

  .futuresFundingMessageBox {
    width: 97%;
    font-size: 9.5px;
  }

   .futuresFundingMessageBoxIcon {
     margin-top: 12px !important;
   }
}

@media (max-width: 441px) {
  .futuresIraMessageBox {
    font-size: 9.5px;
  }
}

@media (max-width: 414px) {
  .futuresIraMessageBox {
    padding-top: 7.5px;
  }

  .futuresIraInfoIcon {
    margin-top: 5px;
  }
}

@media (max-width: 408px) {
  .futuresIraInfoIcon {
    margin-top: 11.6px;
  }
}

@media (max-width: 392px) {
  .futuresFundingMessageBox {
    width: 98%;
    font-size: 8.6px;
  }
}

@media (max-width: 389px) {
  .futuresIraMessageBoxSummaryPage {
    font-size: 10px;
  }

  .futuresIraInfoIconSummaryPage {
    margin-top: 11px;
  }
}

/* AGREEMENST PAGE */

#appAgreements .navigation-btn-container {
  padding-left: 0px;
  padding-right: 0px;
}

#appAgreements .agreements-acknowledge-error .help-block.error {
  margin-left: 0px !important;
}

#appAgreements img {
  padding-top: 10px;
  padding-bottom: 15px;
  max-height: 50%;
  max-width: 50%;
}

.agreement-badge {
  float: left;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 5px;
  border-radius: 50%;
  behavior: url("PIE.htc");
  width: 32px;
  height: 32px;
  background-color: #005eb8;
}

.agreement-badge h4 {
  margin: 0;
  padding-top: 8px;
  font-family: "Hind" sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}

.agreements-disclaimer {
  background-color: white;
  overflow-y: scroll;
  max-height: 200px;
  padding: 10px;
  margin-top: 5%;
  margin-bottom: 3.5%;
  border: 1px solid #005eb8;
}

.agreements-disclaimer-noscroll {
  background-color: white;
  overflow-y: visible;
  max-height: none;
  padding: 10px;
  margin-top: 5%;
  margin-bottom: 3.5%;
  border: 1px solid #005eb8;
}

.agreements-list-title {
  padding-left: 10px;
}

.agreements-list-title h4 {
  margin-top: 5px;
}

.agreements-list {
  list-style-type: disc;
  padding-left: 0px !important;
}

.checkbox.agreements-checkbox label {
  font-weight: bold !important;
  font-size: 14px;
}

.agreements-list a {
  color: #0089cf;
}

.agreements-list {
  padding-left: 61px !important;
}

.agreement-subtitle {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #58595b;
}

.agreements-acknowledge-error {
  padding-bottom: 10px;
}

.agreements-acknowledge-error p {
  font-size: 13px !important;
}

.agreements-checkbox {
  margin-left: 15px;
}

#appAgreements .check-title {
  line-height: 1.66;
  color: #58595b;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  font-size: 13px !important;
  text-decoration: none;
  padding-top: 3px;
}

#appAgreements .check-button {
  max-width: 43px;
}

@media (max-width: 482px) {
  .check-container {
    margin-bottom: 10px;
  }
  .agreements-checkbox {
    margin-left: 0px;
    margin-top: 11px;
  }
  .agreements-list {
    padding-left: 24px !important;
  }
}

@media (max-width: 342px) {
  .agreement-subtitle {
    text-align: center;
  }
}

@media (max-width: 360px) {
  #appAgreements .check-title {
    padding-left: 5px;
  }
}

/* END */

/*DROPZONE CUSTOM CSS*/

.dz-clickable {
  background-color: #bbddff;
  padding: 10px;
  border: 2px dashed #5e9edc;
  cursor: pointer;
  height: 50px;
  max-width: 100%;
}

.dropzone.dz-clickable {
  background-color: #bbddff;
  padding: 10px;
  border: 2px dashed #5e9edc;
  cursor: pointer;
  height: 50px;
  max-width: 100%;
}

.dropzone.dz-clickable.dz-started .dz-message {
  float: right;
}

.dz-clickable .dz-preview {
  position: relative;
  width: 60px;
  float: left;
  height: 50px;
  top: -15px;
}

.dz-clickable .dz-preview:hover .dz-details {
  display: block;
}

.dropzone.dz-clickable .dz-image {
  position: absolute;
  left: 0;
  top: -5px;
  background-color: white;
}

.dropzone.dz-clickable .dz-image img {
  width: 50px;
  height: 50px;
}

.dropzone.dz-clickable .dz-error-message {
  display: none;
}

.dropzone.dz-clickable .dz-size {
  position: relative;
  font-size: 10px;
  background-color: white;
}

.dropzone.dz-clickable .dz-details {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
}

.dropzone.dz-clickable .dz-filename {
  font-size: 10px;
  position: absolute;
  white-space: normal;
  background-color: white;
  z-index: 10000;
}

.dropzone.dz-clickable .dz-error-mark,
.dropzone.dz-clickable .dz-success-mark {
  display: none;
}

.dropzone.dz-clickable .dz-remove {
  z-index: 1000;
  position: absolute;
  top: -6px;
  right: 4px;
  background-color: white;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  line-height: 1em;
  text-align: center;
  box-shadow: -1px 0 3px #ccc;
}

/*BTN IMAGE TO BE MOVED TO OVERRIDES.CSS*/

.btn-img {
  border: 1px solid #0089cf;
  line-height: 1em;
  padding: 2px 0;
  border-radius: 5px;
}

.btn-img.btn-img-stretch {
  width: 156px;
  height: 148px;
}

.btn-img[data-toggle="collapse"]::before {
  display: none;
}

.btn-img.btn-img-inline {
  text-align: left;
  height: auto !important;
  margin-top: 0 !important;
}

.btn-img.btn-img-inline img {
  display: inline !important;
}

.btn-img.btn-img-inline .btn-label,
.btn-img.btn-img-inline .btn-label b {
  display: block !important;
  text-align: left !important;
}

.btn-img .img-responsive,
.btn-img img {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 7px;
  padding-top: 2px;
}

.btn-img.btn-img-thin {
  padding: 0;
  width: 75px;
  vertical-align: top;
  border: none;
}

.btn-img.btn-img-thin i {
  padding-top: 20px;
  padding-bottom: 6px;
  font-size: 60pt;
}

.btn-img.btn-img-full {
  display: block;
  width: 100%;
  height: auto;
}

.btn-img.btn-img-full:hover {
  background-color: #bbddff !important;
}

.btn-img.btn-img-full:not(.btn-img-inline):hover .btn-label {
  background-color: #339900;
  color: #fafafa;
}

.btn-img.btn-img-full .btn-label b {
  padding-top: 12px;
}

.btn-img.btn-img-full .btn-label,
.btn-img.btn-img-full .btn-label b {
  display: block;
  text-align: center;
}

.btn-img ul {
  list-style: none;
  position: absolute;
  right: 2px;
  top: 0;
  width: 100%;
}

.btn-img span.headRow {
  position: relative;
  right: 2px;
  top: -5px;
  width: 100%;
  padding-bottom: 5px;
  white-space: normal;
}

.btn-img ul li {
  width: 15px;
  height: 15px;
  float: right;
  margin: 3px 2px;
  color: #616161;
}

.btn-img.radio .check,
.btn-img.radio .circle {
  top: 5px;
  left: 6px;
}

.btn-img.checkbox .check {
  top: 0;
  left: 6px;
}

.type-definition-list {
  list-style: none;
  list-style-position: inside;
}

.type-definition-list li {
  float: left;
  padding-left: 15px;
}

.btn-img .btn-label,
.btn-img .btn.btn-block {
  width: 100%;
  white-space: pre-line;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  padding-right: 10px !important;
  padding-left: 25px !important;
  text-align: left;
  letter-spacing: -0.05em;
}

.btn-img.disabled .btn-label {
  color: #a2aaad;
}

.btn-img.disabled {
  border-color: #83d6ec;
}

.btn-img.checkbox.disabled .check,
.btn-img.checkbox.disabled .checkbox-material,
.btn-img.radio.disabled .circle {
  border-color: #80bbdf;
}

.btn-img.checkbox > label .col {
  padding: 0;
}

.btn-img.checkbox > label .col .btn-label {
  padding-right: 5px !important;
  padding-left: 33px !important;
  line-height: 1.76em;
  color: #0089cf;
}

.btn-img.checkbox > label .col .btn-label-right{
  font-size: 9px !important;
  margin-right: -10px ;
  text-transform: none;
  line-height: 1 !important;
  padding-left: 30px !important;
  margin-left: -37px;
  width: auto;
  max-height: 30px;
  margin-top: 5px;
}

.btn-img.disabled .btn-label {
  color: #a2aaad;
}

.btn-img.disabled {
  border-color: #83d6ec;
}

.btn-img.checkbox.disabled .check,
.btn-img.checkbox.disabled .checkbox-material,
.btn-img.radio.disabled .circle {
  border-color: #80bbdf;
}

.btn-img .btn-label {
  height: auto !important;
  padding: 5px;
  min-height: 27px;
}

.btn-img .btn-label b {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.btn-img .btn-label img {
  display: inline;
  padding: 0 4px 0 0;
  margin: 0;
  vertical-align: bottom;
}

.btn-img .btn-label.btn-label-float {
  width: 49%;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.btn-img.btn-img-auto {
  height: auto;
  max-height: 42px;
  min-height: 42px;
}

.btn-img.btn-img-float-none {
  float: none;
}

.btn-img.btn-img-auto .btn-label {
  height: auto;
  font-size: 13px !important;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif !important;
}

.container-center {
  display: flex;
  justify-content: center;
}

.container-width {
  width: 100%;
  max-width: 695px;
  margin: 0 auto;
}

.options-note {
  margin-top: -3.5px;
}

.options-level-container {
  display: flex;
  gap: 20px;
  padding: 20px;
  font-family: Arial, sans-serif;
  justify-content: center;
  align-items: center;
  transform: translateZ(0);
}

.options-dot {
  font-size: 27px;
}

.options-level-strategies {
  width: 200px;
  text-align: left;
  margin-top: -28px;
  margin-left: -4px;
}

.options-level-strategy {
  padding: 5px 0;
  font-size: 13px;
  font-weight: 400;
  font-family: "Hind", sans-serif;
  color: #58595b;
}

.options-level-columns {
  display: flex;
  gap: 10px;
}

.options-level-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #f0f0f0;
  padding: 10px;
  width: 80px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  color: #5d5d5d;
}

.column-disabled {
  pointer-events: none;
}

.options-dot-disabled {
  opacity: 0.5;
}

.level-text {
  font-weight: 700;
  font-size: 14px;
  font-family: "Hind", sans-serif;
  color: #58595b;
  margin-bottom: 7.2px;
}

.level-text-disabled {
  opacity: 0.5;
}

.options-level-column:hover,
.options-level-column:focus {
  background-color: #E9F2FD;
}

.options-level-column.selected {
  background-color: #0089cf;
  color: #ffffff;
}

.options-level-column.selected .level-text {
  color: #ffffff;
}

/* Small circles inside columns */
.options-level-circle {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 4.3px 0;
}

.options-submit-modal-button {
  margin-right: 10px !important;
}

.options-submit-modal {
  margin-top: 5%;
}

.options-submit-modal-checkmark {
  vertical-align: middle;
}

@media (max-width: 720px) {
  .options-level-strategy {
    font-size: 12px;
  }

  .options-level-column {
    width: 72px;
  }

  .options-level-circle {
    margin: 3.5px 0;
  }
}

@media (max-width: 658px) {
  .options-level-column {
    width: 68px;
  }
}

@media (max-width: 638px) {
  .options-level-column {
    width: 65px;
  }
}

@media (max-width: 622px) {
  .options-level-strategies {
    width: 180px;
  }

  .options-level-column {
    width: 52px;
  }

  .level-text {
    display: none;
  }
  .options-level-column::before {
    content: attr(data-short-name);
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .options-level-column.column-disabled::before {
    opacity: 0.5;
  }

  .options-submit-modal-header::before {
    content: attr(data-short-name);
  }

  #options-submit-modal-level-header {
    display: none !important;
  }
}

@media (max-width: 558px) {
  .options-level-strategy {
    font-size: 11px;
  }

  .options-level-circle {
    margin: 2.9px 0;
  }
}

@media (max-width: 544px) {
  .options-level-column {
    width: 45px;
  }
}

@media (max-width: 509px) {
  .options-level-column {
    width: 40px;
  }
}

@media (max-width: 483px) {
  .options-level-column {
    width: 35px;
  }
}

@media (max-width: 458px) {
  .options-level-column {
    width: 32px;
  }
}

@media (max-width: 443px) {
  .options-level-column {
    width: 29px;
  }
}

@media (max-width: 428px) {
  .options-level-column {
    width: 28px;
  }

  .options-level-columns {
    gap: 6px;
  }
}

@media (max-width: 414px) {
  .options-submit-modal-button {
    margin-right: 1px !important;
  }

  .options-submit-modal {
    margin-top: -18%;
  }
}

@media (max-width: 407px) {
  .options-level-column {
    width: 25px;
  }

  .options-level-columns {
    gap: 9px;
  }

  .container-width {
    width: 102%;
  }

  .options-submit-modal-button {
    margin-right: 0px !important;
  }
}

@media (max-width: 389px) {
  .options-level-columns {
    gap: 7px;
  }

  .container-width {
    width: 103.5%;
  }
}

@media (max-width: 368px) {
  .options-level-columns {
    gap: 5px;
  }

  .container-width {
    width: 105%;
  }
}

@media (max-width: 352px) {
  .options-level-columns {
    gap: 3px;
  }
}

@media (min-width: 768px) {
  .equities-account-settings-header {
    width: 200%;
  }
}

.options-level-radio {
  margin-top: auto;
  margin-top: 5px;
  position: relative;
}

.options-level-radio input{
  display: none;
}

.tradingHelpButton {
  margin-left: 10px;
  background: none;
  border: none;
  padding: 3px 0 0 0;
}

.optionsLevelHelpButton {
  margin-left: 4px;
  background: none;
  border: none;
  padding: 0;
}

.optionsLevelHelpIcon {
  font-size: 19px;
  margin-bottom: 3px !important;
}

.displayFlex {
  display: flex;
}

.custom-radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: white;
}

.lock-icon {
  width: 20px;
  height: 20px;
}

.options-level-radio input[type="radio"]:checked + .custom-radio {
  border-color: white;
  background-color: white;
}

.options-level-radio input[type="radio"]:checked + .custom-radio::after {
  color: blue;
  font-size: 14px;
}

.qualification-text {
  color: #0089cf;
  font-weight: 600 !important;
  margin-bottom: 5px;
}

.strategies-title {
  text-align: left;
  font-size: 14px;
  font-weight: 700; 
  font-family: "Hind", sans-serif;
  color: #58595b;
}

.checkmark {
  font-size: 14px;
  padding-top: 2px;
}

.options-level-comparison {
  margin-top: 20px;
}

.options-submit-modal-div {
  padding: 10px 10px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  padding: 6px;
}

.comparison-table th {
  border-top: none;
  font-weight: bold;
  text-align: center;
}

.comparison-table td {
  text-align: center;
}

.strategy-text {
  text-align: left !important;
  padding-left: 1px !important;
}

#options-modal-title button {
  position: absolute;
  top: 16px;
  right: 18px;
}

#options-modal-title h1 {
  margin-bottom: 0px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c2c7cf;
}

.options-submit-modal-body {
  padding-top: 16px !important;
}

.options-submit-modal-header {
  font-size: 14px;
  font-weight: 700; 
  font-family: "Hind", sans-serif;
  color: #58595b;
}

.margin-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.margin-disabled-modal-button {
  background: none;
  border: none;
  padding: 0;
  color: #0089cf;
  cursor: pointer;
  font-weight: 700;
}

.margin-disabled-modal-button-div {
  padding-top: 3px;
  margin-bottom: -8px;
}

.margin-disabled-modal-account-numbers {
  color: #36B37E;
  font-weight: 500;
}

.max-level-header {
  color: #0089cf;
}

.btn-img.btn-img-auto > img {
  padding-top: 8px;
}

.btn-img.btn-img-auto .help-block {
  padding-top: 20px;
}

.btn-img .btn-footer {
  position: relative;
  left: 0;
  font-size: 10px;
  right: 0;
  font-weight: 200;
  display: none !important;
  visibility: hidden;
  white-space: normal;
  text-transform: none;
  padding: 0 5px;
}

.btn-footer .btn {
  text-transform: inherit;
}

.btn.btn-wrap {
  white-space: pre-wrap;
}

.btn:not(.btn-raised).btn-info,
.input-group-btn .btn:not(.btn-raised).btn-info {
  color: #0089cf;
}

.btn:not(.btn-raised):not(.btn-link):focus,
.btn:not(.btn-raised):not(.btn-link):hover,
.input-group-btn .btn:not(.btn-raised):not(.btn-link):focus,
.input-group-btn .btn:not(.btn-raised):not(.btn-link):hover {
  background-color: #f0f0f0;
}

.btn.btn-primary.btn-raised {
  background-color: #005eb8 !important;
  color: #f5f5f5 !important;
}

.btn.btn-primary {
  color: #005eb8 !important;
}

.btn-img .help-block {
  white-space: pre-wrap;
  left: 0;
  text-transform: none;
  font-weight: 200;
}

.btn-img:hover .btn-label {
  color: #0089cf;
}

.btn-img small {
  font-size: 10px;
  color: #9e9e9e;
  text-transform: capitalize;
  display: inline-block;
}

@media (min-width: 992px) {
  .btn-img .btn-footer .btn {
    font-size: 10px;
  }
  .btn-img .btn-footer .col:nth-child(2) {
    border-left: 1px solid #c6c6c6;
  }
  .FloatPanel {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
  }
  .text-centered-option {
    margin-top: 5px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .row.text-centered-option {
    padding-top: 0;
  }
  .btn-img.checkbox > label .col .btn-label-right{
    font-size: 11px !important;
    margin-right: 3px;
  }
}

@media (max-width: 992px) {
  .btn-img .btn-footer {
    padding-top: 15px;
  }
  .btn-img .btn-footer .btn {
    margin-top: 15px !important;
    padding: 0;
    float: none !important;
  }
  .FloatPanel {
    display: inline-block;
  }
  .text-centered-option {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .btn-img .btn-footer {
    padding-top: 0;
  }
}

.FloatPanel {
  padding-top: 15px;
  padding-bottom: 20px;
  width: 100%;
  margin: 0;
}

/*BTN-IMG ENDS HERE*/

/*FLOATING PROGRESS ON DIVS*/

.row-offcanvas.active .progress-bar-div.progress-bar-inline {
  display: block;
}

@media (min-width: 992px) {
  .progress-bar-div.progress-bar-float {
    opacity: 0.75;
  }
  .progress-bar-float .progress-bar-indicator {
    right: -18px !important;
  }
}

@media (max-width: 992px) {
  .progress-bar-div.progress-bar-float {
    opacity: 0.66;
  }
  .progress-bar-float .progress-bar-indicator {
    right: -18px !important;
  }
}

.progress-bar-div.progress-bar-inline {
  display: none;
  position: fixed;
  width: 220px;
  right: 15px;
  top: 60px;
  z-index: 1001;
}

.progress-bar-div.progress-bar-inline .progress-bar-sections {
  text-indent: -100px;
}

.progress-bar-div.progress-bar-float .progress-bar-sections {
  text-indent: -10000px;
}

.progress-bar-div.progress-bar-inline .progress-bar-bg {
  width: 20px;
}

.progress-bar-div.progress-bar-float {
  position: relative;
  right: 0;
  z-index: 1000;
  padding-top: 20px;
}

.progress-bar-div .progress-bar-bg {
  position: relative;
  top: -15px;
  height: 5px;
  background-color: #e7e7e7;
}

.progress-bar-div .progress-bar-progress {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #0089cf;
  height: 5px;
  transition: 1s width;
}

.progress-bar-float .progress-bar-indicator {
  color: #0089cf;
  font-size: 12px;
  position: absolute;
  top: 5px;
  display: block;
  width: 50px;
}

.progress-bar-inline .progress-bar-indicator {
  color: #0089cf;
  font-size: 12px;
  position: absolute;
  top: 5px;
  display: block;
  width: 50px;
}

.progress-bar-inline .progress-bar-indicator .progress-bar-text {
  position: absolute;
  left: -250px;
  font-size: large;
  text-align: right;
  text-indent: -90px;
  width: 250px;
  padding-right: 15px;
  top: 8px;
}

.progress-bar-div .progress-bar-sections {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
}

.progress-bar-div .progress-bar-sections .progress-bar-section {
  width: 100%;
  height: 2px;
  background-color: #fafafa;
  position: absolute;
}

.progress-bar-div.progress-bar-inline
  .progress-bar-sections
  .progress-bar-section {
  padding-right: 37px;
  margin-left: -17px;
  margin-top: -0.5px;
  text-align: right;
}

.percent {
  text-align: center;
}

.percentageValue {
  text-align: center;
}

/*PLACEHOLDERS FOR MARKETING CONTENT *****TO BE DELETED *****  */

.placeholder {
  border: 1px solid black;
  vertical-align: middle;
  position: relative;
  margin-bottom: 20px;
}

.placeholder:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}

.placeholder.p16-9:before {
  background: url("../images/PlaceHolder16x9.png") no-repeat 50% 50%;
}

.placeholder.p4-3:before {
  background: url("../images/PlaceHolder4x3.png") no-repeat 50% 50%;
}

.placeholder.xs {
  height: 100px;
}

.placeholder.sm {
  height: 200px;
}

.placeholder.md {
  height: 300px;
}

.placeholder.lg {
  height: 400px;
}

.placeholder > div.center-block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  text-align: center;
}

.placeholder i {
  color: #3a8eed;
  font-size: 45px;
}

.preview {
  width: 800px;
}

.preview img {
  max-height: 100%;
  max-width: 100%;
}

.table.table-layout td {
  vertical-align: middle;
}

.table.table-layout td.cell-fit,
.table.table-layout td:first-of-type {
  width: 1%;
}

.table.table-layout td.cell-loosefit {
  padding-right: 10px;
}

.table.table-layout td.cell-documentUploadControl {
  width: 1%;
  text-align: right;
}

.table.table-layout td.cell-documentUploadControlMitek {
  width: 28%;
  text-align: right;
  padding-left: 2.2px;
  padding-right: 2.2px;
  padding-top: 4.2px;
  padding-bottom: 4.2px;
}

.table.table-layout td.cell-documentUploadFile {
  width: 100%;
  text-align: left;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10pt;
}

.table.table-layout td.cell-documentUploadFileMitek {
  width: 100%;
  text-align: left;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.75em;
}

.table-layout-mitek {
  table-layout: fixed;
}

.viewFileIcon {
  font-size: 1.65em;
}

.removeFileIcon {
  font-size: 1.55em;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .viewFileIcon {
    font-size: 1.9em;
  }

  .removeFileIcon {
    font-size: 1.9em;
  }

  .table.table-layout td.cell-documentUploadFileMitek {
    font-size: 0.84em;
  }
}

@media (min-width: 769px) and (max-width: 993px) {
  .viewFileIcon {
    font-size: 1.57em;
  }

  .removeFileIcon {
    font-size: 1.42em;
  }
}

@media (min-width: 650px) and (max-width: 767px) {
  .viewFileIcon {
    font-size: 2em;
  }

  .removeFileIcon {
    font-size: 2.05em;
  }

  .table.table-layout td.cell-documentUploadControlMitek {
    width: 17%;
  }

  .table.table-layout td.cell-documentUploadFileMitek {
    font-size: 0.89em;
  }
}

@media (min-width: 575px) and (max-width: 650px) {
  .removeFileIcon {
    font-size: 2em;
  }

  .viewFileIcon {
    font-size: 2.05em;
  }

  .table.table-layout td.cell-documentUploadControlMitek {
    width: 21%;
  }

  .table.table-layout td.cell-documentUploadFileMitek {
    font-size: 0.84em;
  }
}

@media (min-width: 525px) and (max-width: 575px) {
  .removeFileIcon {
    font-size: 1.8em;
  }

  .viewFileIcon {
    font-size: 1.9em;
  }

  .table.table-layout td.cell-documentUploadControlMitek {
    width: 21%;
  }

  .table.table-layout td.cell-documentUploadFileMitek {
    font-size: 0.82em;
  }
}

@media (min-width: 499px) and (max-width: 525px) {
  .removeFileIcon {
    font-size: 2em;
  }

  .viewFileIcon {
    font-size: 1.95em;
  }

  .table.table-layout td.cell-documentUploadFileMitek {
    font-size: 0.8em;
  }
}

@media (min-width: 400px) and (max-width: 499px) {
  .viewFileIcon {
    font-size: 1.8em;
  }

  .removeFileIcon {
    font-size: 1.7em;
  }
}

@media (max-width: 414px) {
  .viewFileIcon {
    font-size: 1.54em;
  }

  .removeFileIcon {
    font-size: 1.44em;
  }
}

.hr-dark,
hr {
  border-top: 1px solid #c6c6c6;
  color: #c6c6c6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hr-clear {
  color: #f5f5f5;
  border-top: 1px solid #f5f5f5;
  margin-bottom: 2px !important;
  margin-top: 2px !important;
}

.hr-joint#section-0 {
  display: none;
  visibility: hidden;
}

.hr-joint {
  display: block;
  visibility: visible;
}

.trading-profile-experience-title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin: 8px 0px !important;
}

@media (max-width: 575px) {
  .trading-profile-experience-title {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .complete-app-btn span {
    display: none;
  }
  .complete-app-btn:after {
    content: "Complete App";
    text-transform: capitalize !important;
  }
}

.label {
  display: inline-block;
  margin-left: 3px;
}

.label.label-success {
  background-color: #0089cf !important;
  font-size: 90% !important;
}

#next_btn .glyphicon.spinning,
#registration_next_btn .glyphicon.spinning,
#finish_btn_application .glyphicon.spinning{
  color: rgba(255, 255, 255, 0.84);
  text-shadow: 0 0 3px #000000;
  position: absolute;
  top: 20%;
  background-color: #0089cf;
  font-size: 22px;
  box-shadow: 1px 1px 10px #00479b;
  border-radius: 50px;
}

#registrationSubmit .glyphicon.spinning {
  color: rgba(255, 255, 255, 0.84);
  text-shadow: 0 0 3px #000000;
  position: absolute;
  top: 20%;
  background-color: #0089cf;
  font-size: 22px;
  box-shadow: 1px 1px 10px #00479b;
  border-radius: 50px;
}

#next_btn .glyphicon.spinning,
#registration_next_btn .glyphicon.spinning,
#finish_btn_application .glyphicon.spinning {
  left: 39%;
}

#registrationSubmit .glyphicon.spinning {
  left: 46.5%;
}

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
  margin-left: 5px;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

@keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/*SAME HEIGHT COLUMN*/

/* USAGE
<div class="row">
<div class="row-height">
<div class="col-xs-2 col-xs-height col-xs-middle">
<div class="inside"></div>
</div>
<div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
<div class="inside"></div>
</div>
</div>
</div>
*/

/* content styles */

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

.col-hn {
  display: none;
}

/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
}

.inside-half-height {
  margin-top: 12px;
  margin-bottom: 12px;
}

.inside-half-height .info {
  margin-top: 8px;
  font-size: 12px;
}

.inside-half-height .info2 {
  margin-top: 8px;
  font-size: 12px;
  width: 107.8%;
  line-height: 1.54
}

.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

#residentialImg {
  padding-top: 15px;
}

/* NAVIGATION */

.form-navigation .hear-about-us {
  max-width: 400px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  padding-bottom: 6px;
}

.form-navigation .border-top {
  border-top: 1px solid #c2c7cf;
}

.form-navigation .hau-container {
  display: contents;
}

.form-navigation .navigation-btn-container {
  padding-top: 10px;
}

.next-btn-only {
  text-align: center !important;
}

.next-btn-only #next_btn,
.next-btn-only #registration_next_btn,
.next-btn-only #finish_btn_application {
  text-align: center !important;
}

.form-navigation #next_btn,
.form-navigation #registration_next_btn,
.form-navigation #finish_btn_application {
  padding: 0 55px !important;
}
.form-navigation #back_btn,
.form-navigation #back_btn_application {
  padding: 0 55px !important;
}

.form-navigation .form-group {
  margin-top: 10px !important;
}

.form-navigation .navigation-container {
  display: contents;
}

.form-navigation #save_btn,
.form-navigation #save_btn_application {
  border: none !important;
  padding: 0 !important;
  border-radius: unset !important;
}

.form-navigation .btn.btn-default.do_capitalize.save-btn {
  background-color: unset !important;
}

.btn-borderless-link {
  border: none !important;
  padding: 0 !important;
  border-radius: unset !important;
  background-color: unset !important;
  text-transform: none !important;
  outline: none !important;
}

#supported-docs-instructions{
  padding: 0px !important;
  margin: 0px !important;
}

.form-navigation #save_btn i,
.form-navigation #save_btn_application i {
  position: relative;
  top: 1px;
}

.form-navigation #save_btn span,
.form-navigation #save_btn_application span {
  position: relative;
  top: -6px;
  margin-left: 3px;
}

@media (max-width: 767px) {
  .form-navigation .btn.btn-default {
    padding: 0 13px !important;
  }
  .form-navigation .btn.btn.btn-raised.btn-default {
    padding: 0 16px !important;
  }
}

@media (max-width: 584px) {
  .form-navigation #back_btn.triple-button-style,
  .form-navigation #back_btn_application.triple-button-style {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0 52px !important;
  }
  .form-navigation #next_btn.triple-button-style,
  .form-navigation #registration_next_btn.triple-button-style,
  .form-navigation #finish_btn_application.triple-button-style {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 52px !important;
  }
  .form-navigation .navigation-btn-container.triple-button-style {
    height: 104px;
  }
  .form-navigation
    .col.col-md-3.col-xs-5.text-left.no-side-padding.triple-button-style {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    text-align: center;
  }
}

@media (max-width: 340px) {
  .form-navigation #next_btn,
  .form-navigation #registration_next_btn,
  .form-navigation #finish_btn_application {
    padding: 0 50px !important;
  }
  .form-navigation #back_btn,
  .form-navigation #back_btn_application {
    padding: 0 50px !important;
  }
  .form-navigation .navigation-btn-container {
    text-align: center;
  }
}

/* END */

.gray-background {
  background-color: #efefef;
}

.full-screen-loader {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #ffffff;
}

.center {
  position: fixed;
  margin: auto;
  top: 50%;
  bottom: 0;
  left: 50%;
  width: 190px;
  transform: translateX(-50%);
  text-align: left;
}

.loading {
  font-size: 28px;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

select::-ms-expand {
  display: none;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.complete-app-btn {
  overflow: hidden;
  white-space: normal;
}

.complete-w8ben-btn {
  overflow: hidden;
  white-space: normal;
}

.increase-margin {
  margin-top: 40px;
}

.form-group .checkbox.small label {
  color: #313131;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
  width: 100%;
}

/* FINANCIAL PAGE */

.contactHeading {
  font-weight: normal;
  font-size: 16pt;
  color: #696969;
  margin: 0;
  padding-top: 10px;
  margin-bottom: 3px;
}

#appFinancial .contactHeading {
  font-size: 14pt;
}

.contactSubHeading {
  font-weight: normal;
  font-size: 12pt;
  color: #9c9c9c;
  margin: 0 0 5px;
}

#appFinancial .contactSubHeading {
  font-size: 10pt;
}

#appFinancial .navigation-btn-container {
  padding-left: 0;
  padding-right: 0;
}

/* END */

/* ADDITIONAL INFO PAGE */

#appAdditionalInfo #address {
  padding-left: 0;
  padding-right: 0;
}

#appAdditionalInfo .navigation-btn-container {
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
}

#appAdditionalInfo .adress-sub {
  margin-top: 0px;
}

/* END */

/* SUMMARY PAGE */

.summary-contact-heading {
  padding-bottom: 10px;
}

#appSummary .navigation-btn-container {
  padding-left: 0;
  padding-right: 0;
}

/* END */

/* TSEL CONDITIONAL CONTENT */

.DomesticContent,
.NonTselContent,
.TselContent {
  display: none;
}

.DomesticCountry .DomesticContent {
  display: block;
}

.TselCountry .TselContent {
  display: block;
}

.NonTselCountry .NonTselContent {
  display: block;
}

.newDocUploadFont {
  font-family: Montserrat,Roboto,Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.newDocUploadFont span {
  font-weight: 400;
}

.newDocUploadFont td {
  font-family: "Hind", sans-serif;
  font-weight: 400;
}

.newDocUploadButtonFont {
  font-weight: 600 !important;
}

.newDocUploadDropZone {
  text-align: center;
  margin-top: 1.5%;
  font-size: 12px;
}

.newDocUploadDropZoneMitekIdentity {
  text-align: center;
  font-size: 0.77em;
  margin-top: -1.2%;
  padding-right: 2%;
  padding-left: 2%;
}

@media (min-width: 624px) and (max-width: 767px) {
  .newDocUploadDropZoneMitekIdentity {
    margin-top: -0.5%;
    padding-right: 14%;
    padding-left: 14%;
  }

  .newDocUploadDropZone {
    text-align: center;
    margin-top: 1%;
    font-size: 12px;
  }
}

.acceptedFileTypesLabel {
  font-size: 12.6px;
  font-weight: 400;
  font-family: Hind;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2px;
}

.acceptedFileTypesLabelMitek {
  font-size: 0.75em;
  font-weight: 400;
  font-family: Hind;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2px;
}

.acceptedFileTypesLabelWithProgressBar {
  font-size: 12.6px;
  font-weight: 400;
  font-family: Hind;
  text-align: center;
  margin-top: -4.5%;
  margin-bottom: 2px;
}

.acceptedFileTypesLabelWithProgressBarMitek {
  font-size: 0.75em;
  font-weight: 400;
  font-family: Hind;
  text-align: center;
  margin-top: -9.5%;
  margin-bottom: 2px;
}

@media (min-width: 575px) and (max-width: 767px) {
  .acceptedFileTypesLabelWithProgressBarMitek {
    margin-top: -5%;
  }
}

.idCardLabel {
  margin-bottom: 7px;
}

.hideLabel {
  visibility: hidden;
}

.selectIdTypeDiv {
  padding-top: 3px;
  margin-top: 12px;
}

.errorTextFont {
  font-family: "Hind", sans-serif;
  margin-bottom: -1.6% !important;
  margin-top: 1% !important;
}

.boxArrowIcon {
  overflow: visible !important;
}

.docUploadMitekIdentityDiv {
  width: 103%;
}

.docUploadTwoBoxesDiv {
  width: 46%;
  display: inline-block;
  margin-right: 4%;
}

@media (min-width: 366px) and (max-width: 414px) {
  .docUploadTwoBoxesDiv {
    width: 45%;
    display: inline-block;
    margin-right: 5%;
  }
}

.errorMessageMitekIdentity {
  font-size: 0.7em;
  white-space: normal !important;
}

@media (max-width: 992px) {
  .selectIdTypeDiv {
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  .selectIdTypeDiv {
    padding-top: 3px;
    margin-top: 2px;
    margin-bottom: 14px;
  }

  .hr-clear {
    margin-top: 16px !important;
  }

  .acceptedFileTypesLabelWithProgressBar {
    margin-top: -2%;
  }
}

@media (max-width: 550px) {
  .acceptedFileTypesLabelWithProgressBar {
    margin-top: -4%;
  }
}

@media (max-width: 379px) {
  .newDocUploadFont {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .newDocUploadDropZone {
    font-size: 12px;
  }
}

/* PENDING APPLICATIONS PAGE */

.complete-application {
  text-align: right;
}

.start-application {
  text-align: center;
}

#pending-app-complete-button {
  font-size: 14px;
}

#pending-list #next_btn {
  font-size: 14px;
}

@media (min-width: 0px) and (max-width: 550px) {
  #pending-app-complete-button {
    padding: 0 20px !important;
    font-size: 10px;
  }

  #pending-list #next_btn {
    font-size: 10px;
  }
}

@media (min-width: 551px) and (max-width: 768px) {
  #pending-app-complete-button {
    font-size: 13px;
  }

  #pending-list #next_btn {
    font-size: 13px;
  }
}

/* END */

/* DOCUMENTS PAGE */

#appDocuments .navigation-btn-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#appDocuments .aligment-padding {
  padding-top: 3px;
}

@media (min-width: 768px) {
  .fix-marging {
    margin-top: -56px;
    margin-bottom: 15px;
  }
}

.carousel-indicators .active {
  background-color: #1288c9 !important;
  opacity: 1;
}

.text-danger {
  color: #dc3545 !important;
}

.docModalH3Style {
  margin-top: 0px !important;
  color: #212529 !important;
}

.docModalParagraph {
  text-align: center !important;
  width: 72% !important;
  margin: 0 auto !important;
  margin-bottom: 10px !important;
  font-size: 1.37em;
  color: #212529;
}

.docModalParagraphFirstSlide {
  width: 78% !important;
  margin-bottom: 21px !important;
}

.docModalCloseButton {
  font-size: 225%;
  color: black;
  opacity: 1;
}

.docModalBottomText {
  margin-top: 20px;
  font-weight: 600;
  font-size: 16.5px;
  margin-bottom: 5%;
}

.docModalImg1 {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 8%;
}

.docModalImg {
  width: 78%;
  margin: 0 auto;
}

.docCarouselDots {
  background-color: rgb(200, 200, 200) !important;
  margin: 0 !important;
  margin-right: 2% !important;
  margin-left: 2% !important;
  height: 14px !important;
  width: 14px !important;
}

.docCarouselDotsList {
  bottom: -1px;
}

.docModalBottomIcon {
  margin-right: 5px;
  width: 3.4%;
  padding-bottom: 0.25%;
}

.docModalBottomSuccessIcon {
  margin-right: 5px;
  width: 2.94%;
  padding-bottom: 0.3%;
}

.docModalLeftArrow {
  background-image: none !important;
  margin-left: -3.6%;
}

.docModalRightArrow {
  background-image: none !important;
  margin-right: -3.6%;
  height: 90%;
  top: 5%;
}

.docModalArrowHover {
  color: #0089cf;
}

@media (min-width: 992px) {
  .docModalH3Style {
    font-size: 19.8px !important;
  }
}

@media (max-width: 992px) {
  .docModalParagraph {
    text-align: center !important;
    width: 80% !important;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
    font-size: 1.29em;
    color: #212529;
  }

  .docModalImg1 {
    margin-bottom: 8.2%;
  }

  .docModalBottomText {
    margin-bottom: 6%;
  }

  .docCarouselDotsList {
    bottom: -5px;
  }
}

@media (max-width: 767px) {
  .docModalParagraph {
    width: 80% !important;
    font-size: 1.25em;
  }

  .docModalImg1 {
    margin-bottom: 7.6%;
  }
}

@media (max-width: 680px) {
  .docModalImg1 {
    margin-bottom: 6%;
  }
}

@media (max-width: 550px) {
  .docModalImg1 {
    margin-bottom: 4%;
  }

  .docModalParagraph {
    width: 85% !important;
  }
}

@media (max-width: 500px) {
  .docModalImg1 {
    margin-bottom: 9.3%;
  }

  .docCarouselDotsList {
    bottom: -7px;
  }

  .docModalParagraph {
    width: 96% !important;
  }
}

/* Adjust styling for different phones */

@media (max-width: 416px) {
  .docModalImg1 {
    margin-bottom: 3.8%;
  }

  .modal-dialog {
    padding-top: 46%;
  }

  .docModalParagraph {
    width: 80% !important;
  }

  .docCarouselDotsList {
    bottom: -12px;
  }
}

@media (max-width: 400px) {
  .docModalParagraph {
    width: 99% !important;
    font-size: 0.96em;
  }

  .docModalImg1 {
    margin-bottom: 11.5%;
  }

  .docModalBottomText {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .docModalImg1 {
    margin-bottom: 6.1%;
  }

  .modal-dialog {
    padding-top: 44%;
  }
}

@media (max-width: 361px) {
  .docModalImg1 {
    margin-bottom: 3%;
  }

  .docModalBottomText {
    margin-bottom: 9%;
  }

  .docCarouselDotsList {
    bottom: -16px;
  }
}

/* END */

.commision-plans {
  font-family: "Hind", sans-serif !important;
}

.commision-plans-table {
  color: #666;
  text-align: right;
}

.commision-plans-table-head {
  text-align: right;
}

.commision-plans-disclaimer {
  text-align: left;
  font-size: 11.5px;
  font-style: italic;
  color: #666;
}

.commision-plans-disclaimer > p > a {
  font-size: 11.5px !important;
  font-style: italic;
}

@media (max-width: 992px) {
  h3 {
    font-size: 22px;
  }
  .h1_leadForm {
    font-size: 23pt;
  }
  .container-fluid {
    padding: 20px 0 0;
  }
  .h1_secondary {
    font-size: 16pt;
  }
  .h2_subHeading {
    font-size: 14pt;
  }
  #appFinancial .h2_subHeading {
    font-size: 15pt;
  }
  .panel-clear .panel-body {
    padding: 0;
  }
  .accordion .panel-title > a,
  .panel-group .panel-title > a {
    font-size: 10pt;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .inside-half-height {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .navbar .navbar-brand {
    padding-left: 0;
    padding-right: 10px;
  }
}

.menuTools div.menuLayer {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 5px #0089cf;
  opacity: 0.95;
  text-align: left;
  right: 11px;
  position: relative;
  width: 250px;
  float: right;
  padding-top: 0;
}

#collapseTools {
  position: absolute;
  right: 0;
  top: -15px;
}

.menuTools div.menuLayer .center-block {
  text-align: center;
}

.menuTools div.menuLayer .userName {
  position: relative;
  top: 6px;
}

.arrow_box {
  position: relative;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  right: 17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  text-shadow: 1px 1px 5px #0089cf;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

.arrow_box:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #cccccc;
  border-width: 11px;
  margin-left: -11px;
}

/*IE11 only */

select:focus::-ms-value {
  background: transparent;
  color: #000000;
}

iframe {
  border: none;
  width: 100%;
  min-height: 500px;
}

.showBeneficiaryDOB {
  display: inline;
}

.hideBeneficiaryDOB {
  display: none;
}

.react-toggle {
  vertical-align: middle;
  margin-right: 10px;
}

.react-toggle--checked .react-toggle-track {
  background-color: #0089cf;
}

.react-toggle--focus .react-toggle-thumb {
  -webkit-box-shadow: 0 0 3px 2px #93bdff;
  -moz-box-shadow: 0 0 3px 2px #93bdff;
  box-shadow: 0 0 2px 3px #93bdff;
}

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #57606e;
}

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #268bc9;
}

.react-toggle-track {
  background-color: #49515d;
}

.react-toggle--checked .react-toggle-thumb {
  border-color: #005aa9;
}

.react-toggle-track-check svg,
.react-toggle-track-x svg {
  display: none;
}

@media (min-width: 992px) {
  #futures-options-popup > .modal-dialog.modal-lg {
    width: 600px !important;
  }
}

/* RC STEPS */

.custom-slider {
  width: 87%;
  margin: 5px 20px 10px;
}

.rc-slider-rail {
  background-color: #c2c7cf !important;
}

.rc-slider-track {
  background-color: #8ed8f8 !important;
}

.rc-slider-handle {
  background-color: #268bc9 !important;
  border: solid 2px #4da0d2 !important;
}

.rc-slider-dot {
  background-color: #97a0ad !important;
  border: solid 2px #c2c7cf !important;
}

.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
}

.rc-slider-dot-active {
  background-color: #268bc9 !important;
  border: solid 2px #4da0d2 !important;
}

.rc-slider-handle {
  background-color: #0077bf !important;
  border: solid 2px #006fb9 !important;
}

.rc-slider-mark-text-active {
  color: #000 !important;
}

#risk-mark-speculation {
  margin-left: -25.5% !important;
}

.options-level-label {
  text-align: left;
  font-size: 11.6667px;
  display: block;
}

.options-strategies-section {
  margin-left: 25px;
  padding-top: 20px;
  font-size: smaller;
}

.options-strategies-row {
  padding-top: 2px;
}

.progress-steps-section {
  margin-top: 65px;
}

@media (min-width: 992px) {
  .progress-steps-container {
    margin-top: 35px;
  }
}

@media (max-width: 992px) {
  .progress-steps-container {
    margin-top: 35px;
  }
}

/*RC-STEPS
.rc-steps {
  flex-wrap: wrap;
  display: flex;
}
.rc-steps .rc-steps-item{
  align-self: center;
}
.rc-steps-item-content{
  margin: 0px !important;
  align-self: center;
  overflow: visible;
}
.rc-steps-item-title{
  width: 0px;
}
.rc-steps-item-tail{
  align-self: flex-end;
}
.rc-steps-item-icon{
  align-self: center;
}*/

.rc-steps-item.rc-steps-item-finish .rc-steps-item-icon {
  border-color: #0077bf;
  background-color: #fff;
}

.rc-steps-item.rc-steps-item-finish .rc-steps-item-icon .rc-steps-icon:before {
  color: #0077bf !important;
  font-family: "Glyphicons Halflings" !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 15px !important;
  top: 3px;
  left: -0.5px;
}

.rc-steps-item.rc-steps-item-finish .rc-steps-item-icon .rc-steps-icon:before {
  content: "\e013" !important;
}

.rc-steps-item.rc-steps-item-process .rc-steps-item-icon {
  background: #0089cf !important;
  border-color: #0089cf !important;
}

.rc-steps-item-title:after {
  height: 2px !important;
}

.rc-steps {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 20px 0 15px;
  box-shadow: 0 15px 15px -20px #333333;
  padding-bottom: 15px;
}

.rc-steps .rc-steps-item {
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  margin-right: 5px !important;
}

.rc-steps-item:last-child {
  flex: unset;
}

.rc-steps-item-tail {
  display: none;
}

.rc-steps-item-icon {
  align-self: center;
  flex-shrink: 0;
  margin-right: 5px !important;
  vertical-align: middle !important;
  top: 3px !important;
  position: relative !important;
}

.rc-steps-item-content {
  align-self: center;
}

.rc-steps-item-title {
  line-height: 1.1em;
}

.rc-steps-item-title span {
  font-size: 11px;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
  color: #58595b;
}

.rc-steps-item-title:after {
  top: 50% !important;
}

.rc-steps-item-content div span {
  display: block;
  white-space: nowrap;
  text-align: left;
}

.rc-steps-item .rc-steps-item-icon .rc-steps-icon:before {
  font-family: "Montserrat", sans-serif !important;
  text-rendering: auto;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 600;
  top: -1%;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .rc-steps-item .rc-steps-item-tail {
    display: none !important;
  }
  .rc-steps-item-content .rc-steps-item-title {
    font-size: 9pt;
  }
  .rc-steps-item.rc-steps-item-process
    .rc-steps-item-content
    .rc-steps-item-title {
    display: inline-block !important;
  }
  .rc-steps-item-tail {
    top: 50% !important;
    left: 25px !important;
    width: 33% !important;
    display: block !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
}

@media (min-width: 320px) and (max-width: 767px) {
  .rc-steps-item .rc-steps-item-tail {
    display: none !important;
  }
  .rc-steps-item.rc-steps-item-process .rc-steps-item-tail {
    display: block !important;
    top: 50%;
    left: 25px;
    width: 0;
  }
  .rc-steps-item-finish.rc-steps-item,
  .rc-steps-item-wait.rc-steps-item {
    font-size: x-small;
    animation: shrink 250ms ease-in-out;
    animation-fill-mode: forwards;
  }
  .rc-steps-item-finish.rc-steps-item:hover,
  .rc-steps-item-wait.rc-steps-item:hover {
    cursor: pointer;
    animation: grow 250ms ease-in-out;
    animation-fill-mode: forwards;
  }
  .rc-steps-item-finish.rc-steps-item
    .rc-steps-item-content
    .rc-steps-item-title,
  .rc-steps-item-wait.rc-steps-item
    .rc-steps-item-content
    .rc-steps-item-title {
    display: none !important;
    font-size: xx-small;
  }
  .rc-steps-item-finish.rc-steps-item:hover
    .rc-steps-item-content
    .rc-steps-item-title,
  .rc-steps-item-wait.rc-steps-item:hover
    .rc-steps-item-content
    .rc-steps-item-title {
    display: inline-block !important;
    animation: show 500ms linear;
    animation-fill-mode: forwards;
  }
  .rc-steps-item.rc-steps-item-finish
    .rc-steps-item-content
    .rc-steps-item-title,
  .rc-steps-item.rc-steps-item-wait
    .rc-steps-item-content
    .rc-steps-item-title {
    animation: hide 500ms linear;
    animation-fill-mode: forwards;
  }
  .rc-steps-item.rc-steps-item-process {
    flex-grow: 4 !important;
  }
  .rc-steps-item.rc-steps-item-process
    .rc-steps-item-content
    .rc-steps-item-title {
    display: inline-block !important;
  }
}

@media (min-width: 1px) and (max-width: 365px) {
  .rc-steps-item-icon {
    width: 21px !important;
    height: 21px !important;
    line-height: 21px !important;
  }
  .rc-steps-item-process .rc-steps-item-title {
    font-size: 11px !important;
  }
  .rc-steps-item.rc-steps-item-finish
    .rc-steps-item-icon
    .rc-steps-icon:before {
    top: 1px !important;
    font-size: 12px !important;
  }
  #logoutAddAccountBtn {
    width: 70%;
    font-size: 0.9em;
  }
  #logoutResumeBtn {
    width: 70%;
    font-size: 0.9em;
  }
}

@keyframes shrink {
  0% {
    flex: 4;
    flex-shrink: 0;
  }
  100% {
    flex: -2;
    flex-shrink: 4;
  }
}

@keyframes grow {
  0% {
    flex: -2;
    flex-shrink: 4;
  }
  100% {
    flex: 4;
    flex-shrink: 0;
  }
}

@keyframes show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: inline-block;
  }
  80% {
    opacity: 1;
    display: inline-block;
  }
  100% {
    display: inline-block;
    opacity: 1;
  }
}

@keyframes hide {
  0% {
    display: inline-block;
    opacity: 1;
  }
  79% {
    display: inline-block;
  }
  80% {
    display: none;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

.rc-steps-item-icon > .rc-steps-icon {
  top: 0 !important;
}

/* END */

/* DUPLICATE REMEDIATION MODAL */

.duplicateModalIcon {
  margin: 0 auto;
  margin-left: 34.8%;
  width: 30% !important;
}

.duplicateModalHeader {
  font-weight: 600;
  margin-top: 1%;
  font-size: 1.9em;
  color:#150958;
}

.duplicateModalBody {
  padding-top: 1.5% !important;
}

.duplicateModalText {
  font-size: 1.1em;
  font-family: Montserrat;
  width: 88%;
  margin: 0 auto;
}

.duplicateModalTextPersonalInfo{
  font-size: 1.1em;
  font-family: Montserrat;
  font-weight: 400;
  width: 88%;
  margin: 0 auto;
}

.duplicateModalFooter {
  margin-top: -0.75%;
  padding-bottom: 6.4%;
}

.duplicateModalButton {
  width: 200px !important;
}

@media (max-width: 550px) {
  .duplicateModalHeader {
    font-size: 1.75em;
  }

  .duplicateModalText {
    font-size: 1.05em;
    width: 92%
  }

  .duplicateModalTextPersonalInfo{
    width: 92%
  }
}

@media (max-width: 414px) {
  .duplicateModalHeader {
    font-size: 1.5em;
  }

  .duplicateModalText {
    font-size: 1em;
    width: 98%;
  }

  .duplicateModalTextPersonalInfo{
    font-size: 1em;
    width: 98%;
  }

  .duplicateModalButton {
    width: 175px !important;
  }

  .duplicateModalIcon {
    margin-left: 33.2%;
    width: 34% !important;
  }
}

@media (min-width: 417px) {
  .duplicateModal {
    margin-top: 14%;
  }
}

@media (min-width: 768px) {
  .duplicateModal {
    margin-top: 9.2%;
  }
}

@media (min-width: 990px) {
  .duplicateModal {
    margin-top: 6.2%;
  }
}

/* END */

/* SUPPORTED SYMBOLS MODAL */

.supportedSymbolsModal {
  width: 400px;
}

.supportedSymbolsModalHeader {
  font-weight: 600;
  font-size: 1.9em;
  color: black;
  margin-left: 2.9%;
  margin-top: 5%;
}

.supportedSymbolsModalBody {
  padding-top: 2.5% !important;
}

.supportedSymbolsModalTable {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 5%;
}

.supportedSymbolsModalTableBody {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  color: black;
}

.supportedSymbolsModalTableBody td {
  width: 0%;
}

.supportedSymbolsModalBody .table>tbody>tr>td {
  padding: 3px;
}

.supportedSymbolsModal .close {
  color: #0089cf;
  opacity: 1;
}

.supportedSymbolsModalMargin {
  margin-top: 10%;
}

.errorMarginBottom {
  position: static;
  margin-bottom: -1%;
}

@media (max-width: 767px) {
  .supportedSymbolsModal {
    margin: 0 auto;
  }

  .supportedSymbolsModalMargin {
    margin-top: 20%;
  }
}

@media (max-width: 550px) {
  .supportedSymbolsModalMargin {
    margin-top: 30%;
  }
}

@media (max-width: 480px) {
  .supportedSymbolsModal {
    width: 325px;
  }

  .supportedSymbolsModalTable {
    width: 95%;
  }

  .supportedSymbolsModalHeader {
    margin-top: 9%;
  }
}

@media (max-width: 416px) {
  .supportedSymbolsModal {
    width: 340px;
  }

  .supportedSymbolsModalMargin {
    margin-top: 0%;
  }

  .supportedSymbolsModalHeader {
    margin-left: 3.4%;
  }
}

@media (max-width: 360px) {
  .supportedSymbolsModal {
    width: 325px;
  }
}

/* END

.legacy-message {
  padding-top: 10px;
}

.blue-text {
  color: #0089cf;
}

.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-left-padding {
  padding-left: 0;
}

.side-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.no-side-margin {
  margin-left: 0;
  margin-right: 0;
}

.center-div .form-group {
  margin-top: -6px !important;
}

.center-div .form-group .messages {
  display: block;
  width: 100%;
  text-align: center;
}

.crypto-thankyou {
  padding-bottom: 80px;
}

.crypto-disclaimer {
  font-size: smaller;
  margin-top: -20px;
  text-align: center;
}

.crypto-disclaimer.bottom-section {
  padding-top: 20px;
}

.btn-crypto-modal {
  min-width: 95px;
}

.btn-crypto-link-modal {
  min-width: 75%;
  margin: 10px 1px !important;
}
/* INTRO PAGE */

.intro-heading {
  font-size: 19px;
}

.intro-subheading {
  margin-bottom: 0 !important;
}

#appIntro .img-responsive {
  display: inline !important;
  min-width: 33%;
}

#appIntro .img-responsive_v2 {
  display: inline !important;
  min-width: 37%;
  margin-top: 2%;
}

.btn .btn-raised.btn-defaul .intro{
  width: 200px;
  margin-top: -5px;
}

.intro-header-box {
  background-color: #eeeeee;
  border: 1px solid #b9b9b9;
  padding-top: 3%;
}

.intro-body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.intro{
  height: 35px !important;
}

.btn.btn-raised.intro-btn{
  height: 36px !important;
}

@media (max-width: 576px ) {
  .intro-body {
    padding-top: 20px;
  }
  .intro-legacy-message-spacer {
    margin-bottom: 30px;
    border-top: 1px solid #c2c7cf;
  }

}

@media screen and (min-width: 749px) {
  .containerIntroLeft {
    margin-left: 130px;
  }
  .containerIntroRight {
    margin-right: 130px;
  }
}

.intro-body .p_leadForm {
  text-align: center;
}
.intro-body .p_leadForm_v2 {
  text-align: center;
}

.intro-body .p_leadForm_v2.returnText{
  margin-top: 5px;
}

.intro-legacy-message {
  margin-bottom: 55px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-policy-v2 {
  padding-bottom: 15px;
}

.grecaptcha-policy {
  padding-top: 15px;
  padding-bottom: 15px;
}

#introResumeAppBtn {
  border: 1px solid #0089cf;
}

.border-intro {
  border-right: 1px solid #b9b9b9;
}

#appIntro .intro-legacy-message b {
  font-weight: 800;
}

@media only screen and (min-width: 750px) and (max-width: 1024px) {
  .containerIntroLeft {
    margin-left: 0px;
  }
  .containerIntroRight {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 990px) {
  .intro-body .p_leadForm {
    margin-bottom: 10pt;
  }
  .border-intro {
    border-right: 0;
  }
  .intro-subheading {
    display: none;
  }
  .intro-legacy-message {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 990px) {
  .intro-body .btn {
    width: 40vw;
  }
  #introRegisterBtn,
  #introResumeAppBtn {
    margin: 5px !important;
  }
  #appIntro .form-content-section-primary {
    padding-top: 150px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .intro-body .btn {
    width: 80vw;
  }
  #appIntro .img-responsive_v2{
    width: 87%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 990px) {
  .intro-body .btn {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 990px) {
  .intro-body .p_leadForm {
    padding: 0 15px;
  }
  .intro-btn {
    width: 200px;
  }
}

/* END */

/* DEPOSIT FUNDS PAGE */

#appDepositFunds > .col {
  margin-bottom: 30px;
}

.deposit-funds-header {
  font-size: 30px;
  font-weight: lighter;
}

.deposit-funds-text {
  margin-bottom: 0;
}

.deposit-funds-subtitle {
  font-size: 16px;
  font-weight: 600;
}

.deposit-funds-account-asset-type {
  font-size: 15px;
}

.deposit-funds-account-number {
  font-size: 15px;
  font-weight: bold;
}

.deposit-funds-no-bullets {
  list-style-type: none;
}

.deposit-funds-divider {
  height: 1px;
  width: 60%;
  background-color: #cccccc;
  margin: 10px auto;
}

#funding_btn {
  padding: 7px 80px !important;
}

@media (max-width: 576px) {
  #funding_btn {
    padding: 0 84px !important;
  }
}

#funding_btn_2 {
  padding: 7px 63px !important;
}

#complete_signup_btn {
  padding: 7px 46px !important;
  left: -15px !important;
}

#finish_later_btn {
  padding: 7px 63px !important;
  right: -8px !important;
}

@media (max-width: 500px) {
  #complete_signup_btn {
    padding: 7px 46px !important;
    left: 0px !important;
    margin-right: 5px !important;
  }

  #finish_later_btn {
    padding: 7px 67px !important;
    right: 0px !important;
    margin-left: 5px !important;
  }
}

@media (max-width: 474px) {
  #complete_signup_btn {
    margin-right: 0px !important;
  }

  #finish_later_btn {
    margin-left: 3px !important;
  }
}

#futuresIraBtnDiv {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.btn.deposit-funds-btn-main {
  background-color: #0089cf;
  color: #ffffff;
  height: 32px;
  border-radius: 18px;
}

.btn-span {
  height: 20px !important;
}

.btn.deposit-funds-btn-second {
  background-color: #ffffff;
  color: #0089cf;
  border: 1px solid #0089cf;
  height: 32px;
  border-radius: 18px;
  padding: 7px 55px !important;
}

.spacer {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

/* END */

/* Funding Page */

.add-external-title {
  font-size: 20pt;
  color: #084497;
  font-weight: 700;
}

/* END */

/* Transfer Service Page */

.transfer-container {
  font-family: "Montserrat", sans-serif !important;
}

.transfer-text {
  font-size: 14px;
}

.transfer-disclaimer-text {
  font-size: 12px;
}

.transfer-title-text {
  text-align: center;
}

.transfer-title {
  font-size: 21px;
  font-weight: 500;
  margin: 2% !important;
}

.logo-img {
  max-width: 100%;
  margin-bottom: 2%;
}

@media (min-width: 0px) and (max-width: 576px) {
  .transfer-title {
    font-size: 15px;
  }
  .transfer-text {
    font-size: 11px;
  }
}


/* END */

/* ACAT PAGE */

.acat-container {
  font-family: "Montserrat", sans-serif !important;
}

.acat-text {
  font-size: 14px;
}

.acat-title-text {
  text-align: center;
}

.step-text {
  text-align: start;
  display: flex;
}

.acat-title {
  font-size: 21px;
  font-weight: 500;
}

.acatFrame {
  overflow: hidden;
}

.acatFrameLastPage {
  overflow: hidden;
  margin-bottom: -120px;
  margin-top: -50px;
}

.step-container {
  margin: 0.5%;
}

.step {
  font-weight: 700;
  text-align: end;
}

.address {
 color: #0099cc;
}

.email-link{
  font-weight: 400;
}


.download-form-btn {
  background-color: #0089cf;
  display: block;
}

.download-form-btn > a{
  color: #ffffff !important;
  font-weight: 500 !important;
  text-decoration: none;
}

.download-form-btn.btn:not(.btn-raised):not(.btn-link):focus,
.download-form-btn.btn:not(.btn-raised):not(.btn-link):hover,
.download-form-btn.input-group-btn .btn:not(.btn-raised):not(.btn-link):focus,
.download-form-btn.input-group-btn .btn:not(.btn-raised):not(.btn-link):hover {
  background-color: #0089cf;
}


@media (min-width: 0px) and (max-width: 576px) {
  .acat-title {
    font-size: 15px;
  }
  .acat-text {
    font-size: 11px;
  }
  .download-form-btn {
    font-size: 11px !important;
  }
}

@media (min-width: 0px) and (max-width: 671px) {
  .email {
    display: block;
  }
}


/* END */

/*  INLINE FUNDING */
.navigation-container {
  margin-top: 5%;
}

.navigation-container {
  margin-top: 5% !important;
}

.btn.inline-btn {
  min-width: 30%;
  border-radius: 18px;
  height: 32px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  margin: 10px 0px 5px 0px !important;
  font-size: 13px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
}

.inline-funds-title {
  font-size: 21px;
  font-weight: 600;
}

.inline-funds-subtitle {
  font-size: 14px !important;
  font-weight: 400;
}

.inline-funds-button-container {
  margin-bottom: -10px;
  font-size: 13px;
}

.btn.inline-funds-button-primary {
  background-color: #0089cf;
  color: #ffffff;
  padding: 0;
}

.btn.inline-funds-button-second {
background-color: #ffffff;
color: #0089cf;
border: 1px solid #0089cf;
padding: 0;
}

.additional-options {
  font-size: 13px;
  padding: 0px 100px 0px 120px !important;
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
  margin-top: 2% !important;
}

.btn.inline-funds-button-primary.btn:not(.btn-raised):not(.btn-link):hover {
background-color: #0089cf;
}

.btn.inline-funds-button-primary.btn:not(.btn-raised):not(.btn-link):focus {
background-color: #0089cf;
}

.additional-options.btn:not(.btn-raised):not(.btn-link):focus {
  color: #ffffff;
}

.additional-options.btn:not(.btn-raised):not(.btn-link):hover {
  background-color: #ffffff;
}

.button-botton-text {
    font-family: "Montserrat", sans-serif !important;
    font-size: 11px;
    color: #808080;
    margin: 1%;
    width: 23%;
    margin-left: 39%;
}

@media (min-width: 665px) and (max-width: 664px) {
  .button-botton-text {
    width: 25%;
    margin-left: 38%;
  }
}

/* @media inline-btn */
@media (min-width: 991px) and (max-width: 1900px) {
  .btn.inline-btn {
    width: 25%;
  }
}

@media (min-width: 540px) and (max-width: 990px) {
  .btn.inline-btn {
    width: 36%;
  }
}

@media (min-width: 371px) and (max-width: 539px) {
  .btn.inline-btn {
    width: 65%;
  }
  .btn.inline-funds-button-primary {
    font-size: 11px;
  }
  .btn.inline-funds-button-second {
    font-size: 11px;
  }
  .inline-funds-title {
    font-size: 15px;
  }
  .inline-funds-subtitle {
    margin-top: 0;
    font-size: 11px !important;
  }
  .additional-options {
    font-size: 11px;
    padding: 0px 100px 0px 120px !important;
  }
}
@media (min-width: 492px) and (max-width: 990px) {
  .button-botton-text {
    width: 35%;
    margin-left: 33%;
  }
}

@media (min-width: 371px) and (max-width: 491px) {
  .button-botton-text {
    width: 50%;
    margin-left: 25%;
  }
}

@media (min-width: 0px) and (max-width: 370px) {
  .btn.inline-btn {
    width: 80%;
  }
  .btn.inline-funds-button-primary {
    font-size: 11px;
  }
  .btn.inline-funds-button-second {
    font-size: 11px;
  }
  .inline-funds-title {
    font-size: 15px;
  }
  .inline-funds-subtitle {
    margin-top: 0;
    font-size: 11px !important;
  }
  .additional-options {
    font-size: 11px;
    padding: 0px 0px 0px 20px !important;
  }
  .button-botton-text {
    width: 70%;
    margin-left: 16%;
  }
}

/* END */

/* LINK ACCOUNT MODAL */

.link-account-modal-title {
  font-family: "Montserrat", sans-serif !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  text-align: center;

}
.link-account-body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
}

#choose-another-method, #download-linking-form{
  width: 70% !important;
}

.link-account-button-container > button{
 font-size: 13px;
 font-family: "Montserrat", sans-serif !important;
 font-weight: 400;
}

#download-linking-form > a{
  color: #ffffff !important;
  font-weight: 500 !important;
  text-decoration: none;
}

button.close {
  font-weight: 300;
  font-size: 30px;
}

/* END */

/* THANK YOU PAGE */

.ty-btn {
  width: 250px;
}
#appThankYou > .col{
  margin-bottom: 30px;
}

.pending-btn-group {
  padding-bottom: 25px;
}

@media (min-width: 1199px) {
  #appThankYou .btn-left {
    margin-left: 35% !important;
  }
  #appThankYou .btn-right {
    margin-right: 35% !important;
  }
}
/* Deposit Funds */

.deposit-funds-title {
  font-size: 21pt;
  font-weight: 600 !important;
}

.deposit-funds-subtitle {
  font-size: 14pt;
  font-weight: 600 !important;
}

.account-number {
  font-size: 18pt;
  font-weight: 600 !important;
}

.accounts-created {
  font-size: 12pt;
}

.account-type {
  font-size: 13pt;
  color: #a7a7a7;
}

.accountPanel {
  padding: 5px 5px 15px 5px !important;
}

.accountPanel2 {
  padding: 2px 5px 15px 5px !important;
}

.deposit-fund-column {
  max-width: 390px;
}

@media (min-width: 992px) {
  .deposit-fund-column {
    max-width: 390px;
  }
}

/* Thank you & deposit funds */

@media (min-width: 1999px){
  #appThankYou .btn-left {
    margin-left: 35% !important;
  }
  #appThankYou .btn-right {
    margin-right: 35% !important;
  }
}

@media (min-width: 550px) and (max-width: 990px) {
  .ts-logo-thankyou-page {
    width: 55%;
  }
}

@media (min-width: 0px) and (max-width: 595px) {
  .ts-logo-thankyou-page {
    width: 80%;
  }

  .deposit-funds-title {
    font-size: 13pt;
  }
  .deposit-funds-subtitle {
    font-size: 11pt;
    font-weight: 600 !important;
  }

  .account-number {
    font-size: 12pt;
    font-weight: 600 !important;
  }

  .accounts-created {
    font-size: 9pt;
  }

  .account-type {
    font-size: 9pt;
  }
  .accountPanel {
    min-height: 140px;

  }
}


@media (min-width: 281px) and (max-width: 595px) {
  .accountPanel {
    min-height: 130px;
  }

}

@media (min-width: 0px) and (max-width: 280px) {
  .ts-logo-thankyou-page {
    width: 100%;
  }
  .accountPanel {
    min-height: 170px;
    padding: 25px 5px 10px 5px !important;
  }

}

.resubmitDescription {
  padding-top: 10.9%;
  color: #d9534f;
}

.resubmitText {
  margin-bottom: 5px;
}

.resubmitNameText {
  display: inline-block;
  width: 80%;
}

.nameText {
  margin-bottom: -7%;
  float: left;
  padding-top: 2.8%;
}

.jointDocVDiv {
  display: inline-block;
  width: 86%;
}

.resubmitDescriptionJoint {
  padding-top: 1%;
  color: #d9534f;
}

.spinnerSDK {
  font-size: 40px;
  margin-top: 1%;
  margin-right: 4.9%;
  margin-bottom: 2%;
}

.spinnerSDKDiv {
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .docVInstructions {
    width: 78%;
    margin-left: 12.8%;
    text-align: center;
  }

  .docVTab {
    width: 75%;
  }

  .docVTab .btn.btn-raised.btn-default {
    margin-top: 2.6% !important;
  }
}

@media (min-width: 480px) {
  .docVTab .btn.btn-raised.btn-default {
    margin-top: 2.6% !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .docVInstructions {
    width: 59%;
    margin-left: 22%;
    text-align: center;
  }

  .docVTab {
    width: 59%;
  }
}

@media (min-width: 650px) and (max-width: 992px) {
  .docVInstructions {
    width: 75%;
    margin-left: 14%;
    text-align: center;
  }

  .docVTab {
    width: 75%;
  }

  .docVTab h4{
    font-size: 12pt;
  }
}

@media (max-width: 650px) {
  .docVInstructions {
    width: 90%;
    margin-left: 7%;
    text-align: center;
  }

  .docVTab {
    width: 94%;
  }

  .docVTab h4{
    font-size: 12pt;
  }
}

@media (max-width: 490px) {
  .jointAccountTab{
    width: 58% !important;
  }

  .jointAccountTab i{
    margin-top: 6.5% !important;
    margin-right: 6% !important;
    height: 19px !important;
    width: 19px !important;
  }

  .resubmitDescription {
    padding-top: 18.2%;
    color: #d9534f;
  }

  .jointDocVDiv {
    display: inline-block;
    width: 82%;
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .docVTab h4{
    font-size: 10pt;
  }

  .docVTab h5{
    font-size: 8pt;
  }
}

@media (max-width: 414px) {
  .idVerified {
    padding-top: 2.2% !important;
  }

  .nameText {
    float: left;
    padding-top: 4%;
    font-size: 12px !important;
  }

  .spinnerSDK {
    font-size: 40px;
    margin-top: 1%;
    margin-right: 7.4%;
    margin-bottom: 2%;
  }
}

@media (max-width: 375px) {
  .idVerified {
    padding-top: 2.6% !important;
  }

  .spinnerSDK {
    font-size: 40px;
    margin-top: 1%;
    margin-right: 10%;
    margin-bottom: 2%;
  }
}

@media (max-width: 320px) {
  .idVerifyButton{
    width: 34%;
    font-size: 8.5px !important;
    text-align: center;
  }

  .jointAccountTab i{
    margin-top: 8.2% !important;
    height: 16px !important;
    width: 16px !important;
  }

  #appIdVerify .col-xs-12 {
    padding-right: 2px;
    padding-left: 2px;
  }

  .resubmitDescription {
    padding-top: 21%;
    color: #d9534f;
    font-size: 10px;
  }

  .nameText {
    margin-bottom: -7%;
    float: left;
    padding-top: 5%;
    font-size: 10px !important;
  }
}


@media (max-width: 280px) {
  .docVTab h4{
    font-size: 7pt;
  }

  .docVTab h5{
    font-size: 5.6pt;
  }

  p{
    font-size: 8pt;
  }

  .idVerifyButton{
    width: 34%;
    font-size: 6.8px !important;
    text-align: center;
  }

  .docVTab .btn.btn-raised.btn-default {
    height: 26px !important;
  }

  .idVerified {
    padding-top: 4.4% !important;
  }
}

.idVerifyResubmitPageDiv {
  margin-bottom: 3%;
  margin-top: 1.2%;
}

.idVerifyResubmitInstructionsDiv {
  overflow: auto;
}

.idVerifyResubmitCustomerName {
  float: left;
  display: inline-block;
  width: 90%;
  padding-left: 36px;
}

.idVerifyResubmitNameDiv {
  margin: auto;
}

.idVerifyResubmitNameText {
  margin-bottom: -7%;
  float: left;
  color: rgb(208 76 73);
}

.idVerifyResubmitSubheader {
  padding-top: 2%;
  color: rgb(208 76 73);
}

.idVerifyResubmitButton {
  text-align: center;
  margin-top: -4px;
  margin-bottom: 38px;
}

.idVerifyResubmitParagraph {
  text-align: left;
}

@media (min-width: 1199px) {
  .idVerifyResubmitParagraph {
    width: 70%;
    padding-left: 5px;
  }
}

@media (max-width: 1199px) {
  .idVerifyResubmitInstructionsDiv {
    margin: 0 auto;
    width: 60%;
  }
}

@media (max-width: 992px) {
  .idVerifyResubmitInstructionsDiv {
    width: 70%;
  }
}

@media (max-width: 702px) {
  .idVerifyResubmitInstructionsDiv {
    width: 91%;
  }
}

@media (max-width: 450px) {
  .idVerifyResubmitInstructionsDiv {
    width: 95%;
  }

  .idVerifyResubmitNameText{
    font-size: 15px !important;
  }

  .idVerifyResubmitSubheader {
    font-size: 10.5px !important;
  }

  .idVerifyResubmitNameDiv {
    margin-left: -20px;
  }

  .idVerifyResubmitCustomerName {
    padding-left: 46px;
  }
}

/* END */

.spacer .mask {
  overflow: hidden;
  height: 20px;
}

.spacer .mask:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px #595959;
}

.consent-text {
  padding-top: 30px;
}

.italic {
  font-style: italic;
}

input:disabled {
  color: #a6a6a6;
}

.recaptcha-box {
  margin-top: 6px !important;
  border-radius: 5px;
}

.navbar-brand .img-responsive {
  max-width: 200px !important;
}

.checkbox input[type="checkbox"]:checked + .checkbox-material .check:before, label.checkbox-inline input[type="checkbox"]:checked + .checkbox-material .check:before {
  content: "\f00c";
}