body {
  color: #63656a;
  background-color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 992px) {
  body {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

p {
  margin-bottom: 0.9375em;
  line-height: 1.7;
  color: #63656a;
}

a {
  text-decoration: none;
  color: #00777a;
}

a:not(.cta-btn):hover {
  text-decoration: underline;
  color: #009fa3;
}

ul,
ol {
  line-height: 1.7;
  color: #63656a;
}

ul a,
ol a {
  font-weight: 700;
}

ul {
  margin-top: 1rem;
}

.header-row,
.footer-row {
  max-width: 1230px;
  margin: 20px auto;
}

.footer-container {
  background-color: #efeff0;
  padding: 3rem 0;
  margin-top: 2rem;
}

.site-header__logo svg {
  max-width: 100%;
}

.site-header__logo-stacked {
  display: none;
  float: left;
}

.site-header__logo-horizontal {
  display: block;
  float: left;
}

@media (min-width: 992px) {
  .site-header__logo-stacked {
    display: block;
  }
  .site-header__logo-horizontal {
    display: none;
  }
}

.site-header__lp-title {
  color: #2a2623;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

@media(min-width:768px) {
  .site-header__lp-title {
    text-align: right;
    padding-top: 2.5rem;
  }
}

.hs_cos_wrapper_type_text {
  margin-bottom: 1em;
}

.headline-text {
  margin-bottom: 0.38462em;
  line-height: 1.20513;
  color: #2a2623;
  font-size: 2.65rem;
  font-weight: 700;
}

.subheadline-text {
  margin-bottom: 0.41667em !important;
  line-height: 1.25;
  color: #63656a;
  font-size: 1.5rem;
  font-weight: 400;
}

.cta-btn {
  display: inline-block;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(78, 56, 34, 0.4);
  box-shadow: 0 2px 4px rgba(78, 56, 34, 0.4);
  background-color: #00777a;
  padding: 0.55556em 1em;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none !important;
}

.cta-btn--orange {
  background-color: #ef5529;
  color: #FFF !important;
}

.cta-btn--orange:hover {
  background-color: #ff9374;
}

.cta-btn--large,
.cta-bar .cta-btn {
  padding: 0.72727em 1.27273em;
  padding-top: 0.72727em;
  padding-right: 1.27273em;
  padding-bottom: 0.72727em;
  padding-left: 1.27273em;
  font-size: 1.175em;
}

.cta-btn--large.cta-btn--arrow,
.cta-bar .cta-btn--arrow.cta-btn {
  padding-right: 2em;
  margin: 1em 0 2.5em;
}

.cta-btn--arrow:after {
  position: absolute;
  top: 50%;
  right: 0.9375em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
  border-top: 0.3125em solid transparent;
  border-bottom: 0.3125em solid transparent;
  border-left: 0.3125em solid white;
  width: 0;
  height: 0;
  content: '';
}

.form-wrapper {
  padding: 1.5625em;
  border: 2px solid #e0e0e1;
  margin: 1rem 0 2rem 0;
}

@media(min-width:992px) {
  .form-wrapper {
    margin: 0 0 0 30px;
  }
}

.form-row {}

.form-row .form-grid-column {
  margin-bottom: 1rem;
}

form label {
  color: #63656a;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
}

.form-check-label {
  margin-bottom: 0;
  color: #63656a;
}

.form-control.error {
  border-color: red;
}

.btn-teal-submit {
  padding: 0.8rem;
  font-size: 1.1rem;
  background-color: #00777a;
  color: #FFF;
  border: 0;
  border-radius: 2px;
  margin: 1rem auto 0.5rem;
  display: block;
  font-weight: 600;
}

.btn-teal-submit:hover {
  background-color: #009fa3;
}

.site-footer__copyright {
  margin-top: 1.25em;
  padding: 1.66667em 0;
  text-align: left;
  color: #a1a3a6;
  font-size: 12px;
}

.guidebook-call-out {
  width: 100%;
  margin-bottom: 1rem;
}

@media(min-width:480px) {
  .guidebook-call-out {
    margin-left: 1rem;
    width: initial;
    float: right;
  }
}

.guidebook-call-out img {
  margin: 0 auto;
  width: 225px;
  display: block;
}

.guidebook-call-out h4 {
  text-align: center;
  margin: 0 auto;
  width: 200px;
}

.section-intro-line {
  margin-top: 2rem;
}

.teal-headline {
  font-weight: 700;
  color: #00777a;
  margin-top: 3rem;
}

.unifi-graphic-wrapper {
  text-align: center;
}

.unifi-graphic-wrapper img {
  width: 100px;
  margin: 1rem auto;
}

.unifi-graphic-wrapper p {
  margin-bottom: 3rem;
}

.step-section:not(:last-child) {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  #step-row .step-section {
    margin-bottom: 0;
  }
  .step-section:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    border-right: 1px solid #e0e0e1;
  }
}

.form-control-lg {
  -webkit-appearance: none;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.31);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.31);
}

.required-text {
  margin-bottom: 0;
}

.event-headline-text {
  font-size: 2rem;
}

@media(min-width:768px) {
  .event-headline-text {
    font-size: 2.4rem;
  }
}

.video-iframe {
  width: 100%;
  height: 250px;
  margin-bottom: 1.5rem;
}

@media(min-width:768px) {
  .video-iframe {
    height: 390px;
  }
}

@media(min-width:992px) {
  .video-iframe {
    height: 345px;
  }
}

@media(min-width:1200px) {
  .video-iframe {
    height: 410px;
  }
}

.call-out-box {
  padding: 1.5625em;
  border: 2px solid #e0e0e1;
}

ul.checklist {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  color: #63656a;
}

ul.checklist li {
  background-image: url(https://image.e.wealthenhancement.com/lib/fe6215707c62047d701c/m/1/78240748-7afc-4dcc-992e-14e9aabea8dd.png?b=1521041753000);
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding: 0 0 10px 30px;
  line-height: 1.3;
}

@media(min-width:992px) {
  .presenter-column {
    padding-left: 3.5rem;
  }
}

.event-details-box {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

@media(min-width:992px) {
  .event-details-box {
    margin-top: 0rem;
  }
}

.event-details-box .presenter-img {
  float: right;
}

.event-details-box .presenter-img img {
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  float: right;
  height: 85px!important;
  width: 85px!important;
}

.event-details-box .presenter-name {}

.event-details-box .presenter-description {
  font-size: 1rem;
}

.four-key-elements-box {
  margin: 1.5rem 0;
}

.four-key-elements-box h3 {
  color: #63656a;
  margin-bottom: 1.5rem;
}

.p-tag {
  display: inline;
  box-sizing: border-box;
  color: rgb(99, 101, 106);
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 0px;
  line-height: 30.6px;
  margin-bottom: 16.875px;
}

.hidden-el {
  display: none;
}

.editor-mode-webpage .hidden-el {
  display: block;
}

.editor-mode-webpage .cb-editor-offset {
  margin-top: 100px;
}

.editor-mode-webpage .cb-editor-big-offset {
  margin-top: 400px;
}

.ghost {
  opacity: 0;
}

.pq-row {
  display: none;
}

.pq-row.show {
  display: flex;
}