/*--------------------------------------------------------------
REM/PX Conversions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Retina image media queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Style input Placeholders
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Fullsized background
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Border radius
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Transitions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Vertically align element
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Foundation reset top bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Style inherited link colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Tint/Shade
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
/* COLORS */
/* FONTS */
/* GB Additional Stles */
.loading, .success {
  display: none;
  color: #f26c59;
  margin-bottom: 20px;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.wiser_email_label {
  margin-bottom: 10px;
  text-align: left;
}

.small {
  padding: 1.1rem 4.5rem !important;
}

.temp-social {
  margin-top: 10px;
}

.dark-gray {
  background: #ebebeb !important;
  color: #f26c59 !important;
}

.dark-gray:hover {
  background: #e0e0e0 !important;
  color: #e76150 !important;
}

#email_user, #no_such_account, #failed_authentication {
  text-align: center;
  margin: 20px 0 0 0;
}

/* SITE */
html, body {
  color: #0b2343;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0b2343;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

h1 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 120%;
}
@media only screen and (min-width: 64.063em) {
  h1 {
    font-size: 68px;
    font-size: 4.25rem;
  }
}

a:not(.button) {
  color: #f26c59;
  text-decoration: none;
}
a:not(.button):hover, a:not(.button).active {
  color: #f69688;
  text-decoration: none;
}

.button {
  background-color: #f26c59;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.button:hover {
  background: #e76150;
}
.button.gray {
  background: whitesmoke;
  color: #0b2343;
}
.button.gray:hover {
  background: #f26c59;
  color: white;
}
.button.login {
  padding-left: 34px !important;
}
.button.login:before {
  background: transparent url("/img/wiser/landing/icons/login@1x.png") top left no-repeat;
  content: '';
  display: block;
  height: 16px;
  height: 1rem;
  left: 16px;
  left: 1rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  width: 8px;
  width: 0.5rem;
}
.button.login:hover:before {
  background-position: bottom left;
}
.button.signup {
  padding-left: 44px !important;
  padding-left: 2.75rem !important;
}
.button.signup:before {
  background: transparent url("/img/wiser/landing/icons/signup@1x.png") bottom left no-repeat;
  content: '';
  display: block;
  height: 15px;
  height: 0.9375rem;
  left: 16px;
  left: 1rem;
  margin-top: -7px;
  margin-top: -0.4375rem;
  position: absolute;
  top: 50%;
  width: 18px;
  width: 1.125rem;
}
.button.signup:hover:before {
  background-position: bottom left;
}

.social {
  text-align: center;
}
.social li {
  display: inline;
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.social li a {
  background: transparent none top left no-repeat;
  display: inline-block;
  height: 38px;
  height: 2.375rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  overflow: hidden;
  text-indent: -9000%;
  width: 39px;
  width: 2.4375rem;
}
.social li a:hover {
  background-position: bottom left;
}
.social li a.linkedin {
  background-image: url("/img/wiser/landing/icons/social/linkedin@1x.png");
}
.social li a.twitter {
  background-image: url("/img/wiser/landing/icons/social/twitter@1x.png");
}
.social.light a {
  height: 32px;
  height: 2rem;
  width: 32px;
  width: 2rem;
}
.social.light a.email {
  background-image: url("/img/wiser/landing/icons/social/email.light@1x.png");
}
.social.light a.linkedin {
  background-image: url("/img/wiser/landing/icons/social/linkedin.light@1x.png");
}
.social.light a.twitter {
  background-image: url("/img/wiser/landing/icons/social/twitter.light@1x.png");
}

.reveal-modal {
  border: 0;
}
.reveal-modal#signup, .reveal-modal#mobile-login {
  background-color: #f1f4f3;
  padding: 0;
  text-align: center;
}
.reveal-modal#signup header, .reveal-modal#mobile-login header {
  background-color: #0b2343;
  position: relative;
}
.reveal-modal#signup header h1, .reveal-modal#mobile-login header h1 {
  color: white;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  text-transform: none;
}
.reveal-modal#signup header .close-reveal-modal, .reveal-modal#mobile-login header .close-reveal-modal {
  color: white;
  font-weight: normal;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  width: 3.75rem;
}
.reveal-modal#signup header .close-reveal-modal span, .reveal-modal#mobile-login header .close-reveal-modal span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reveal-modal#signup header .close-reveal-modal:hover, .reveal-modal#mobile-login header .close-reveal-modal:hover {
  background-color: #000101;
  color: #f26c59;
}
.reveal-modal#signup main, .reveal-modal#mobile-login main {
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
}
.reveal-modal#signup main p, .reveal-modal#mobile-login main p {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative;
}
.reveal-modal#signup main p.callout:after, .reveal-modal#mobile-login main p.callout:after {
  border-top: 1px solid #0b2343;
  content: '';
  display: block;
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 0;
}
.reveal-modal#signup main p a, .reveal-modal#mobile-login main p a {
  text-decoration: underline;
}
.reveal-modal#signup main form .row, .reveal-modal#mobile-login main form .row {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.reveal-modal#signup main form .row:last-child, .reveal-modal#mobile-login main form .row:last-child {
  margin-bottom: 0;
}
.reveal-modal#signup main form input,
.reveal-modal#signup main form .button, .reveal-modal#mobile-login main form input,
.reveal-modal#mobile-login main form .button {
  border: 0;
  box-shadow: none;
  display: block;
  height: 70px;
  height: 4.375rem;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
  padding-left: 35px;
  padding-left: 2.1875rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
  width: 100%;
}
.reveal-modal#signup main .success h2, .reveal-modal#mobile-login main .success h2 {
  color: #f26c59;
  font-size: 28px;
  font-size: 1.75rem;
}
.reveal-modal#signup main .success p, .reveal-modal#mobile-login main .success p {
  color: #f26c59;
}

