:root {
  --07102b: #07102b;
  --e8af2b: #e8af2b;
  --4c5fb1: #4c5fb1;
  --020920: #020920;
  --e8e8e8: #e8e8e8;
  --white-smoke: #f8f8f8;
  --white: white;
  --29387c: #29387c;
  --legible-blue: #717eb8;
  --mid-grey: #676767;
  --soft-black: #333;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--07102b);
  font-family: Spartan, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--e8af2b);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 30px;
  font-size: 1.1em;
  line-height: 1.6;
}

a {
  color: var(--07102b);
  font-weight: 500;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 25px;
  list-style-type: none;
}

li {
  background-image: url('../images/favicon.png');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 5px;
  padding-left: 25px;
}

.button {
  z-index: 10;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 50px;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.button.yellow {
  background-color: var(--e8af2b);
}

.button.yellow.sb-submit-btn {
  width: 100%;
  display: block;
}

.button.blue {
  background-color: var(--4c5fb1);
}

.button.blue.bottom35 {
  margin-bottom: 35px;
}

.button.yellow-hollow {
  border-color: var(--e8af2b);
  background-color: #0000;
}

.button.yellow-hollow.header-btn {
  padding: 7px 14px;
  font-size: 14px;
  font-weight: 400;
}

.button.yellow-hollow.basic-anim {
  margin-bottom: 15px;
  transition: background-color .2s;
}

.button.yellow-hollow.basic-anim:hover {
  background-color: var(--e8af2b);
}

.button.white-hollow {
  border-color: var(--e8e8e8);
  background-color: #0000;
  margin-bottom: 30px;
}

.button.dark-blue {
  border-color: var(--e8e8e8);
  background-color: var(--07102b);
}

.article {
  width: 70%;
  padding-top: 4px;
  padding-right: 40px;
  display: block;
}

.aside {
  width: 30%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 15px;
}

.int-pg-main {
  background-color: var(--white-smoke);
  padding-top: 80px;
  padding-bottom: 160px;
  position: relative;
}

.int-pg-main.contact-pg-bg {
  background-color: var(--white);
  background-image: linear-gradient(#fffffff0, #fffffff0), url('../images/bg-watermark-1.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 500px;
  padding-bottom: 80px;
}

.int-pg-main.utility-pg {
  background-color: var(--07102b);
  background-image: linear-gradient(135deg, #07102bf2, #29387ce6), url('../images/bg-watermark_white-w-opacity-1.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 160px;
  display: flex;
}

.int-pg-main.specialty-page {
  padding-top: 0;
}

.container {
  width: 95vw;
  max-width: 1300px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container.int-main-cont {
  flex-wrap: wrap;
  display: flex;
}

.container.utility-pg-cont {
  max-width: 950px;
}

.container.header_sec-cont {
  width: 97%;
}

.container.hero-sec_cont {
  margin-top: 0;
}

.container.quiz-sec_cont {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60ch;
  display: flex;
}

.container.event-sec_cont {
  justify-content: space-between;
  display: flex;
}

.container.breakdown-sec_cont {
  margin-bottom: 80px;
}

.container.services-sec_cont {
  justify-content: space-between;
  display: flex;
}

.container.bio-sec_cont {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.cta-bar-sec_cont {
  z-index: 99;
  background-color: var(--white);
  border-radius: 15px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px -4px #07102b40;
}

.container.footer-main-sec-cont {
  margin-bottom: 60px;
}

.container.footer-cred-sec-cont {
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px;
  display: flex;
}

.container.int-banner_cont {
  justify-content: space-between;
  display: flex;
}

.container.int-banner_cont.center-content {
  justify-content: center;
}

.container.legal-pg {
  max-width: 950px;
}

.container.elite-intro_cont {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60ch;
  display: flex;
}

.container.elite-faq-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1050px;
  display: flex;
}

.container.embprgm-benefits_cont {
  justify-content: space-between;
  display: flex;
}

.container.breakdown_cont {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.privacy-policy-div {
  max-width: none;
}

.int-pg-banner-section {
  background-color: var(--07102b);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 700px;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.int-pg-banner-section.simple-banner {
  text-align: center;
  background-image: linear-gradient(#07102bcc, #07102bcc), url('../images/bg-watermark_white-w-opacity-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.int-pg-banner-section.eap-banner {
  background-image: linear-gradient(#000000e6, #07102be6 10%, #07102bd9), url('../images/west-palm-beach-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.browser-warning {
  background-color: #fcfcfc;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  box-shadow: 11px 11px 55px #355aa41a;
}

.browser_icon {
  height: 40px;
}

.browser-detect {
  z-index: 9999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  padding: 220px 150px;
  display: none;
  position: fixed;
  inset: 0%;
}

.icon_firefox {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_link {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 15px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.browser_link:hover {
  background-color: #def7ff;
}

.browser_link.preferred {
  box-shadow: -2px -2px 3px 3px #fff, 1px 1px 3px 2px var(--e8e8e8);
}

.link_span {
  color: #2e92e9;
  text-decoration: none;
}

.browser_title {
  color: #7a849e;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.browser_wrap {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 360px;
  min-height: 50px;
  margin: 25px auto 30px;
  display: flex;
}

.courtesy-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image {
  width: 140px;
  margin-left: 10px;
}

.text-block {
  color: #b6b6b6;
  font-size: 14px;
}

.recommend-message {
  color: #b6b6b6;
  white-space: nowrap;
  justify-content: center;
  margin-bottom: -20px;
  font-size: 12px;
  display: flex;
  position: relative;
  top: 19px;
}

.image-7 {
  width: 11px;
  margin-right: 1px;
}

.ada-contact-box-container {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.ada-contact-box {
  border: 1px solid var(--e8e8e8);
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31%;
  padding: 30px;
  display: flex;
}

.ada-icon {
  width: 80px;
  margin-bottom: 10px;
}

.last-p {
  margin-bottom: 60px;
}

.yellow-link {
  color: var(--e8af2b);
  transition: color .2s;
}

.yellow-link:hover {
  color: #b28211;
}

.button-anim-wrap {
  border-radius: 50px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

.button-anim-wrap.not-bot-mar {
  margin-bottom: 0;
}

.button-anim-wrap.submit-btn {
  width: 100%;
  margin-top: 1px;
}

.button-bg {
  z-index: 9;
  border: 1px solid var(--white);
  border-radius: 50px;
  position: absolute;
  inset: 0%;
}

.button-bg.yellow {
  border-color: var(--e8af2b);
}

.button-bg.blue {
  border-color: var(--4c5fb1);
}

.button-bg.yellow-hollow {
  border-color: var(--e8af2b);
}

.button-bg.yellow-hollow._1 {
  background-color: var(--07102b);
}

.header-section {
  margin-top: 45px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.header_addtl-links-wrap {
  align-items: center;
  min-width: 230px;
  display: flex;
}

.header_sm-wrap {
  margin-right: 10px;
  display: flex;
}

.header_sm-icon {
  border-radius: 50%;
  height: 22px;
}

.header-sm-link {
  margin-left: 10px;
  transition: transform .2s;
}

.header-sm-link:hover {
  transform: scale(1.1);
}

.header-sm-link.hide-twitter {
  display: none;
}

.navbar {
  background-color: #0000;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  color: var(--e8af2b);
}

.nav-link.w--current {
  color: var(--e8af2b);
  font-weight: 500;
}

.nav-link._w-dropdown {
  display: none;
}

.icon {
  color: var(--e8af2b);
  margin-right: 0;
  font-size: 10px;
  right: 5px;
}

.image-8 {
  max-width: 180px;
}

.hero-section {
  z-index: 0;
  background-color: var(--07102b);
  min-width: 700px;
  height: 90vh;
  min-height: 700px;
  max-height: 1200px;
  position: relative;
}

.hero-bg-video {
  z-index: 0;
  background-image: linear-gradient(#07102b80, #07102b80);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  min-height: 700px;
  max-height: 1200px;
  margin-top: 0;
  display: flex;
}

.brand {
  margin-right: 30px;
}

.brand.mobile-logo {
  display: none;
}

.hero-bg-line {
  background-color: var(--e8e8e8);
  width: 100vw;
  height: 1px;
  position: relative;
  top: -40px;
}

.hero-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  margin-top: 20px;
  display: flex;
}

.yellow-emph-text {
  color: var(--e8af2b);
}

.btn-anim-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.link-block {
  color: var(--white);
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.hero-blurb {
  margin-bottom: 40px;
}

.breakdown-section {
  border-bottom: 1px solid var(--e8af2b);
  background-color: var(--white-smoke);
  background-image: url('../images/topcirclebg_1.svg'), url('../images/topcirclebg.svg');
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.step-block {
  align-items: center;
  width: 60%;
  display: flex;
}

.step-block.left-align {
  align-items: center;
}

.step-block_content-wrap {
  max-width: 50ch;
}

.div-block {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.image-9 {
  background-color: var(--white-smoke);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  position: absolute;
  inset: -40px 0% auto;
}

.step-title-heading {
  font-size: 2em;
}

.step-title-heading.sth-alt1 {
  margin-bottom: 20px;
  font-weight: 600;
}

.steap-heading-subline {
  color: var(--e8af2b);
}

.steap-heading-subline.shs-alt1 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

.step-img-bubble {
  flex: 0 auto;
  width: 50%;
  min-width: 320px;
  padding-right: 30px;
}

.dashed-lines-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  padding-right: 20px;
  display: flex;
}

.step-row {
  align-items: center;
  display: flex;
}

.step-row.right-align {
  justify-content: flex-end;
  position: relative;
}

.dashed-line-top {
  margin-bottom: 20px;
}

.step-cta-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -35px;
  display: flex;
}

.quiz-section {
  background-image: radial-gradient(circle at 50% 0, #ffffffd9, #fff0 59%), url('../images/businessman-in-front-of-finance-building-quiz.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}

.quiz_main-heading {
  text-shadow: 1px 1px 6px var(--white);
  margin-bottom: 15px;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-play-btn-bg {
  border: 1px solid var(--white);
  border-radius: 50%;
  min-width: 60px;
  min-height: 60px;
  position: absolute;
}

.event-section {
  background-color: var(--07102b);
  color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.event_column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 31%;
  display: flex;
}

.event-sec_heading {
  margin-bottom: 40px;
  font-size: 2em;
  line-height: 1.4em;
}

.event-sec_heading.esh_alt1 {
  font-weight: 600;
}

.event-feat-img {
  max-width: 140%;
  margin-top: -100px;
  margin-bottom: -101px;
  transition: filter .5s;
}

.event-feat-img:hover {
  filter: saturate(140%);
}

.services-section {
  background-color: var(--white);
  justify-content: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.div-block-2 {
  text-align: left;
  width: 25%;
}

.slide-nav {
  display: none;
  bottom: -37px;
}

.mask {
  width: 73%;
  height: auto;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.service-slider-arrow {
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.service-slider-arrow.right-arrow {
  left: 60px;
}

.slider-arrow-image {
  width: 50px;
  height: 50px;
}

.slider-content {
  justify-content: space-between;
  height: auto;
  padding: 20px 15px;
  display: flex;
}

.service-block {
  border-radius: 15px;
  flex-direction: column;
  width: 30%;
  transition: transform .2s;
  display: flex;
  overflow: hidden;
  box-shadow: -1px 8px 20px -5px #29387c40;
}

.service-block:hover {
  transform: scale(1.1);
}

.service-block_top-half {
  flex: 1;
  height: 70%;
  min-height: 210px;
  position: relative;
}

.service-block_bott-half {
  background-color: var(--29387c);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px 10px;
  display: flex;
}

.service-block_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-block_accent-surbe {
  max-width: 101%;
  position: absolute;
  inset: auto 0% -2px;
}

.slide {
  height: auto;
}

.service-block-heading {
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
}

.founder-section {
  background-color: var(--white);
  background-image: url('../images/sidecirclebg.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
}

.founder-sec_top-row {
  padding-top: 80px;
  padding-bottom: 40px;
}

.founder-sec_bott-row {
  flex-direction: row;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 200px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.div-block-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.div-block-5 {
  width: 73%;
  padding-left: 15px;
  padding-right: 15px;
}

.founder-img {
  margin-bottom: 20px;
}

.founder-title {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
}

.hp-bio-blurb {
  margin-bottom: 50px;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 30vw;
  min-height: 20px;
  display: flex;
}

.div-block-8 {
  width: 73%;
  min-height: 20px;
}

.div-block-9 {
  width: 100%;
  max-width: 330px;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.video-bg-img {
  filter: brightness(190%);
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  max-height: 75vh;
}

.video-link {
  border-radius: 15px;
  align-items: center;
  margin-bottom: 15px;
  margin-left: -15px;
  padding: 10px 15px;
  transition: background-color .2s;
  display: flex;
}

.video-link:hover {
  background-color: var(--white-smoke);
}

.image-13 {
  margin-right: 10px;
}

.cta-bar-section {
  background-image: linear-gradient(to bottom, #fff0 50%, var(--07102b) 50%);
  align-items: center;
  height: auto;
  margin-top: -95px;
  display: flex;
  position: relative;
}

.div-block-11 {
  background-color: var(--e8af2b);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  width: 22%;
  display: flex;
}

.div-block-12 {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  flex: 1;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.image-14 {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: -40px;
  position: relative;
  right: -16px;
}

.div-block-13 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 230px;
  display: flex;
}

.cta-bar-phone-link {
  font-size: 14px;
  font-weight: 400;
  transition: color .2s;
}

.cta-bar-phone-link:hover {
  color: var(--4c5fb1);
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
}

.cta-bar-heading {
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.2em;
}

.footer-section {
  background-color: var(--07102b);
  color: var(--legible-blue);
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

.footer-main_top-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.footer-main_bott-row {
  justify-content: space-between;
  display: flex;
}

.footer-top_col-left {
  width: 25%;
}

.footer-top_col-right {
  justify-content: space-between;
  width: 70%;
  min-height: 20px;
  margin-top: 20px;
  display: flex;
}

.footer-bott_col-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.footer-bott_col-right {
  width: 70%;
  min-height: 20px;
  font-size: 14px;
}

.cta-bar-p {
  margin-bottom: 0;
}

.footer_nav-link {
  color: var(--white);
  transition: color .2s;
}

.footer_nav-link:hover {
  color: var(--e8af2b);
}

.footer_sm-icon {
  width: 25px;
  height: 25px;
}

.footer_sm-link {
  margin-right: 15px;
  transition: transform .2s;
}

.footer_sm-link:hover {
  transform: scale(1.1);
}

.footer_sm-link.hide-twitter {
  display: none;
}

.footer_sm-wrap {
  margin-bottom: 50px;
}

.footer_contact-block {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.footer_location-block {
  margin-bottom: 30px;
}

.footer_brokercheck-block {
  margin-bottom: 20px;
}

.footer-heading {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 1.1em;
}

.footer-heading.fh-alt1 {
  font-weight: 700;
}

.footer-link {
  color: var(--legible-blue);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--4c5fb1);
}

.footer-link.export-link {
  background-image: url('../images/export-2.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto 14px;
  padding-right: 30px;
}

.brokercheck-link {
  transition: opacity .2s;
}

.brokercheck-link:hover {
  opacity: .8;
}

.utility-pg-link, .link {
  color: var(--legible-blue);
}

.med-blue-link {
  color: var(--4c5fb1);
}

.dropdown-list {
  border-radius: 10px;
}

.dropdown-list.w--open {
  border: 1px dashed var(--29387c);
  background-color: #0000;
  padding: 4px;
}

.dropdown-menu-wrap {
  background-color: var(--white-smoke);
  border-radius: 8px;
  padding-top: 0;
  overflow: hidden;
}

.dropdown-link {
  border-top: 1px solid var(--e8e8e8);
  border-bottom: 1px solid var(--white);
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  background-color: var(--e8e8e8);
  color: var(--29387c);
  background-image: none;
}

.dropdown-link.w--current {
  color: var(--e8af2b);
}

.steps-main-heading {
  text-align: center;
}

.mobile-dash-top {
  display: none;
}

.mobile-dash-bottom {
  transform-style: preserve-3d;
  display: none;
}

.heading-2 {
  font-size: 2.4em;
}

.heading-2.text-h2 {
  font-weight: 600;
  line-height: 1.2em;
}

.int-banner_img {
  border: 1px none var(--07102b);
  object-fit: cover;
  border-radius: 50%;
  width: 25vw;
  height: 25vw;
  position: relative;
  box-shadow: 0 1px 20px -5px #29387c4d;
}

.int-banner_img-border {
  border: 1px dashed var(--29387c);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.int-banner_img-border.inner-border {
  border-color: #29387ca6;
  padding: 21px;
}

.int-banner_img-border.outer-border {
  border-color: #29387c59;
  max-height: 700px;
  padding: 50px;
}

.int-banner_img-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: flex;
  position: relative;
  transform: scale(1.4);
}

.div-block-15 {
  color: var(--e8e8e8);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.int-banner_heading {
  color: var(--e8af2b);
}

.int-banner_heading.elite-banner {
  display: none;
}

.int-banner-blurb {
  margin-bottom: 30px;
  font-size: .9em;
}

.sidebar-form {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 1px 20px -4px #4c5fb14d;
}

.sidebar-form.sticky {
  position: sticky;
  top: 20px;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 15px 20px;
  display: flex;
}

.form.extra-padding {
  padding: 40px;
}

.sb-form-heading {
  background-color: var(--29387c);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 14px 10px;
  font-size: 1em;
  display: flex;
}

.sb-form-field-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-field {
  border: 1px solid var(--e8e8e8);
  background-image: linear-gradient(to bottom, white 35%, var(--white-smoke));
  border-radius: 3px;
  margin-bottom: 15px;
}

.text-field.half-col {
  width: 48%;
}

.text-field.text-area {
  min-height: 100px;
}

.text-field.subject-field {
  display: none;
}

.text-field.bottom30 {
  margin-bottom: 30px;
}

.sb-banner-link {
  width: 100%;
}

.sb-banner-img {
  border-radius: 5px;
  width: 100%;
}

.cta-h2 {
  color: var(--4c5fb1);
}

.columns {
  width: 100%;
  display: flex;
}

.column {
  align-self: center;
  padding-top: 45px;
}

.contact-block {
  border: 1px solid var(--white);
  background-image: linear-gradient(to bottom, var(--white), var(--white-smoke));
  border-radius: 15px;
  align-items: flex-start;
  width: 48%;
  margin-bottom: 30px;
  padding: 12px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 1px 20px -4px #29387c26;
}

.contact-block:hover {
  border-color: var(--e8af2b);
  box-shadow: 0 1px 12px -3px #29387c40;
}

.image-17 {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.contact-block-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.contact-heading {
  margin-bottom: 5px;
}

.contact-block-text {
  color: var(--mid-grey);
  font-size: 13px;
  font-weight: 500;
}

.break {
  display: inline-block;
}

.paragraph {
  text-align: center;
  margin-bottom: 20px;
}

.collection-item {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.blog-thumbnail-img {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35%;
}

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

.pub-date {
  color: var(--mid-grey);
  font-size: 14px;
}

.paragraph-2 {
  font-size: 14px;
}

.heading-3 {
  font-size: 1.1em;
}

.article-block {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 10px -4px #07102b1a;
}

.div-block-17 {
  border-bottom: 1px solid var(--e8e8e8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: flex;
}

.logo-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-20 {
  background-color: var(--e8e8e8);
  object-fit: contain;
  width: 30%;
  max-width: 30%;
  padding: 10px;
}

.div-block-19 {
  padding: 30px 15px;
}

.bio-img {
  float: left;
  border-radius: 50%;
  width: 20vw;
  max-width: 300px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.divider-line {
  border-bottom: 1px dashed #717eb81a;
  margin-top: 10px;
  margin-bottom: 30px;
}

.num-list {
  list-style-type: decimal;
}

.no-bullet-li {
  background-image: none;
}

.div-block-20 {
  color: var(--white);
  width: 50%;
}

.utility-heading {
  color: var(--e8af2b);
}

.utility-heading.subline {
  color: var(--legible-blue);
}

.utility-blurb {
  margin-bottom: 35px;
}

.logo-img {
  width: 100%;
  max-width: none;
}

.logo-img.lg-img-home {
  width: 12%;
}

.blog-feat-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 30vw;
  min-height: 300px;
  max-height: 500px;
  margin-bottom: 30px;
}

.logo-img-wrapper {
  width: 12%;
}

.blueprint-step-heading {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  padding-left: 40px;
}

.blueprint-step-heading.step1 {
  background-image: url('../images/step-1-icon.png');
}

.blueprint-step-heading.step2 {
  background-image: url('../images/step-2.png');
}

.blueprint-step-heading.step3 {
  background-image: url('../images/step-3.png');
}

.blueprint-step-heading.step4 {
  background-image: url('../images/step-4.png');
}

.blueprint-step-heading.step5 {
  background-image: url('../images/step-5.png');
}

.div-block-21 {
  background-color: var(--white);
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 30px;
}

.div-block-21.last-box {
  margin-bottom: 30px;
}

.preloader {
  z-index: 99999;
  background-color: var(--07102b);
  background-image: radial-gradient(circle farthest-corner at 70% 100%, #07102b99, transparent 27%), radial-gradient(circle farthest-side at 20% 0%, #717eb866, #fff0 38%), radial-gradient(circle farthest-corner at 100% 100%, var(--29387c) 37%, var(--07102b) 88%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.preloader.temp-hide {
  display: none;
}

.image-21 {
  background-color: var(--e8e8e8);
  opacity: .7;
  border-radius: 50%;
  width: 14vw;
  padding: 10px;
}

.dropdown-menu3 {
  z-index: 99;
  width: 300px;
  height: 390px;
  display: flex;
  position: absolute;
  right: -35px;
}

.line-seperator {
  background-color: #2f295a0f;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav_dropdown {
  background-color: #fff;
  border-radius: 8px;
  width: 0;
  height: 0;
  position: absolute;
  top: 55px;
  right: 0;
  overflow: hidden;
}

.menu_wrapper {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.dropdown-menu1 {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: auto;
  display: flex;
  position: absolute;
  right: 110px;
}

.link-block-2 {
  z-index: 5;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 6px 10px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  position: relative;
}

.link-block-2:hover {
  background-color: var(--e8e8e8);
  border-radius: 6px;
}

.menu-title-t {
  color: #1d1f31;
  margin-bottom: 0;
  font-size: 15px;
  text-decoration: none;
}

.dropdown-menu2 {
  z-index: 99;
  width: 430px;
  height: auto;
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
  right: -20px;
}

.nav_items {
  z-index: 3;
  align-self: center;
  height: 100%;
  display: flex;
  position: relative;
}

.title-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.eap-title {
  object-fit: contain;
  width: 80vw;
  max-width: 80vw;
}

.eap_intro-section {
  background-color: var(--white);
  background-image: url('../images/topcirclebg_1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 85%;
  padding-top: 80px;
  padding-bottom: 60px;
}

.div-block-25 {
  background-color: var(--07102b);
}

.div-block-26 {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-4 {
  color: var(--e8af2b);
}

.eap_breakdown-section {
  background-color: var(--white);
}

.div-block-27 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 20px;
  margin-top: 20px;
  display: flex;
}

.eap-program-block {
  background-color: var(--white);
  background-image: url('../images/topcirclebg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 130%;
  border-radius: 15px;
  width: 25%;
  overflow: hidden;
  box-shadow: 0 1px 10px -4px #00000040;
}

.eap-program-block.feature-block {
  background-size: 70%;
  width: 45%;
  box-shadow: -2px 9px 17px -6px #00000040;
}

.title-block {
  background-color: var(--29387c);
  background-image: linear-gradient(to bottom, var(--29387c), var(--07102b));
  color: var(--white);
  text-align: center;
  padding: 20px;
}

.title-block.feature-block {
  border-bottom: 1px solid var(--e8af2b);
  background-image: linear-gradient(to bottom, #e2c174, var(--e8af2b));
}

.div-block-28 {
  padding: 20px;
}

.heading-5 {
  margin-bottom: 0;
}

.heading-6 {
  text-align: center;
}

.eap-list {
  padding-left: 0;
  font-size: 14px;
}

.accordion {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  flex-direction: column;
  align-items: center;
  width: 63%;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
}

.accordion-body__contents {
  opacity: 1;
  color: var(--mid-grey);
  margin-top: 8px;
  font-size: 14px;
  line-height: 26px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.question-text {
  color: var(--29387c);
  flex: 1;
  font-size: 16px;
  line-height: 24px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
  padding-left: 0;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  border-bottom: 1px solid var(--e8e8e8);
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
  margin-top: 20px;
  padding: 0;
}

.div-block-29 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.div-block-30 {
  text-align: center;
  width: 35%;
}

.image-24 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  max-height: 250px;
  margin-bottom: 10px;
}

.body {
  padding-top: 0;
}

.homepage-content-wrapper {
  position: relative;
}

.topbar_button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  transition: transform .2s;
  display: flex;
}

.topbar_button:hover {
  transform: translate(5px);
}

.topbar-btn-text {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
}

.topbar_div-line {
  background-color: #f1f1f1;
  width: 1px;
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.container-3 {
  justify-content: center;
  align-items: center;
  width: 95vw;
  max-width: 1300px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-3.header_topbar-cont {
  color: #fff;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.topbar_italic-ext {
  color: #e3e3e3;
  font-style: italic;
  font-weight: 400;
}

.div-block-94 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-25 {
  width: 16px;
  height: 16px;
}

.topbar_caps-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.header_topbar {
  background-color: var(--29387c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  display: flex;
}

.link-2 {
  color: var(--white);
}

.div-block-95 {
  width: 100%;
  max-width: 800px;
}

.webinar-popup-modal {
  z-index: 999;
  background-color: #07102bb3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-block {
  background-color: var(--white);
  border-radius: 15px;
  width: 100%;
  max-width: 450px;
  padding: 30px 20px;
  position: relative;
}

.form-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 30px;
}

.exit-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: -30px -30px auto auto;
}

.html-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: auto;
  min-height: 350px;
}

.indv-location-block.bot-mar-15 {
  margin-bottom: 20px;
}

.location-name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 600;
}

.section_contact-maps {
  background-color: var(--07102b);
  color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-2 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
}

.contact_location-block {
  background-color: var(--07102b);
  border-radius: 15px;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 0 1px 30px #29387c4d;
}

.heading-7 {
  color: var(--e8af2b);
  text-align: center;
  margin-bottom: 30px;
}

.html-embed-2 {
  border-radius: 1px;
  width: 35%;
  margin-right: 20px;
  overflow: hidden;
}

.contact_location-title {
  color: var(--e8e8e8);
}

.contact_location-text {
  color: var(--white-smoke);
}

.quiz-subheading {
  margin-bottom: 15px;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.small-yellow-h2-heading {
  color: #e8af2b;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 500;
}

.h3-text {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.link-block-3 {
  margin-top: 0;
  margin-bottom: 40px;
}

.disclaimer-text {
  color: var(--mid-grey);
  font-size: 1em;
  font-style: italic;
}

.program-cta-link {
  border: 1px solid var(--4c5fb1);
  color: var(--white);
  background-color: #07102bb3;
  border-radius: 10px;
  padding: 0;
  transition: filter .4s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 40px #4c5fb14d;
}

.program-cta-link:hover {
  filter: brightness(150%);
}

.program-cta_col-right {
  background-color: var(--29387c);
  text-transform: uppercase;
  align-items: center;
  padding: 6px 10px;
  font-size: 14px;
  display: flex;
}

.program-cta_col-left {
  padding: 10px 15px;
}

.image-26 {
  width: 30px;
  height: 30px;
}

.text-block-4 {
  margin-right: 5px;
}

.text-block-5 {
  text-transform: uppercase;
}

.text-block-6 {
  font-style: italic;
  font-weight: 300;
}

.html-embed-recaptcha {
  margin-bottom: 10px;
}

.hurricane-popup {
  z-index: 19999;
  background-color: #0209204d;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.popup-content-wrapper {
  background-color: var(--white);
  flex-direction: column;
  width: 850px;
  height: 600px;
  margin: auto;
  padding: 20px 35px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.exit-logo-wrapper {
  cursor: pointer;
  width: 30px;
  margin-left: auto;
}

.exit-logo {
  width: 100%;
  height: 100%;
  display: block;
}

.info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.popup-p {
  text-align: center;
  margin-bottom: 21px;
}

.popup-p.italic {
  font-style: italic;
}

.popup-heading {
  text-align: center;
}

.popup-text-underline {
  text-decoration: underline;
}

.emergency-popup {
  z-index: 19999;
  background-color: #0209204d;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.loginbtn-title {
  color: var(--white);
  padding: 0 20px 0 0;
}

.dd_icon-login {
  margin-right: 0;
}

.text-block-8 {
  color: var(--white);
}

.h2-event {
  color: var(--e8af2b);
}

.event {
  display: none;
}

.section {
  background-color: #000;
}

.section.tagline-hr-section {
  background-color: #172e73;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 0;
}

.heading-tagline {
  color: var(--white);
  text-align: center;
  font-size: 20px;
}

.section-2 {
  background-color: #340404;
}

.section-3 {
  background-color: #000;
}

.section-4 {
  background-color: #000;
  margin-bottom: 0;
}

.tagline-hr-section, .section-5, .text-block-9, .section-6, .section-7, .section-8, .section-9, .section-10, .section-11, .section-12 {
  background-color: #000;
}

.header-section-copy {
  margin-top: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .button.yellow-hollow.header-btn {
    color: var(--020920);
    font-size: 18px;
    font-weight: 500;
  }

  .article {
    padding-right: 15px;
  }

  .int-pg-main.utility-pg {
    height: auto;
    padding-top: 26vw;
    padding-bottom: 20vw;
  }

  .container.utility-pg-cont {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container.footer-cred-sec-cont {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container.breakdown_cont {
    padding-bottom: 40px;
  }

  .header_addtl-links-wrap {
    background-color: var(--white-smoke);
    justify-content: flex-end;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
  }

  .navbar {
    justify-content: space-between;
  }

  .nav-menu {
    border: 1px solid var(--e8e8e8);
    background-color: var(--white);
    border-radius: 10px;
    flex-flow: row;
    overflow: hidden;
    box-shadow: 0 1px 20px -4px #29387c80;
  }

  .nav-link {
    border-bottom: 1px solid var(--e8e8e8);
    color: var(--07102b);
    text-align: left;
    flex: none;
    align-items: flex-start;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    font-weight: 500;
  }

  .nav-link._w-dropdown {
    text-align: left;
    width: 100%;
    display: flex;
  }

  .nav-link._w-dropdown.w--open {
    width: 100%;
  }

  .icon {
    font-size: 25px;
    right: 40px;
  }

  .hero-section {
    height: auto;
    min-height: 810px;
  }

  .hero-bg-video {
    height: 810px;
    min-height: auto;
    max-height: 860px;
    padding-top: 20vw;
    padding-bottom: 8vw;
  }

  .brand.mobile-logo {
    order: -1;
    display: block;
  }

  .brand.desktop-logo {
    display: none;
  }

  .hero-content-block {
    width: 50%;
  }

  .link-block {
    position: absolute;
    inset: 20vw 39px auto auto;
  }

  .hero-main-heading {
    font-size: 2.3em;
  }

  .step-block {
    width: 90%;
  }

  .div-block {
    flex-direction: column;
  }

  .dropdown {
    flex: none;
    width: 100%;
  }

  .quiz-section {
    background-image: radial-gradient(circle at 50% 0, #ffffffd9 41%, #fff0), url('../images/businessman-in-front-of-finance-building-quiz.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .event-feat-img {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    transform: scale(1.5);
  }

  .services-section {
    background-color: var(--white-smoke);
    padding-bottom: 100px;
    padding-left: 0;
    overflow: hidden;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mask {
    width: 100%;
  }

  .slider {
    flex-direction: column;
  }

  .service-slider-arrow {
    inset: auto 0% -9%;
  }

  .service-slider-arrow.right-arrow {
    right: -4%;
  }

  .service-slider-arrow.left-arrow {
    bottom: -9%;
    left: -12%;
  }

  .slide {
    width: 100%;
  }

  .founder-sec_top-row {
    padding-bottom: 60px;
  }

  .founder-sec_bott-row {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .video-bg-img {
    max-height: 600px;
  }

  .div-block-11 {
    background-image: url('../images/bg-watermark_white-w-opacity-1.png');
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40%;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
  }

  .div-block-13 {
    align-items: flex-start;
  }

  .div-block-14 {
    margin-bottom: 20px;
  }

  .cta-bar-heading {
    font-size: 1.8em;
  }

  .dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .dropdown-link {
    padding-left: 50px;
  }

  .menu-button {
    color: var(--white);
    border-radius: 10px;
    order: 1;
  }

  .menu-button.w--open {
    background-color: var(--e8af2b);
  }

  .text-block-2 {
    margin-bottom: 5px;
  }

  .div-block-15 {
    width: 50%;
  }

  .form.extra-padding {
    padding: 20px;
  }

  .text-field.half-col, .contact-block.full {
    width: 100%;
  }

  .collection-item {
    flex-direction: column;
  }

  .blog-thumbnail-img {
    width: 100%;
  }

  .div-block-16 {
    padding: 20px;
  }

  .article-block-heading {
    font-size: 1.2em;
  }

  .logo-img-wrapper {
    width: 24%;
  }

  .nav_items {
    display: none;
  }

  .eap_intro-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .div-block-27 {
    flex-wrap: wrap;
  }

  .eap-program-block {
    width: 48%;
    margin-bottom: 30px;
  }

  .eap-program-block.feature-block {
    width: 100%;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-29 {
    padding-top: 60px;
  }

  .eap-breakdown-heading {
    text-align: center;
  }

  .container-3.header_topbar-cont {
    width: 99vw;
    font-size: 13px;
  }

  .header_topbar {
    font-size: 12px;
  }

  .contact_location-block {
    padding: 20px;
  }

  .popup-content-wrapper {
    width: 700px;
    height: 670px;
  }

  .dd_icon-login {
    color: var(--020920);
  }

  .text-block-7 {
    color: var(--07102b);
  }
}

@media screen and (max-width: 767px) {
  .article {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .aside {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .int-pg-main {
    padding-bottom: 80px;
  }

  .container {
    width: 90vw;
  }

  .container.int-main-cont {
    flex-direction: column;
  }

  .container.header_sec-cont {
    width: 100%;
  }

  .container.event-sec_cont {
    flex-direction: column;
    align-items: center;
  }

  .container.services-sec_cont {
    width: 95vw;
    max-width: 1300px;
  }

  .container.bio-sec_cont {
    align-items: flex-start;
  }

  .container.cta-bar-sec_cont, .container.int-banner_cont {
    flex-direction: column;
  }

  .container.int-banner_cont.center-content {
    align-self: center;
    width: 100%;
  }

  .container.embprgm-benefits_cont {
    flex-direction: column;
    align-items: center;
  }

  .int-pg-banner-section {
    max-height: none;
  }

  .int-pg-banner-section.simple-banner {
    padding-top: 120px;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .browser-detect {
    padding-left: 60px;
    padding-right: 60px;
  }

  .last-p {
    margin-bottom: 50px;
  }

  .hero-section {
    min-width: auto;
    height: auto;
    min-height: 860px;
    max-height: none;
  }

  .hero-bg-video {
    height: 860px;
    padding-top: 30vw;
    padding-bottom: 20vw;
  }

  .hero-content-block {
    width: 60%;
  }

  .btn-anim-wrap {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .link-block {
    text-align: center;
    flex-direction: column;
    width: 90px;
    top: 30vw;
  }

  .hero-main-heading {
    font-size: 1.8em;
  }

  .step-block {
    flex-flow: row;
    width: 100%;
    margin-bottom: 30px;
  }

  .step-block.right-align {
    justify-content: flex-end;
    margin-bottom: 15px;
  }

  .step-block_content-wrap {
    width: 60%;
    min-width: 200px;
  }

  .step-img-bubble {
    width: 25%;
    min-width: 200px;
    padding-right: 15px;
  }

  .dashed-lines-wrap {
    display: none;
  }

  .step-row.right-align {
    position: relative;
  }

  .dashed-line-top, .dashed-line-bottom {
    width: 15%;
  }

  .event_column {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .slider {
    width: 100%;
  }

  .service-block_top-half {
    flex: 1;
    height: 50%;
    min-height: 120px;
  }

  .service-block_bott-half {
    min-height: 80px;
  }

  .service-block-heading {
    font-size: 1em;
  }

  .founder-sec_top-row {
    padding-bottom: 40px;
    position: relative;
  }

  .founder-sec_bott-row {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .div-block-7, .div-block-8 {
    width: 100%;
  }

  .div-block-9 {
    max-width: none;
  }

  .div-block-10 {
    margin-bottom: 15px;
  }

  .cta-bar-section {
    background-image: linear-gradient(to bottom, var(--white) 55%, var(--07102b) 55%);
    height: auto;
    margin-top: 0;
  }

  .div-block-11 {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 55vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-12 {
    flex: none;
  }

  .image-14 {
    right: 0;
  }

  .footer-section {
    padding-top: 80px;
  }

  .footer-main_top-row {
    border-style: none none solid;
    border-width: 1px;
    border-color: var(--4c5fb1);
    flex-direction: column;
    padding-bottom: 30px;
  }

  .footer-main_bott-row {
    flex-direction: column;
  }

  .footer-top_col-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-top_col-right {
    width: 100%;
  }

  .footer-bott_col-left {
    flex-flow: wrap;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-bott_col-right {
    width: 100%;
  }

  .footer_sm-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer_contact-block {
    width: 48%;
  }

  .footer_location-block {
    width: 48%;
    margin-bottom: 40px;
  }

  .mobile-dash-top {
    width: 20%;
    margin-left: 15%;
    display: block;
  }

  .mobile-dash-bottom {
    width: 20%;
    margin-bottom: 15px;
    margin-left: 21%;
    display: block;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .image-16 {
    margin-bottom: 20px;
  }

  .int-banner_img {
    width: 40vw;
    height: 40vw;
  }

  .int-banner_img-border.outer-border {
    max-height: 1000px;
  }

  .int-banner_img-wrap {
    max-width: 140%;
    margin-top: -60px;
  }

  .div-block-15 {
    z-index: 9;
    text-align: center;
    order: 1;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    position: relative;
  }

  .sb-banner-link {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns {
    flex-direction: column;
  }

  .column {
    padding-top: 20px;
  }

  .div-block-17 {
    flex-wrap: wrap;
  }

  .bio-img {
    min-width: 110px;
  }

  .logo-img {
    width: 100%;
    margin-bottom: 15px;
  }

  .logo-img.lg-img-home {
    width: 22%;
  }

  .logo-img-wrapper {
    width: 22%;
    margin-bottom: 15px;
  }

  .eap-title {
    filter: brightness(160%);
    width: 100%;
    max-width: 100%;
  }

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

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion.js-accordion {
    width: 100%;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-29 {
    flex-direction: column;
  }

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

  .image-24 {
    max-height: 350px;
  }

  .topbar_div-line {
    height: 35px;
    position: relative;
    top: -3px;
  }

  .container-3 {
    width: 90vw;
  }

  .container-3.header_topbar-cont {
    width: 96vw;
  }

  .topbar_italic-ext {
    max-width: 350px;
  }

  .div-block-94 {
    flex: 1;
    justify-content: flex-start;
  }

  .topbar_caps-text {
    text-align: right;
    width: 80px;
  }

  .link-2 {
    text-align: right;
  }

  .section_contact-maps {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact_location-block {
    flex-direction: column;
  }

  .html-embed-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .program-cta-link {
    top: 10.8vw;
  }

  .popup-content-wrapper {
    width: 100%;
    height: 700px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .exit-logo-wrapper {
    width: 25px;
  }

  .popup-p {
    font-size: 1em;
  }

  .popup-heading {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 15px;
    font-size: 1.6em;
  }

  .int-pg-main, .int-pg-main.contact-pg-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .int-pg-main.utility-pg {
    padding-top: 46vw;
  }

  .int-pg-main.specialty-page {
    padding-bottom: 0;
  }

  .container.breakdown-sec_cont {
    margin-bottom: 40px;
  }

  .container.bio-sec_cont {
    flex-direction: column;
  }

  .container.footer-main-sec-cont {
    margin-bottom: 40px;
  }

  .container.breakdown_cont {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .int-pg-banner-section {
    padding-bottom: 60px;
  }

  .int-pg-banner-section.simple-banner {
    padding-top: 100px;
  }

  .browser-warning {
    padding: 20px;
  }

  .browser-detect {
    padding: 10% 10px;
  }

  .browser_link {
    width: 50%;
  }

  .browser_link.preferred {
    margin-bottom: 20px;
  }

  .browser_wrap {
    flex-wrap: wrap;
  }

  .last-p {
    margin-bottom: 40px;
  }

  .header_addtl-links-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .header_sm-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .header_sm-icon {
    height: 30px;
  }

  .hero-section {
    height: auto;
    min-height: 500px;
  }

  .hero-bg-video {
    height: 100%;
    min-height: 500px;
    padding-top: 30vw;
    padding-bottom: 30vw;
    position: relative;
  }

  .hero-content-block {
    width: 100%;
  }

  .btn-anim-wrap {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }

  .link-block {
    flex-direction: row;
    width: auto;
    position: static;
  }

  .hero-main-heading {
    font-size: 1.6em;
  }

  .breakdown-section {
    padding-top: 60px;
  }

  .step-block {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .step-block_content-wrap {
    width: 90%;
  }

  .step-img-bubble {
    width: auto;
    margin-bottom: 20px;
  }

  .quiz-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .quiz_main-heading {
    font-size: 1.4em;
  }

  .hero-play-btn-bg {
    min-width: 40px;
    min-height: 40px;
  }

  .event-section {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-slider-arrow {
    inset: auto 0% -1%;
  }

  .service-slider-arrow.left-arrow {
    bottom: -1%;
    left: -22%;
  }

  .slider-content {
    flex-direction: column;
  }

  .service-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-block_top-half {
    flex: none;
    height: 70vw;
    min-height: 100px;
  }

  .service-block_accent-surbe {
    width: 101%;
  }

  .founder-sec_top-row {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .founder-sec_bott-row {
    background-color: var(--e8e8e8);
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 0;
    overflow: hidden;
  }

  .div-block-4 {
    order: 1;
    width: 100%;
  }

  .div-block-5 {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    margin-right: -25px;
    padding-left: 0;
  }

  .div-block-10 {
    text-align: center;
    align-items: center;
  }

  .video-bg-img {
    height: 80vw;
    padding-right: 0;
  }

  .cta-bar-section {
    background-image: linear-gradient(to bottom, var(--white) 48%, var(--07102b) 48%);
    padding-top: 60px;
  }

  .footer-section {
    padding-top: 60px;
  }

  .footer-top_col-right {
    background-color: var(--020920);
    border-radius: 10px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
    overflow: hidden;
  }

  .footer-bott_col-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer_nav-link {
    border-top: 1px solid var(--07102b);
    text-align: center;
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 15px;
  }

  .footer_contact-block {
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer_location-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .mobile-dash-top {
    width: 50%;
    margin-left: 0%;
  }

  .mobile-dash-bottom {
    width: 50%;
    margin-left: 40%;
  }

  .text-block-3 {
    font-size: 14px;
    font-weight: 700;
  }

  .int-banner_heading {
    font-size: 1.8em;
  }

  .form.extra-padding {
    padding: 21px;
  }

  .sb-banner-link {
    width: 85%;
  }

  .contact-block {
    width: 100%;
  }

  .article-block {
    flex-direction: column;
  }

  .div-block-17 {
    text-align: center;
  }

  .logo-wrap {
    justify-content: space-around;
  }

  .image-20 {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .bio-img {
    float: none;
    width: 100%;
    max-width: 340px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-20, .logo-img {
    width: 100%;
  }

  .logo-img.lg-img-home {
    width: 39%;
  }

  .blog-feat-img {
    min-height: 200px;
  }

  .logo-img-wrapper {
    width: 39%;
  }

  .eap_intro-section {
    padding-bottom: 0;
  }

  .eap-program-block {
    width: 100%;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 0;
    padding-right: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-29 {
    padding-top: 40px;
  }

  .topbar-btn-text {
    display: none;
  }

  .topbar_div-line {
    margin-left: 5px;
    margin-right: 5px;
  }

  .container-3.header_topbar-cont {
    align-items: center;
    width: 99vw;
  }

  .topbar_italic-ext {
    max-width: 100%;
    font-size: 12px;
  }

  .div-block-94 {
    flex-direction: row;
    align-items: flex-start;
  }

  .topbar_caps-text {
    text-align: right;
    width: 80px;
    font-size: 12px;
    font-weight: 600;
  }

  .link-2 {
    text-align: right;
  }

  .form-block {
    width: 80%;
  }

  .exit-btn {
    top: -25px;
    right: -25px;
  }

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

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

  .program-cta-link {
    justify-content: space-between;
    width: 90%;
  }

  .program-cta_col-left {
    flex: 1;
    font-size: 14px;
  }

  .text-block-5 {
    font-size: 3.7vw;
  }

  .text-block-6 {
    font-size: 3.9vw;
  }

  .popup-content-wrapper {
    height: 100%;
  }

  .popup-p {
    font-size: .9em;
  }

  .popup-heading {
    font-size: 1.7em;
  }
}


