/* Minification failed. Returning unminified contents.
(12,101): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
 */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(/Content/fonts/Lato/Lato-Regular.ttf) format('woff2');
}
@font-face {
  font-family: 'Lato';
  src: url(/Content/fonts/Lato/Lato-Regular.eot);
  /* IE9 Compat Modes */
  src: url(/Content/fonts/Lato/Lato-Regular.eot?#iefix) format('embedded-opentype'), url(/* IE6-IE8 */'./fonts/Lato/Lato-Regular.woff') format('woff'), url(/* Modern Browsers */'./fonts/Lato/Lato-Regular.ttf') format('truetype'), url(/* Safari, Android, iOS */'./fonts/Lato/Lato-Regular.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/Content/fonts/Roboto/Roboto-Regular.ttf) format('woff2');
}
.navbar .container {
  padding-left: 5px;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  height: 100%;
}
body {
  font-family: Lato;
  /*color: @OSNBlue !important;*/
  background-color: #e9e9e9 !important;
  font-size: 18px;
  /*line-height: 1.25;*/
  background-color: white;
  min-height: 100%;
}
.header {
  background-color: white;
  border-bottom: solid 5px #013ca6;
  display: flex;
  height: 106px;
}
.header .logo_contact_info {
  display: flex;
}
.header .logo_inner_div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
}
.header .header_save_button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header #save_button_id {
  display: none;
}
.header .saveExitButton {
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  color: white;
  background-color: #013ca6;
  padding: 9px 12px;
  letter-spacing: 1px;
  cursor: pointer;
}
.header .saveExitButton:hover {
  background-color: #4983e1;
  color: white;
}
.header .saveExitButton:active,
.header .saveExitButton:target {
  background-color: #4983e1;
  color: #b6cdf3;
}
.header .saveExitButton:disabled {
  background-color: #dddddd;
  color: #b6b6b6;
}
.header .logo {
  padding-left: 0%;
  height: 100%;
  width: auto;
  padding-bottom: 1.5%;
  /*@media (max-width: 500px) {
      padding-left: 20px;
      height: 63px;
    }

    @media (min-width: 768px) {
      padding-left: 125px;
      height: 80px;
    }

    @media (min-width: 992px) {
      padding-left: 125px;
      height: 80px;
    }

    @media (min-width: 1200px) {
      padding-left: 125px;
      height: 89px;
    }*/

}
.header .contact {
  padding-right: 0%;
  height: 70px;
  text-align: start;
  font-size: 18px;
  color: #013ca6;
  /*@media (max-width: 500px) {
            font-size: 11px;
        }*/

}
.navbar-default .navbar-brand {
  display: flex;
  align-items: center;
  padding: 5px;
  height: 100px;
  background-color: white;
}
/*.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: @Blue;
    text-align: center;
    color: white;

    @media(max-width:767px) {
        text-align:right;
    }

    @media(min-width:768px) {
    }

    @media(min-width:992px) {
    }

    @media(min-width:1200px) {
        height:245px;
        text-align:center;
    }
}*/