header#header {
  position: relative;
  width: 100%;
}
header#header .top-bar {
  background: transparent none;
  height: auto;
  line-height: normal;
  overflow: visible;
}
header#header .top-bar .button,
header#header .top-bar input {
  top: auto;
}
header#header .top-bar .row {
  max-width: 73.125em;
}
header#header > .inner {
  background-color: white;
  height: 50px;
  height: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  /*&.fixed {
      &,
      #logo,
      ul.navigation li {
          @include rem('height', 80px);
          @include rem('line-height', 80px);
      }
      #logo {
          @include rem('padding', 10px 0);
      }
  }*/
}
@media only screen and (min-width: 64.063em) {
  header#header > .inner {
    height: 130px;
    height: 8.125rem;
    line-height: 130px;
    line-height: 8.125rem;
  }
}
header#header > .inner .tab-bar {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 60px;
  width: 3.75rem;
  z-index: 20;
}
header#header > .inner .tab-bar .menu-icon {
  height: 100%;
  width: 60px;
  width: 3.75rem;
}
header#header > .inner .tab-bar .menu-icon span {
  overflow: hidden;
  text-indent: -9000%;
  box-shadow: 0 1px 0 2px #0b2343, 0 10px 0 2px #0b2343, 0 19px 0 2px #0b2343;
  width: 25px;
  width: 1.5625rem;
}
header#header > .inner .tab-bar .menu-icon.active {
  position: relative;
}
header#header > .inner .tab-bar .menu-icon.active span {
  display: none;
}
header#header > .inner .tab-bar .menu-icon.active:after {
  content: '×';
  display: block;
  position: absolute;
  top: 3px;
  top: 0.1875rem;
  left: 0;
  right: 0;
  bottom: 0;
  color: #0b2343;
  height: 50px;
  height: 3.125rem;
  width: 60px;
  width: 3.75rem;
  line-height: 50px;
  line-height: 3.125rem;
  text-align: center;
  font-size: 50px;
  font-size: 3.125rem;
  text-indent: 0;
}
header#header > .inner #logo {
  display: block;
  height: 50px;
  height: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
}
@media only screen and (min-width: 64.063em) {
  header#header > .inner #logo {
    height: 130px;
    height: 8.125rem;
    line-height: 130px;
    line-height: 8.125rem;
  }
}
header#header > .inner #logo img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 85%;
  width: auto;
}
@media only screen and (min-width: 64.063em) {
  header#header > .inner #logo img {
    margin-left: 0;
    margin-right: 0;
    max-height: 100%;
  }
}
header#header > .inner ul.navigation {
  margin-bottom: 0;
}
header#header > .inner ul.navigation li {
  height: 130px;
  height: 8.125rem;
  line-height: 130px;
  line-height: 8.125rem;
}
header#header > .inner ul.navigation li a {
  text-transform: uppercase;
}
header#header > .inner ul.navigation li a:not(.button) {
  color: #0b2343;
  display: inline;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
}
header#header > .inner ul.navigation li a.button {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
header#header > .inner ul.navigation li a:hover, header#header > .inner ul.navigation li a.active {
  text-decoration: none;
}
header#header > .inner ul.navigation li a:hover:not(.button), header#header > .inner ul.navigation li a.active:not(.button) {
  color: #f26c59;
}
header#header > .inner ul.navigation li a:hover:not(.button):after, header#header > .inner ul.navigation li a.active:not(.button):after {
  border-top: 2px solid #f26c59;
  content: '';
  display: inline-block;
  left: 10%;
  right: 10%;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
}
header#header > .inner #login {
  background-color: whitesmoke;
  padding: 20px;
  padding: 1.25rem;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
header#header > .inner #login .mobile {
  text-align: center;
}
header#header > .inner #login .mobile .mobile-row {
  margin-left: .3rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
header#header > .inner #login .mobile a {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  width: 100%;
}
header#header > .inner #login .mobile a:not(.button) {
  font-weight: bold;
  margin-bottom: 0;
}
header#header > .inner #login .mobile a:not(.button):not(:hover) {
  color: #0b2343;
}
header#header > .inner #login .mobile a:not(.button):hover {
  text-decoration: underline;
}
header#header > .inner #login .mobile a.button:not(:hover) {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  width: 100%;
}
header#header > .inner #login .mobile a.button:not(:hover).gray {
  background-color: #e6e5e3;
}
header#header > .inner #login .mobile .links {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}
header#header > .inner #login .mobile .links:after {
  border: 1px solid #0b2343;
  content: '';
  display: inline-block;
  left: 25%;
  right: 25%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
header#header > .inner #login form {
  display: inline;
  margin: 0;
}
header#header > .inner #login form input,
header#header > .inner #login form .button {
  border: 0;
  box-shadow: none;
  display: block;
  height: 70px;
  height: 4.375rem;
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
  width: 100%;
}
header#header .f-dropdown {
  border: none;
  border-top: 2px solid #f26c59;
  background: #f1f4f3;
  margin-top: 8px;
}
header#header .f-dropdown li {
  line-height: 65px !important;
  height: 65px !important;
}
header#header .f-dropdown li:hover, header#header .f-dropdown li:focus {
  background: none;
}
header#header .f-dropdown:after, header#header .f-dropdown:before {
  display: none;
}

