﻿footer {
  background: var(--naa-footer-bg);
  position: relative;
  z-index: 9;
}
footer .footLogo img {
  width: 15rem;
  margin-bottom: 2rem;
}
footer .advSplit {
  display: flex;
  justify-content: space-between;
}
footer .advSplit a {
  width: 49.5%;
  min-width: auto !important;
}
footer .advSplit a:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
footer .advSplit a:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
footer .footer_disc {
  width: 31rem;
}
@media screen and (min-device-width: 768px) and (max-device-width: 768px) and (min-device-height: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  footer .footer_disc {
    /* Styles for iPad Mini in Portrait */
    width: 100%;
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  footer .footer_disc {
    width: 100%;
  }
}
footer .footer_disc p {
  font-size: var(--font-size-18);
}
footer .footer_links ul {
  list-style: none;
  padding: 0;
}
footer .footer_links ul li {
  width: 17rem;
}
footer .footer_links ul li a {
  background-color: var(--naa-cards-bg-alt);
  color: var(--naa-title-text) !important;
  padding: 0.9rem 1.7rem;
  font-size: var(--font-size-14);
  font-family: var(--ff-medium);
  min-width: 17rem;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 0.625rem;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  border: none;
}
footer .footer_links ul li a.advLink {
  position: relative;
}
footer .footer_links ul li a.advLink .arrowIcon {
  position: absolute;
  right: 2rem;
  transition: 0.25s;
}
footer .footer_links ul li a.advLink[aria-expanded=true] .arrowIcon {
  transform: rotate(180deg);
}
footer .address h2 {
  font-family: var(--font-primary);
  font-size: var(--font-size-20);
  margin-bottom: 1.5rem;
}
footer .address .addressLine span {
  color: var(--naa-title-text);
  font-size: var(--font-size-16);
  display: block;
  padding-left: 3rem;
  border-left: 2px solid transparent;
}
footer .address .footer_Left_text {
  position: absolute;
  left: -1rem;
  font-family: var(--ff-bold) !important;
  color: var(--naa-title-text);
  padding-left: 1rem !important;
  font-size: var(--font-size-16);
}
footer .address .tel a {
  color: var(--naa-title-text);
  font-size: var(--font-size-16);
  padding-bottom: 0;
  display: inline-block;
  padding-left: 3rem;
}
footer .address .socialIcons a {
  cursor: pointer;
}
footer .input-group.btnGrp {
  flex-wrap: nowrap !important;
  width: 80%;
}
footer .input-group input.reqInput {
  width: 100%;
  background: transparent;
  font-size: var(--font-size-12);
  height: 2.6rem;
  padding: 0.5rem 1rem;
  color: var(--naa-para-text);
  flex: inherit;
  border: none;
  font-family: var(--ff-medium);
  border: 1px solid var(--naa-para-text);
  border-radius: 0.625rem 0 0 0.625rem;
}
footer .input-group input.reqInput:focus {
  box-shadow: none;
}
footer .input-group input.reqInput::placeholder {
  color: #c4c4c4;
  opacity: 1; /* Firefox */
}
footer .input-group input.reqInput::-ms-input-placeholder {
  color: #c4c4c4;
}
footer .input-group button {
  border-radius: 0.625rem;
  padding: 0.4rem 1.8rem;
  color: var(--naa-cards-bg-alt);
  font-size: var(--font-size-12);
  cursor: pointer;
  text-decoration: none;
  border: 2px solid var(--naa-para-text);
  display: flex;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  background-color: var(--naa-para-text);
  border: 0;
  white-space: nowrap;
  font-family: var(--ff-medium);
}

.copyrights {
  background: var(--naa-footer-bg);
  padding: 1rem 0;
}
.copyrights p {
  font-size: var(--font-size-15);
  color: var(--naa-para-text);
}

.radio-button-container {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 2rem;
}
.radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-button-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.2rem;
  width: 1.2rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 2px solid var(--naa-para-text);
  transition: all 0.3s;
}
.radio-button-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.radio-button-container:hover input ~ .checkmark {
  border-color: var(--naa-para-text);
}

.radio-button-container input:checked ~ .checkmark {
  background-color: var(--naa-highlight-text);
  border-color: var(--naa-highlight-text);
}

.radio-button-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-button-container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: transparent;
}

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 999;
}

.scrollBtm {
  position: absolute;
  right: 5px !important;
  bottom: 1rem;
  background: #6774ce;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  /* line-height: 3.6vw; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrollBtm i {
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 4px;
}

.formModal .modal-header {
  background: var(--naa-footer-bg);
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  padding: 1rem 2rem;
  align-items: center;
}

