@import url('https://fonts.googleapis.com/css?family=Montserrat: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-legend {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  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 {
  padding: 7px 0 7px 0;
  font: 400 12px/20px "Montserrat", sans-serif;
  background: #1A5B79;
  color: #E2DFDF;
}

footer a {
  color: #E2DFDF;
}

header, footer {
  min-height: 100%;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #1A5B79;
}

a:hover {
  color: #FFFFFF;
  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 2em;
  }
}

@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: #1A5B79;
  background-color: #1A5B79;
  -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-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-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-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: #4285f4;
}

.nsc-btn:disabled {
  background: #999999;
  border-color: #999999;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nsc-footer {
  min-height: 100%;
  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;
}

.nsc-footer__logo {
  max-width: 140px;
}

.nsc-footer__logo:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .nsc-footer__logo {
    margin: auto;
  }
}

.nsc-footer__pipe {
  padding: 0 5px;
}

.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: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
  background-image: url("../../imgs/myhub-images/loading.gif");
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size:  100px 100px;
  -moz-background-size:  100px 100px;
  -o-background-size:  100px 100px;
}

.nsc-break-txt {
    word-wrap: break-word; 
}
/*# sourceMappingURL=style.css.map */