main#main section {
  background-color: white;
  padding: 30px 15px;
  padding: 1.875rem 0.9375rem;
  text-align: center;
}
@media only screen and (min-width: 64.063em) {
  main#main section {
    padding: 60px;
    padding: 3.75rem;
  }
}
main#main section.bg-gray {
  background-color: whitesmoke;
}
main#main section.bg-gray-light {
  background-color: #f1f4f3;
}
main#main section.bg-gray-lighter {
  background-color: #e7edeb;
}
main#main section.bg-navy {
  background-color: #1c395e;
  color: white;
}
main#main section.bg-navy a:not(.button) {
  color: #f26c59;
  text-decoration: underline;
}
main#main section.bg-navy a:not(.button):hover, main#main section.bg-navy a:not(.button).active {
  color: #ee422a;
  text-decoration: underline;
}
main#main section.bg-navy h1,
main#main section.bg-navy h2,
main#main section.bg-navy h3,
main#main section.bg-navy h4,
main#main section.bg-navy h5,
main#main section.bg-navy h6 {
  color: white;
}
main#main section.bg-navy-dark {
  background-color: #0b2343;
  color: white;
}
main#main section.bg-navy-dark a:not(.button) {
  color: #f26c59;
  text-decoration: underline;
}
main#main section.bg-navy-dark a:not(.button):hover, main#main section.bg-navy-dark a:not(.button).active {
  color: #ee422a;
  text-decoration: underline;
}
main#main section.bg-navy-dark h1,
main#main section.bg-navy-dark h2,
main#main section.bg-navy-dark h3,
main#main section.bg-navy-dark h4,
main#main section.bg-navy-dark h5,
main#main section.bg-navy-dark h6 {
  color: white;
}
main#main section.bg-orange {
  background-color: #f26c59;
  color: white;
}
main#main section.bg-orange a:not(.button) {
  color: #0b2343;
  text-decoration: underline;
}
main#main section.bg-orange a:not(.button):hover, main#main section.bg-orange a:not(.button).active {
  color: #040c17;
  text-decoration: underline;
}
main#main section.bg-orange h1,
main#main section.bg-orange h2,
main#main section.bg-orange h3,
main#main section.bg-orange h4,
main#main section.bg-orange h5,
main#main section.bg-orange h6 {
  color: white;
}
main#main section#pricing .prices table tr th:first-child {
  width: 15% !important;
}

main#main section#videos .responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
main#main section#videos .responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#main section#hero {
  background: #0b2343 url("/img/wiser/landing/pages/landing/hero/bg-hover@1x.jpg") center/cover no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
main#main section#hero h1 {
  margin-bottom: 0;
}
main#main section#hero .callout {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin: 25px inherit;
  margin: 1.5625rem inherit;
  padding: 15px 0px 30px;
  padding: 0.9375rem 0px 1.875rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section#hero .callout {
    margin: 50px inherit;
    margin: 3.125rem inherit;
    padding: 30px 20px;
    padding: 1.875rem 1.25rem;
  }
}
main#main section#hero .callout p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}
@media only screen and (min-width: 64.063em) {
  main#main section#hero .callout p {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bold;
  }
}
main#main section#hero .callout .button {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 64.063em) {
  main#main section#hero .callout .button {
    font-size: 20px;
    font-size: 1.25rem;
    width: auto;
  }
}
main#main section#hero .row .column-1 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 20px;
}
main#main section#hero .row .column-1:after {
  border-top: 1px solid white;
  content: '';
  display: inline-block;
  left: 30%;
  right: 30%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 64.063em) {
  main#main section#hero .row .column-1 {
    padding-right: 30px;
    padding-right: 1.875rem;
    text-align: left;
  }
  main#main section#hero .row .column-1:after {
    display: none;
  }
}
main#main section#hero .row .column-1 p {
  font-size: inherit;
}
main#main section#hero .row .column-2 h2 {
  color: #f26c59;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
main#main section#hero .row .column-2 ul {
  list-style: none;
}
main#main section#hero .row .column-2 ul li {
  font-weight: bold;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 64.063em) {
  main#main section#hero .row .column-2 ul li {
    text-transform: none;
  }
}
main#main section#title h1 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 64.063em) {
  main#main section#title h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
main#main section.product h1 {
  color: #f26c59;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section.product h1 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
main#main section.product p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section.product p {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
main#main section.product p.highlight {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section.product p.highlight {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
  }
}
main#main section.product .image {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
main#main section.product .image.follow-bar img {
  width: 271px;
  height: auto;
}
main#main section.product .image.article-tile img {
  width: 626px;
  height: auto;
}
main#main section.product .image-highlight {
  -webkit-border-radius: 9000px;
  -moz-border-radius: 9000px;
  border-radius: 9000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  margin: 0px auto 20px;
  margin: 0px auto 1.25rem;
  max-width: 170px;
  max-width: 10.625rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
main#main section.product .image-highlight img {
  height: auto;
  width: 100%;
}
main#main section.product .button {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 64.063em) {
  main#main section.product .button {
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
    width: auto;
  }
}
main#main section #team ul[class*="block-grid-"] li {
  text-align: center;
}
main#main section #team ul[class*="block-grid-"] li .image {
  -webkit-border-radius: 9000px;
  -moz-border-radius: 9000px;
  border-radius: 9000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  margin: 0px auto 20px;
  margin: 0px auto 1.25rem;
  max-width: 170px;
  max-width: 10.625rem;
}
main#main section #team ul[class*="block-grid-"] li .image img {
  height: auto;
  width: 100%;
}
main#main section #team ul[class*="block-grid-"] li .details {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative;
}
main#main section #team ul[class*="block-grid-"] li .details > * {
  display: block;
}
main#main section #team ul[class*="block-grid-"] li .details .name {
  font-weight: normal;
  text-transform: uppercase;
}
main#main section #team ul[class*="block-grid-"] li .details .position {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
main#main section #team ul[class*="block-grid-"] li .details:before, main#main section #team ul[class*="block-grid-"] li .details:after {
  border-top: 1px solid white;
  content: '';
  display: inline-block;
  left: 30%;
  right: 30%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