.formModal .modal-content {
  background: var(--naa-footer-bg);
}

.formModal .modal-header .close {
  color: #ffffff;
  opacity: 1;
  font-size: 1.4rem;
  margin: 0px;
  padding: 0;
  line-height: 0;
}

.formModal .close img {
  height: 0.9rem;
  width: auto;
}

.formModal .modal-header h4 {
  color: var(--naa-para-text);
  font-size: var(--font-size-20);
  font-family: var(--ff-medium);
}

.formModal .modal-body {
  padding: 0;
  overflow: auto;
  background: var(--naa-footer-bg);
  border-radius: 0 0 0.4rem 0.4rem;
}
@media (max-width: 575px) {
  .formModal .modal-body {
    height: 80vh;
  }
}

.bodyOuter {
  padding: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.form_foot {
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  text-align: center;
  display: flex;
}

.form_foot button {
  width: auto !important;
  margin: 0 !important;
}

.formModal .form-group {
  position: relative;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem !important;
}

.formModal label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.5rem;
  font-weight: 100;
  font-family: var(--ff-regular);
  font-size: var(--font-size-14);
  color: var(--naa-para-text);
}

.formModal .form-inline {
  display: flex;
  justify-content: space-between;
  grid-gap: 1rem;
}

.form-inline .form-group {
  width: 50%;
  /*    margin-right: 0.5rem;*/
}

.formModal .form-control.error {
  border: 1px solid red;
}

.formModal .form-inline .form-control {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background: transparent;
  color: var(--naa-para-text);
  border: none;
  font-family: var(--ff-regular);
  border: 1px solid var(--naa-border);
}
.formModal .form-inline .form-control option {
  background: var(--naa-footer-bg);
  text: var(--naa-para-text);
}

.formModal .form-control {
  height: 2.5rem;
  font-size: var(--font-size-15);
  box-shadow: none;
}

.formModal .radio label {
  display: flex;
  margin-bottom: 1rem;
}

.formModal .radio label input {
  margin-right: 0.2vw;
}

.formLink {
  font-size: var(--font-size-15);
  margin: 0;
  display: inline-block;
  color: var(--naa-para-text);
  font-family: var(--ff-medium);
}

.formModal .modalSubmit {
    padding: 0.5rem 1.3rem;
    font-family: var(--ff-medium);
    color: #353535 !important;
    font-size: 0.8vw;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0.3rem;
    /* margin-right: 1.5rem; */
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 0;
    /*text-transform: capitalize;*/
    transition: all 0.2s;
    text-transform: uppercase;
}
.requestAccSubmit {
    text-transform: uppercase;
}

.formModal .modalSubmit:hover {
    opacity: 0.75;
}

.labelFlex, .labelFlex label {
  display: flex;
  margin-right: 1rem;
}

.labelFlex input {
  margin-right: 0.2rem;
}

.formLink i {
  padding-right: 5px;
}

.formModal .form-inline {
  display: flex;
}

/*.formModal .modal-dialog {
    max-width: 100% !important;
}*/
.formModal .form-control.error {
  border: 1px solid #d63636;
}

#requestForm label.error, #emailForm label.error {
  color: var(--naa-danger);
  font-size: var(--font-size-13);
  position: absolute;
  left: 0;
  bottom: -1rem;
  font-family: var(--ff-regular);
}

.successMsg {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding: 3rem; */
  width: 88%;
  border-radius: 1rem;
  color: var(--naa-para-text);
  text-align: center;
  /* background: #77d79a; */
  margin: 0 0rem;
  font-family: var(--ff-regular) !important;
  display: none;
}

.successMsg span {
  font-size: var(--font-size-20);
  font-family: var(--ff-medium);
  display: block;
  margin-bottom: 1rem;
  color: var(--naa-para-text);
}

.successMsg.successActive {
  display: block;
  text-align: center;
}

.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

svg.checkmark {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: var(--naa-highlight-text);
  stroke-miterlimit: 10;
  stroke-dashoffset: 0;
  margin: 5% auto;
  position: relative;
  background: transparent;
}

