@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500');
@import url('https://fonts.googleapis.com/css?family=Open Sans:100,300,400,500');

.nsc-fieldset {
  display: block;
  width:480px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border:1px solid lightgray;
}
.nsc-def-fieldset {
  display: block;
  width:100%;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border:1px solid lightgray;
}
.nsc-legend {
  color: #333333;
  font-family: 'Open Sans';
  font-size: 14px;
}

.nsc-btn {
  line-height: 26px;
  min-width: 130px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}

.nsc-space, .nsc-space__hiddenXS {
  width: 30px;
  height: 30px;
}

.nsc-form-group--isInvalid .nsc-form-input--error {
  color: #b62626;
  font-size: 80%;
  width: 100%;
  margin-top: .25rem;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px/1.8 "Montserrat", sans-serif;
  line-height: 1.625;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

footer {
  margin-top: auto;
  padding: 7px 0 7px 0;
  font: 600 12px/22px "Open sans", sans-serif;
  background: #444444;
  color: #E2DFDF;
}
.flex-basis {
	flex-basis: auto;
}

footer a {
  color: #E2DFDF;
  padding-left: .25%;
  font-size: 14px;
}

header, footer {
  min-height: 100%;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #1A5B79;
}

a:hover {
  /* font-weight: 600; */
}

h1,
h2 {
  color: #1A5B79;
}

h1 {
  font: 500 26px/32px "Montserrat", sans-serif;
}

h2 {
  font: 400 18px/28px "Montserrat", sans-serif;
}

h3 {
  font: 400 16px/24px "Montserrat", sans-serif;
  color: #1A5B79;
}

.hiddenField {
  display: none;
}

.nsc-skip-to-main {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  font-weight: 500;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.nsc-skip-to-main:focus {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.nsc-skip-link {
  margin-left: 1rem;
  position: absolute;
  z-index: 20;
  left: 0;
  opacity: 1;
}

.nsc-skip-link:not(:focus):not(:hover) {
  -webkit-transform: translateY(-4em);
  transform: translateY(-4em);
  opacity: 0;
}

.nsc-skip-link:hover, .nsc-skip-link:focus, .nsc-skip-link:active {
  text-decoration: none;
}

.nsc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

@media (min-width: 426px) {
  .nsc-wrapper {
    padding: 0 0em;
  }
}

@media (max-width: 768px) {
  .nsc-xs__center {
    text-align: center;
  }
}

.nsc-space__hiddenXS {
  display: block;
}

@media (min-width: 426px) {
  .nsc-space__hiddenXS {
    display: none;
  }
}

.nsc-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: block;
}

.nsc-or {
  min-height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nsc-or:after {
  display: inline-block;
  margin: 0 0 5px 20px;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #5b0173;
  width: 43%;
}

.nsc-or:before {
  display: inline-block;
  margin: 0 20px 5px 0;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #5b0173;
  width: 43%;
}

.nsc-section {
  padding: 25px 15px;
}

@media (min-width: 426px) {
  .nsc-section {
    padding: 25px 30px;
  }
}

.nsc-instructions {
  font: 500 15px/24px "Montserrat", sans-serif;
  color: #333333;
}

.nsc-collapse {
  padding-left: 4px;
}

.nsc-card {
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .nsc-card {
    padding: 10px;
  }
}

.nsc-card__body {
  padding-top: 1em;
}

.nsc-card__error {
  display: none;
  color: #b62626;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #b62626;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label .nsc-link--underline {
  color: #b62626;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label {
  color: inherit;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #1A5B79;
  background-color: #1A5B79;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label .nsc-link--underline {
  color: #1A5B79;
}

.custom-checkbox {
  margin-left: 0.5rem;
}

.custom-control-label {
  left: 1rem;
}

.custom-control-label .nsc-link--underline {
  text-decoration: underline;
}

.custom-control-label::before, .custom-control-label::after {
  width: 1.3rem;
  height: 1.3rem;
  top: 0.17rem;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #742C85;
  background-color: #742C85;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label::after {
  top: 0.14rem;
  width: 1.5rem;
  height: 1.5rem;
  left: -1.6rem;
}

.nsc-autocomplete-items {
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.nsc-autocomplete-item {
  padding: 8px;
  border-bottom: 1px solid #e3e3e3;
}

.nsc-autocomplete-item--active, .nsc-autocomplete-item:hover {
  background-color: #e3e3e3 !important;
}

.nsc-form-input, select {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-clip: padding-box;
  border: 1px solid #e3e3e3;
  color: #333333;
  -webkit-transition: border-color .15s ease-in-out;
  transition: border-color .15s ease-in-out;
}

.nsc-form-input.active, .nsc-form-input:active, .nsc-form-input:focus, select.active, select:active, select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #1A5B79;
}

.nsc-form-input--error, select--error {
  display: none;
}
.nsc-pdf-title {
  color: #333333;

}
.nsc-select-question{
-webkit-appearance: auto;
}

.nsc-pdf-subtitle {
  color: #5b0173;
}

.nsc-pdf-category {
  color: #343a40;
  font-size: 15px;
}

.nsc-pdf-wrapper {
  height: 350px;
  padding: 0;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  overflow: scroll;
  background: #555555;
  font-family: 'Roboto';
  font-size: 13px;
}

@media (min-width: 1025px) {
  .nsc-pdf-wrapper {
    padding: 1em 2em;
    margin: 1em;
  }
}

.nsc-pdf-card {
  background: #ffffff;
  padding: 15px;
  margin: 1em;
}

.nsc-pdf-card ~ h1, .nsc-pdf-card h2, .nsc-pdf-card h3, .nsc-pdf-card h4 {
  font-family: 'Roboto';
}

@media (min-width: 1025px) {
  .nsc-pdf-card {
    padding: 1em 5.5em;
  }
}

.nsc-pdf-card a {
  text-decoration: underline;
}

.nsc-pdf-card ol {
  list-style: decimal;
}

.nsc-pdf-card ul {
  list-style: inherit;
}

.nsc-pdf-card-logo {
  max-width: 170px;
}

@media (min-width: 1025px) {
  .nsc-pdf-card-logo {
    max-width: 220px;
  }
}

.nsc-iframe-wrapper {
  height: 350px;
  padding: 1em;
  overflow-x:scroll;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  overflow: scroll;
  background: #e3e3e3;
}
.nsc-canvas__content {
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
  border: 7px solid #dcdcdc;

}

.nsc-canvas__item{
  padding: 1rem 0;
  width: 100%;
}
.nsc-form-group {
  padding: 0.4rem 0;
  margin-bottom: 0.6rem;
}

.nsc-form-group--isInvalid,
.nsc-form-group--isInvalid > * {
  color: #b62626;
}

.nsc-form-group--isInvalid .nsc-form-input,
.nsc-form-group--isInvalid > * .nsc-form-input {
  border: 1px solid #b62626;
}

.nsc-form-group--isInvalid .nsc-form-input--error,
.nsc-form-group--isInvalid > * .nsc-form-input--error {
  display: block;
}

.nsc-form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1.5rem 0;
}

@media (max-width: 425px) {
  .nsc-form-actions {
    display: block;
    text-align: center;
  }
}

.nsc-form-actions--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nsc-form-actions--justify {
  -webkit-box-pack: flex-end;
      -ms-flex-pack: flex-end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
	.nsc-form-actions--justify {
		-webkit-box-pack: center;
      		-ms-flex-pack: center;
          		justify-content: center;
	}
}

.nsc-form-list {
  padding-left: 1rem;
}

.nsc-form-list__item {
  padding: 10px 0;
}

.nsc-form-list__item--square::before {
  content: ' ';
  background-color: #1A5B79;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.nsc-form-input--error {
  display: none;
}

.nsc-inline-block {
  display: inline-block;
}

.nsc-form-field--hidden {
  display: none;
}

.btn-linkedin {
  color: #fafafa !important;
}

.nsc-dropdown {
  width: 100%;
  border: 1px solid #999999;
  border-radius: 4px;
}

.nsc-btn__primary {
  color: #fafafa;
  background-color: #1A5B79;
  border-color: #1A5B79;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.18), 0 1px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.18), 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}

.nsc-btn__primary:hover {
  background: #1a6080;
  font-weight: 600;
  color: #fafafa;
  -webkit-box-shadow: 0 3.3px 1px -2px rgba(0, 0, 0, 0.42), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3.3px 1px -2px rgba(0, 0, 0, 0.42), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.nsc-btn__link {
  color: #1A5B79;
}

.nsc-btn__link:hover {
  color: #1a6080;
  font-weight: 600;
}

.nsc-btn__linkedin {
  background: #007bb6;
}

.nsc-btn__media {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.nsc-btn__media--text {
  padding-left: 15px;
  color: #fff;
  text-transform: capitalize;
}

.nsc-btn__media--icon {
  width: 42px;
  height: 40px;
}

.nsc-btn__google {
  background: #1a73e8;
}

.nsc-btn:disabled {
  background: #999999;
  border-color: #999999;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nsc-footer {
  padding: 0 0 !important;
  min-height: 100%;
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
	.nsc-footer {
		  height: 223px;
	}
}
@media (max-width: 426px) {
	.nsc-footer {
		  height: 266px;
	}
}
@media (max-width: 426px) {
}

.nsc-footer__logo {
  max-width: 140px;
}
.nsc-footer__myhubImage {
	vertical-align: baseline !important;
}
.nsc-footer__center {
	justify-content: center;
}
.nsc-footer__subtext {
	  font: 400 12px/20px "Open Sans", sans-serif;
	  padding-left: 10px;
}

@media(max-width: 426px) {
	.nsc-footer-subtext {
	    padding-left: 23%;
    	padding-right: 23%;
    }
}
@media(max-width: 1024px) {
	.nsc-footer-subtext {
	    padding-left: 26%;
    }
}

.nsc-footer__underline {
	text-decoration: underline;
}
.nsc-footer__padtop2px {
	padding-top: 2px;
}

.nsc-footer__logo:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .nsc-footer__logo {
    margin: auto;
  }
}

.nsc-footer__pipe {
  padding: 0 5px;
}
.nsc-footer__icon {
  padding: 0 3.5px;
}
.nsc-footer__rightimagesspacing {
  padding: 0 8.5px;
}
.nsc-footer__pad1percenttop {
	padding-top: 1%;
}
.nsc-footer__pad3percentleft {
	padding-left: 3%
}
@media (max-width: 768px){
	.nsc-footer__pad3percentleft {
	padding-right: 0%
	}
}
.nsc-footer__pad6percenttop {
	padding-top: 6%
}
@media (max-width: 768px){
	.nsc-footer__pad6percenttop {
	padding-top: 0%
	}
}
.nsc-footer__pad5percentright {
	padding-right: 5%;
}
@media (max-width: 768px){
	.nsc-footer__pad5percentright {
	padding-right: 0%
	}
}
.nsc-footer__floatLeft {
	float: left;
}
.nsc-footer__logosizing {
    padding-left: 2%;
}

#nscLogoDesktop {display: block;}
#nscLogoTablet {display: none}
#nscLogoMobile {display: none}

@media all and (max-width: 768px) {
    #nscLogoDesktop {display: none;}
    #nscLogoTablet {display: block;
    				padding-top: 2%;}
    #nscLogoMobile {display: none;}
}

@media all and (max-width: 426px) {
    #nscLogoDesktop {display: none;}
    #nscLogoTablet {display: none}
    #nscLogoMobile {display: block;
    				padding-top: 3%;}
}

.nsc-footer p {
  margin-bottom: 0;
}

.nsc-footer .col:nth-child(3) {
  text-align: right;
}

@media (max-width: 768px) {
  .nsc-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nsc-footer .col:nth-child(3) {
    text-align: center;
  }
}

.nsc-header__logo {
  max-width: 250px;
  padding: 3px 25px 0;
}

.nsc-header__logo:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .nsc-header__logo {
    max-width: 210px;
  }
}

.nsc-header__line {
  height: 5px;
  background: #1A5B79;
  margin-top: -12px;
}

.nsc-loading {
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    z-index: 9999;
}

.letterrow {
    font-family: sans-serif;
    font-size: 16px;
    display: flex;
    align-items: baseline;
    line-height: 24px;
    justify-content: center;
    color: #fff;
}
.letterfold {
    position: relative;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-animation-name: letterfold;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
    animation: 3s linear infinite letterfold;
}
.letter {
    position: relative;
    text-align: center;
    height: 24px;
}
.nsc-break-txt {
    word-wrap: break-word;
}
.footerLinks{
	padding: 0 50px 0 0;
}
.nsc-col-8{
	flex: 0 0 90%;
    max-width: 90%;
    padding-left: 15px;
}
.nsc-div_left{
	float: left;
	width:51%;
	height: 80px;
}
.nsc-div_right{
	float: right;
	width:45%;
	height: 80px;
}
.nsc-row-height{
	width: 100%;
    display: table;
}

.main-content-height{
	height: 585px;
}

.nsc-address-info{
	float: left;
	max-width: 28%;
	padding-top: 10px;
	background-color: aliceblue;
}
.nsc-address-info-text{
	float: left;
	padding-left: 5px;
	font-size: 12px;
}
.nsc-a-hover{
	text-decoration: none !important;
    color: #1A5B79 !important;
    font-weight: 400 !important;
}

/*# sourceMappingURL=style.css.map */

/* new Loading Icon logic */


 .overlay {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   position: fixed;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background-color: rgba(0, 0, 0, 0.5);
   background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
   z-index: 9999;
 }



 .treecontainer {
   width: 150px;
   display: flex;
   height: 150px;
   perspective: 400px;
 }

 .coinspin {
   animation: coinspinAnim 3s ease infinite;
 }




@keyframes coinspinAnim {
  0% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(359.5deg);
  }
}