main#main section #team ul[class*="block-grid-"] li .details:before {
  top: 0;
  bottom: auto;
}
main#main section #pricing h1 {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
main#main section #pricing .small {
  padding: 0.75rem 1.5rem !important;
  font-size: .75rem;
}
main#main section #pricing .prices {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
main#main section #pricing .prices .yes-no {
  background: transparent url("/img/wiser/landing/pages/product/pricing/yes-no@1x.png") bottom left no-repeat;
  display: inline-block;
  height: 31px;
  overflow: hidden;
  text-indent: -9000%;
  width: 31px;
}
main#main section #pricing .prices .yes-no.no {
  background-position: top left;
}
main#main section #pricing .prices table {
  background: transparent;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
main#main section #pricing .prices table tr {
  background: transparent;
}
main#main section #pricing .prices table tr th,
main#main section #pricing .prices table tr td {
  border-top: 1px solid #dedddb;
  color: black;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  text-align: center;
}
main#main section #pricing .prices table tr th:first-child,
main#main section #pricing .prices table tr td:first-child {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  width: 40%;
}
main#main section #pricing .prices table tr th:nth-child(2), main#main section #pricing .prices table tr th:nth-child(3), main#main section #pricing .prices table tr th:nth-child(4),
main#main section #pricing .prices table tr td:nth-child(2),
main#main section #pricing .prices table tr td:nth-child(3),
main#main section #pricing .prices table tr td:nth-child(4) {
  border-right: 6px solid #f1f4f3;
  border-left: 6px solid #f1f4f3;
  background-color: #e7edeb;
  width: 20%;
}
main#main section #pricing .prices table tr th:nth-child(2),
main#main section #pricing .prices table tr td:nth-child(2) {
  border-left: 0;
}
main#main section #pricing .prices table thead {
  background: transparent;
  vertical-align: top;
}
main#main section #pricing .prices table thead th {
  border-top: 0;
}
main#main section #pricing .prices table thead th:not(:first-child) {
  background-color: #e7edeb !important;
}
main#main section #pricing .prices table thead h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 120%;
  color: #f26c59;
}
main#main section #pricing .prices table thead p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 130%;
}
main#main section #pricing .prices table tbody tr:first-child th,
main#main section #pricing .prices table tbody tr:first-child td {
  background: #eef2f1;
  font-weight: bold;
  border-top: 1px solid #e6e5e3;
}
main#main section #pricing .prices table tbody tr:first-child th:first-child,
main#main section #pricing .prices table tbody tr:first-child td:first-child {
  background: #eef2f1;
  color: #0b2343;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}
main#main section #pricing .prices table tbody:first-of-type tr:first-child th,
main#main section #pricing .prices table tbody:first-of-type tr:first-child td {
  border-top: 0;
}
main#main section #pricing .row.mobile > .columns {
  padding-left: 0;
  padding-right: 0;
}
main#main section #pricing .row.mobile .prices .platforms {
  background: #e7edeb;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
main#main section #pricing .row.mobile .prices .platforms > .trigger {
  background-color: #f26c59;
  color: white;
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  text-decoration: none;
}
main#main section #pricing .row.mobile .prices .platforms > .trigger > * {
  display: block;
}
main#main section #pricing .row.mobile .prices .platforms > .trigger .title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 120%;
  text-transform: uppercase;
}
main#main section #pricing .row.mobile .prices .platforms > .trigger .description {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  line-height: 130%;
}
main#main section #pricing .row.mobile .prices .platforms table tr th:first-child,
main#main section #pricing .row.mobile .prices .platforms table tr td:first-child {
  width: 65%;
}
main#main section #pricing .row.mobile .prices .platforms table tr th:nth-child(2),
main#main section #pricing .row.mobile .prices .platforms table tr td:nth-child(2) {
  border-right: 0;
  border-left: 0;
  width: 35%;
}
main#main section #pricing .row.mobile .prices .platforms table tr:first-child th:first-child,
main#main section #pricing .row.mobile .prices .platforms table tr:first-child td:first-child {
  font-size: 16px;
  font-size: 1rem;
}
main#main section #pricing .button {
  margin-bottom: 0;
  padding: 25px 100px;
  padding: 1.5625rem 6.25rem;
}
main#main section#relationships h1 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section#relationships h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
main#main section#relationships h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-transform: none;
}
@media only screen and (min-width: 64.063em) {
  main#main section#relationships h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
}
main#main section#relationships ul[class*="block-grid-"] a {
  color: #0b2343;
  display: block;
  font-family: Georgia, Times, "Times New Roman", serif;
  margin: 0px;
  margin: 0rem;
  padding: 10px;
  padding: 0.625rem;
  font-style: italic;
  font-weight: bold;
}
@media only screen and (min-width: 64.063em) {
  main#main section#relationships ul[class*="block-grid-"] a {
    margin: 0 20px;
    margin: 0 1.25rem;
    padding: 30px 0;
    padding: 1.875rem 0;
  }
}
main#main section#relationships ul[class*="block-grid-"] a:hover {
  background-color: whitesmoke;
  color: inherit;
  text-decoration: none;
}
main#main section#relationships ul[class*="block-grid-"] a .image {
  position: relative;
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section#relationships ul[class*="block-grid-"] a .image {
    height: 40px;
    height: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
main#main section#relationships .clients {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
main#main section#relationships .members .image:after {
  display: none !important;
}
main#main section#testimonials {
  color: white;
}
main#main section#testimonials .column-1 .image {
  -webkit-border-radius: 9000px;
  -moz-border-radius: 9000px;
  border-radius: 9000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
main#main section#testimonials .column-1 .image img {
  height: auto;
  width: 100%;
}
main#main section#testimonials .column-1 strong {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  margin-right: -50px;
  margin-right: -3.125rem;
  margin-left: -50px;
  margin-left: -3.125rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 64.063em) {
  main#main section#testimonials .column-1 strong:after {
    border-bottom: 2px solid white;
    content: '';
    position: absolute;
    top: 0;
    left: 22%;
    right: 22%;
  }
}
main#main section#testimonials .column-1 ul.details {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section#testimonials .column-1 ul.details {
    margin-right: -50px;
    margin-right: -3.125rem;
    margin-left: -50px;
    margin-left: -3.125rem;
    text-align: left;
  }
}
main#main section#testimonials .column-1 ul.details li {
  font-family: Georgia, Times, "Times New Roman", serif;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