@media only screen and (max-width: 991px) {
  #myModal .modal-body {
    height: auto;
  }
  .formModal .modal-dialog {
    max-width: 95%;
  }
  .formModal .form-group {
    margin-bottom: 1rem;
    width: 100%;
  }
  .flabel input, .formModal .radio label input {
    margin-right: 7px !important;
  }
  .formModal .footerSplit {
    margin: 0 !important;
  }
  .formModal .close img {
    height: 13px !important;
  }
  .moveContent {
    top: 0;
    position: relative;
    display: block;
  }
  .formOuter {
    min-height: 350px;
  }
  #thankyouWrapper h2 {
    font-size: 1.5rem;
    /* margin-top: 1rem; */
    position: relative;
    top: 1rem;
    /* color: aliceblue; */
    color: #3ab345;
  }
  .formCwu .formList label {
    color: #152B4F;
    font-family: var(--ff-light);
    font-weight: 100;
  }
  .formCwu .formList {
    padding-bottom: 1.25rem;
  }
  .emailForm .formList {
    display: flex;
    width: 100%;
  }
  .emailForm .formList label.error {
    bottom: -2rem;
  }
  .emailForm {
    margin-top: 1rem;
  }
  .formCwu .cwuSubmit {
    background-color: #224d9d;
    color: #fff;
    padding: 6px 15px;
    border: 0;
    border-left: 4px solid #ff8329;
    width: 100%;
    min-width: 12vw;
    margin: 1rem 0 1vw;
    border-radius: 0.2vw;
  }
  .emailForm .emailSubmit {
    border-radius: 0 3px 3px 0;
    border: 0;
    margin-left: 0;
    padding: 14px 15px;
    height: 41px;
    display: flex;
    align-items: center;
  }
  .newsLetter .legalLink {
    top: 2rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
    display: inline-block;
    padding: 6px 15px;
  }
  #subscribeForm .input input {
    padding: 6px 15px;
  }
  #subscribeForm .hs_submit .actions input {
    min-width: 89px;
    padding: 6px 8px;
    border-left: 5px solid #ff8329;
    margin-left: 10px;
  }
  .form-inlineFooter {
    display: flex;
    justify-content: flex-start;
    margin-top: 1vw;
  }
  .newsLetter input {
    border: 1px solid;
    background: #fff;
    border-color: #848484;
    padding: 14px 15px;
    color: #ffffff;
    height: 41px;
    width: 100%;
  }
  .copyrightFooter .legalPosition {
    position: static;
    bottom: 0vw;
    z-index: 9;
    /* width: 100%; */
    padding-top: 0rem;
    text-align: center;
  }
  .copyrightFooter {
    position: relative;
    top: 0vw;
    z-index: 99;
  }
  .footerSublink {
    display: flex;
    padding-bottom: 1rem;
    justify-content: flex-start;
  }
  .copyrightFooter a {
    /*color: #ffffff;*/
    font-size: 1vw;
    padding-right: 1rem;
    font-family: var(--ff-medium);
  }
  .moveContent .footerSplit:nth-child(1) {
    width: 100% !important;
    position: relative;
    top: 0;
    padding-bottom: 1rem;
  }
  .topHead {
    display: block;
  }
  .topHead h3 {
    margin-bottom: 0.7rem;
  }
  .topHead .textForH3 {
    margin-bottom: 0.7rem;
  }
  .topFooter, .bottomFooter {
    padding: 30px 0 30px 0 !important;
  }
  .socialIcons {
    justify-content: center;
    padding-bottom: 1rem;
    top: 0vw;
  }
  .footerLinks {
    padding-top: 0;
  }
  .topHead a {
    padding-right: 15px;
    margin-top: 20px;
    margin-right: 15px;
  }
  .topHead p {
    font-size: 11pt !important;
  }
  #dvForm .submit-desc {
    margin-right: 3px;
  }
  .formOuter {
    padding: 24px;
  }
  #dvForm .hs-button {
    padding: 8px !important;
    border-left: 5px solid #ff8329 !important;
  }
  .copyrightFooter .legalPosition p {
    margin-bottom: 14px;
    text-align: center;
    padding: 8px 0;
  }
  .footerLogo img {
    height: auto;
    width: 170px;
  }
  .moveContent .footerSplit:nth-child(2) {
    width: 100%;
    position: relative;
    top: 0;
  }
  .moveContent .footerSplit:nth-child(3) {
    width: 100%;
  }
  .bottomFooter h4 {
    margin-bottom: 10px;
  }
  address {
    margin-bottom: 25px;
    font-size: 10pt !important;
  }
  .newsLetter {
    padding-top: 0;
    margin-bottom: 25px;
  }
  .footerLogo {
    padding-bottom: 20px;
  }
  .flex_mob {
    display: flex;
    align-items: center;
  }
  .tel {
    margin-right: 15px;
  }
  .myCalendlyOuter {
    margin-bottom: 25px;
  }
  .myCalendly img {
    width: 37px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #18131d inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}

#requestForm input:-webkit-autofill,
#requestForm input:-webkit-autofill:hover,
#requestForm input:-webkit-autofill:focus,
#requestForm input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #6c6b79 inset !important;
}