@keyframes letterfold {
  0% {
    transform: scaleX(0);
  }

  5% {
    transform: scaleX(1);
  }

  60% {
    transform: scaleX(1);
  }

  65% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(0);
  }
}
@-webkit-keyframes letterfold {
  0% {
    -webkit-transform: scaleX(0);
  }

  5% {
    -webkit-transform: scaleX(1);
  }

  60% {
    -webkit-transform: scaleX(1);
  }

  65% {
    -webkit-transform: scaleX(0);
  }

  100% {
    -webkit-transform: scaleX(0);
  }
}

@-o-keyframes letterfold {
  0% {
    -o-transform: scaleX(0);
  }

  5% {
    -o-transform: scaleX(1);
  }

  60% {
    -o-transform: scaleX(1);
  }

  65% {
    -o-transform: scaleX(0);
  }

  100% {
    -o-transform: scaleX(0);
  }
}

.tooltiptext1 {
  width: 290px;
  font-size:12px;
  text-align: center;
  border-radius: 6px;
  padding: 10px 10px 10px 10px;
  background-color: aliceblue;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.nsc-passowrdPolicy{
    margin-top: 20px;
    margin-left: 600px;
    width: 600px;
    height: 500px;
    color: black;
}

.nsc-securityGuidlines{
    margin-top: -170px;
    position:absolute;
    left: 850px;
    width: 950px;
    color: black;
}

.nsc-terms-btn {
  line-height: 26px;
  min-width: 129px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
}
.nsc-btn__termsandCondition {
  color: #fafafa;
  background-color: #4CAF50;
  border-color: #1A5B79;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.18), 0 1px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.18), 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.nsc-btn__termsandConditionReject {
  color: green;
  background-color: transparent;
  text-decoration: underline;

}

.nsc-wrapper .messages{
			padding: 0px 0px 0px 35px;
                        position: sticky;
                        border-radius: 0px;
                        top: 40px;
			}
			.nsc-wrapper .messages h2{
				margin:0 0 10px 0; padding:0 0 0 20px;
				font-size:14px; font-weight:bold;
				color:#000;
                height:auto;
				}
			.nsc-wrapper .messages h2.closings{
				background:url(../../imgs/iconExclaimBlue.png) no-repeat 0 0;
				margin: 0;
                line-height: 20px;
			}
			.nsc-wrapper .messages h2.alerts{
				background:url(../../imgs/iconExclaimRed.png) no-repeat 0 0;
				margin: 0;
                line-height: 20px;
				}
			.nsc-wrapper .messages h2.errors{
				background:url(../../imgs/iconError.png) no-repeat 0 0;
				margin: 0;
				line-height: 20px;
				}
				.nsc-wrapper .messages span.msg{
					padding-right:25px;
					font-size:11px; color:#000;
					font-weight:normal;
					word-wrap: break-word;
					}
			.nsc-wrapper .messages h2.msg{
				margin:0 0 10px 0; padding:0 0 0 20px;
				width:inherit;
				font-size:17px; font-weight:bold;
				color:#c76725;
				background:url(../../imgs/iconExclaimBlue.png) no-repeat 0 2px;

				}
			.nsc-wrapper .messages p{
				margin-bottom:10px;
				font-size:13px;
				}
.wait {
  cursor: wait;
}

.nsc-tandc-title{
    color: black !important;
    font-weight: bold;
}

.nsc-tandc-subtitle {
  color: #000000;
}
.nsc-btn_txt-uppercase{
    text-transform: uppercase !important;
}