main#main section#testimonials .column-1 ul.details li.position {
  font-weight: bold;
  font-style: italic;
  position: relative;
}
@media only screen and (min-width: 64.063em) {
  main#main section#testimonials .column-1 ul.details li.position {
    text-align: right;
  }
  main#main section#testimonials .column-1 ul.details li.position:after {
    border-right: 1px solid white;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
main#main section#testimonials .column-1 ul.details li.company {
  text-align: center;
}
@media only screen and (min-width: 64.063em) {
  main#main section#testimonials .column-1 ul.details li.company {
    text-align: left;
  }
}
main#main section#testimonials .column-2 blockquote {
  border: 0;
  color: white;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: bold;
  padding: 9px 0px 0px;
  padding: 0.5625rem 0px 0px;
  position: relative;
}
@media only screen and (min-width: 64.063em) {
  main#main section#testimonials .column-2 blockquote {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 9px 18px 0px;
    padding: 0.5625rem 1.125rem 0px;
  }
}
main#main section#testimonials .column-2 blockquote:before, main#main section#testimonials .column-2 blockquote:after {
  background: transparent url("/img/wiser/landing/pages/landing/testimonials/quotes@1x.png") top left/cover no-repeat;
  content: '';
  display: block;
  height: 17px;
  height: 1.0625rem;
  overflow: hidden;
  position: absolute;
  width: 24px;
  width: 1.5rem;
  top: 12px;
  top: 0.75rem;
  left: -35px;
  left: -2.1875rem;
  right: auto;
}
@media only screen and (min-width: 64.063em) {
  main#main section#testimonials .column-2 blockquote:before, main#main section#testimonials .column-2 blockquote:after {
    background: transparent url("/img/wiser/landing/pages/landing/testimonials/quotes@1x.png") top left/cover no-repeat;
    height: 25px;
    height: 1.5625rem;
    width: 35px;
    width: 2.1875rem;
    top: 24px;
    top: 1.5rem;
    left: -45px;
    left: -2.8125rem;
  }
}
main#main section#testimonials .column-2 blockquote:after {
  background-position: top right;
  right: -35px;
  right: -2.1875rem;
  left: auto;
}
@media only screen and (min-width: 64.063em) {
  main#main section#testimonials .column-2 blockquote:after {
    right: -45px;
    right: -2.8125rem;
  }
}
main#main section#featured {
  background-color: whitesmoke;
  text-align: center;
}
@media only screen and (min-width: 64.063em) {
  main#main section#featured {
    padding: 0;
  }
}
main#main section#featured h2 {
  text-transform: none;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
main#main section#featured ul li span {
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 64.063em) {
  main#main section#featured ul li {
    height: 100px;
    height: 6.25rem;
    line-height: 100px;
    line-height: 6.25rem;
  }
}

main#main section#pricing h1 {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  font-size: 36px;
  font-size: 2.25rem;
}
main#main section#pricing p {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
main#main section#pricing .prices {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
main#main section#pricing .prices .yes-no {
  background: transparent url("/img/wiser/landing/pages/product/pricing/yes-no@1x.png") bottom left no-repeat;
  display: inline-block;
  height: 31px;
  overflow: hidden;
  text-indent: -9000%;
  width: 31px;
}
main#main section#pricing .prices .yes-no.no {
  background-position: top left;
}
main#main section#pricing .prices table {
  background: transparent;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
main#main section#pricing .prices table tr {
  background: transparent;
}
main#main section#pricing .prices table tr th,
main#main section#pricing .prices table tr td {
  border-top: 1px solid #2f496b;
  color: white;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  text-align: center;
}
main#main section#pricing .prices table tr th:first-child,
main#main section#pricing .prices table tr td:first-child {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  width: 40%;
}
main#main section#pricing .prices table tr th:nth-child(2), main#main section#pricing .prices table tr th:nth-child(3), main#main section#pricing .prices table tr th:nth-child(4),
main#main section#pricing .prices table tr td:nth-child(2),
main#main section#pricing .prices table tr td:nth-child(3),
main#main section#pricing .prices table tr td:nth-child(4) {
  border-right: 6px solid #1c395e;
  border-left: 6px solid #1c395e;
  background-color: #0b2343;
  width: 20%;
}
main#main section#pricing .prices table tr th:nth-child(2),
main#main section#pricing .prices table tr td:nth-child(2) {
  border-left: 0;
}
main#main section#pricing .prices table tr th.features,
main#main section#pricing .prices table tr td.features {
  text-align: center !important;
  background: #2f496b !important;
  border-top: 1px solid #1c395e !important;
  border-bottom: 1px solid #1c395e !important;
  border-right: 6px solid #1c395e !important;
}
main#main section#pricing .prices table thead {
  background: transparent;
  vertical-align: top;
}
main#main section#pricing .prices table thead th {
  border-top: 0;
}
main#main section#pricing .prices table thead th:not(:first-child) {
  background-color: #f26c59 !important;
}
main#main section#pricing .prices table thead h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 120%;
}
main#main section#pricing .prices table thead p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 130%;
}
main#main section#pricing .prices table tbody tr:first-child th,
main#main section#pricing .prices table tbody tr:first-child td {
  background: #122948;
  font-weight: bold;
  border-top: 1px solid white;
}
main#main section#pricing .prices table tbody tr:first-child th:first-child,
main#main section#pricing .prices table tbody tr:first-child td:first-child {
  background: #223e62;
  color: #f26c59;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}
