/*
  To generate css from the scss: Run the following command in cmd -  sass scss/style.scss css/style.css
  WARNING - The scss file is outdated. Running the command will overwrite the css file based on the content of scss file.
            Currently all style changes are made in this file.
*/
/* Colours */
/* Sizes */
/* Weights */
/* Typography */
/* Sizes */
/* Font sizes */
/* Footer sizes */
/* Media Variables */
/* Colours */
/* Sizes */
/* Weights */
/* Typography */
/* Sizes */
/* Font sizes */
/* Footer sizes */
/* Media Variables */
.clearfix:after, .main-footer .footer-block .footer-nav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix, * html .main-footer .footer-block .footer-nav, .main-footer .footer-block * html .footer-nav {
  height: 1%;
}

.clearfix, .main-footer .footer-block .footer-nav {
  display: block;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  /* min-height: 100%; */
  font-size: 1rem;
  font-family: LibreFranklinRegular, Century Gothic, Helvetica, Arial, sans-serif;
  color: #666;
  letter-spacing: 0.2px;
  background: #FFF;
}

.nedbankLogo {
  background-image: url('./../../../static/nedid/svg/NedbankIcon.svg');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.mobileMenuImg {
  background-image: url('./../../../static/design_images/mobile-menu.svg');
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}

.menuIcon {
  background-image: url('./../../../static/nedid/svg/hamburger-icon-green.svg');
  background-repeat: no-repeat;
  width: 15;
  height: 13px;
  top: 1px;
  position: relative;
}

.closeIcon {
  background-image: url('./../../../static/nedid/svg/close_green.svg');
  background-repeat: no-repeat;
  display: none;
  width: 15px;
  height: 13px;
  top: 1px;
  position: relative;
}


.right-arrow {
  background-image: url('./../../../static/design_images/icon-tailarrow-right.svg');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 4px;
  position: relative;
  margin-left: 5px;
}

.contactIcon {
  background-image: url('./../../../static/nedid/svg/contact-blank-green.svg');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  float: left;
  position: relative;
  top: 2px;
}

.chatIcon {
  background-image: url('./../../../static/design_images/chat-icon.svg');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  float: left;
  position: relative;
  top: 2px;
}

.branchIcon {
  background-image: url('./../../../static/nedid/svg/location-blank-green.svg');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  float: left;
  position: relative;
  top: 2px;
}
.mailIcon {
  background-image: url('./../../../static/nedid/svg/email-icon.svg');
  background-repeat: no-repeat;
  width: 18;
  height: 14;
  float: left;
  position: relative;
  top: 7px;
}

.qrIcon {
  background-image: url('./../../../static/nedid/svg/qr_code.svg');
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  float: left;
  position: relative;
  margin: 10px;
  top: 2px;
}
.qr-code {
  border-bottom: 1px solid #bbb;
  margin-bottom: 30px;
  cursor: pointer;
}
.qrCodeCircle {
  font-size: 22px;
  height: 40px;
  width: 40px;
  margin: auto;
  top: 20px;
  border: 1px solid #bbb;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
  position: relative;
  line-height: 35px;
  margin-top: -15px;
}
.qrCodeBold {
  font-weight: 200;
  font-size: 20px;
}
.qrBody {
  display: inline-block;
}

.rightIcon {
  background-image: url('./../../../static/nedid/svg/icon-arrow-right.svg');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  float: right;
  position: relative;
  top: 2px;
  margin: 16px;
}


.link-icon-text {
  margin-left: 5px;
}

.container {
  width: 100%;
}

html,
body,
ul,
p {
  margin: 0;
  padding: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #009639;
}

h3,
h4,
h5,
h6 {
  color: #666;
}

h1.main-title {
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 60px;
}

h2.page-title {
  font-family: LibreFranklinRegular, Century Gothic, Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 30px;
}

h3.page-title-secondary {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 30px;
}

h4.section-title {
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  margin: 0 0 30px;
}

h5.section-title-secondary {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 30px;
}

h6.para-title {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  color: #666;
  margin: 0 0 15px;
}

.dark-text {
  font-family: LibreFranklinMedium, Century Gothic, Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  h1.main-title {
    font-size: 3.75rem;
  }

  h2.page-title {
    font-size: 28px;
    margin: 20px 0 30px 0;
    color: #333;
    line-height: 35px;
  }

  h3.page-title-secondary {
    font-size: 1.25rem;
  }

  h4.section-title {
    font-size: 1.5rem;
  }

  h5.section-title-secondary {
    font-size: 1.375rem;
  }

  h6.para-title {
    font-size: 1.25rem;
  }
}
.align-center, .page-with-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.fadeIn {
  animation: fadeIn 3s ease-in-out both;
  -webkit-animation: fadeIn 3s ease-in-out both;
  -moz-animation: fadeIn 3s ease-in-out both;
  -ms-animation: fadeIn 3s ease-in-out both;
  -o-animation: fadeIn 3s ease-in-out both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pageTransition {
  width: 100%;
  margin-left: 50px;
  position: relative;
  margin-top: 2px;
  animation: fadeAndFloatIn 800ms ease-in-out both;
  -webkit-animation: fadeAndFloatIn 800ms ease-in-out both;
  -moz-animation: fadeAndFloatIn 800ms ease-in-out both;
  -ms-animation: fadeAndFloatIn 800ms ease-in-out both;
  -o-animation: fadeAndFloatIn 800ms ease-in-out both;
}

@keyframes fadeAndFloatIn {
  0% {
    opacity: 0;
    left: 100px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@-webkit-keyframes fadeAndFloatIn {
  0% {
    opacity: 0;
    left: 100px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@-moz-keyframes fadeAndFloatIn {
  0% {
    opacity: 0;
    left: 100px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@-ms-keyframes fadeAndFloatIn {
  0% {
    opacity: 0;
    left: 100px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@-o-keyframes fadeAndFloatIn {
  0% {
    opacity: 0;
    left: 100px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
.scroll-page {
  margin-top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.scroll-page .app-content {
  overflow: hidden;
   min-height: calc( 100vh - 200px);
}
@media (min-width: 460px) {
  .scroll-page .app-content {
    min-height: calc( 100vh - 200px);
  }
}
@media (min-width: 767px) {
  .scroll-page .app-content {
    min-height: calc( 100vh - 150px);
  }
}
@media (min-width: 926px) {
  .scroll-page .app-content {
    min-height: calc( 100vh - 135px);
  }
}
@media (min-width: 1440px) {
  .scroll-page .app-content {
    min-height: calc( 100vh - 135px);
  }
}

/** Added for Ipad**/
@media (min-width: 768px) and (max-width: 1024px) {
  .scroll-page .app-content {
    min-height: calc( 100vh - 430px);
  }
}



div.withMargin {
  padding: 20px 0;
}

.formInput {
  margin-top: 30px;
  max-width: 25rem;
}

.formInput .terms-info {
  font-size: 14px;
}

.formInput .login-btn {
  margin-top: 15px;
}

.formInput .eye-icon {
  background-image: url('./../../../static/nedid/svg/eye-Show.svg');
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
  position: relative;
  right: 15px;
  bottom: 50px;
  float: right;
  background-position: center;
}

.formInput .eye-hide {
  background-image: url('./../../../static/nedid/svg/eye-Hide.svg');
  background-repeat: no-repeat;
  width: 30px;
  height: 50px;
  position: relative;
  right: 15px;
  bottom: 50px;
  float: right;
  background-position: center;
}

.page-head-section {
  vertical-align: top;
  text-align: left;
  margin-bottom: 2px;
  text-align: center;
}

.ned-id-container {
    position: relative;
    margin-bottom: 2px;
}

.ned-id-container .demo-link {
  display: flex;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 130px;
}

.ned-id-container .demo-link .link-text {
  position: relative;
  top: 22px;
  font-size: 14px;
}

.ned-id-container .ned-id-title .icon-container .icon-text {
  margin: 0 40px 0 30px;
  font-size: 12px;
  position: relative;
  top: 5px;
}

.ned-id-container .demo-link .demoImg {
  background-image: url('./../../../static/design_images/demo-icon.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  margin: 25px 0 138px 0;
}

.ned-id-container .icon-container .secureLockImg {
  background-image: url('./../../../static/design_images/Secure.svg');
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 100px;
}

.ned-id-container .icon-container .copyImg {
  background-image: url('./../../../static/design_images/icon-Easy.svg');
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 100px;
}

.ned-id-container .icon-container .fastImg {
  background-image: url('./../../../static/design_images/icon-clock.svg');
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 40px;
}

.ned-id-container .icon-container {
  display: flex;
  margin-top: 15px !important;
  width: 45%;
  margin: auto;
}

.ned-id-container .demo-link {
  width: 40%;
  margin: auto;
}

.page-head-section.page-head-center {
  margin: 0 auto;
}

.page-content-section {
  vertical-align: top;
  text-align: left;
  margin-bottom: 307px;
}
.page-content-section.page-content-center {
  max-width: 650px;
  margin: 0 auto;
}

.content-container {
  width: 100%;
  min-height: 85%;
}
.content-container.page-with-image {
  width: 50%;
}


.learn-more-container {
  display: flex;
}

.left-container {
  width: 0;
  padding: 0 !important;
}

.left-container .nedIdImg {
  background-image: url('./../../../static/design_images/NedID_illustration_2020.svg');
  background-repeat: no-repeat;
  width: 40%;
  margin: auto;
  margin-bottom: 36px;
  margin-top: 36px;
  height: 232px;
}

.left-container .ned-id-title {
  font-size: 28px;
  color: #333;
  margin: auto;
  text-align: center;
  font-family: LibreFranklinRegular, Century Gothic, Helvetica, Arial, sans-serif;
}

.left-container .ned-id-title .ned-id-subtitle {
  width: 100%;
  font-size: 16px;
  color: #666;
  margin: 30px 0 0 0;
  font-family: LibreFranklinRegular, Century Gothic, Helvetica, Arial, sans-serif;
}

.link-container .register-btn {
    width: 107px;
    min-height: 30px !important;
    height: 30px !important;
    border-radius: 50px;
    position: relative;
    padding: 0 0 2px 0;
    right: 0px;
    margin: 0 0 0 10px;

}

.left-container .link-text {
  font-size: 18px;
}

.left-container.page-with-image {
  width: 50%;
  border-right: 1px solid #EEE;

}

.left-container.page-with-image .left-panel {
  width: 100%;
}

.left-container.page-with-image .left-panel .stay-safe {
  border-top: 1px solid #EEE;
  position: relative;
  display: flex;
  text-align: left;
  padding-top: 50px;
}

.left-container.page-with-image .left-panel .stay-safe .stay-safe-title {
  font-size: 28px;
  color: #333;
  margin-bottom: 10px;
  font-family: LibreFranklinRegular, Century Gothic, Helvetica, Arial, sans-serif;
}

.left-container.page-with-image .left-panel .stay-safe .stay-safe-content {
  text-align: left;
}

.left-container.page-with-image .left-panel .stay-safe .stay-safe-content .stay-safe-info {
  margin-bottom: 15px;
}

.left-container.page-with-image .left-panel .stay-safe .staySafeImg {
  background-image: url('./../../../static/nedid/svg/profile-caution.svg');
  background-repeat: no-repeat;
  width: 185px;
  height: 90px;
}

.left-container.page-with-image .left-panel .stay-safe .helpBadgeGreenImg {
  background-image: url('./../../../static/nedid/svg/help-badge-green.svg');
  background-repeat: no-repeat;
  width: 185px;
  height: 90px;
}

.page-content-section .download-app-container {
  text-align: center;
  margin-top: 143px;
  width: 100%;
}

.page-content-section .download-app-container .money-app-link {
  margin-bottom: 15px;
  width: 92%;
}

.page-content-section .download-app-container .app-options {
  margin: 15px 0 60px 0;
  display: flex;
}

.page-content-section .download-app-container .googlePlayImg {
  background-image: url('./../../../static/nedid/img/png/google-play-badge.png');
  background-repeat: no-repeat;
  width: 266px;
  height: 65px;
  margin: auto;
  cursor: pointer;
}

.page-content-section .download-app-container .appleStoreImg {
  background-image: url('./../../../static/nedid/img/png/app-store-badge.png');
  background-repeat: no-repeat;
  width: 270px;
  height: 65px;
  cursor: pointer;
}

.page-content-section .download-app-container .link-text {
  font-size: 18px;
  width: 92%;
}

.page-content-section .download-app-container .download-text {
  width: 92%;
}

.stay-safe-mobile, .stay-safe-small {
  display: none;
}

.overlay {
  width: 100%;
  margin-top: 80px;
  background-color: #F9F9F9;
  padding: 30px 70px;
}
.overlay .overlay-container {
  background-color: #FFF;
  padding: 20px 30px;
  overflow-y: auto;
}
.overlay .overlay-container.fullScreen {
  min-height: 75%;
}

.main-footer-tab .footer-block, .stay-safe-small, .page-title-tab,
.main-footer-tab .footer-block, .stay-safe-small, .page-title-tab-primary{
  display: none;
}

.mobile-footer {
  margin-top: 50px;
}

.mobile-footer .footer-block .footer-nav li {
  border-bottom: 1px solid #EEE;
  height: 60px;
  padding: 15px;
  font-size: 18px;
}

.mobile-footer .footer-block .footer-text {
  padding: 15px;
  border-bottom: 1px solid #EEE;
}

.mobile-footer .footer-block {
  display: block;
}

@media (max-width: 767px) {
  /*Added Juhi*/
  .link-icon-text {
    margin-left: 0;
  }

  .link-container .link-div {
    width: 194px;
  }

  .content-container {
    margin: auto;
    margin-bottom: 250px;
    padding-left: 30px !important;
  }
  .page-content-section {
    margin-bottom: 30px;
  }

  .content-container.page-with-image {
    width: 100% !important;
	  margin-bottom: 30px !important;
  }

  .formInput .eye-icon {
    bottom: 60px;
    height: 60px;
  }

  .terms-info {
    width: 210px;
  }

  .link-container .register-btn {
    margin: 0;
    width: 98px;
  }

  .link-text {
    font-size: 14px !important;
  }

  .forgot-details {
    font-size: 16px !important
  }
  /*End added Juhi*/

  .content-container {
    margin: auto;
  }

  .terms-info {
    width: 200px;
  }

  .stay-safe-mobile {
    display: flex;
    padding: 30px 0 30px 30px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    color: #333;
  }

  .stay-safe-mobile .stay-safe-title-mobile {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .stay-safe-mobile .stay-safe-content-mobile {
    font-size: 16px;
  }

  .stay-safe-mobile .stay-safe-content-mobile .link-text-mobile {
    font-size: 18px;
    color: #009639;
    font-weight: 500;
    font-family: LibreFranklinBold, Century Gothic, Helvetica, Arial, sans-serif;
  }

  .link-text {
    font-size: 14px !important;
  }

  .link-container .register-btn {
    bottom: 2px !important;
  }

  .stay-safe-content-mobile {
    width: 245px;
  }

  .stay-safe-content-mobile {
    margin-left: 15px;
    text-align: left;
  }

  .page-content-section {
    width: 100%;
  }
  .page-content-section .formInput {
    max-width: initial;
  }

  .content-container {
    width: 90%;
  }
  .content-container.page-with-image {
    width: 90%;
  }

  .left-container {
    width: 5%;
  }
  .left-container.page-with-image {
    display: none;
  }

  .overlay {
    margin-top: 64px;
    padding: 20px 30px;
  }

  .page-content-section .download-app-container {
    margin-top: 40px;
  }

  .mobile-footer .footer-block .footer-nav li a {
    color: #666;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .left-container, .page-title, .stay-safe-mobile {
    display: none;
  }

  .page-content-section {
    margin-bottom: 30px;
  }

  .forgot-details {
    font-size: 16px !important
  }

  .content-container .pageTransition {
    margin-left: 0;
    width: 400px;
    margin-top: 40px;
  }

  .page-title-tab {
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-family: LibreFranklinRegular, Century Gothic, Helvetica, Arial, sans-serif;
  }

  .page-content-section .download-app-container {
    margin-top: 60px;
  }

  .main-footer-tab .footer-block {
    display: block !important;
  }

  .main-footer-tab .footer-block .footer-nav li {
    border-bottom: 1px solid #EEE;
    height: 60px;
    padding: 15px;
    font-size: 18px;
  }

  .main-footer-tab .footer-block .footer-nav li:first-child {
    border-top: 1px solid #EEE;
  }

  .main-footer-tab .footer-block .footer-nav li a {
    color: #666;
  }

  .main-footer-tab .footer-block .footer-text {
    padding: 15px;
  }

  .content-container.page-with-image {
    max-width: 85%;
    width: 100%;
    margin: auto;
  }

  .link-container .register-btn {
    right: 0px;
  }

  .page-content-section .download-app-container {
    width: 85%;
  }

  .terms-info {
    width: 360px;
  }
}


.terms-info {
  font-family: LibreFranklinRegular, Century Gothic, Helvetica, Arial, sans-serif;
}

.terms-info a {
  font-family: LibreFranklinMedium, Century Gothic, Helvetica, Arial, sans-serif;
}


.navbar-secondary {
  background-color: #FFF !important;
  border-bottom: 1px #EEE solid;
}

.navbar-secondary-cert-expiry {
    background-color: #d0f0ee !important;
    border-bottom: 1px #EEE solid;
}

.main-footer {
  display: block;
  width: 100%;
  background: #FFF;
  color: #666;
  height: auto !important;
  position: relative;
  border-top: 1px solid #EEE;
}
/** Added for ipad pro**/
@media (min-width: 1024px) and (max-width: 1366px) {

  .terms-info {
    width: 360px;
  }
}

.main-footer .footer-block {
  font-size: 12px;
  display: flex;
}

.main-footer .footer-block .footer-nav li:last-child {
  padding: 0 0 0 10px;
}

.main-footer .footer-block .copyright {
  font-size: 10px;
}
.main-footer .footer-block .copyright .text {
  display: inline-block;
}
.main-footer .footer-nav a {
  font-size: 14px;
    display: block;
    color: #666;
    text-decoration: none;
    text-align: left;
    outline: 0;
}
.main-footer a:active, .main-footer a:focus, .main-footer a:hover, .main-footer a:active:focus {
  color: #333;
}

@media (max-width: 767px) {
  .main-footer .footer-block .footer-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    float: none !important;
    margin: 0 0 10px 0;
  }
  .main-footer .footer-block .footer-nav li {
    width: 100%;
    text-align: center;
  }
  .main-footer .footer-block .footer-nav li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {

  .forgot-details {
    font-size: 16px !important
  }

  .main-footer .footer-block .footer-nav li:last-child {
    margin-right: 0;
  }
  .main-footer .footer-block .footer-nav li a .text {
    width: auto;
  }
  .main-footer .footer-block .copyright {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .main-footer .footer-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .main-footer .footer-block .footer-nav {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
  }
  .main-footer .footer-block .copyright .text {
    display: block;
    text-align: left;
  }
}
.nlsg-c-note {
  color: #333;
  background: #EEE;
  padding: 20px;
  padding-left: 50px;
  max-width: 640px;
  width: 100%;
  margin: 30px 0;
}

.nlsg-c-note svg {
  position: absolute;
  margin-left: -30px;
  top: auto;
  width: 24px;
  height: 24px;
}

.nlsg-c-note span {
  font-size: 14px;
  line-height: 1.55;
}

/*# sourceMappingURL=style.css.map */


div p {
   margin: 10px 0;
}

.icon-field {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   align-items: center;
   -ms-flex-align: center;
}

.icon-field .icon-image {
   width: 40px;
}

.icon-field a {
   color: #666;
}

.icon-field .iconText {
   width: 100%;
   margin-left: 30px;
}

.icon-field .headingText {
   color: #333;
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 5px;
   text-decoration: none;
}

.icon-field .text {
   color: #666;
}

.main-header {
   padding: 20px 0px;
   padding-right: 20px;
   padding-left: 15px;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   height: 80px;
   border-bottom: 1px solid #EEE;
   z-index: 1000;
   background: #FFF;
}


.main-header.login-header .nlsg-c-navbar-outer {
  margin: 0px;
  position: relative;
}

.main-header.login-header .nlsg-c-navbar {
  height: auto;
  border: none;
}

.main-header.login-header .nlsg-c-navbar .nlsg-c-navbar__inner {
  padding: 0px;
}

.main-header .nlsg-c-navbar__inner__right-links .link-icon-text {
   margin-left: 10px;
}

.main-header .contact-list-item {
   margin-left: 40px;
}

@media (min-width: 926px) {
  .scroll-page .logo-container {
    min-height: calc( 100vh - 135px);
  }
}

.scroll-page .logo-container {
  float: left;
    padding: 50px 0 0 0;
    border-right: solid #EEE 1px

}
.scroll-page .login-container {
  padding: 50px 10px 0 10px;
    float: left;
}

.scroll-page .login-container .login-form {
  max-width: 400px;
  margin: auto;
}

.scroll-page .logo-container .intro-img-container img {
  opacity: 1;
  width: 320px;
  height: auto;
}

.scroll-page .main-container .ned-id-title {
  font-family: LibreFranklinRegular, Century Gothic, Helvetica, Arial, sans-serif;
  font-size: 2.5vw;
  margin: 30px 0;
  color: #333;
  font-weight: 300;
}

.scroll-page .logo-container .intro-content-icon {
  display: inline-block;
  margin: 0 5px;
}

.scroll-page .logo-container .intro-content-icon img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.scroll-page .logo-container .intro-content-icon small {
  font-size: 13.6px;
  color: #666;
  margin-right: 20px;
  position: relative;
  bottom: 3px;
}


.scroll-page .logo-container .intro-content-icons {
  margin-top: 30px;
  margin-bottom: 30px;
}
.scroll-page .logo-container .ned-id-subtitle {
  font-size: 16px;
    font-family: LibreFranklinRegular, Century Gothic, Helvetica, Arial, sans-serif;
    font-weight: unset;
    color: rgb(102, 102, 102);
}

.logo-container .left-panel .stay-safe {
  border-top: 1px solid #EEE;
  position: relative;
  display: flex;
  text-align: left;
  padding: 50px 30px;
}

.scroll-page .login-container .login-form .page-content-section{
  margin-bottom: 40px;
}
.scroll-page .login-container .ned-id-title {
  display: none;
}
.stay-safe-small {
  display: none;
}

.main-footer-tab {
  display: none;
}

.main-footer .footer-block .pull-left {
  font-size: 10px;
    width: calc(100% - 505px);
    line-height: 1;
    bottom: 11px;
    position: absolute;
    padding: 0 20px;
}
.main-footer .footer-block .pull-right {
  flex: 1;
  text-align: right;
  margin-bottom: 0;
  padding: 6px;

}

.stay-safe-small {
  padding: 50px 0 30px 50px;
  border-top: 1px solid #EEE;
  color: #333;
}

.stay-safe-small .staySafeImg {
  background-image: url('./../../../static/nedid/svg/profile-caution.svg');
  background-repeat: no-repeat;
  width: 85px;
  height: 90px;
  float: left;
  margin-right: 30px;
}
.stay-safe .staySafeImg {
  background-image: url('./../../../static/nedid/svg/profile-caution.svg');
  background-repeat: no-repeat;
  min-width: 85px;
  height: 90px;
  float: left;
  margin-right: 30px;
}
.stay-safe-small .helpBadgeGreenImg {
  background-image: url('./../../../static/nedid/svg/help-badge-green.svg');
  background-repeat: no-repeat;
  width: 85px;
  height: 90px;
  float: left;
  margin-right: 30px;
}
.stay-safe .helpBadgeGreenImg {
  background-image: url('./../../../static/nedid/svg/help-badge-green.svg');
  background-repeat: no-repeat;
  min-width: 85px;
  height: 90px;
  float: left;
  margin-right: 30px;
}
.main-footer-tab .footer-nav .arrow {
  background-image: url('./../../../static/nedid/svg/arrow.svg');
  background-repeat: no-repeat;
  top: 9px;
  position: relative;
  width: 7.72px;
  height: 12.02px;
  float: right;
  display: none;
}
.message-error {
    display: none;
    background: #fae3e5;
    padding: 20px;
}

.message-error.show-error {
  display: flex;
}

.message-error .errorIcon {
  background-image: url('./../../../static/nedid/svg/error.svg');
  background-repeat: no-repeat;
  min-width: 24px;
  height: 30px;
  position: relative;
  display: block;
  margin-top: 5px;
}

.message-error .closeIcon {
  background-image: url('./../../../static/nedid/svg/close-gray.svg');
  background-repeat: no-repeat;
  min-width: 14px;
  height: 14px;
  position: relative;
  display: block;
  cursor: pointer;
}
.message-error .linkText {
  color: #d22630;
  cursor: pointer;
  margin-top: 10px;
}

.message-error .text {
    flex: 1;
    color: #333;
    font-size: 16px;
    margin: 0 10px;
}


.message-error .text a {
  font-family: LibreFranklinMedium, Century Gothic, Helvetica, Arial, sans-serif;
  text-decoration: underline;
  color: #333;
}
.message-error .text a:hover {
  color: #006341;
}

/* till md */
@media (max-width: 991px){
  .scroll-page .logo-container {
    display: none;
  }
  .scroll-page .login-container .ned-id-title {
    display: block;
    font-size: 40px;
    margin: 0 20px 50px;
    text-align: center;
  }
  .stay-safe-small.what-is-nedbank-id-small {
    display: none;
  }
  .stay-safe-small,
  .nbh-theme .stay-safe-small.what-is-nedbank-id-small {
    display: block;
  }
  .main-footer-tab {
    display: block;
  }
  .main-footer {
    display: none;
  }
}
/* less than md */
@media (max-width: 767px){
  .main-footer-tab .footer-nav .arrow {
    display: block;
  }
  .stay-safe-small .staySafeImg,
  .stay-safe-small .helpBadgeGreenImg {
    width: 40px;
    height: 42px;
    margin-right: 13px;
  }
  .stay-safe-small {
    padding-left: 20px;
  }
  .hide-mobile {
    display: none !important;
  }
  .main-footer-tab .footer-block .footer-nav li:first-child {
    border-top: none;
  }

  .main-footer-tab {
    display: none;
  }

  .main-footer-tab.mobile-footer {
    display: block;
  }
  .main-footer {
    display: none;
  }
  .scroll-page .login-container .ned-id-title {
    font-size: 28px;
    margin: 20px;
  }
  .nedbankLogo {
    width: 24px;
    height: 24px;
  }
  .main-header .contact-list-item {
    margin-left: 20px;
    font-size: 12px;
  }
  .main-header .contactIcon {
    width: 15px;
    height: 15px;
  }
  .main-header .branch-list-item {
    display: none !important;
  }
  .main-header {
    padding: 13px 0px;
    height: 50px;
  }
  .nbh-theme .nedbankLogo {
    height: 77px;
    width: 70px;
    margin-top: 2px;
    margin-left: -4px;
  }
  .nbh-theme .main-header {
    height: fit-content;
  }
  .nbh-theme .nlsg-c-navbar-outer .nlsg-c-navbar__inner__right-links, .nbh-theme .nlsg-c-navbar__inner {
    flex-direction: column;
    align-items: initial;
  }
  .nbh-theme .main-header .nlsg-c-navbar__inner__right-links .contact-list-item {
    margin-left: -2px;
    padding-left: 0px;
  }
  .nbh-theme .nbh-item .downIcon {
    float: none;
    display: inline-block;
  }
  .nbh-theme .main-header .contactIcon  {
    width: 25px;
    height: 25px;
  }
  .nbh-theme .nbh-item{
    padding-left: 2px;
    font-size: 16px;
  }
  .nbh-theme .contact-list-item .nbh-contact {
    margin-left: 24px;
    font-size: 16px;
  }
  .mobile-menu-container {
    display: none;
  }
  .scroll-page {
    margin-top: 50px;
  }

}

.stay-safe-small .stay-safe-title-tab {
  font-size: 24px;
  margin-bottom: 10px;
}

.stay-safe-small .stay-safe-content-tab {
  font-size: 16px;
  width: 75%;
}

.stay-safe-small .stay-safe-content-tab .link-text-tab {
  font-size: 18px;
  color: #009639;
  font-weight: 500;
  font-family: LibreFranklinBold, Century Gothic, Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.learn-more-container .link-text{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.stay-safe-small .stay-safe-content-tab {
  display:inline-block
}


.main-footer .footer-block .footer-nav {
  float: right;
  list-style: none;
}

.main-footer .footer-block .footer-nav li {
  margin-right: 0;
  border-right: 1px solid #eee;
    padding: 0 15px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    border-bottom: none;
}
.main-footer .footer-block .footer-nav li:last-child {
  border-right: 0;
}

.nbh-theme .main-header.login-header {
  background: rgb(47 42 51);
}

.nbh-theme .main-header.login-header .nlsg-c-navbar {
  background: rgb(47 42 51);
}

.nbh-theme .nlsg-c-navbar-outer .nlsg-c-navbar a {
  color: rgb(229 228 230);
  text-decoration: none;
}

.nbh-contact, .nbh-item {
  display: none;
}

.nbh-theme .mobile-menu-container {
  display: none !important;
}

.nbh-theme .contact-list-item .nbh-contact {
  display: block;
  white-space: nowrap;
  margin-left: 30px;

}

.nbh-theme .contact-list-item a {
  cursor: default;
}
.nbh-theme .nbh-item {
  display: block;
}
.nbh-theme .link-container .register-btn {
  width: 140px;
}

.nbh-theme .nbh-item .link-icon-text{
  margin-right: 10px;
}

.nbh-theme .nbh-item .nbh-select {
  display: inline-block;
  margin-right: 10px;
  -moz-appearance: none;
  color: rgb(229 228 230);
  padding-right: 30px;
  margin-right: -25px;
  cursor: pointer;
}
.list-investors {
  background-color: #fff;
  position: absolute;
  z-index: 99;
  padding: 1rem 2rem;
  border: 1px solid #d3d3d3;
  min-width: 350px;
  max-width: 400px;
  margin-top: 25px;
}

.list-investors ul {
  list-style-type: none
}

.list-investors ul li {
  border-bottom: 1px dotted #28af88;
  padding: 8px 0
}

.list-investors ul span {
  color: #1f8568;
  cursor: pointer;
  text-decoration: underline;
}

.nbh-theme .nbh-item .nbh-select option {
  background: rgb(229 228 230);
  border: none ;
  -webkit-appearance: none;
  margin-right: 10px;
  -moz-appearance: none;
  color: rgb(229 228 230);
  font-size: 18px;
  min-width: 375px;
}

.nbh-theme .nbh-item .nbh-select:focus {
  outline: 0;
}
.nbh-theme .main-header .contact-list-item{
  margin-left: 20px;
}

.nbh-theme .contact-list-item .non-nbh-contact, .nbh-theme .branch-list-item, .nbh-theme .scroll-page .logo-container .ned-id-subtitle {
  display: none;
}

.nbh-theme .contactIcon {
  background-image: url(./../../../static/nedid/svg/contact-blank-gray.svg);
}

.nbh-theme .downIcon {
  background-image: url(./../../../static/nedid/svg/down.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  float: right;
  position: relative;
  top: 8px;
  pointer-events: none;
}

.nbh-theme .main-footer,.nbh-theme .main-footer-tab {
  display: none;
}
.nbh-theme .nedbankLogo {
  background-image: url(./../../../static/nedid/svg/logo-buisness.svg);
  width: 60px;
  height: 60px;
  top: 2px;
  position: relative;
}
.nbh-theme .main-header {
  padding: 10px 20px;
}

.nbh-theme h2 {
  color: #006241;
}
.nbh-theme h2.page-title {
    font-size: 40px;
    line-height: 1.2em;
}

.nbh-theme .nlsg-c-form-element__label {
  color: #006241;
}

.nbh-theme .scroll-page .main-container .ned-id-title {
  color: #006241;
}
.nbh-theme .logo-container .left-panel .stay-safe.what-is-nedbank-id {
  display: flex;
}
.nbh-subtitle, .nbh-important, .logo-container .left-panel .stay-safe.what-is-nedbank-id {
  display: none;
}
.nbh-theme .scroll-page .logo-container .ned-id-subtitle.nbh-subtitle {
  display: block;
  color: #006241;
}
.nbh-theme .nbh-important {
  display: block;
  border-top: 1px solid #EEE;
  position: relative;
  display: flex;
  text-align: left;
  padding: 50px 30px;
}
.nbh-theme .important-head {
  font-weight: bold;
  font-size: 1.3em;
}
.nbh-theme .important-row {
  margin-top: 10px;
}
.nbh-theme .important-left {
  display: inline-block;
  min-width: 210px;
  color: #666;
}
.nbh-theme .important-right {
  display: inline-block;
  color: #666;
  min-width: 160px;
}
.nbh-theme .important-last {
  display: inline-block;
  color: #666;
}
.nbh-theme h2.stay-safe-title {
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #666;
}
.nbh-theme .stay-safe-content .link-text{
  color: #666;
  font-weight: 600;
}
.nbh-theme .stay-safe-small .stay-safe-title-tab, .nbh-theme .stay-safe-small .stay-safe-content-tab .link-text-tab {
  color: #666;
}

.right-arrow {
  background-image: url('./../../../static/design_images/icon-tailarrow-right-grey.svg');
}
.invest-client .branch-list-item{
  display: none;
}
.invest-client .invest_mail{
  display: block;
}
.invest-client .invest_mail a{
  cursor: text;
}

/* JURISTIC */
.jur-theme .forgot-details-container {
  margin-bottom: 10px;
}
.jur-theme .t-and-c-container {
  margin-bottom: 1.875rem;
}
.jur-container,
.ncrs-container {
  display: none;
}
.jur-theme h2.page-title {
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.jur-theme .nlsg-c-form-element__label {
  color: #020202;
}
.jur-theme .terms-info {
  color: #737373;
}
.jur-theme a,
.jur-theme a:link,
.jur-theme a:visited,
.jur-theme a:active {
  text-decoration: none;
  color: #0C8450;
}
.jur-theme a:hover {
  text-decoration: none;
  color: #09603A;
}
.jur-theme .nlsg-c-button {
  background: #0C8450;
}
.jur-theme .nlsg-c-button:disabled, .nlsg-c-button[disabled] {
  background: #D7D7D7;
  border: 2px solid #D7D7D7;
}
.jur-theme .nlsg-c-button:hover:not(:disabled) {
  background: #09603A;
  border: 2px solid #09603A;
}
.jur-theme .scroll-page .main-container .ned-id-title {
  color: #020202;
  font-weight: 900;
  margin-top: 0px;
}
.jur-theme .scroll-page .logo-container .intro-content-icon small {
  font-size: 12px;
  color: #020202;
  bottom: 0px;
}
.jur-theme .logo-container .left-panel .ncrs-container {
  display: flex;
}
.jur-theme .scroll-page .logo-container .ned-id-subtitle.nbh-subtitle {
  display: block;
  color: #020202;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin: 0 auto;
}
.jur-theme .jur-container {
  display: block;
  margin-bottom: 20px;
}
.jur-theme .generic-container,
.jur-theme .logo-container .left-panel .stay-safe,
.jur-theme .stay-safe-small {
  display: none;
}
.jur-theme .ncrs-container {
  display: block !important;
}
.jur-theme .scroll-page .logo-container {
  padding-top: 0;
}
.jur-theme .scroll-page .logo-container .intro-img-container img {
  width: 270px;
}
.jur-theme .scroll-page .logo-container .intro-content-icons {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .jur-theme .nid-login-component {
    display: flex;
    flex-direction: column-reverse;
  }
  .jur-theme .nid-login-component .login-container,
  .jur-theme .nid-login-component .logo-container {
    width: 100%;
    float: none;
    display: block;
  }
  .jur-theme .ned-id-container,
  .jur-theme .main-footer,
  .jur-theme .page-title {
    display: none;
  }
  .jur-theme .logo-container {
    padding-top: 0px;
  }
  .jur-theme .scroll-page .logo-container {
    min-height: auto;
  }
  .jur-theme .page-title-tab {
    font-size: 22px;
  }
  .jur-theme .page-title-tab-primary.ned-id-title {
    display: block;
    font-size: 30px !important;
    padding: 0px;
    margin: 0px 0px 1.875rem;
    text-align: left
  }
  .jur-theme .footer-main-text,
  .jur-theme .footer-sub-text {
    font-size: 12px !important;
  }
  .jur-theme .main-footer-tab,
  .jur-theme .page-title-tab {
    display: block;
  }
}
