body {
  background-color: #f8f8f8;
  font-family: 'Open Sans', sans-serif;
  color: #5b6266;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  margin: 10px 10px 10px 0px;
  padding: 4px 15px;
  border-radius: 3px;
  background-color: #333;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #0081c4;
}

.button.top-nav {
  margin-top: 29px;
  margin-left: 10px;
}

.button.top-nav.smaller {
  margin-top: 8px;
  margin-bottom: 7px;
  padding: 2px 12px;
  font-size: 12px;
}

.button._2 {
  margin-left: 10px;
  padding: 18px 20px 16px;
  border-bottom: 3px solid rgba(0, 0, 0, .11);
  border-radius: 5px;
  background-color: #0081c4;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button._2:hover {
  background-color: #006fab;
}

.button._2.w--current {
  background-color: rgba(0, 0, 0, .09);
}

.button._2.outline {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.button._2.outline:hover {
  border-color: #fff;
  background-color: #fff;
  color: #333;
}

.button._2.outline.cta {
  margin-top: 15px;
}

.button._2.cta {
  margin-top: 15px;
}

.button._2.full-width {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.button.outline {
  position: relative;
  border: 1px solid #888;
  background-color: transparent;
  color: #888;
}

.button.outline:hover {
  border-color: #0081c4;
  color: #0081c4;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .19);
}

.navbar.smaller {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
}

.nav-link {
  position: relative;
  display: inline-block;
  padding: 34px 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #7f8387;
  font-weight: 300;
}

.nav-link:hover {
  color: #0081c4;
}

.nav-link.smaller {
  padding-top: 11px;
  padding-bottom: 0px;
  font-size: 12px;
}

.nav-link.smaller.w--current {
  color: #888;
}

.nav-link._2 {
  font-style: italic;
  font-weight: 600;
}

.nav-link._2:hover {
  color: #888;
}

.select-premium-logo-image {
  width: 246px;
  margin-top: 29px;
  margin-bottom: 30px;
}

.select-premium-logo-image.smaller {
  width: 180px;
  margin-top: 11px;
  margin-bottom: 11px;
}

.log-in-section {
  overflow: hidden;
}

.body-copy-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0081c4;
  text-decoration: none;
}

.body-copy-link:hover {
  color: #676767;
}

.field-label {
  color: #676767;
  font-weight: 400;
}

.text-field {
  display: block;
  margin: 5px auto;
}

.text-field._2 {
  margin-top: 10px;
  float: left;
}

.login-row {
  overflow: hidden;
  padding: 30px 10%;
}

.login-column---left {
  border-right: 1px solid rgba(0, 0, 0, .09);
  text-align: center;
}

.login-column---right {
  text-align: center;
}

.spacer-1 {
  height: 40px;
}

.top-image-section {
  padding: 10%;
  background-image: url('../images/header-woman.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-image-section._2 {
  background-image: url('../images/header-woman-on-phone-2.jpg');
}

.top-image-section-copy {
  margin-top: 10px;
  margin-bottom: 27px;
  padding-right: 149px;
  color: #fff;
  text-align: left;
}

.top-image-section-copy._2 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.menu-button {
  top: 16px;
}

.container {
  text-align: left;
}

.container.centered {
  text-align: center;
}

.clickable-link-divs {
  width: 200px;
  height: 200px;
  margin-top: 24px;
  border: 2px solid transparent;
  border-radius: 200px;
  background-color: #fff;
  text-decoration: none;
}

.clickable-link-divs:hover {
  border: 2px solid #0081c4;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.section.dark {
  background-color: #252a30;
}

.link-area-text {
  color: #0081c4;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

.spacer-2 {
  height: 25px;
}

.tab-pane {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px none hsla(0, 0%, 100%, .09);
  border-radius: 6px;
}

.tab-menu {
  margin-top: 10px;
  margin-bottom: 20px;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 46px;
  background-color: #4a9ace;
}

.reversed {
  color: #fff;
  line-height: 30px;
}

.reversed.cta {
  display: block;
  margin: 28px auto 0px;
  float: none;
  text-align: center;
}

.padding-below {
  line-height: 36px;
}

.text-field-cta {
  width: 200px;
  height: 56px;
  margin-top: 16px;
  margin-right: 10px;
  float: left;
  border-radius: 2px;
  font-size: 14px;
}

.less-wide {
  margin-bottom: 18px;
}

.paragraph-section {
  padding-top: 69px;
  padding-bottom: 30px;
}

.paragraph-text {
  font-size: 18px;
  line-height: 33px;
}

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

.number-div {
  display: block;
  width: 55px;
  height: 55px;
  margin-right: 11px;
  margin-bottom: 19px;
  margin-left: auto;
  float: left;
  border: 1px solid #676767;
  border-radius: 200px;
  background-color: #f8f8f8;
}

.numbers-text {
  margin-top: 3px;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 31px;
}

.number {
  margin-top: 0px;
  padding-top: 12px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.callout {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  width: 175px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 6px;
  background-color: #252a30;
}

.divider {
  display: block;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d6d6d6;
}

.footer-section {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #1c1c1c;
}

.centered {
  text-align: center;
}

.centered.tall {
  min-height: 100px;
}

.callout-text {
  margin-top: -7px;
  color: #5a86a3;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.body-copy-on-dark {
  padding-right: 113px;
  padding-left: 113px;
  color: #c3c5c7;
  font-weight: 400;
}

.faq-link-div {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  text-decoration: none;
}

.faq-link-div:hover {
  border-width: 1px;
  border-color: #4a9ace;
  background-color: #fff;
}

.faq-text-block {
  margin-top: 15px;
  margin-bottom: 14px;
  margin-left: 46px;
  padding-right: 10px;
  color: #0081c4;
}

.talk-bubble-image {
  margin-top: 14px;
  margin-left: 14px;
  float: left;
  opacity: 0.5;
}

.faq-row {
  margin-bottom: 20px;
}

.cta-2-section {
  padding-bottom: 38px;
  background-color: #e8e8e8;
}

.cta-2-text-block {
  display: inline-block;
  margin-right: 8px;
  color: #4b4f52;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.form-div {
  display: block;
  width: 235px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.spacer-3 {
  height: 6px;
}

.faq-hidden-div-block {
  overflow: hidden;
}

.faq-text-paragraph {
  overflow: hidden;
  margin-right: 16px;
  margin-bottom: 12px;
  margin-left: 16px;
  color: #5b6266;
  text-decoration: none;
}

.centered-arrow {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #f8f8f8;
  font-size: 50px;
  line-height: 0px;
  text-align: center;
}

.footer-2-section {
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: #252525;
}

.footer-2-title {
  margin-top: 40px;
  margin-bottom: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-2 {
  color: hsla(0, 0%, 100%, .56);
  font-weight: 300;
}

.footer-2-column {
  margin-bottom: 10px;
  padding-right: 24px;
}

.footer-2-right-column {
  margin-top: 39px;
  text-align: right;
}

.footer-2-icon {
  width: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

.footer-2-link-block {
  opacity: 0.3;
}

.footer-2-link-block:hover {
  opacity: 0.77;
}

.success-message {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
}

.error-message {
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 4px;
}

.team-images {
  margin-top: 7px;
  margin-bottom: 49px;
  padding-left: 20px;
  float: left;
}

.team-member-image {
  margin-right: 20px;
  border-radius: 8px;
}

.faq-column {
  margin-bottom: -10px;
}

.smaller-top-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 250px;
  z-index: 300;
  height: 44px;
}

.tm {
  display: inline-block;
  font-size: 27px;
  font-weight: 400;
}

.footer-text-divider {
  color: rgba(91, 98, 102, .2);
}

.agent-create-account-info {
  display: block;
  overflow: hidden;
  width: 251px;
  margin-right: auto;
  margin-left: auto;
}

.text-beside-button {
  position: relative;
  left: 20px;
  display: inline-block;
  margin-left: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}

.text-beside-button._2 {
  left: 25px;
  top: 2px;
  font-size: 19px;
  letter-spacing: 1px;
}

.numbers-row {
  margin-top: 40px;
}

.not-so-wide {
  padding-right: 63px;
  padding-left: 63px;
}

.lead-magnet-section {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #0081c4;
}

.cta-headline {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #f8f8f8;
}

.cta-subheadline {
  padding-right: 25px;
  padding-left: 25px;
  color: #f8f8f8;
  font-size: 18px;
}

.lead-magnet-row {
  margin-top: 49px;
}

.cta-text-field {
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.cta-field-label {
  color: #f8f8f8;
  font-weight: 400;
}

.cta-fields-div {
  padding-right: 10px;
  padding-left: 10px;
}

.cta-form {
  display: block;
  width: 400px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 97%, .27);
}

.schedule-a-demo-div {
  overflow: hidden;
  margin-right: 10px;
  margin-left: 10px;
  padding: 7px 17px 20px;
  border-radius: 6px;
  background-color: #f8f8f8;
}

.checkbox-field {
  display: block;
  width: 194px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: left;
}

.column---schedule-a-demo {
  padding-right: 26px;
  padding-left: 26px;
}

.schedule-a-demo-form {
  margin: 20px 20px 10px;
}

.lead-magnet-column {
  text-align: center;
}

.icon---talk-bubbles {
  position: relative;
  left: 16px;
  top: 17px;
  float: left;
}

.cta-success-message {
  margin-top: 20px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 97%, .27);
}

._404-section {
  padding-top: 84px;
  padding-bottom: 131px;
  border-top: 1px solid rgba(0, 0, 0, .13);
}

.sign-up-div {
  overflow: hidden;
}

.tall {
  height: 100px;
}

.schedule-demo-div {
  overflow: hidden;
}

.abs-centered-column {
  padding-top: 139px;
}

.phone {
  margin-top: 0px;
  text-align: center;
}

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  padding-top: 99px;
  background-color: #2a2a2a;
}

.sign-up-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="pop-in-20"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .button._2.outline {
    margin-bottom: 10px;
  }
  .button._2.outline:hover {
    color: #676767;
  }
  .button._2.outline.cta {
    position: relative;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .button.outline {
    margin-bottom: 29px;
    border-color: #fff;
    color: #fff;
  }
  .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .nav-link:hover {
    background-color: rgba(0, 82, 162, .34);
    color: #fff;
  }
  .nav-link.w--current {
    color: #fff;
  }
  .nav-link.smaller {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .nav-link._2:hover {
    color: #fff;
  }
  .top-image-section-copy {
    padding-right: 119px;
    font-size: 34px;
    line-height: 41px;
  }
  .menu-button.w--open {
    border-left: 1px solid transparent;
    background-color: transparent;
  }
  .menu-button.smaller {
    margin-top: -19px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .spacer-2 {
    height: 10px;
  }
  .reversed.cta {
    display: block;
    margin-right: 9px;
    margin-left: auto;
    float: none;
    font-size: 19px;
    text-align: center;
  }
  .email-sign-up-cta-form {
    text-align: center;
  }
  .text-field-cta {
    position: relative;
    display: block;
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .icon {
    color: #676767;
  }
  .nav-menu {
    background-color: #0081c4;
  }
  .less-wide {
    padding-right: 126px;
    padding-left: 126px;
  }
  .paragraph-section {
    padding-bottom: 10px;
  }
  .paragraph-text {
    padding-right: 40px;
    padding-left: 0px;
  }
  .columns-section {
    padding-right: 26px;
    padding-left: 26px;
  }
  .numbers-text {
    margin-top: -6px;
    padding-right: 6px;
    padding-left: 6px;
  }
  .body-copy-on-dark {
    padding-right: 60px;
    padding-left: 60px;
  }
  .team-images {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .not-so-wide {
    width: 100%;
    padding-right: 27px;
    padding-left: 27px;
  }
  .cta-headline {
    padding-right: 19px;
  }
  .cta-form {
    width: 100%;
  }
  .checkbox-field {
    width: 98px;
  }
  ._3-columns-row {
    padding-right: 27px;
    padding-left: 27px;
  }
  .abs-centered-column {
    padding-top: 7px;
  }
}

@media (max-width: 767px) {
  .button._2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button._2.outline {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .login-column---left {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    border-right-style: none;
  }
  .login-column---right {
    padding-top: 20px;
  }
  .top-image-section-copy {
    padding-right: 0px;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }
  .top-image-section-copy._2 {
    text-align: center;
  }
  .menu-button {
    border-left: 1px solid transparent;
  }
  .container {
    padding-right: 21px;
    padding-left: 21px;
  }
  .less-wide {
    padding-right: 28px;
    padding-left: 28px;
  }
  .paragraph-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .paragraph-text {
    margin-bottom: 20px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .columns-section {
    padding-top: 35px;
  }
  .numbers-text {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .body-copy-on-dark {
    padding-right: 25px;
    padding-left: 25px;
  }
  .cta-2-text-block {
    font-size: 20px;
    line-height: 28px;
  }
  .footer-2-section {
    padding-right: 29px;
    padding-left: 29px;
  }
  .footer-2-right-column {
    text-align: center;
  }
  .agent-create-account-info {
    width: auto;
  }
  .text-beside-button {
    position: relative;
    left: 10px;
    margin-left: 0px;
  }
  .numbers-row {
    margin-top: 10px;
  }
  .not-so-wide {
    padding-right: 30px;
    padding-left: 0px;
    text-align: left;
  }
  .lead-magnet-section {
    padding-right: 33px;
    padding-left: 33px;
  }
  .cta-headline {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-subheadline {
    padding-right: 44px;
    padding-left: 44px;
  }
  .schedule-a-demo-div {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  ._3-columns-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._404-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .button._2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button._2.outline {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-link {
    background-color: #0081c4;
    color: #fff;
    text-align: center;
  }
  .nav-link.w--current {
    background-color: #0072b0;
    color: #fff;
  }
  .select-premium-logo-image {
    width: 179px;
    margin-top: 31px;
  }
  .login-row {
    padding-right: 0%;
    padding-left: 0%;
  }
  .top-image-section-copy {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }
  .top-image-section-copy._2 {
    font-size: 14px;
  }
  .menu-button {
    top: 14px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .container.mobile {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .reversed.cta {
    margin-bottom: 20px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 17px;
    line-height: 24px;
  }
  .icon {
    color: #676767;
  }
  .nav-menu {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .less-wide {
    padding-right: 18px;
    padding-left: 18px;
  }
  .paragraph-section {
    padding-bottom: 30px;
  }
  .paragraph-text {
    padding-right: 0px;
    padding-left: 8px;
    font-size: 16px;
    line-height: 27px;
  }
  .columns-section {
    padding: 30px 12px;
  }
  .numbers-text {
    padding-top: 0px;
  }
  .callout {
    z-index: 100;
    width: 100%;
    height: 74px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
  }
  .footer-section {
    margin-bottom: 74px;
  }
  .centered {
    width: 100%;
  }
  .callout-text {
    margin-top: -10px;
  }
  .team-images {
    padding-left: 10px;
  }
  .team-member-image {
    width: 75px;
    margin-right: 10px;
  }
  .text-beside-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .not-so-wide {
    padding-right: 10px;
    padding-left: 10px;
  }
  .lead-magnet-section {
    padding-right: 7px;
    padding-left: 7px;
  }
  .cta-headline {
    font-size: 30px;
    line-height: 38px;
  }
  .cta-subheadline {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column---schedule-a-demo {
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon---talk-bubbles {
    left: 87px;
  }
}