main#main section#pricing .prices table tbody:first-of-type tr:first-child th,
main#main section#pricing .prices table tbody:first-of-type tr:first-child td {
  border-top: 0;
}
main#main section#pricing .row.mobile > .columns {
  padding-left: 0;
  padding-right: 0;
}
main#main section#pricing .row.mobile .prices .platforms {
  background: #223e62;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
main#main section#pricing .row.mobile .prices .platforms > .trigger {
  background-color: #f26c59;
  color: white;
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  text-decoration: none;
}
main#main section#pricing .row.mobile .prices .platforms > .trigger > * {
  display: block;
}
main#main section#pricing .row.mobile .prices .platforms > .trigger .title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 120%;
  text-transform: uppercase;
}
main#main section#pricing .row.mobile .prices .platforms > .trigger .description {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  line-height: 130%;
}
main#main section#pricing .row.mobile .prices .platforms table tr th:first-child,
main#main section#pricing .row.mobile .prices .platforms table tr td:first-child {
  width: 65%;
}
main#main section#pricing .row.mobile .prices .platforms table tr th:nth-child(2),
main#main section#pricing .row.mobile .prices .platforms table tr td:nth-child(2) {
  border-right: 0;
  border-left: 0;
  width: 35%;
}
main#main section#pricing .row.mobile .prices .platforms table tr:first-child th:first-child,
main#main section#pricing .row.mobile .prices .platforms table tr:first-child td:first-child {
  font-size: 16px;
  font-size: 1rem;
}
main#main section#pricing .button {
  margin-bottom: 0;
  padding: 25px 0px;
  padding: 1.5625rem 0px;
  display: block;
  font-size: 14px;
}
main#main section#pricing.home .prices table thead {
  background: transparent;
  vertical-align: top;
}
main#main section#pricing.home .prices table thead th {
  border-top: 0;
}
main#main section#pricing.home .prices table thead th:not(:first-child) {
  background-color: #0b2343 !important;
}
main#main section#pricing.home .prices table thead h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 120%;
  color: #f26c59 !important;
}
main#main section#pricing.home .prices table thead p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 130%;
}
main#main section#solutions {
  background: #f26c59 url("/img/wiser/landing/pages/product/solutions/bg@1x.jpg") center/cover no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}
main#main section#solutions h1 {
  border-bottom: 1px solid white;
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section#solutions h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
main#main section#solutions p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 22px;
  font-size: 1.375rem;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
@media only screen and (min-width: 64.063em) {
  main#main section#solutions p {
    width: 80%;
  }
}
main#main section#solutions p:last-child {
  margin-bottom: 0;
}
main#main section#questions {
  text-align: center;
}
@media only screen and (min-width: 64.063em) {
  main#main section#questions {
    text-align: left;
  }
}
main#main section#questions h1 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  text-align: center;
}
@media only screen and (min-width: 64.063em) {
  main#main section#questions h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
main#main section#questions .question {
  font-family: Georgia, Times, "Times New Roman", serif;
}
main#main section#questions .question h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
main#main section#questions .question .answer {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
}
main#main section#questions .question .answer:after {
  border-top: 1px solid #f26c59;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 40%;
  right: 40%;
}
@media only screen and (min-width: 64.063em) {
  main#main section#questions .question .answer:after {
    left: 45%;
    right: 45%;
  }
}
main#main section#questions .question .answer p {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
main#main section#questions .question .answer p:last-child {
  margin-bottom: 0;
}
main#main section#questions .question .answer p strong {
  color: #f26c59;
}
main#main section#questions .column-2 .question:last-child .answer:after {
  display: none;
}
@media only screen and (min-width: 64.063em) {
  main#main section#questions .column-2 .question:last-child .answer:after {
    display: block;
  }
}

main#main section#tool {
  padding-bottom: 140px;
}
main#main section#tool h1 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section#tool h1 {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
main#main section#tool p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  padding: 0px 0px 20px;
  padding: 0px 0px 1.25rem;
  margin: 0px;
  margin: 0rem;
  position: relative;
}
@media only screen and (min-width: 64.063em) {
  main#main section#tool p {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 0px 0px 50px;
    padding: 0px 0px 3.125rem;
  }
}
main#main section#tool p:first-of-type {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section#tool p:first-of-type {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
main#main section#tool p:first-of-type:before {
  border-top: 1px solid white;
  content: '';
  display: block;
  position: absolute;
  left: 20%;
  right: 20%;
  top: 0;
}
main#main section#tool .call-to-action {
  font-size: 1rem;
  padding: 30px 0;
  width: 100%;
}
main#main section#register .column-1 {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
main#main section#register .column-1:after {
  border-top: 1px solid #0b2343;
  content: '';
  display: block;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
}
@media only screen and (min-width: 64.063em) {
  main#main section#register .column-1 {
    margin-bottom: 0px;
    margin-bottom: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
  main#main section#register .column-1:after {
    display: none;
  }
}
main#main section#register .image {
  position: relative;
  top: -160px;
  top: -10rem;
  margin-bottom: -100px;
  margin-bottom: -6.25rem;
}
main#main section#register h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-top: 150px;
  margin-top: -150px;
}
main#main section#register .step a:not(.button) {
  color: #f26c59;
  text-decoration: none;
}
main#main section#register .step a:not(.button):hover, main#main section#register .step a:not(.button).active {
  color: #ee422a;
  text-decoration: none;
}
main#main section#register .step h3 {
  background-color: white;
  display: inline-block;
  -webkit-border-radius: 9000px;
  -moz-border-radius: 9000px;
  border-radius: 9000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  font-style: italic;
  height: 40px;
  height: 2.5rem;
  width: 40px;
  width: 2.5rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
  line-height: 40px;
  line-height: 2.5rem;
}
main#main section#register .step p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (min-width: 64.063em) {
  main#main section#register .step p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