.footer {
  width: 100% !important;
  padding-top: 0.5rem;
  background-color: #013ca6;
  text-align: center;
  color: white;
  margin-top: 18px;
  position: fixed;
  bottom: 0;
}
.footer-text {
  display: flex;
  justify-content: space-around;
  padding-top: 8px;
}
a {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  /*color: @Model.maincolor;*/
  text-decoration: underline;
}
a:hover {
  color: #464139;
}
ul {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 40px;
}
.row {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
input[type="radio"] {
  margin: 0 10px 0 20px;
}
.datePicker .datePickerSegment {
  float: left;
  padding-right: 3px;
}
.datePicker .monthSegment {
  width: 115px;
}
.datePicker .daySegment {
  width: 70px;
}
.datePicker .yearSegment {
  width: 90px;
}
.btnGroup {
  width: 100%;
  padding-bottom: 5%;
  text-align: center;
}
.btnGroup .quoteButton li {
  width: 100%;
}
.btnGroup ul {
  color: #013ca6;
  padding: 0;
  margin: 15px;
  list-style-type: none;
  vertical-align: top;
  text-align: center;
}
.btnGroup ul li {
  width: 110px;
}
.btnGroup .idkButton {
  color: #013ca6;
}
.btnGroup .idkButton .circle {
  border: 3px solid #013ca6;
}
.btnGroup .yesButton {
  color: #01aa50;
}
.btnGroup .yesButton .circle {
  border: 3px solid #01aa50;
}
.btnGroup .noButton {
  color: #e73e3d;
}
.btnGroup .noButton .circle {
  border: 3px solid #e73e3d;
}
.btnGroup .noButtonBlue {
  color: #013ca6;
}
.btnGroup .noButtonBlue .circle {
  border: 3px solid #013ca6;
}
.btnGroup .circle {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 3px solid #013ca6;
  margin: 3%;
  margin-top: 3.5%;
  margin-bottom: 3.5%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 93px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #013ca6;
  line-height: 50px;
}
.btnGroup .noButton.circleSelected,
.btnGroup .yesButton.circleSelected,
.btnGroup .idkButton.circleSelected,
.btnGroup .circleSelected {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 5px solid black !important;
  line-height: 50px;
}
.btnGroup .circle:hover {
  border-color: black !important;
  line-height: 50px;
}
.dropzone .dropzoneDefault {
  text-align: center;
  vertical-align: central;
  line-height: 190px;
  height: 250px;
}
.dropzone .files {
  height: 200px;
  padding: 15px;
}
.dropzone .files .file {
  height: 30px;
}
.dropzone .files .file .fileCheck {
  color: green;
  float: left;
}
.dropzone .files .file .fileTrash:hover {
  cursor: pointer;
  color: #013ca6;
}
.dropzone .files .file .fileName {
  float: left;
  margin-left: 3px;
  margin-right: 6px;
}
.dropzoneActive,
.dropzone {
  height: 250px;
  border-width: 2px;
  border-color: #666666;
  border-style: dashed;
  border-radius: 5px;
}
.dropzoneActive {
  background-color: #bfcee9;
}
.addressField {
  text-align: center;
}
.osnIcon {
  margin-right: 10px;
  margin-top: 9px;
  margin-left: 173px;
}
.osnIconBack {
  float: left;
  margin-left: 5px;
  margin-top: 9px;
}
.osnBlue {
  color: #013ca6;
}
.osnBlue:hover {
  color: white;
  background-color: #013ca6;
}
.osnGreen {
  color: #01aa50;
}
.osnGreen:hover {
  color: white;
  background-color: #01aa50;
}
.osnRed {
  color: #e73e3d;
}
.osnRed:hover {
  color: white;
  background-color: #e73e3d;
}
.btnOSNText {
  float: left;
  margin-left: 10px;
  margin-top: 7px;
  position: absolute;
}
.btnOSNTextBack {
  margin-right: 10px;
  padding-top: 7px;
  margin-left: 150px;
}
.btnOSNWide {
  width: 200px;
  height: 40px;
}
.btnOSNShort {
  width: 200px;
  height: 40px;
}
.btnOSNBlue {
  border: 3px solid #013ca6;
}
.btnOSNGreen {
  border: 3px solid #01aa50;
}
.btnOSNRed {
  border: 3px solid #e73e3d;
}
.wizardBtnOSN {
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  font: lato;
  display: inline-block;
  cursor: pointer;
}
.wizardBtnContainerSubmit .requiredNote {
  margin-left: 30px;
  float: right;
}
.wizardBtnContainerSubmit .btn-next {
  display: none;
}
.wizardBtnContainerSubmit .btnBackGroup {
  display: none;
  padding: 1%;
}
.wizardBtnContainerSubmit .btnNextGroup,
.wizardBtnContainerSubmit .btnFinalGroup {
  text-align: center;
  padding-bottom: 1%;
}
.wizardBtnContainerSubmit .btnFinalGroup {
  position: fixed;
  bottom: 90px;
  right: 15%;
}
.wizardBtnContainerSubmit .btnFinalGroup > .wizardBtnOSN.btn-next {
  display: none !important;
}
.wizardBtnContainerSubmit .btnFinalGroup > .wizardBtnOSN.btnOSNGreen {
  background: white !important;
}
.wizardBtnContainerSubmit .btnFinalGroup > .wizardBtnOSN.btnOSNGreen:hover {
  background: #eeeeee !important;
  color: #01aa50 !important;
}
.wizardBtnContainerNext .btn-submit {
  display: none;
}
.wizardBtnContainerNext .btnBackGroup {
  display: none;
}
.wizardBtnContainerNext .btnNextGroup {
  text-align: center;
  padding-bottom: 1%;
}
.wizardBtnContainerBack .btnBackGroup {
  text-align: left;
}
.wizardBtnContainerBack .btnNextGroup {
  display: none;
}
.wizardBtnContainerBoth {
  padding-top: 25px;
}
.wizardBtnContainerBoth .btn-submit {
  display: none;
}
.wizardBtnContainerBoth .btnBackGroup {
  height: 46.5px;
  width: 49%;
  padding-right: 0.5%;
  float: left;
}
.wizardBtnContainerBoth .btnNextGroup {
  width: 50%;
  float: right;
  text-align: right;
}
.wizardBtnContainerBoth .requiredNote {
  padding-top: 6px;
  float: left;
  margin-top: -32px;
  margin-left: 25px;
}
.requiredNote {
  font-size: 14px;
  color: #013ca6;
}
.wizardBtnContainerNone .btnBackGroup,
.wizardBtnContainerNone .btnNextGroup {
  display: none;
}
.wizardBtnCenter {
  width: 150px;
}
.kbaQuestion {
  text-align: center;
  padding-bottom: 10px;
}
.kbaAnswer label {
  padding-top: 10px;
}
.addressLabelIntro {
  margin-top: 40px;
}
.has-error {
  border-color: #a94442;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.7);
}
.failedText p {
  padding: 20px;
  padding-top: 30px;
}
.btn-lg {
  background-color: white;
  border-color: #013ca6;
  color: #013ca6;
  border-radius: 20px;
}
.btn-primary:hover {
  background-color: #013ca6;
}
#root__title {
  border: 0px;
}
.wizardSpinner {
  background-color: rgba(191, 206, 233, 0.4);
  z-index: 10;
  display: table !important;
  position: absolute;
  height: 100%;
  width: 100%;
}
.wizardSpinner .wizardSpinnerContainer {
  margin-top: 400px;
}
.wizardSpinner .wizardSpinnerContainer .sk-spinner {
  display: table;
  margin: 0 auto;
}
.tooltipContainer {
  cursor: pointer;
}
.tooltipContainer .tooltip {
  font-size: 20px !important;
  background-color: #013ca6 !important;
  border-radius: 20px !important;
}
.textEditor {
  border: 1px solid #f1f1f1 !important;
  height: 180px !important;
  padding: 5px !important;
}
.scrollList {
  overflow: scroll;
  height: 300px;
  overflow-x: hidden;
  border-width: 1px;
  border: solid;
  border-color: #cccccc;
  padding: 5px;
  padding-left: 10px;
  margin-bottom: 5px;
  display: none;
}
.scrollList .listItem {
  margin-top: 5px;
}
.scrollList .listItem .listItemCheck {
  margin-right: 5px;
}
.ReactModal__Overlay,
.ReactModal__Overlay--after-open {
  z-index: 1000;
}
.faq-modal {
  border: none;
  border-radius: 0;
}
.faq-modal .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 5px 5px 5px 5px #cccccc;
}
.timeOutDialog .btn-no {
  width: 49%;
  text-align: right;
  margin-right: 10px;
}
.timeOutDialog .btn-yes {
  width: 30%;
  margin-left: 10px;
}
.timeOutDialog .btn-yes,
.timeOutDialog .btn-no {
  float: left;
}
.lastFourSsn input {
  width: 150px;
}
.welcomeText {
  text-align: center;
  font-size: 35px;
}
.welcomeText p {
  line-height: 110%;
  margin-top: 40px;
}
.comments textarea {
  height: 250px;
}
.wizardProgressBar {
  display: flex;
  justify-content: center;
}
.wizardProgressBar li:nth-child(1) > .content {
  z-index: 1;
}
.wizardProgressBar li:nth-child(1) > .chevron {
  left: 40px;
  width: 100px;
  background: #01a950;
  display: none;
  z-index: 1;
}
.wizardProgressBar li:nth-child(1) > .chevron:before {
  background: #01a950;
  z-index: 1;
}
.wizardProgressBar li:nth-child(2) > .content {
  z-index: 2;
}
.wizardProgressBar li:nth-child(2) > .chevron {
  background: #1a58c7;
  z-index: 2;
}
.wizardProgressBar li:nth-child(2) > .chevron:before {
  background: #1a58c7;
  z-index: 2;
}
.wizardProgressBar li:nth-child(3) > .content {
  z-index: 3;
}
.wizardProgressBar li:nth-child(3) > .chevron {
  background: #306cda;
  z-index: 3;
}
.wizardProgressBar li:nth-child(3) > .chevron:before {
  background: #306cda;
  z-index: 3;
}
.wizardProgressBar li:nth-child(4) > .content {
  padding-left: 20px;
  z-index: 4;
}
.wizardProgressBar li:nth-child(4) > .chevron {
  width: 100%;
  background: #4e85ec;
  z-index: 4;
}
.wizardProgressBar li:nth-child(4) > .chevron:before {
  width: 101%;
  background: #4e85ec;
  z-index: 4;
}
.wizardProgressBar li:nth-child(5) > .content {
  z-index: 5;
}
.wizardProgressBar li:nth-child(5) > .chevron {
  width: 100%;
  border-right: 1px solid white;
  background: #6fa1fa;
  z-index: 5;
}
.wizardProgressBar li:nth-child(5) > .chevron:before {
  width: 101%;
  border-right: 1px solid white;
  background: #6fa1fa;
  z-index: 5;
}
.wizardProgressBar li:nth-child(6) > .content {
  z-index: 6;
}
.wizardProgressBar li:nth-child(6) > .chevron {
  width: 110%;
  background: #95bafe;
  z-index: 1;
}
.wizardProgressBar li:nth-child(6) > .chevron:before {
  background: #95bafe;
  z-index: 6;
}
.introLines {
  padding-left: 50px;
}
.pageOneIntro {
  padding-bottom: 10px;
}
.line:nth-child(3) .pageOneIntro {
  padding-top: 10px;
}
#root_bottom {
  padding-top: 15px;
}
#root_wizardIntro {
  padding-bottom: 15px;
}
.hiddenbullets {
  list-style: none;
}
.portalHelpLink:link {
  color: lightblue;
}
.portalHelpLink:hover {
  color: darkblue;
}
.portalHelpLinkPrecloser:link {
  color: #013ca6;
}
.portalHelpLinkPrecloser:hover {
  color: #bfcee9;
}
.requiredNote {
  position: absolute;
}
.form-control {
  background-color: #fafafa;
  border: 2px solid #e9e9e9;
  border-radius: 0px 0px 0px 0px;
}
.caret {
  color: #013ca6;
}
.wizardPageContent span,
.wizardPageContent label,
.wizardPageContent inputMask {
  color: #013ca6;
  font-size: 16px;
  font-weight: bold !important;
  font-family: lato;
  line-height: 1.25;
}
.form-group label span {
  color: #013ca6;
  font-size: 18px;
  font-weight: normal !important;
  line-height: 1.5;
  font-family: Lato;
}
#root_userInput_ThankYouBuyer4 {
  display: none;
}
.wizHeadFirstCol {
  height: 180px !important;
  display: table !important;
  padding: 0px !important;
}
.wizHeadImageDiv {
  height: 180px !important;
  width: 180px !important;
  margin-left: -10px !important;
  z-index: 1;
  position: absolute !important;
  border-radius: 100px !important;
  border: 30px solid red !important;
  border-color: #e9e9e9 !important;
}
.wizHeadTitleDiv {
  background-color: transparent !important;
  height: 180px !important;
  max-width: 50px !important;
  display: table-cell !important;
  padding-right: 50px;
  z-index: 100 !important;
  vertical-align: middle;
  position: relative !important;
  text-align: left !important;
}
.wizHeadTitleDivCushion {
  background-color: transparent !important;
  height: 180px !important;
  display: table-cell !important;
  vertical-align: middle !important;
  z-index: 100 !important;
  position: relative !important;
  width: 12% !important;
  text-align: left !important;
}
.wizHeadTitleSpan {
  font-size: 30px !important;
  max-width: 60% !important;
  text-align: left !important;
  color: #013ca6 !important;
}
.wizHeadTitleSpanCushion {
  background-color: transparent !important;
  height: 180px !important;
  display: table-cell !important;
  z-index: 100 !important;
  position: relative !important;
  width: 15% !important;
  text-align: right !important;
}
.wizHeadSecondCol {
  height: 180px !important;
  display: table !important;
  text-align: center;
}
.wizHeadSecondColEsign {
  height: auto !important;
  display: table !important;
  text-align: center;
  padding: 0px !important;
}
.wizHeadSecondColDiv {
  background-color: transparent !important;
  height: 130px !important;
  display: table-cell !important;
  vertical-align: middle;
  text-align: center;
}
.wizHeadSecondColDivEsign {
  background-color: transparent !important;
  height: auto !important;
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center !important;
  z-index: 10;
}
.wizHeadSecondColSpan {
  font-size: 28px !important;
  font-weight: normal !important;
  line-height: 1.25 !important;
  font-family: lato !important;
  color: #013ca6 !important;
  white-space: pre-line;
}
.wizHeadSecondColSpan > .item {
  font-weight: normal !important;
}
.wizHeadSecondColDiv2 {
  margin-top: -2vh;
  text-align: center !important;
  z-index: 1000;
}
.wizHeadSecondColSpan2 {
  font-size: 20px !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
  font: lato !important;
  color: #013ca6 !important;
  position: relative !important;
}
.wizHeadSecondColSpan3 {
  font-size: 20px !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
  font: lato !important;
  color: #013ca6 !important;
  position: relative !important;
}
.wizHeadSecondColAddress {
  padding-top: 20px;
}
.wizHeadRow {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.wizLearnMore {
  font-weight: 700;
  color: #013ca6;
  text-align: center;
  justify-content: center;
  display: none;
  cursor: pointer;
}
.wizFormImageDiv {
  display: block;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 15px;
}
.wizFormImage {
  max-width: 100% !important;
  max-height: 100% !important;
  height: 40vh;
}
.wizFormImageIntro {
  /*padding-top: 10%;
    max-width: 50vw;
    max-height: 50vh;
    float: right;*/
  width: 80%;
}
.footnote {
  font-size: 16px;
  font-family: Lato;
  color: #013ca6;
  padding-left: 15px;
  text-align: center;
}
.row.kbaAnswer {
  padding-bottom: 30%;
}
.kbaTimer {
  display: flex;
  justify-content: center;
}
.kbaTimeUpBtn {
  display: flex;
  justify-content: center;
  padding: 10px;
}
.kbaTimerSpinner {
  display: flex;
  justify-content: center;
  z-index: -1;
}
.kbaTimerWarn {
  text-align: center;
  color: red;
  font-family: 'Lato';
  font-size: 20px !important;
}
/*@media (max-width: 1600px) {
    .wizFormImageIntro {
        padding-top: 15%;
        max-width: 40vw;
        max-height: 40vh;
        float: right;
    }
}*/

@media (max-height: 825px) {
  .wizHeadTitleDiv {
    padding-right: 0px;
  }
  .layoutMid {
    padding-top: 1.5%;
  }
}
@media (max-height: 600px) {
  .layoutMid {
    padding-top: 3%;
  }
}
@media (min-width: 1920) {
  .wizHeadTitleDiv {
    padding-top: 2%;
    padding-bottom: 50%;
  }
}
@media (max-width: 500px) {
  .wizHeadSecondColSpan {
    font-size: 22px !important;
  }
  .footer-text {
    padding-bottom: 2px;
    padding-top: 0px;
  }
  .wizHeadRow {
    padding-top: 30px !important;
  }
  .footer-buttons {
    height: auto !important;
    margin-bottom: 10px;
  }
  .wizHeadImageDiv {
    margin-left: -10px !important;
    z-index: 1;
    position: absolute !important;
    border-radius: 100px !important;
    border: 30px solid red !important;
    border-color: #e9e9e9 !important;
  }
  .row.kbaAnswer {
    padding-bottom: 0%;
  }
  .footer {
    font-size: 10px !important;
    height: 75px;
  }
  .wizHeadTitleDiv {
    padding-right: 0px;
  }
  .wizHeadSecondColDiv {
    padding-top: 0px !important;
  }
  .wizardProgressBar li:nth-child(5) > .chevron {
    width: 105%;
  }
  .wizardProgressBar li:nth-child(5) > .chevron:before {
    width: 105%;
  }
  .header .contact {
    text-align: right;
    font-size: 14px !important;
    padding-right: 0% !important;
  }
  .header .logo {
    padding-left: 0% !important;
  }
  .wizardProgressBar li .content div {
    font-size: 60% !important;
  }
}
.portalPrivacyPolicy {
  color: lightblue;
}
.portalPrivacyPolicy:hover {
  color: darkblue;
}
.saveExitModal .saveExitModalHeader {
  padding: 20px;
  border-bottom: 1px solid #c5c5c5;
}
.saveExitModal .saveExitModalHeader .saveExitModalHeading {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.saveExitModal .saveExitModalHeader .saveExitModalCloseBtn {
  float: right;
  margin-top: -30px;
}
.saveExitModal .saveExitModalHeader .saveExitModalCloseBtn .saveExitModalCloseIcon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 12px;
  padding: 12px;
  border: 1px solid #c5c5c5;
  cursor: pointer;
  box-shadow: 0px 5px 10px rgba(29, 71, 123, 0.04), 0px 1px 5px rgba(29, 71, 123, 0.12);
}
.saveExitModal .saveExitModalBody {
  padding: 20px;
}
.saveExitModal .saveExitModalBody .saveExitModalBodyHeading {
  font-size: 16px;
  text-align: center;
  color: black;
}
.saveExitModal .saveExitModalFooter {
  padding: 20px 20px 30px;
  text-align: center;
}
.saveExitModal .saveExitModalFooterCloseBtn {
  background-color: white;
  color: #013ca6;
  border-radius: 8px;
  font-size: 16px;
  border-color: #013ca6;
  font-weight: 800;
  border: 1px solid black;
  padding: 7px 10px;
}
.saveExitModal .saveExitModalFooterLogOutBtn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  color: white;
  background-color: #013ca6;
  padding: 8px 10px;
  letter-spacing: 1px;
  cursor: pointer;
  margin-left: 15px;
}
.saveExitModal .saveExitModalFooterLogOutBtn:hover {
  background-color: #4983e1;
  color: white;
}
.saveExitModal .saveExitModalFooterLogOutBtn:active,
.saveExitModal .saveExitModalFooterLogOutBtn:target {
  background-color: #4983e1;
  color: #b6cdf3;
  border: 0;
}
.learnMoreModal .learnMoreModalHeader {
  padding: 20px;
  border-bottom: 1px solid #c5c5c5;
}
.learnMoreModal .learnMoreModalHeader .learnMoreModalHeading {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: black;
}
.learnMoreModal .learnMoreModalHeader .learnMoreModalCloseIcon {
  float: right;
  margin-top: -30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 12px;
  padding: 12px;
  border: 1px solid #c5c5c5;
  cursor: pointer;
}
.learnMoreModal .learnMoreModalBody {
  padding: 20px;
}
.learnMoreModal .learnMoreModalBody .learnMoreModalBodyHeading {
  font-size: 16px;
  text-align: start;
}
.learnMoreModal .learnMoreModalBody .learnMoreModalBodyHeading .mainConsent {
  padding: 10px 20px;
}
.learnMoreModal .learnMoreModalBody .learnMoreModalBodyHeading .mainConsent .consentDescription {
  padding-bottom: 15px;
  line-height: 25px;
}
.learnMoreModal .learnMoreModalBody .learnMoreModalBodyHeading .mainConsent .listAfterDescription {
  padding-top: 15px;
  line-height: 25px;
}
.learnMoreModal .learnMoreModalBody .learnMoreModalBodyHeading .mainConsent .consentList ul {
  padding-left: 28px;
  margin: 0;
}
.learnMoreModal .learnMoreModalBody .learnMoreModalBodyHeading .mainConsent .consentList ul li {
  padding: 5px 0;
}
div#root_userInput_HOINote {
  color: slategray;
}
div#root_userInput_HOI\ Subcontent {
  margin-bottom: 30px;
}

