@charset "UTF-8";
.ncui-cover-video-container {
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.ncui-ribbon {
  position: relative;
}

.display-mode .ncui-ribbon {
  visibility: hidden;
}

.ncui-ribbon,
.ncui-ribbon .ncui-ribbon-canvas:before {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ncui-ribbon-canvas:before {
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
}

.ncui-carouselette-wrapper {
  position: relative;
}

.ncui-carouselette-arrow {
  border: solid #ED8B00;
  border-width: 0 6px 6px 0;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease;
}
.ncui-carouselette-arrow:hover {
  border-color: #005776;
}
.ncui-carouselette-arrow.ncui-next {
  right: -12px;
  transform: translate(100%, -50%) rotate(-45deg);
}
.ncui-carouselette-arrow.ncui-previous {
  left: -12px;
  transform: translate(-100%, -50%) rotate(135deg);
  z-index: 1;
}
@media only screen and (max-width: 1350px) {
  .ncui-carouselette-arrow {
    width: 40px;
    height: 40px;
  }
  .ncui-carouselette-arrow.ncui-next {
    right: -24px;
    transform: translate(0) rotate(-45deg);
  }
  .ncui-carouselette-arrow.ncui-previous {
    left: -24px;
    transform: translate(0) rotate(135deg);
  }
}
@media only screen and (max-width: 1275px) {
  .ncui-carouselette-arrow {
    width: 34px;
    height: 34px;
    top: -12px;
  }
  .ncui-carouselette-arrow.ncui-next {
    right: 24px;
    transform: translate(0, -100%) rotate(-45deg);
  }
  .ncui-carouselette-arrow.ncui-previous {
    left: 24px;
    transform: translate(0, -100%) rotate(135deg);
  }
}
@media only screen and (max-width: 640px) {
  .ncui-carouselette-arrow.ncui-next {
    transform: translate(0, 100%) rotate(-45deg);
  }
  .ncui-carouselette-arrow.ncui-previous {
    transform: translate(0, 100%) rotate(135deg);
  }
}

.ncui-carouselette {
  opacity: 1;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.ncui-carouselette.ncui-carouselette-initializing {
  opacity: 0;
}

.ncui-carouselette-item {
  padding: 0 6px;
  position: absolute;
  width: 33.33333%;
  left: 101%;
  transition: all 0.5s ease;
}
.ncui-carouselette-item:nth-child(1) {
  left: -33.33333%;
}
.ncui-carouselette-item:nth-child(2) {
  width: 66.66666%;
  left: 0;
}
.ncui-carouselette-item:nth-child(3) {
  left: 66.66666%;
}

@media only screen and (max-width: 992px) {
  .ncui-carouselette-item {
    width: 50%;
  }
  .ncui-carouselette-item:nth-child(1) {
    left: -51%;
  }
  .ncui-carouselette-item:nth-child(2) {
    width: 50%;
    left: 0;
  }
  .ncui-carouselette-item:nth-child(3) {
    width: 50%;
    left: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .ncui-carouselette-item {
    width: 100%;
  }
  .ncui-carouselette-item:nth-child(1) {
    left: -101%;
  }
  .ncui-carouselette-item:nth-child(2) {
    width: 100%;
    left: 0;
  }
  .ncui-carouselette-item:nth-child(3) {
    width: 100%;
    left: 101%;
  }
}
.ncui-carouselette-v2-arrow {
  border: solid #ed8b00;
  border-width: 0 6px 6px 0;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease;
}
.ncui-carouselette-v2-arrow:hover {
  border-color: #005776;
}
.ncui-carouselette-v2-arrow.ncui-next {
  right: -12px;
  transform: translate(100%, -50%) rotate(-45deg);
}
.ncui-carouselette-v2-arrow.ncui-previous {
  left: -12px;
  transform: translate(-100%, -50%) rotate(135deg);
  z-index: 1;
}

@media only screen and (max-width: 1350px) {
  .ncui-carouselette-v2-arrow {
    width: 36px;
    height: 36px;
  }
  .ncui-carouselette-v2-arrow.ncui-next {
    right: -24px;
    transform: translate(0) rotate(-45deg);
  }
  .ncui-carouselette-v2-arrow.ncui-previous {
    left: -24px;
    transform: translate(0) rotate(135deg);
  }
}
@media only screen and (max-width: 1275px) {
  .ncui-carouselette-v2-arrow {
    width: 36px;
    height: 36px;
    top: -12px;
  }
  .ncui-carouselette-v2-arrow.ncui-next {
    right: 24px;
    transform: translate(0, -100%) rotate(-45deg);
  }
  .ncui-carouselette-v2-arrow.ncui-previous {
    left: 24px;
    transform: translate(0, -100%) rotate(135deg);
  }
}
@media only screen and (max-width: 640px) {
  .ncui-carouselette-v2-arrow.ncui-next {
    transform: translate(0, 100%) rotate(-45deg);
  }
  .ncui-carouselette-v2-arrow.ncui-previous {
    transform: translate(0, 100%) rotate(135deg);
  }
}
.ncui-carouselette-v2-wrapper {
  position: relative;
}

.ncui-carouselette-v2 {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.ncui-carouselette-v2.ncui-carouselette-v2-initializing {
  opacity: 0;
}

.ncui-carouselette-v2-item {
  padding: 0 6px;
  position: absolute;
  transition: all 0.5s ease;
}

/*.ncui-carouselette-v2-wrapper {
	position: relative;
}

.ncui-carouselette-v2 {
  opacity: 1;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  position: relative;

  &.ncui-carouselette-v2-initializing {
    opacity: 0;
  }
}

.ncui-carouselette-v2-item {
  padding: 0 .5*$base-unit;
  position: absolute;
  width: 33.33333%;
  left: 101%;
  transition: all 0.5s ease;

  &:nth-child(1) {
    left: -33.33333%;
  }

  &:nth-child(2) {
    width: 66.66666%;
    left: 0;
  }

  &:nth-child(3) {
    left: 66.66666%;
  }  
}

@media only screen and (max-width: $size-limit-tablet) {
  .ncui-carouselette-v2-item {
    width: 50%;

    &:nth-child(1) {
        left: -51%;
    }

    &:nth-child(2) {
        width: 50%;
        left: 0;
    }

    &:nth-child(3) {
        width: 50%;
        left: 50%;
    }
  }
}

@media only screen and (max-width: $size-limit-phone2) {
  .ncui-carouselette-v2-item {
    width: 100%;

    &:nth-child(1) {
        left: -101%;
      }

      &:nth-child(2) {
        width: 100%;
        left: 0;
      }

      &:nth-child(3) {
        width: 100%;
        left: 101%;
      }
  }
}*/
.ncui-carouselette-v2-type-2-1 .ncui-carouselette-v2 {
  opacity: 1;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.ncui-carouselette-v2-type-2-1 .ncui-carouselette-v2.ncui-carouselette-v2-initializing {
  opacity: 0;
}
.ncui-carouselette-v2-type-2-1 .ncui-carouselette-v2-item {
  width: 33.33333%;
  left: 101%;
}
.ncui-carouselette-v2-type-2-1 .ncui-carouselette-v2-item:nth-child(1) {
  left: -33.33333%;
}
.ncui-carouselette-v2-type-2-1 .ncui-carouselette-v2-item:nth-child(2) {
  width: 66.66666%;
  left: 0;
}
.ncui-carouselette-v2-type-2-1 .ncui-carouselette-v2-item:nth-child(3) {
  left: 66.66666%;
}
@media only screen and (max-width: 992px) {
  .ncui-carouselette-v2-type-2-1 .ncui-carouselette-v2-item {
    width: 50%;
  }
  .ncui-carouselette-v2-type-2-1 .ncui-carouselette-v2-item:nth-child(1) {
    left: -51%;
  }
  .ncui-carouselette-v2-type-2-1 .ncui-carouselette-v2-item:nth-child(2) {
    width: 50%;
    left: 0;
  }
  .ncui-carouselette-v2-type-2-1 .ncui-carouselette-v2-item:nth-child(3) {
    width: 50%;
    left: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .ncui-carouselette-v2-type-2-1 .ncui-carouselette-v2-item {
    width: 100%;
  }
  .ncui-carouselette-v2-type-2-1 .ncui-carouselette-v2-item:nth-child(1) {
    left: -101%;
  }
  .ncui-carouselette-v2-type-2-1 .ncui-carouselette-v2-item:nth-child(2) {
    width: 100%;
    left: 0;
  }
  .ncui-carouselette-v2-type-2-1 .ncui-carouselette-v2-item:nth-child(3) {
    width: 100%;
    left: 101%;
  }
}

.ncui-carouselette-v2-type-full .ncui-carouselette-v2-item {
  width: 100%;
  left: 0;
}
.ncui-carouselette-v2-type-full:not(.ncui-carouselette-v2-transition-fade) .ncui-carouselette-v2-item {
  top: 0;
}
.ncui-carouselette-v2-type-full:not(.ncui-carouselette-v2-transition-fade) .ncui-carouselette-v2-item:nth-child(1) {
  left: -101%;
}
.ncui-carouselette-v2-type-full:not(.ncui-carouselette-v2-transition-fade) .ncui-carouselette-v2-item:nth-child(3) {
  left: 101%;
}

.ncui-reveal-badge-container {
  position: relative;
  overflow: hidden;
}

.ncui-reveal-badge-container.active .ncui-reveal-badge-body {
  opacity: 1;
}

.ncui-reveal-badge-body {
  opacity: 0;
  transition: opacity 0.75s ease-out;
}

.ncui-reveal-badge-movable {
  position: absolute;
  transition: all 0.5s ease-in-out;
}

body.display-mode.ncui-scroll-activation .ribbon.inline,
body.display-mode.ncui-scroll-activation .ribbon.inline .ms-WPBody,
body.display-mode .ncui-scroll-activated {
  transition: all 0.5s ease-in-out;
  transform: translateY(50px);
  opacity: 0.1;
}
body.display-mode.ncui-scroll-activation .ribbon.inline.ncui-activated,
body.display-mode.ncui-scroll-activation .ribbon.inline .ms-WPBody.ncui-activated,
body.display-mode .ncui-scroll-activated.ncui-activated {
  transform: translateY(0);
  opacity: 1;
}

body.display-mode.ncui-scroll-activation .ribbon.inline .ms-WPBody,
body.display-mode.ncui-scroll-activation .ms-WPBody img,
body.display-mode img.ncui-scroll-activated {
  transform: scale(0.8);
  opacity: 0.75;
  transition: all 0.5s ease-in-out;
}
body.display-mode.ncui-scroll-activation .ribbon.inline .ms-WPBody.ncui-activated,
body.display-mode.ncui-scroll-activation .ms-WPBody img.ncui-activated,
body.display-mode img.ncui-scroll-activated.ncui-activated {
  transform: scale(1);
  opacity: 1;
}

.ncui-input-autocomplete-items {
  position: absolute;
  border: none;
  z-index: 99;
  top: 100%;
  margin: 0 10px;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.ncui-input-autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #6e9fbc;
  border-top: none;
}
.ncui-input-autocomplete-items div:hover {
  background-color: #03a7d9;
}

.ncui-input-autocomplete-active {
  background-color: #0280a7 !important;
  color: #fff;
}

.ncui-accordion {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
}

.ncui-accordion-item {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.ncui-accordion-open {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.ncui-accordion-open .ncui-accordion-title a:after {
  content: "\21d1";
}

.ncui-accordion-title {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  margin-top: -2px;
}
.ncui-accordion-title a {
  text-decoration: none;
  display: block;
  padding: 4px 36px 4px 4px;
  word-wrap: break-word;
  position: relative;
}
.ncui-accordion-title a:after {
  content: "\21d3";
  transform: scale(1.5);
  display: block;
  position: absolute;
  text-align: right;
  right: 4px;
  bottom: 4px;
}
.ncui-accordion-title a:hover, .ncui-accordion-title a:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.ncui-accordion-content {
  padding: 4px 8px 12px 4px;
}

.ncui-carousel-prepended section {
  display: none;
}

.ncui-carousel {
  opacity: 1;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out;
  position: relative;
}
.ncui-carousel.ncui-carousel-initializing {
  opacity: 0;
}

.ncui-carousel-item {
  background-position: center center;
  background-size: cover;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.ncui-carousel-transition-slide_from_right .ncui-carousel-item {
  transform: translateX(100%);
}
.ncui-carousel-transition-slide_from_right .ncui-carousel-item:nth-child(1) {
  transform: translateX(-100%);
}

.ncui-carousel-transition-slide_from_left .ncui-carousel-item {
  transform: translateX(-100%);
}
.ncui-carousel-transition-slide_from_left .ncui-carousel-item:nth-child(1) {
  transform: translateX(100%);
}

.ncui-carousel-transition-slide_from_right .ncui-carousel-item,
.ncui-carousel-transition-slide_from_left .ncui-carousel-item {
  transition: transform 0.5s ease;
}
.ncui-carousel-transition-slide_from_right .ncui-carousel-item:nth-child(2),
.ncui-carousel-transition-slide_from_left .ncui-carousel-item:nth-child(2) {
  transform: translateX(0);
}

.ncui-carousel-transition-fade_between .ncui-carousel-item {
  transition: opacity 0.5s ease;
  transform: translateX(-101%);
  opacity: 0.3;
}
.ncui-carousel-transition-fade_between .ncui-carousel-item:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
}
.ncui-carousel-transition-fade_between .ncui-carousel-item:nth-child(1) {
  transform: translateX(0);
}

.ncui-carousel-controls-wrapper {
  text-align: center;
}

.ncui-carousel-controls,
.ncui-carousel-dots {
  display: inline-block;
}

.ncui-carousel-left,
.ncui-carousel-right {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 6px;
}

.ncui-carousel-dot {
  transition: border 0.25s ease, background-color 0.25s ease;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 6px 6px 0 6px;
  border: solid 0.5px #A0A0A0;
  border-radius: 14px;
  background-color: #C0C0C0;
  background-image: linear-gradient(140deg, #F0F0F0, #C0C0C0, #A0A0A0);
}
.ncui-carousel-dot.ncui-active {
  background-color: #0094FF;
  border-color: #7FC9FF;
  background-image: linear-gradient(140deg, #E0F2FF, #7FC9FF, #0094FF);
  cursor: default;
}

.ncui-carousel-left,
.ncui-carousel-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.ncui-carousel-left {
  border-right: 10px solid #574FFF;
}

.ncui-carousel-right {
  border-left: 10px solid #574FFF;
}

@media only screen and (max-width: 992px) {
  .ncui-carousel-dot {
    width: 32px;
    height: 32px;
    border-radius: 32px;
  }
  .ncui-carousel-left,
  .ncui-carousel-right {
    border-top-width: 16px;
    border-bottom-width: 16px;
  }
  .ncui-carousel-left {
    border-right-width: 16px;
  }
  .ncui-carousel-right {
    border-left-width: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .ncui-carousel-dot {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  .ncui-carousel-left,
  .ncui-carousel-right {
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
  .ncui-carousel-left {
    border-right-width: 20px;
  }
  .ncui-carousel-right {
    border-left-width: 20px;
  }
}
.nsd-webforms .form-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 12px;
}
.nsd-webforms .nsd-webforms-label {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
}

.nsd-webforms-field {
  margin: 9px 0;
}
.nsd-webforms-field label {
  font-weight: normal;
  word-break: break-all;
}
.nsd-webforms-field > label {
  display: block;
  padding: 0;
  margin-top: 9px;
  font-weight: bold;
}
.nsd-webforms-field .nsd-webforms-field-select-option label {
  word-break: normal;
  padding-left: 24px;
}
.nsd-webforms-field .nsd-webforms-field-select-option label > input {
  margin-left: -24px;
}
.nsd-webforms-field .single-required label {
  font-weight: bold;
}
.nsd-webforms-field.required > label:after {
  color: #ed8b00;
  content: "*";
  display: inline-block;
  margin-left: 4.0008px;
}

.single-required > label:after {
  color: #ed8b00;
  content: "*";
  display: inline-block;
  margin-left: 4.0008px;
}

.nsd-webforms-field-multichoice input[type=checkbox],
.nsd-webforms-field-choice input[type=radio] {
  margin-top: -6px;
  margin-right: 6px;
}

.nsd-webforms-preview {
  opacity: 0.5;
}

.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=text], .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=date], .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=number], .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=tel], .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=email], .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=password] {
  margin: 0;
  padding: 9px;
  border: solid 1px silver;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input::placeholder, .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input:-ms-input-placeholder, .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input::-ms-input-placeholder {
  color: red;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field select,
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field textarea {
  margin: 0;
  padding: 9px;
  border: solid 1px silver;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field select {
  padding: 8px;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=text], .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=number], .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=tel], .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=email], .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=password] {
  width: 100%;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field select,
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field textarea {
  width: 100%;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=text].validation-failure, .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=date].validation-failure, .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=number].validation-failure, .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=tel].validation-failure, .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=email].validation-failure, .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=password].validation-failure {
  border-color: #b62200;
  color: #b62200;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field select.validation-failure,
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field textarea.validation-failure {
  border-color: #b62200;
  color: #b62200;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=text]:disabled, .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=date]:disabled, .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=number]:disabled, .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=tel]:disabled, .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=email]:disabled, .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=password]:disabled {
  background-color: #d8d8d8;
  opacity: 0.5;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field select:disabled {
  background-color: #d8d8d8;
  opacity: 0.5;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field textarea {
  resize: none;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field textarea:disabled {
  background-color: #d8d8d8;
  opacity: 0.5;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=number] {
  -moz-appearance: textfield;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=number]::-webkit-inner-spin-button, .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.nsd-webforms-field-choice-radiobuttons > label {
  display: block;
}

.nsd-webforms-group label {
  display: none;
}

.nsd-webforms-filetable {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.nsd-webforms-filetable .nsd-webforms-removablefile,
.nsd-webforms-filetable .nsd-webforms-singlefile {
  display: table-row;
}
.nsd-webforms-filetable .invalid-message {
  display: block;
  margin-bottom: 12px;
}
.nsd-webforms-filetable .nsd-webforms-filetable-button {
  display: table-cell;
  width: 96px;
  padding: 0;
}
.nsd-webforms-filetable button {
  width: 100%;
  height: 100%;
  margin-top: -4.0008px;
  line-height: 28px;
  padding: 0;
  vertical-align: top;
}
.nsd-webforms-filetable span {
  display: table-cell;
  width: 100%;
}
.nsd-webforms-filetable input {
  width: 100%;
}
.nsd-webforms-filetable input[type=file] {
  width: 100%;
}

.nsd-webforms-filetable {
  margin: 6px 0;
}

@media only screen and (min-width: 640px) {
  .nsd-webforms-filetable {
    margin: 0;
  }
  .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field.nsd-webforms-file-selectors-has-category input[type=file] {
    width: 90%;
    max-width: calc(100% - 200px);
    display: inline-block;
  }
  .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field.nsd-webforms-file-selectors-has-category select {
    width: 10%;
    min-width: 200px;
  }
  .nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field.nsd-webforms-file-selectors-has-category button {
    margin-top: -3px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nsd-webforms-filetable button {
    margin-top: -13px;
  }
}
.nsd-webforms-field-choice-radiobuttons > label {
  display: block;
}
.nsd-webforms-field-choice-radiobuttons > div {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
}

.nsd-webforms-field {
  position: relative;
}
.nsd-webforms-field input {
  padding-top: 2px;
  margin-top: 0;
}
.nsd-webforms-field input[type=text], .nsd-webforms-field input[type=date], .nsd-webforms-field input[type=number], .nsd-webforms-field input[type=tel], .nsd-webforms-field input[type=email], .nsd-webforms-field input[type=password] {
  outline: 0;
  color: black;
  border-color: silver;
}
.nsd-webforms-field select,
.nsd-webforms-field textarea {
  outline: 0;
  color: black;
  border-color: silver;
}
.nsd-webforms-field input[type=text]:focus, .nsd-webforms-field input[type=date]:focus, .nsd-webforms-field input[type=password]:focus, .nsd-webforms-field input[type=number]:focus, .nsd-webforms-field input[type=tel]:focus, .nsd-webforms-field input[type=email]:focus {
  outline: 0;
  color: black;
  border-color: silver;
}
.nsd-webforms-field select:focus,
.nsd-webforms-field textarea:focus {
  outline: 0;
  color: black;
  border-color: silver;
}
.nsd-webforms-field input[type=text].validation-failure, .nsd-webforms-field input[type=date].validation-failure, .nsd-webforms-field input[type=number].validation-failure, .nsd-webforms-field input[type=tel].validation-failure, .nsd-webforms-field input[type=email].validation-failure, .nsd-webforms-field input[type=password].validation-failure {
  border-bottom-color: #b62200;
  color: #b62200;
}
.nsd-webforms-field select.validation-failure,
.nsd-webforms-field textarea.validation-failure {
  border-bottom-color: #b62200;
  color: #b62200;
}
.nsd-webforms-field input[type=text]:focus.validation-failure, .nsd-webforms-field input[type=date]:focus.validation-failure, .nsd-webforms-field input[type=password]:focus.validation-failure, .nsd-webforms-field input[type=number]:focus.validation-failure, .nsd-webforms-field input[type=tel]:focus.validation-failure, .nsd-webforms-field input[type=email]:focus.validation-failure {
  border-bottom-color: #b62200;
  color: #b62200;
}
.nsd-webforms-field select:focus.validation-failure,
.nsd-webforms-field textarea:focus.validation-failure {
  border-bottom-color: #b62200;
  color: #b62200;
}
.nsd-webforms-field input[type=text]:disabled, .nsd-webforms-field input[type=date]:disabled, .nsd-webforms-field input[type=number]:disabled, .nsd-webforms-field input[type=tel]:disabled, .nsd-webforms-field input[type=email]:disabled, .nsd-webforms-field input[type=password]:disabled {
  background-color: #d8d8d8;
  opacity: 0.5;
}
.nsd-webforms-field select:disabled,
.nsd-webforms-field textarea:disabled {
  background-color: #d8d8d8;
  opacity: 0.5;
}
.nsd-webforms-field input[type=text]:focus:disabled, .nsd-webforms-field input[type=date]:focus:disabled, .nsd-webforms-field input[type=password]:focus:disabled, .nsd-webforms-field input[type=number]:focus:disabled, .nsd-webforms-field input[type=tel]:focus:disabled, .nsd-webforms-field input[type=email]:focus:disabled {
  background-color: #d8d8d8;
  opacity: 0.5;
}
.nsd-webforms-field select:focus:disabled {
  background-color: #d8d8d8;
  opacity: 0.5;
}
.nsd-webforms-field textarea {
  height: 144px;
  resize: none;
}
.nsd-webforms-field textarea:focus:disabled {
  background-color: #d8d8d8;
  opacity: 0.5;
}
.nsd-webforms-field input[type=number] {
  -moz-appearance: textfield;
}
.nsd-webforms-field input[type=number]::-webkit-inner-spin-button, .nsd-webforms-field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(../Images/ArrowDown_black_48.png);
  background-position: center right;
  background-repeat: no-repeat;
  outline: none;
  padding-right: 40px;
}

.nsd-webforms-field select::-ms-expand {
  display: none;
}
.nsd-webforms-field .invalid-message {
  border: solid 1px #b62200;
  color: #b62200;
  background-color: rgba(221, 34, 0, 0.1);
  padding: 12px;
}

.nsd-webform-error-message {
  border: solid 1px #b62200;
  color: #b62200;
  background-color: rgba(221, 34, 0, 0.1);
  padding: 12px;
}

.nsd-webforms-field.nsd-webforms-field-choice-radiobuttons > div > label {
  font-weight: normal;
}

.nsd-webforms-controls {
  margin-top: 16px;
}
.nsd-webforms-controls button {
  border: solid 1px silver;
  padding: 12px 24px;
  min-width: 150px;
}

.wrapper .nsd-webforms .nsd-webforms-field input.placeholder,
.wrapper .nsd-webforms .nsd-webforms-field textarea.placeholder,
.wrapper .nsd-webforms .nsd-webforms-field select.placeholder,
.wrapper .nsd-webforms .nsd-webforms-field input::-webkit-input-placeholder,
.wrapper .nsd-webforms .nsd-webforms-field textarea::-webkit-input-placeholder,
.wrapper .nsd-webforms .nsd-webforms-field select::-webkit-input-placeholder,
.wrapper .nsd-webforms .nsd-webforms-field input:-moz-placeholder,
.wrapper .nsd-webforms .nsd-webforms-field textarea:-moz-placeholder,
.wrapper .nsd-webforms .nsd-webforms-field select:-moz-placeholder,
.wrapper .nsd-webforms .nsd-webforms-field input:-ms-input-placeholder,
.wrapper .nsd-webforms .nsd-webforms-field textarea:-ms-input-placeholder,
.wrapper .nsd-webforms .nsd-webforms-field select:-ms-input-placeholder,
.wrapper .nsd-webforms .nsd-webforms-field input::-ms-input-placeholder,
.wrapper .nsd-webforms .nsd-webforms-field textarea::-ms-input-placeholder,
.wrapper .nsd-webforms .nsd-webforms-field select::-ms-input-placeholder,
.wrapper .nsd-webforms .nsd-webforms-field input::placeholder,
.wrapper .nsd-webforms .nsd-webforms-field textarea::placeholder,
.wrapper .nsd-webforms .nsd-webforms-field select::placeholder {
  color: silver;
}

.nsd-webforms-message {
  display: none;
  margin-top: 24px;
}

.nsd-webforms-warning {
  border: solid 1px #b62200;
  color: #b62200;
  background-color: rgba(221, 34, 0, 0.1);
  padding: 12px;
  margin: 24px 0;
}

.nsd-webforms-notice {
  border: solid 1px #ffd149;
  color: #b62200;
  background-color: #f2e7b8;
  padding: 12px;
  margin: 24px 0;
}

.nsd-brightness-light .form-title,
.nsd-brightness-light .form-description,
.nsd-brightness-light .nsd-webforms-field > label,
.nsd-brightness-light .nsd-webforms-message {
  color: #fff;
}

.nsd-webforms-field-description {
  margin-bottom: 12px;
}

.nsd-webforms-field-select-horizontal {
  display: flex;
  flex-wrap: wrap;
}
.nsd-webforms-field-select-horizontal .nsd-webforms-field-select-option {
  margin: 0 36px 12px 0;
}

.nsd-webforms-field-datetime .input-group-addon {
  padding: 4.0008px 0 0 9px;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.nsd-webforms-field-datetime .glyphicon:before {
  text-decoration: none;
}
.nsd-webforms-field-datetime .glyphicon-minus:before {
  content: "\2212";
}
.nsd-webforms-field-datetime .glyphicon-plus:before {
  content: "+";
}
.nsd-webforms-field-datetime .ui-datebox-container > span {
  background-color: #fff;
  display: block;
  padding: 4.0008px;
  border-radius: 6px;
  border: solid 1px silver;
}

.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field .nsd-webforms-field-subdivided input,
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field .nsd-webforms-field-subdivided select {
  float: left;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field .nsd-webforms-field-subdivided input {
  width: 90%;
  margin-left: -1px;
  margin-right: -1px;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field .nsd-webforms-field-subdivided select {
  width: 20%;
}
.nsd-webforms-wrapper .nsd-webforms .nsd-webforms-field .nsd-webforms-field-subdivided:after {
  display: block;
  content: " ";
  clear: both;
}

.glyphicon.glyphicon-calendar {
  background-image: url(../Images/calendar-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 29px;
  height: 29px;
}

.row-md {
  clear: none;
}
@media only screen and (max-width: 992px) {
  .row-md {
    clear: both;
  }
}
@media only screen and (max-width: 640px) {
  .row-md {
    clear: none;
  }
}

.row-lg {
  clear: both;
}
@media only screen and (max-width: 992px) {
  .row-lg {
    clear: none;
  }
}

.nsd-webforms-field-signature-canvas {
  border: solid 1px gray;
}

.nsd-webforms-field-signature-controls {
  margin-top: -1px;
}

.nsd-webforms-field-signature-clear {
  width: 100%;
}

.nsd-webforms-field-ncfgrouping {
  border: solid 1px #bfbfbf;
  transition: border 0.25s ease;
}
.nsd-webforms-field-ncfgrouping:hover {
  border-color: #d8d8d8;
}
.nsd-webforms-field-ncfgrouping .nsd-webforms-field-ncfgrouping {
  border-color: transparent;
}
.nsd-webforms-field-ncfgrouping .nsd-webforms-field-ncfgrouping:hover {
  border-color: #d8d8d8;
}

.nsd-webforms-subform-adder-template {
  display: none;
  border: dashed 1px red;
}

.nsd-webforms-hidden-option {
  display: none;
  border: dashed 1px darkred;
}

.nsd-webforms-subform-heading {
  font-weight: bold;
}

.nsd-webforms-field.nsd-webforms-field-ncfgrouping > label {
  font-size: 1.5rem;
  font-weight: normal;
}
.nsd-webforms-field .nsd-webforms-field-ncfgrouping > label {
  font-size: 15.1px;
  font-weight: bold;
}

.nsd-webforms-subform-heading {
  font-size: 1.25rem;
}

.ncui-term-link.external {
  padding-right: 14px;
  background-image: url("../images/icon-link-external.svg");
  background-repeat: no-repeat;
  background-position: right top 8.5px;
  background-size: 10px;
}

.ncui-depth-0 {
  font-weight: 600;
  font-size: 1.1rem;
}
.ncui-depth-0.external {
  background-size: 1.1rem;
}