main#main section#register .step blockquote {
  color: #f26c59;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  padding: 0;
}
@media only screen and (min-width: 64.063em) {
  main#main section#register .step blockquote {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
main#main section#register form input,
main#main section#register form textarea,
main#main section#register form .button {
  border: 0;
  box-shadow: none;
  display: block;
  height: 58px;
  height: 3.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}
@media only screen and (min-width: 64.063em) {
  main#main section#register form input,
  main#main section#register form textarea,
  main#main section#register form .button {
    height: 70px;
    height: 4.375rem;
    padding-left: 35px;
    padding-left: 2.1875rem;
    padding-right: 35px;
    padding-right: 2.1875rem;
  }
}
main#main section#register form textarea {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  height: 300px;
  height: 18.75rem;
}

main#main section#delivers {
  background: #0b2343 url("/img/wiser/landing/pages/about/hero/bg-hover@1x.jpg") center/cover no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
main#main section#delivers h1 {
  margin-bottom: 0;
}
main#main section#delivers p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}
@media only screen and (min-width: 64.063em) {
  main#main section#delivers p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
main#main section#delivers .callout {
  position: relative;
  margin: 25px inherit;
  margin: 1.5625rem inherit;
  padding: 15px 0px 30px;
  padding: 0.9375rem 0px 1.875rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section#delivers .callout {
    margin: 30px inherit;
    margin: 1.875rem inherit;
    padding: 30px 20px;
    padding: 1.875rem 1.25rem;
  }
}
main#main section#delivers .callout li {
  color: white;
  text-align: center;
  text-decoration: none;
}
main#main section#delivers .callout:before, main#main section#delivers .callout:after {
  border-top: 1px solid white;
  content: '';
  display: inline-block;
  left: 15%;
  right: 15%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
main#main section#delivers .callout:before {
  top: 0;
  bottom: auto;
}
main#main section#delivers .button {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
  padding: 10px 60px;
  padding: 0.625rem 3.75rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section#delivers .button {
    font-size: 20px;
    font-size: 1.25rem;
    width: auto;
  }
}
main#main section#information ul.links {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
main#main section#information ul.links[class*="block-grid-"] li {
  padding: 0;
}
main#main section#information ul.links[class*="block-grid-"] li a {
  background-color: #999999;
  color: white;
  display: block;
  height: 45px;
  height: 2.8125rem;
  line-height: 45px;
  line-height: 2.8125rem;
  text-transform: uppercase;
  width: 100%;
}
main#main section#information ul.links[class*="block-grid-"] li a:hover, main#main section#information ul.links[class*="block-grid-"] li a.active {
  background: #f26c59;
}
main#main section#information .containers > a {
  background-color: #999999;
  color: white;
  display: block;
  height: 55px;
  height: 3.4375rem;
  line-height: 55px;
  line-height: 3.4375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  width: 100%;
}
main#main section#information .containers > a:hover, main#main section#information .containers > a.active {
  background: #f26c59;
}
main#main section#information .containers > div {
  display: none;
}
main#main section#information .containers > div .columns {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
main#main section#information .containers > div .column-1 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
main#main section#information .containers > div .column-1:after {
  border-top: 1px solid #0b2343;
  content: '';
  display: inline-block;
  left: 15%;
  right: 15%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 64.063em) {
  main#main section#information .containers > div .column-1:after {
    border-top: 0;
    border-right: 1px solid #0b2343;
    left: auto;
    right: 0;
    margin: 0;
    position: absolute;
    top: 10%;
    bottom: 10%;
  }
}
main#main section#information .containers > div ul li {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section#information .containers > div ul li {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
}

main#main section#why h1 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section#why h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
main#main section#why h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-weight: normal;
}
main#main section#why p {
  font-family: Georgia, Times, "Times New Roman", serif;
}
main#main section#team h1 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section#team h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
main#main section#team ul[class*="block-grid-"] li {
  text-align: center;
}
main#main section#team ul[class*="block-grid-"] li .image {
  -webkit-border-radius: 9000px;
  -moz-border-radius: 9000px;
  border-radius: 9000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  margin: 0px auto 20px;
  margin: 0px auto 1.25rem;
  max-width: 170px;
  max-width: 10.625rem;
}
main#main section#team ul[class*="block-grid-"] li .image img {
  height: auto;
  width: 100%;
}
main#main section#team ul[class*="block-grid-"] li .details {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative;
}
main#main section#team ul[class*="block-grid-"] li .details > * {
  display: block;
}
main#main section#team ul[class*="block-grid-"] li .details .name {
  font-weight: normal;
  text-transform: uppercase;
}
main#main section#team ul[class*="block-grid-"] li .details .position {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
main#main section#team ul[class*="block-grid-"] li .details:before, main#main section#team ul[class*="block-grid-"] li .details:after {
  border-top: 1px solid white;
  content: '';
  display: inline-block;
  left: 30%;
  right: 30%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
main#main section#team ul[class*="block-grid-"] li .details:before {
  top: 0;
  bottom: auto;
}
main#main section#people h1 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64.063em) {
  main#main section#people h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
main#main section#people ul[class*="block-grid-"] li {
  text-align: center;
}
main#main section#people ul[class*="block-grid-"] li .image {
  -webkit-border-radius: 9000px;
  -moz-border-radius: 9000px;
  border-radius: 9000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  margin: 0px auto 20px;
  margin: 0px auto 1.25rem;
  max-width: 170px;
  max-width: 10.625rem;
}
main#main section#people ul[class*="block-grid-"] li .image img {
  height: auto;
  width: 100%;
}
main#main section#people ul[class*="block-grid-"] li .details {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative;
}
main#main section#people ul[class*="block-grid-"] li .details > * {
  display: block;
}
main#main section#people ul[class*="block-grid-"] li .details .name {
  font-weight: normal;
  text-transform: uppercase;
}
main#main section#people ul[class*="block-grid-"] li .details .position {
  font-family: Georgia, Times, "Times New Roman", serif;
}
main#main section#people ul[class*="block-grid-"] li .details:before {
  border-top: 1px solid #0b2343;
  content: '';
  display: inline-block;
  left: 30%;
  right: 30%;
  margin: 0 auto;
  position: absolute;
  top: 0;
}