.progress_bar {
  display: none;
  align-items: center;
  justify-content: center;
}
@media (min-wdith: 1400px) {
  
}
@media (max-width: 500px) {
  .layoutMid {
    padding-bottom: 7% !important;
  }
  .btnGroup {
    display: block !important;
  }
  .btnGroup ul {
    display: inline-block !important;
  }
  .contact {
    padding-right: 20px !important;
  }
  .dropzoneDefault {
    line-height: initial !important;
  }
  .dropzoneDefault p {
    margin-top: 60px;
  }
  .wizardBox {
    padding-top: 15px;
    min-height: 440px;
    height: auto;
  }
  .btn-primary:hover {
    background-color: white !important;
    color: #013ca6 !important;
  }
  .header {
    padding-bottom: 15px;
  }
  .tooltipContainer {
    display: none;
  }
  img.bg {
    display: none;
  }
  .form-group {
    width: 100%;
  }
  .wizard-navigation .nav-pills {
    visibility: hidden;
    display: none;
  }
  .wizard-navigation .progress-with-circle {
    visibility: hidden;
    display: none;
  }
  .wizardBtn {
    width: 120px;
  }
  .dropdownControl select {
    margin-bottom: 7px;
  }
  .wizardBtnContainerBoth .requiredNote,
  .wizardBtnContainerBack .requiredNote,
  .wizardBtnContainerNext .requiredNote,
  .wizardBtnContainerSubmit .requiredNote {
    width: 100%;
    text-align: right;
    padding-bottom: 6px;
    padding-right: 45px;
  }
}
@media (max-width: 400px) {
  .wizardProgressBar li:nth-child(6) > .content {
    padding-left: 18px;
    z-index: 6;
  }
  .wizardProgressBar li:nth-child(5) > .content {
    padding-left: 18px;
    z-index: 5;
  }
  .wizardProgressBar li:nth-child(4) > .content {
    padding-left: 18px;
    z-index: 4;
  }
  .wizardProgressBar li:nth-child(3) > .content {
    z-index: 3;
    padding-left: 18px;
  }
  .wizardProgressBar li:nth-child(2) > .content {
    z-index: 2;
    padding-left: 18px;
  }
  .wizardProgressBar li:nth-child(1) > .content {
    z-index: 1;
    padding-left: 18px;
  }
  .wizardProgressBar {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    height: 60px;
    text-align: center;
    width: 100%;
    position: relative;
  }
  .wizardProgressBar ul {
    list-style-type: none;
    position: relative;
  }
  .wizardProgressBar li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 45px;
    display: inline-block;
    height: 100%;
  }
  .wizardProgressBar li .content {
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .wizardProgressBar li .content div {
    font-size: 50%;
    color: white;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .wizardProgressBar li .chevron {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .wizardProgressBar li .chevron:before {
    position: absolute;
  }
  .wizardProgressBar li .radialEnd {
    z-index: 1;
    position: absolute;
    display: block;
    background: #95bafe;
    width: 65px;
    height: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: -20%;
  }
  .wizardProgressBar li .radialEnd .content {
    font-size: 20px;
    padding-left: 100px !important;
  }
  .wizardProgressBar li .squareEnd {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #01a950;
    position: absolute;
    display: block;
    z-index: 1;
    height: 100%;
    width: 120%;
  }
  .wizardProgressBar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  .wizardProgressBar .chevron {
    width: 16.66;
  }
  .wizardProgressBar .chevron:before {
    width: 16.66%;
  }
  .wizardProgressBar .chevron {
    border-left: 1px solid white;
    display: block;
    height: 50%;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
  }
  .wizardProgressBar .chevron:before {
    border-left: 1px solid white;
    position: absolute;
    top: 99%;
    left: -18.92px;
    display: block;
    content: '';
    height: 100%;
    -webkit-transform: skew(-50deg);
    -moz-transform: skew(-50deg);
    -ms-transform: skew(-50deg);
    -o-transform: skew(-50deg);
  }
  .wizardProgressBar .inProgress,
  .wizardProgressBar .inProgress:before {
    background-image: none !important;
    -webkit-transition: background-color 500ms ease-in;
    -moz-transition: background-color 500ms ease-in;
    -o-transition: background-color 500ms ease-in;
    -ms-transition: background-color 500ms ease-in;
    transition: background-color 500ms ease-in;
    -webkit-animation-direction: alternate;
    /* Chrome, Safari, Opera */
    animation-direction: alternate;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
  }
  .wizardProgressBar .complete,
  .wizardProgressBar .complete:before {
    background-color: #01a950 !important;
    background-image: none !important;
    -webkit-transition: background-color 500ms ease-in;
    -moz-transition: background-color 500ms ease-in;
    -o-transition: background-color 500ms ease-in;
    -ms-transition: background-color 500ms ease-in;
    transition: background-color 500ms ease-in;
    -webkit-animation-direction: alternate;
    /* Chrome, Safari, Opera */
    animation-direction: alternate;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
  }
  html {
    height: 90% !important;
  }
  /*.footer{
          position: fixed !important;
          bottom: 0 !important;
      }*/
  
  .wizFormImageDiv {
    padding-bottom: 20px !important;
  }
  .row .kbaAnswer {
    padding-left: 70px !important;
  }
}
@media (min-width: 400px) {
  .wizardProgressBar li:nth-child(4) > .content {
    padding-left: 13px;
    z-index: 4;
    font-size: 90%;
  }
  .wizardProgressBar li:nth-child(3) > .content {
    z-index: 3;
    padding-left: 15px;
  }
  .wizardProgressBar li:nth-child(2) > .content {
    z-index: 2;
    padding-left: 13px;
  }
  .wizardProgressBar {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    height: 60px;
    text-align: center;
    width: 100%;
    position: relative;
  }
  .wizardProgressBar ul {
    list-style-type: none;
    position: relative;
  }
  .wizardProgressBar li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 50px;
    display: inline-block;
    height: 100%;
  }
  .wizardProgressBar li .content {
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .wizardProgressBar li .content div {
    font-size: 50%;
    color: white;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .wizardProgressBar li .chevron {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .wizardProgressBar li .chevron:before {
    position: absolute;
  }
  .wizardProgressBar li .radialEnd {
    z-index: 1;
    position: absolute;
    display: block;
    background: #95bafe;
    width: 120%;
    height: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: -20%;
  }
  .wizardProgressBar li .radialEnd .content {
    font-size: 20px;
    padding-left: 10px !important;
  }
  .wizardProgressBar li .squareEnd {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #01a950;
    position: absolute;
    display: block;
    z-index: 1;
    height: 100%;
    width: 120%;
  }
  .wizardProgressBar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  .wizardProgressBar .chevron {
    width: 50px;
  }
  .wizardProgressBar .chevron:before {
    width: 50px;
  }
  .wizardProgressBar .chevron {
    border-left: 1px solid white;
    display: block;
    height: 50%;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
  }
  .wizardProgressBar .chevron:before {
    border-left: 1px solid white;
    position: absolute;
    top: 99%;
    left: -18.92px;
    display: block;
    content: '';
    height: 100%;
    -webkit-transform: skew(-50deg);
    -moz-transform: skew(-50deg);
    -ms-transform: skew(-50deg);
    -o-transform: skew(-50deg);
  }
  .wizardProgressBar .inProgress,
  .wizardProgressBar .inProgress:before {
    background-image: none !important;
    -webkit-transition: background-color 500ms ease-in;
    -moz-transition: background-color 500ms ease-in;
    -o-transition: background-color 500ms ease-in;
    -ms-transition: background-color 500ms ease-in;
    transition: background-color 500ms ease-in;
    -webkit-animation-direction: alternate;
    /* Chrome, Safari, Opera */
    animation-direction: alternate;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
  }
  .wizardProgressBar .complete,
  .wizardProgressBar .complete:before {
    background-color: #01a950 !important;
    background-image: none !important;
    -webkit-transition: background-color 500ms ease-in;
    -moz-transition: background-color 500ms ease-in;
    -o-transition: background-color 500ms ease-in;
    -ms-transition: background-color 500ms ease-in;
    transition: background-color 500ms ease-in;
    -webkit-animation-direction: alternate;
    /* Chrome, Safari, Opera */
    animation-direction: alternate;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
  }
}
@media (max-width: 768px) {
  .wizardProgressBar li:nth-child(4) > .content {
    padding-left: 13px;
    z-index: 4;
    font-size: 90%;
  }
  .wizardProgressBar li:nth-child(3) > .content {
    z-index: 3;
    padding-left: 15px;
  }
  .wizardProgressBar li:nth-child(2) > .content {
    z-index: 2;
    padding-left: 13px;
  }
  .wizardProgressBar {
    margin-bottom: 15px;
    padding: 0;
    height: 60px;
    text-align: center;
    width: 100%;
    position: relative;
  }
  .wizardProgressBar ul {
    list-style-type: none;
    position: relative;
  }
  .wizardProgressBar li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100px;
    display: inline-block;
    height: 100%;
  }
  .wizardProgressBar li .content {
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .wizardProgressBar li .content div {
    font-size: 50%;
    color: white;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .wizardProgressBar li .chevron {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .wizardProgressBar li .chevron:before {
    position: absolute;
  }
  .wizardProgressBar li .radialEnd {
    z-index: 1;
    position: absolute;
    display: block;
    background: #95bafe;
    width: 120%;
    height: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-left: -20%;
  }
  .wizardProgressBar li .radialEnd .content {
    font-size: 20px;
    padding-left: 10px !important;
  }
  .wizardProgressBar li .squareEnd {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #01a950;
    position: absolute;
    display: block;
    z-index: 1;
    height: 100%;
    width: 120%;
  }
  .wizardProgressBar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  .wizardProgressBar .chevron {
    width: 100px;
  }
  .wizardProgressBar .chevron:before {
    width: 100px;
  }
  .wizardProgressBar .chevron {
    border-left: 1px solid white;
    display: block;
    height: 50%;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
  }
  .wizardProgressBar .chevron:before {
    border-left: 1px solid white;
    position: absolute;
    top: 99%;
    left: -18.92px;
    display: block;
    content: '';
    height: 100%;
    -webkit-transform: skew(-50deg);
    -moz-transform: skew(-50deg);
    -ms-transform: skew(-50deg);
    -o-transform: skew(-50deg);
  }
  .wizardProgressBar .inProgress,
  .wizardProgressBar .inProgress:before {
    background-image: none !important;
    -webkit-transition: background-color 500ms ease-in;
    -moz-transition: background-color 500ms ease-in;
    -o-transition: background-color 500ms ease-in;
    -ms-transition: background-color 500ms ease-in;
    transition: background-color 500ms ease-in;
    -webkit-animation-direction: alternate;
    /* Chrome, Safari, Opera */
    animation-direction: alternate;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
  }
  .wizardProgressBar .complete,
  .wizardProgressBar .complete:before {
    background-color: #01a950 !important;
    background-image: none !important;
    -webkit-transition: background-color 500ms ease-in;
    -moz-transition: background-color 500ms ease-in;
    -o-transition: background-color 500ms ease-in;
    -ms-transition: background-color 500ms ease-in;
    transition: background-color 500ms ease-in;
    -webkit-animation-direction: alternate;
    /* Chrome, Safari, Opera */
    animation-direction: alternate;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
  }
}
.btnGroup ul {
  display: inline-block !important;
}
.wizardProgressBar {
  margin-bottom: 20px;
  padding: 0;
  height: 60px;
  text-align: center;
  width: 100%;
  position: relative;
}
.wizardProgressBar ul {
  list-style-type: none;
  position: relative;
}
.wizardProgressBar li {
  position: relative;
  margin: 0;
  padding: 0;
  width: 126px;
  display: inline-block;
  height: 100%;
}
.wizardProgressBar li .content {
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.wizardProgressBar li .content div {
  font-size: 70%;
  color: white;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.wizardProgressBar li .chevron {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.wizardProgressBar li .chevron:before {
  position: absolute;
}
.wizardProgressBar li .radialEnd {
  z-index: 1;
  position: absolute;
  display: block;
  background: #95bafe;
  width: 110%;
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-left: -10%;
}
.wizardProgressBar li .squareEnd {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #01a950;
  position: absolute;
  display: block;
  z-index: 1;
  height: 100%;
  width: 120%;
}
.wizardProgressBar li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.wizardProgressBar .chevron {
  width: 126px;
}
.wizardProgressBar .chevron:before {
  width: 126px;
}
.wizardProgressBar .chevron {
  border-left: 1px solid white;
  display: block;
  height: 50%;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
}
.wizardProgressBar .chevron:before {
  border-left: 1px solid white;
  position: absolute;
  top: 100%;
  left: -18.92px;
  display: block;
  content: '';
  height: 100%;
  -webkit-transform: skew(-50deg);
  -moz-transform: skew(-50deg);
  -ms-transform: skew(-50deg);
  -o-transform: skew(-50deg);
}
.wizardProgressBar .inProgress,
.wizardProgressBar .inProgress:before {
  background-image: none !important;
  -webkit-transition: background-color 500ms ease-in;
  -moz-transition: background-color 500ms ease-in;
  -o-transition: background-color 500ms ease-in;
  -ms-transition: background-color 500ms ease-in;
  transition: background-color 500ms ease-in;
  -webkit-animation-direction: alternate;
  /* Chrome, Safari, Opera */
  animation-direction: alternate;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
.wizardProgressBar .complete,
.wizardProgressBar .complete:before {
  background-color: #01a950 !important;
  background-image: none !important;
  -webkit-transition: background-color 500ms ease-in;
  -moz-transition: background-color 500ms ease-in;
  -o-transition: background-color 500ms ease-in;
  -ms-transition: background-color 500ms ease-in;
  transition: background-color 500ms ease-in;
  -webkit-animation-direction: alternate;
  /* Chrome, Safari, Opera */
  animation-direction: alternate;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
.btnGroup {
  display: table;
}
.btnGroup ul {
  display: table-cell;
}
.dropdownControl select {
  width: 150px;
  margin-right: 7px;
}
.dropdownControl .other-control {
  width: 150px;
}
.wizardBtnContainer {
  height: 46px;
}
.footer-buttons {
  margin-bottom: 5px;
  margin-top: 5px;
}
.wizardPageContent {
  max-height: 700px;
}
.form-group {
  margin-bottom: 5px;
}
.container-small {
  width: 80%;
  background-color: white;
  -moz-box-shadow: 5px 5px 5px 5px #cccccc;
  -webkit-box-shadow: 5px 5px 5px 5px #cccccc;
  box-shadow: 5px 5px 5px 5px #cccccc;
  min-height: 400px;
  height: 100%;
}
.header {
  padding-top: 10px 0;
  /*padding-bottom: 10px;*/

}
.container-large {
  width: 1500px;
}
body {
  background-color: #cccccc;
}
.wizardSpinner,
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: 200px;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block !important;
}
.wizardPageContent .line .line {
  padding-top: 6px;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.inputMask::placeholder {
  color: white;
}
/*@media (min-width: 1600px) {
    .wizardBox {
        background-color: @OSNGray;
        //padding-top: 20px;
        height: 100%;
    }
}

.container-small, .container-large {
    max-width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .iePaddingLine {
        padding-left: 30px;
    }
}

@media (min-width: 1400px) {
    .wizardProgressBar {
        margin-top: 10px;
    }
}

@media (min-width: 1500px) {
    .wizardProgressBar {
        margin-top: 10px;
    }
}*/

/*@media (min-width: 768px) {
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}*/

/*@media (max-width: 800px) {
    .wizHeadImageDiv,
    .wizHeadTitleSpanCushion,
    .wizHeadTitleDivCushion {
        display: none !important;
    }

    .wizHeadTitleDiv {
        max-width: 100% !important;
        height: 90px !important;
    }

    .wizHeadTitleSpan {
        max-width: 100% !important;
    }

    .wizHeadFirstCol {
        height: auto !important;
    }

    .wizHeadSecondCol {
        margin-left: 0 !important;
        max-height: 180px !important;
    }

    .wizHeadSecondColDiv {
        max-height: 130px !important;
    }

    .wizHeadSecondColSpan2 {
    }

    .wizHeadSecondColDiv2 {
    }

    .wizardBox {
        background-color: white;
    }

    .footer {
        //display:none;
        position: relative;
        margin-top: 0px;
    }

    .contact {
        position: absolute;
        margin-top: -37%;
    }
}*/

/*@media (max-width: 800px) {
    body {
        background-color: white !important;
    }

    .wizHeadTitleSpan {
        font-size: 24px !important;
    }

    .osnIcon {
        margin-left: 160px;
    }

    .btnOSNWide {
        width: 185px;
    }

    .wizHeadSecondColDiv2 {
        position: relative !important;
    }

    .wizFormImage {
        max-width: 100% !important;
    }
}*/

/*@media (max-width: 800px) and (min-width: 700px) {
    .contact {
        position: absolute;
        margin-top: -24% !important;
    }

    .wizHeadRow {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-left: 20px;
    }

    .wizHeadTitleDiv {
        height: 40px !important;
    }

    .wizardPageContent {
        margin-bottom: 40px;
    }

    .wizardBox {
        height: 100%;
        padding-top: 25px;
    }

    html {
        height: 100% !important;
    }

    .wizFormImage {
        max-width: 75% !important;
    }
}*/

/*@media (max-width: 1600px) and (min-width: 1401px) {
    .contact {

    }

    .wizHeadRow {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-left: 20px;
    }

    .wizHeadTitleDiv {
        height: 40px !important;
    }

    .wizardPageContent {
        margin-bottom: 40px;
    }

    .wizardBox {
        height: 80%;
    }


    .wizardProgressBar li {
        width: 115px;
    }

    .wizardProgressBar li:nth-child(4) > .content {
        padding-left: 18px;
    }

    .wizFormImage {
        width: 50%;
        height: 50%;
    }

    .container-small {
        width: 70%;
        margin-top: 1%;
    }

    .footer {
    }
}*/

/*@media (min-width: 1601px) {
    .container-small {
        margin-top: 1% !important;
        height: auto !important;
    }

    .wizardBox {
        height: auto !important;
        width: auto;
    }

    .wizardPageContent {
        max-height: 85%;
    }

    .wizHeadTitleSpan {
    }

    .wizHeadTitleDiv {
    }
}*/

/*@media (min-width: 1901px) {
    .container-small {
        margin-top: 1% !important;
        height: auto !important;
        //width: 75% !important;
    }

    .wizardBox {
        height: auto !important;
        width: auto;
    }

    .wizardPageContent {
        max-height: 85%;
    }

    .wizHeadTitleSpan {
        //max-width:150px !important;
    }

    .wizHeadTitleDiv {
        //max-width: 150px !important;
        padding-right: 0px !important;
    }
}*/

/*@media (min-width: 2200px) {
    .container-small {
        margin-top: 1% !important;
        height: auto !important;
        //width: 75% !important;
    }

    .wizardBox {
        height: auto !important;
        width: auto;
    }

    .wizardPageContent {
        max-height: 85%;
    }

    .wizHeadTitleSpan {
        //max-width:150px !important;
    }

    .wizHeadTitleDiv {
        //max-width: 150px !important;
        padding-right: 100px !important;
    }
}*/

/*@media (min-width: 1101px) and (max-width: 1456px) {
    .wizardProgressBar li {
        width: 80px !important;
    }

    .wizardProgressBar .chevron, .chevron:before {
        width: 80px !important;
    }

    .contact {
   
    }

    .container-small {
        width: 90%;
        height: 40%;
        margin-top: 1%;
    }

    .wizFormImage {
        width: 50%;
        height: 50%;
    }


}*/

/*@media (min-width: 1000px) and (max-width: 1100px) {
    .wizardProgressBar li {
        width: 8.3% !important;
    }

    .wizardProgressBar .chevron, .chevron:before {
        width: 8.3% !important;
    }

    .contact {
        padding-right: 30px !important;
    }

    .container-small {
        width: 90%;
        height: auto;
        margin-top: 1%;
    }

    .logo {
        padding-left: 0px !important;
    }

    .wizFormImage {
        width: 50%;
        height: 50%;
    }

}*/

/*@media (min-width:700px) and (max-width:1024px) {
    .footer {
        position: fixed;
        bottom: 0;
    }

    html {
        height: 100% !important;
    }
}*/

/*
    jsn: separates header body and footer into 3 distinct sections and locks down header and footer
    so the body doesn't keep losing its content behind the top and bottom sections when displayed on certain screen sizes    
*/

/*--------------------------------begin layout classes------------------------------------------------*/

.layoutContainer {
  line-height: 1.25;
}
.layoutTop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 22vh;
}
.layoutMid {
  padding-bottom: 2%;
  left: 0;
  right: 0;
}
.layoutBottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14vh;
  display: flex;
  align-items: baseline;
}
@media (max-width: 1000px) {
  .layoutTop {
    height: 22vh;
  }
  .layoutMid {
    top: 22vh;
    bottom: 14vh;
    height: 72vh;
  }
  .layoutBottom {
    height: 14vh;
  }
  .header {
    display: block;
    height: auto;
  }
  .header .logo {
    height: auto;
  }
  .header .contact {
    height: auto;
    font-size: 18px;
  }
  .wizardProgressBar {
    margin-bottom: 0;
  }
  .wizardPageContent {
    max-height: 100%;
  }
  .wizFormImage {
    height: auto;
  }
  .wizHeadSecondCol,
  .wizHeadSecondColDiv {
    height: auto !important;
  }
  .requiredNote {
    padding-right: 35px !important;
  }
  .row .kbaAnswer {
    padding-left: 0px !important;
  }
  .wizFormImageIntro {
    padding-top: 0;
    max-width: 100%;
    max-height: 100%;
    float: unset;
    width: auto;
  }
  .wizardBtnContainerBoth .btnNextGroup {
    width: auto;
  }
  .container-small {
    width: 90%;
  }
  .btnFinalGroup {
    bottom: 120px !important;
    right: 50% !important;
    transform: translate(50%, -50%) !important;
  }
}
/*----------------------------------------end layout classes----------------------------------------------*/

@media (max-width: 768px) {
  .wizardBtnContainerBoth .btnBackGroup {
    height: 46.5px;
    width: 100%;
    float: none;
    text-align: center;
  }
  .wizardBtnContainerBoth .btnNextGroup {
    width: 100%;
    float: none;
    text-align: center;
  }
}
/*@media (max-width:1000px) {
    .wizFormImageDivIntro {
        display: flex;
        justify-content: space-around;
        padding-bottom: 5%;
    }
}*/


