:root {
  --amidon-blue: #1461aa;
  --amidon-red: #ca2030;
  --white-smoke: #f2f1f2;
  --dark-grey: #929497;
  --black: #231f20;
  --amidon-lt-gray: #c9c9ca;
  --050505: var(--black);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  z-index: 1000;
  height: 75px;
  color: #1a4896;
  background-color: rgba(240, 240, 240, .9);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
}

.image {
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: inline-block;
}

.nav-menu {
  height: 75px;
}

.nav-link {
  max-height: 100%;
  color: var(--amidon-red);
  letter-spacing: 2px;
  -webkit-text-stroke-color: transparent;
  text-transform: uppercase;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 38px;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
}

.nav-link:hover {
  background-color: var(--amidon-blue);
  color: var(--white-smoke);
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--dark-grey);
}

.body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.hero-subtext {
  width: 100%;
  float: left;
  clear: both;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 5px;
  font-size: 18px;
  font-weight: 700;
  display: inline;
}

.container {
  max-height: 1080px;
  min-height: 80vh;
}

.hero-text {
  text-align: left;
  text-transform: none;
  padding-bottom: 25px;
  padding-right: 60px;
  font-size: 45px;
  font-weight: 300;
  line-height: 32px;
  display: inline-block;
}

.atf {
  min-height: 100vh;
  background-color: #1f1f1f;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.atf.hero {
  max-height: 1080px;
  min-height: 75vh;
  color: var(--black);
  background-color: #050505;
  background-image: url('../images/360-hero_v2-min2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.hero-text-bg {
  width: 525px;
  float: right;
  clear: both;
  text-align: center;
  background-color: rgba(255, 255, 255, .85);
  border-radius: 16px;
  margin-top: 35vh;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 25px 25px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 650px;
  right: 0%;
}

.hero-link {
  width: 150px;
  float: right;
  color: #1a4896;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
  position: relative;
}

.hero-link:hover {
  color: #fff;
  background-color: #1a4896;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .5);
}

.image-4 {
  margin-top: 18px;
  margin-left: -50px;
  display: inline-block;
  position: absolute;
}

.div-block {
  margin-left: auto;
  margin-right: auto;
}

.intro {
  padding-top: 125px;
  padding-bottom: 125px;
}

.intro-h1 {
  color: var(--amidon-blue);
  text-align: center;
  margin-top: 75px;
}

.team-h3 {
  color: var(--amidon-red);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.hero-ico {
  width: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: block;
}

.grid-serv {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.intro-serv-h3 {
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
}

.serv-ico {
  width: 100px;
  margin: 15px auto 10px;
  display: block;
}

.intro-serv-box {
  background-color: var(--white-smoke);
  border-radius: 5px;
  padding: 25px;
  transition: all .4s;
}

.intro-serv-box:hover {
  background-color: #f8f8f8;
}

.calc-p {
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 32px;
}

.box-paragraph {
  color: var(--black);
  text-align: center;
  letter-spacing: -.2px;
  font-weight: 300;
  line-height: 25px;
}

.govtdata {
  background-color: #efefef;
  padding-top: 75px;
  padding-bottom: 75px;
}

.team-roster-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 15px;
  transition: all .4s;
}

.team-roster-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.team-name-h4 {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
}

.govtdata-h1 {
  color: var(--amidon-red);
  text-align: center;
}

.govtdata-h2 {
  color: var(--amidon-red);
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 18%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.team-title-h5 {
  color: #1a4896;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.image-6 {
  width: 16px;
  margin-left: auto;
  margin-right: auto;
  line-height: 14px;
}

.grid-3 {
  width: 60%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row dense;
  align-items: center;
  justify-items: center;
  margin: auto;
}

.team-ico-link {
  text-align: center;
  padding: 10px 13px 13px;
  transition: all .2s;
}

.team-ico-link:hover {
  background-color: rgba(93, 153, 255, .29);
  border-radius: 20px;
}

.team-ico-link.phone {
  display: none;
}

.agent-headshot {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}

.agent-headshot.mskimel {
  background-image: url('../images/mskimel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.agent-headshot.mperez {
  background-image: url('../images/mperez.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.agent-headshot.bbanuelos {
  background-image: url('../images/bbanuelos.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.agent-headshot.bcassiday {
  background-image: url('../images/bcassiday.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.agent-headshot.cvigil {
  background-image: url('../images/cvigil.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.agent-headshot.jeliassen {
  background-image: url('../images/jeliassen.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.agent-headshot.mgutierrez {
  background-image: url('../images/mgutierrez.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.agent-headshot.kkeim {
  background-image: url('../images/kkeim.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.agent-headshot.mleon {
  background-image: url('../images/mleon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.agent-headshot.spinela {
  background-image: url('../images/spinela.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.agent-headshot.aquintana {
  background-image: url('../images/aquintana.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.agent-headshot.plaguna {
  background-image: url('../images/plaguna.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.agent-headshot.cmontoya {
  background-image: url('../images/cmontoya.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-roster {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.footer {
  color: var(--amidon-lt-gray);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #050505;
  padding-top: 75px;
  padding-bottom: 50px;
  font-size: 16px;
  font-weight: 400;
}

.contact {
  background-color: var(--amidon-red);
  background-image: linear-gradient(169deg, var(--amidon-red), #000 50%, var(--amidon-blue));
  padding-top: 75px;
  padding-bottom: 75px;
}

.calculator {
  background-color: var(--amidon-red);
  padding-top: 75px;
  padding-bottom: 75px;
}

.partners {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.grid-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: "Area Area-2"
  / .5fr 1.5fr;
}

.recruit-h2 {
  color: #1a4896;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 800;
}

.link-block-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1a4896;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.link-block-5:hover {
  background-color: #000;
}

.intro-p {
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 32px;
  display: block;
}

.image-7 {
  text-align: center;
}

.calc-h2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  padding-top: 25px;
}

.image-8 {
  height: 100px;
  float: left;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  display: inline;
}

.calc-h3 {
  color: #5d99ff;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
}

.recruit-p {
  margin-bottom: 0;
}

.contact-h1 {
  color: #1a4896;
  text-align: center;
}

.contact-h1.recruit {
  color: #fff;
}

.contact-h2 {
  color: #fff;
  text-align: center;
}

.contact-p {
  color: var(--white-smoke);
  text-align: center;
}

.contact-p.recruit {
  color: #fff;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}

.success-message {
  background-color: #5d99ff;
  padding: 75px;
}

.text-block {
  color: #000;
  font-size: 16px;
  line-height: 32px;
}

.text-span-2 {
  margin-bottom: 40px;
  font-size: 43px;
  font-weight: 700;
  display: inline-block;
}

.field-label {
  color: #fff;
}

.field-label.recruit {
  color: #fff;
}

.field-label-2 {
  color: #1a4896;
}

.form-btn {
  background-color: #1a4896;
  border-radius: 10px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  transition: all .4s;
  display: block;
}

.form-btn:hover {
  color: #000;
  background-color: #5d99ff;
}

.form-btn.recruit {
  color: #1a4896;
  background-color: #fff;
}

.form-btn.recruit:hover {
  color: #1a4896;
  background-color: #5d99ff;
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-txt {
  color: #dcdcdc;
  text-align: center;
  padding-top: 20px;
  font-size: 16px;
}

.text-span-3 {
  font-size: 18px;
  font-weight: 700;
}

.text-span-4 {
  color: var(--amidon-lt-gray);
  letter-spacing: 3px;
  font-size: 10px;
}

.link {
  color: #fff;
}

.link:hover {
  color: #5d99ff;
  text-decoration: none;
}

.footer-sitemap {
  border-bottom: 3px solid var(--amidon-red);
  color: #fff;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 0;
  display: flex;
}

.calf-form {
  display: none;
}

.calc-label {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.loancalc {
  background-color: #103676;
  border-radius: 20px;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 50px;
  transition: all .5s;
  display: block;
}

.loancalc.hide {
  display: none;
}

.calc-result {
  color: #1a4896;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-left: 50px;
  margin-right: 50px;
  padding: 50px;
  font-size: 32px;
  font-weight: 700;
}

.calc-results-title {
  color: #5d99ff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 40px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
}

.form-style {
  border-radius: 5px;
}

.foot-link {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.foot-link:hover {
  color: var(--amidon-blue);
}

.foot-link._8bit {
  font-size: 12px;
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.intro-h3 {
  color: #1a4896;
  text-align: center;
  margin-top: 75px;
  display: inline;
}

.column {
  text-align: right;
}

.text-span-5 {
  padding-top: 40px;
  display: inline-block;
}

.text-block-2 {
  width: 100%;
  height: 100%;
}

.text-block-2:hover, .text-block-3:hover {
  color: #fff;
}

.div-block-2 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
}

.image-11 {
  max-width: 100px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-img {
  width: 100%;
  height: 100%;
  background-image: url('../images/donate-img.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
}

.donate-titles {
  color: #004089;
  font-size: 20px;
}

.modal-grid-2 {
  max-height: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 64px 32px;
}

.paragraph-4 {
  color: #000;
  text-align: center;
  margin-bottom: 32px;
}

.recruit-modal {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  display: none;
  position: fixed;
}

.modal-h3 {
  color: #002d61;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 30px;
}

.paypal-donate-btn {
  cursor: pointer;
  transition: all .2s;
}

.paypal-donate-btn:hover {
  filter: hue-rotate(180deg);
  transform: translate(0, -16px);
}

.close-x {
  max-width: 24px;
  cursor: pointer;
  margin: 24px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-contain {
  width: 90%;
  max-height: 700px;
  max-width: 1080px;
  background-color: var(--amidon-blue);
  border-radius: 32px;
  margin: auto;
  padding-top: 0;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-content {
  max-width: 1080px;
  margin: 46px 22px;
  display: block;
}

.paypal-btn {
  text-align: center;
}

.recruit-form {
  width: 100%;
  min-width: 90%;
}

.donate-modal {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  display: none;
  position: fixed;
}

.modal-contain-2 {
  width: 90%;
  max-height: 600px;
  max-width: 1080px;
  background-color: #ffca61;
  border-radius: 32px;
  margin: auto;
  padding-top: 64px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-content-2 {
  max-width: 1080px;
  margin-top: 46px;
  margin-left: 22px;
  margin-right: auto;
  display: inline-block;
}

.modal-contain-3 {
  width: 90%;
  max-height: 600px;
  max-width: 1080px;
  background-color: #ffca61;
  border-radius: 32px;
  margin: auto;
  padding-top: 64px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-content-3 {
  max-width: 1080px;
  margin-top: 46px;
  margin-left: 22px;
  margin-right: auto;
  display: inline-block;
}

.nmls-h5 {
  color: #5d99ff;
  text-align: center;
}

.sihabla-h5 {
  color: #961a1a;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
}

.navbar-2 {
  margin-left: auto;
  margin-right: auto;
}

.navbar-3 {
  text-align: center;
}

.container-5 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.brand {
  margin-left: auto;
  margin-right: auto;
}

.section {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #1a4896;
}

.container-6 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 39vh;
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  color: #5d99ff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.privacy-modal {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  display: none;
  position: fixed;
}

.piovacy-p {
  height: 550px;
  color: #fff;
  display: block;
  overflow: scroll;
}

.text-span-6, .text-span-7 {
  font-size: 20px;
}

.privacy-p {
  height: 550px;
  color: #fff;
  overflow: scroll;
}

.agent-img {
  border-radius: 150px;
}

.bold-text {
  color: #1a4896;
  font-style: italic;
}

.container-7 {
  color: #556a54;
}

.hero-down-arrow {
  max-height: 1080px;
  margin-top: 49vh;
  margin-bottom: 50px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block {
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-arrow {
  text-align: center;
  background-color: rgba(242, 241, 242, .9);
  border-radius: 100%;
  margin-top: 36vh;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: block;
}

.hero-arrow:hover {
  background-color: rgba(20, 97, 170, .9);
  margin-top: 37vh;
  transform: translate(0, 25px);
}

.image-13, .footer-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-highlight {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 400;
}

.abc-as-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.abc-as-link {
  width: 80%;
  min-height: 75px;
  background-color: var(--amidon-blue);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.abc-as-link:hover {
  background-color: var(--amidon-red);
}

.text-block-4 {
  color: #fff;
  text-align: center;
  padding-top: 28px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.text-span-8, .text-span-9 {
  font-weight: 400;
}

.hero-logo {
  display: none;
}

.govtdata-p {
  text-align: center;
  letter-spacing: 1px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 300;
  line-height: 25px;
}

.grid-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 75px;
  margin-left: 50px;
  margin-right: 50px;
}

.govtdata-thumb {
  margin: 10px auto;
}

.govtdata-logo {
  margin: 0 auto;
  padding-right: 0;
  display: block;
}

.team-h2 {
  color: var(--amidon-blue);
  text-align: center;
}

.team-p {
  text-align: center;
  letter-spacing: 1px;
  line-height: 24px;
}

.column-3 {
  padding-left: 50px;
}

.columns-2 {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.contact-h3 {
  color: var(--amidon-lt-gray);
  text-align: center;
  letter-spacing: 5px;
  -webkit-text-stroke-color: var(--amidon-blue);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.grid-serv-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 75px;
}

.intro-serv-box-2 {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 20px;
  transition: all .4s;
}

.intro-serv-box-2:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.intro-serv-h3-2 {
  color: #1a4896;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 800;
}

.box-paragraph-2 {
  text-align: center;
  letter-spacing: -.2px;
  font-weight: 300;
  line-height: 25px;
}

.partners-logo {
  max-width: 75%;
  margin: 10px auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.red-divider {
  width: 50%;
  height: 2px;
  background-color: var(--amidon-red);
  margin: 40px auto 0;
  position: relative;
}

.form-block {
  color: var(--white-smoke);
  padding-left: 25px;
}

.field-style {
  border-radius: 5px;
}

.field-style.text {
  height: 100px;
}

.text-field-2 {
  border-radius: 5px;
}

.submit-button {
  background-color: var(--white-smoke);
  color: var(--050505);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  transition: all .2s;
  display: block;
  position: relative;
}

.submit-button:hover {
  color: var(--amidon-red);
  letter-spacing: 10px;
  padding-left: 75px;
  padding-right: 75px;
}

.select-field {
  border-radius: 5px;
}

.textarea {
  min-height: 75px;
  border-radius: 5px;
}

.recaptcha {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.hero-h1 {
  color: #f2f1f2;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(0, 0, 0, .75);
  margin-top: 100px;
  font-size: 42px;
  font-weight: 900;
}

.text-span-10 {
  font-size: 149px;
  line-height: 125px;
}

.text-span-11 {
  color: #e63d53;
}

.text-span-12 {
  color: #488fcc;
}

.column-4 {
  min-height: 425px;
  background-image: url('../images/contact-min.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 425px;
}

.contact-img {
  max-height: 425px;
  min-height: 425px;
  background-image: url('../images/contact-min.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, .2);
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 75px;
}

.img-badge {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  display: block;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    height: auto;
    background-color: var(--amidon-blue);
  }

  .nav-link.hamburger {
    height: 75px;
    font-size: 44px;
  }

  .hero-subtext {
    font-size: 16px;
  }

  .hero-text {
    padding-bottom: 5px;
    font-size: 38px;
  }

  .atf.hero {
    height: 475px;
    min-height: 475px;
  }

  .hero-text-bg {
    width: 425px;
    margin-top: 0;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: 35px;
    left: auto;
    right: 35px;
  }

  .hero-link {
    width: 150px;
  }

  .div-block {
    padding-bottom: 15px;
  }

  .hero-ico {
    width: 75px;
    padding-bottom: 20px;
  }

  .serv-ico {
    width: 80px;
  }

  .grid-roster {
    grid-template-columns: 1fr 1fr;
  }

  .hero-down-arrow {
    display: none;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-serv-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-h1 {
    margin-left: -7px;
  }

  .text-span-10 {
    font-size: 110px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link:focus {
    color: #88cb95;
    background-color: #1f1f1f;
  }

  .nav-link.hamburger:focus {
    background-color: var(--amidon-blue);
    color: var(--white-smoke);
  }

  .hero-subtext {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 14px;
    display: inline;
    position: relative;
  }

  .hero-text {
    text-align: center;
    line-height: 28px;
    position: relative;
  }

  .atf.hero {
    max-height: 100vh;
    min-height: 568px;
  }

  .hero-text-bg {
    width: 500px;
    margin-top: 40px;
    margin-bottom: 20px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .team-h3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-ico {
    padding-bottom: 10px;
  }

  .grid-serv {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }

  .govtdata-h2 {
    text-align: center;
    margin-top: 0%;
  }

  .grid-roster {
    grid-template-columns: 1fr 1fr;
    margin-right: 25px;
    padding-left: 25px;
  }

  .column, .column-2 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .modal-grid-2 {
    grid-template-columns: 1fr;
  }

  .modal-contain, .modal-contain-2, .modal-contain-3 {
    max-height: 85vh;
  }

  .hero-logo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: auto;
    bottom: 2%;
    left: 0%;
    right: 0%;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .govtdata-logo {
    max-width: 75%;
  }

  .columns-2 {
    margin-top: 75px;
    padding-bottom: 50px;
  }

  .grid-serv-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-span-10 {
    font-size: 75px;
    line-height: 60px;
  }

  .column-4 {
    min-height: 568px;
    border-radius: 568px;
  }

  .contact-img {
    max-height: 500px;
    max-width: 500px;
    min-height: 450px;
    min-width: 450px;
    border-radius: 500px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .image {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-subtext {
    text-align: right;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: .9em;
    line-height: 16px;
    display: inline;
    position: absolute;
  }

  .hero-text {
    text-align: center;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 28px;
  }

  .atf.hero {
    height: 320px;
    min-height: 320px;
    background-position: 50% 100%;
    background-size: contain;
  }

  .hero-text-bg {
    width: 94%;
    max-width: 350px;
    float: none;
    clear: none;
    margin: 25px auto 0;
    padding: 10px 20px;
    display: block;
  }

  .hero-link {
    width: 100px;
    color: #1a4896;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    position: relative;
  }

  .hero-link:visited {
    color: #1a4896;
  }

  .image-4 {
    margin-top: 12px;
    margin-left: -42px;
  }

  .div-block {
    padding-bottom: 10px;
  }

  .intro-h1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-ico {
    padding-bottom: 10px;
  }

  .grid-serv {
    grid-template-columns: 1fr;
  }

  .calc-p {
    padding-left: 25px;
    padding-right: 25px;
  }

  .team-roster-box.mp {
    display: none;
  }

  .govtdata-h2 {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 32px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-ico-link.phone {
    display: block;
  }

  .grid-roster {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4 {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .link-block-5 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-7 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .calc-h2 {
    text-align: center;
  }

  .image-8 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .calc-h3 {
    text-align: center;
  }

  .footer-sitemap {
    display: block;
  }

  .loancalc {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .calc-result {
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
  }

  .column, .column-2 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2, .text-block-3 {
    text-align: center;
  }

  .div-block-2 {
    width: 100%;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
  }

  .paypal-donate-btn {
    transform: scale(.7);
  }

  .paypal-donate-btn:hover {
    transform: scale(.7)translate(0, -16px);
  }

  .hero-down-arrow {
    margin-top: -150px;
  }

  .hero-arrow {
    margin-top: 35vh;
  }

  .abc-as-link {
    width: 90%;
    min-height: 50px;
  }

  .text-block-4 {
    padding-top: 15px;
    font-size: 14px;
  }

  .grid-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
    line-height: 16px;
  }

  .grid-serv-2 {
    grid-template-columns: 1fr;
  }

  .form-block {
    max-width: 320px;
    min-width: 240px;
    padding-right: 25px;
  }

  .hero-h1 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .text-span-10 {
    font-size: 50px;
    line-height: 45px;
  }

  .contact-img {
    max-height: 275px;
    max-width: 275px;
    min-height: 275px;
    min-width: 275px;
  }
}

#w-node-f0505702-c024-3446-d5fc-9106964399f0-6aee7668, #w-node-ca965a63-741a-e298-5007-28c575e69144-6aee7668, #w-node-_0675b2b9-2a44-dc6e-55ba-87caafe63d7d-6aee7668, #w-node-b392e7e6-8e9a-e6e3-9c1b-6442f5180141-6aee7668, #w-node-b392e7e6-8e9a-e6e3-9c1b-6442f5180143-6aee7668, #w-node-b392e7e6-8e9a-e6e3-9c1b-6442f5180145-6aee7668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7498dbf-8cdd-eae5-4639-44db13d5dd5e-6aee7668, #w-node-_57d819e6-24aa-6905-4413-e8068fb3fbe8-6aee7668, #w-node-_5c28db01-b3ff-bb76-70df-dedf9f57a16b-6aee7668, #w-node-_65190b84-7f76-9ad3-f21b-b53a17a5705f-6aee7668, #w-node-_10fa1516-b6e8-6728-e323-d92f52a459d1-6aee7668, #w-node-bdc21e53-6534-1a2e-7f54-1f0f1d932850-6aee7668, #w-node-b0ad3c64-7277-1e08-471c-7501b596c4f0-6aee7668, #w-node-_3ebf2187-25f4-0aea-78bc-ddb4377177d0-6aee7668, #w-node-_74e1f1f1-f6f5-d80e-5fca-6d35f7366505-6aee7668, #w-node-_34ec9b18-ff10-af69-cedc-d1dac33e8166-6aee7668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_67a1eae5-49e9-4d1f-0121-8e912f1fbbc5-6aee7668, #w-node-bde1f755-7419-6354-70b5-d1b7b83853ef-6aee7668, #w-node-bde1f755-7419-6354-70b5-d1b7b83853f1-6aee7668, #w-node-bde1f755-7419-6354-70b5-d1b7b83853f5-6aee7668, #w-node-bde1f755-7419-6354-70b5-d1b7b83853f7-6aee7668, #w-node-bde1f755-7419-6354-70b5-d1b7b83853fb-6aee7668, #w-node-bde1f755-7419-6354-70b5-d1b7b83853fd-6aee7668, #w-node-_04320243-dcc6-afd1-09a4-4b05084f0e64-6aee7668, #w-node-f3da2a14-48e1-f4d5-4c64-9810a0634567-6aee7668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_04320243-dcc6-afd1-09a4-4b05084f0e64-6aee7668 {
    justify-self: center;
  }
}