footer#footer {
  background-color: #e6e5e3;
}
footer#footer a:not(.button) {
  color: #0b2343;
  text-decoration: none;
}
footer#footer a:not(.button):hover, footer#footer a:not(.button).active {
  color: #123a6f;
  text-decoration: none;
}
footer#footer section.footer {
  padding: 30px;
  padding: 1.875rem;
  text-align: center;
}
@media only screen and (min-width: 64.063em) {
  footer#footer section.footer {
    padding: 60px;
    padding: 3.75rem;
    text-align: left;
  }
}
footer#footer section.footer .mobile .columns {
  padding-left: 0;
  padding-right: 0;
}
footer#footer section.footer .mobile .column-4 {
  padding-top: 0;
}
footer#footer section.footer h4 {
  color: #f26c59;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
footer#footer section.footer .button:not(:hover):not(.signup) {
  background-color: #dedddb;
}
footer#footer section.footer nav {
  margin-bottom: 20px;
}
footer#footer section.footer nav ul {
  list-style: none;
}
footer#footer section.footer nav ul:not(.inline-list) {
  margin: 0;
}
footer#footer section.footer nav ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
footer#footer section.footer nav ul li a.address {
  white-space: nowrap;
}
footer#footer section.footer nav ul li a.button {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  width: 100%;
}
@media only screen and (min-width: 64.063em) {
  footer#footer section.footer nav ul li a.button {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    width: auto;
  }
}
footer#footer section.footer .column-4 {
  padding-top: 50px;
  padding-top: 3.125rem;
}
footer#footer section.footer .column-4 small {
  display: block;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.self-serve {
  background: whitesmoke;
  padding: 40px 0;
}
.self-serve.curator {
  padding: 40px 0 0;
}
.self-serve .category-name {
  background: white;
  border: 1px solid #efefef;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  height: 70px;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.self-serve .category-name.single-line {
  line-height: 50px;
}
.self-serve .category-name:hover {
  background: #ebebeb;
  color: #f26c59;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.self-serve .category-name.activated {
  background: #f26d59;
  color: white;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 2px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 1px 2px 0px rgba(0, 0, 0, 0.09);
  box-shadow: inset 1px 2px 0px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.self-serve h1 {
  border-bottom: 5px solid;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.self-serve .responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 60px;
}
.self-serve .responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.self-serve .success-message {
  color: #f26c59;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 40px;
}
.self-serve .landing-copy {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.self-serve .digest-list-item {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.self-serve .digest-list-item .description {
  background: #ebebeb;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  left: 10px;
  padding: 20px;
  position: absolute;
  right: 10px;
  z-index: 100;
}
.self-serve .digest-list-item .quick-view {
  border: 2px solid #f3f3f3;
  color: #b3a493;
  font-size: 10px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  right: 18px;
  top: 9px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.self-serve .digest-list-item:hover .quick-view {
  background: #ffffff;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.self-serve .digest-list-item:hover .quick-view:hover {
  border-color: #f26d59;
  color: #f26d59;
}
.self-serve .link-grid {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.self-serve .link-grid li {
  clear: none !important;
}
.self-serve .link-grid .self-serve-link {
  text-decoration: underline;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fafafa;
  padding: 10px;
  display: block;
  position: relative;
}
.self-serve .link-grid .self-serve-link:hover {
  background: #fff;
}
.self-serve .body-copy {
  margin-top: -15px;
  white-space: pre-line;
}
.self-serve .body-copy p {
  line-height: 34px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
}
.self-serve .signup-for-digest {
  margin-bottom: 30px;
}
.self-serve .signup-for-digest form {
  background: #ebebeb;
  padding: 20px;
}
.self-serve .signup-for-digest input {
  border: 0;
  box-shadow: none;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  height: 70px;
  height: 4.375rem;
  margin: 0;
  padding-left: 35px;
  padding-left: 2.1875rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
  width: 100%;
}
.self-serve .signup-for-digest .button {
  border: 0;
  box-shadow: none;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  height: 70px;
  height: 4.375rem;
  margin: 0;
  padding-left: 35px;
  padding-left: 2.1875rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
  width: 100%;
}
.self-serve .call-to-action .button {
  font-size: 24px !important;
  height: auto !important;
  width: 100%;
}
.self-serve .selfserve-articles table {
  background: initial;
  border: initial;
  margin-bottom: initial;
}
.self-serve .selfserve-articles td {
  display: block;
  line-height: initial;
}
.self-serve .selfserve-articles table tbody tr td {
  display: block;
  padding: initial;
}
.self-serve .selfserve-articles tbody, .self-serve .selfserve-articles tr {
  border-color: initial;
  display: block;
  vertical-align: initial;
}
.self-serve .selfserve-articles tr:nth-of-type(even) {
  background: initial;
}
.self-serve .digest {
  background: none !important;
  margin-top: -30px;
}
.self-serve .share-buttons {
  margin-top: 0 !important;
}
.self-serve .toc, .self-serve .recommended-for-you, .self-serve .header, .self-serve .footer, .self-serve .social-buttons, .self-serve .share-buttons {
  display: none !important;
}

.digest-description {
  background: #fff;
  border: 5px solid #0b2343;
  line-height: 24px;
  box-shadow: none;
}
.digest-description .self-serve-link {
  font-size: 18px;
  font-weight: bold;
}
.digest-description .digest-teaser {
  margin: 10px 0;
}
.digest-description .secondary-link {
  color: #f26c59;
  display: block;
  text-decoration: underline;
}
.digest-description .close-link {
  font-size: 14px;
}

.reveal-modal-bg {
  background: transparent;
}
