@font-face {
  font-family: "Lora-fallback";
  size-adjust: 115.65%;
  ascent-override: 81%;
  src: local("Times New Roman"); }

@font-face {
  font-family: "Playfair Display-fallback";
  size-adjust: 111.20%;
  ascent-override: 96%;
  src: local("Times New Roman"); }

@font-face {
  font-family: "Roboto-fallback";
  size-adjust: 100.05%;
  ascent-override: 97%;
  src: local("Arial"); }

@font-face {
  font-family: "Oswald-fallback";
  size-adjust: 86.94%;
  ascent-override: 120%;
  src: local("Arial"); }

@font-face {
  font-family: "Open Sans-fallback";
  size-adjust: 105.39999999999998%;
  ascent-override: 106%;
  src: local("Arial"); }

@font-face {
  font-family: "PT Serif-fallback";
  size-adjust: 110.49999999999997%;
  ascent-override: 97%;
  src: local("Times New Roman"); }

.blog-post-card {
  width: 100%;
  background-color: white;
  white-space: normal;
  position: relative;
  height: 100%; }
  .blog-post-card.full .blog-post-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    height: 72px; }
  .blog-post-card.compact .blog-post-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    height: 50px; }
  .blog-post-card.full, .blog-post-card.compact {
    border-radius: 4px;
    overflow: hidden; }
  .blog-post-card.simple .blog-post-title {
    padding-top: 10px; }
  .blog-post-card .blog-post-link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .blog-post-card .blog-post-link .blog-post-image {
      position: relative;
      background-size: cover;
      background-position: center;
      transition: all 0.2s;
      padding-bottom: 45%;
      flex: 1; }
      .blog-post-card .blog-post-link .blog-post-image .blog-category-badge {
        background-color: #03a9f4;
        color: white;
        text-transform: uppercase;
        padding: 5px 15px;
        font-size: 11px;
        line-height: 1.5em;
        position: absolute;
        bottom: 0;
        left: 0; }
    .blog-post-card .blog-post-link:hover {
      text-decoration: none; }
    .blog-post-card .blog-post-link .blog-card-content {
      background-color: white;
      border-left: 1px solid #dcdedf;
      border-right: 1px solid #dcdedf;
      border-bottom: 1px solid #dcdedf;
      border-radius: 0 0 4px 4px;
      padding: 16px;
      overflow: hidden;
      flex: 0 0 130px; }
      @media (max-width: 1199px) {
        .blog-post-card .blog-post-link .blog-card-content .blog-card-text {
          padding: 15px 15px 0; } }
  .blog-post-card .blog-post-title {
    color: #042d41;
    font-size: 16px;
    line-height: 1.5em;
    font-family: Lora, "Lora-fallback", Georgia, Times, serif;
    margin-bottom: 14px;
    min-height: 3em; }
  .blog-post-card .blog-post-date {
    font-size: 12px;
    line-height: 1.5em;
    color: #5c6468; }
  .blog-post-card.compact {
    min-height: 100px; }
    .blog-post-card.compact .blog-post-link {
      display: flex;
      flex-direction: row; }
      .blog-post-card.compact .blog-post-link .blog-post-image {
        flex: 1 1 40%;
        padding: 0;
        border-radius: 4px 0 0 4px; }
      .blog-post-card.compact .blog-post-link .blog-card-content {
        border-left: none;
        border-top: 1px solid #dcdedf;
        border-right: 1px solid #dcdedf;
        border-bottom: 1px solid #dcdedf;
        border-radius: 0 4px 4px 0;
        flex: 1 1 60%;
        padding: 12px; }

@font-face {
  font-family: "Lora-fallback";
  size-adjust: 115.65%;
  ascent-override: 81%;
  src: local("Times New Roman"); }

@font-face {
  font-family: "Playfair Display-fallback";
  size-adjust: 111.20%;
  ascent-override: 96%;
  src: local("Times New Roman"); }

@font-face {
  font-family: "Roboto-fallback";
  size-adjust: 100.05%;
  ascent-override: 97%;
  src: local("Arial"); }

@font-face {
  font-family: "Oswald-fallback";
  size-adjust: 86.94%;
  ascent-override: 120%;
  src: local("Arial"); }

@font-face {
  font-family: "Open Sans-fallback";
  size-adjust: 105.39999999999998%;
  ascent-override: 106%;
  src: local("Arial"); }

@font-face {
  font-family: "PT Serif-fallback";
  size-adjust: 110.49999999999997%;
  ascent-override: 97%;
  src: local("Times New Roman"); }

.signup-header-container {
  color: #162127;
  background-size: auto auto; }
  .signup-header-container .signup-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .signup-header-container .signup-section {
        flex-direction: column; } }
  .signup-header-container .signup-header {
    width: 100%;
    margin: 32px 0 36px; }
    @media (max-width: 991px) {
      .signup-header-container .signup-header {
        width: 50%; } }
    @media (max-width: 767px) {
      .signup-header-container .signup-header {
        text-align: center;
        width: 75%;
        margin: 24px 0 20px; } }
    @media (max-width: 479px) {
      .signup-header-container .signup-header {
        width: 100%; } }
  .signup-header-container .signup-header-text-wrapper {
    margin-bottom: 12px;
    max-width: 575px; }
    .signup-header-container .signup-header-text-wrapper .signup-header-text {
      font-family: Playfair Display, "Playfair Display-fallback", Lora, "Lora-fallback", Georgia, serif;
      font-weight: 800;
      font-size: 44px;
      line-height: 1.3em;
      font-weight: 800;
      line-height: 1.5em;
      background-color: #f7faf5; }
      @media (max-width: 991px) {
        .signup-header-container .signup-header-text-wrapper .signup-header-text {
          font-size: 34px;
          line-height: 1.2em; } }
  .signup-header-container .signup-subheader-text-wrapper {
    max-width: 575px; }
    .signup-header-container .signup-subheader-text-wrapper .signup-subheader-text {
      font-family: Helvetica Neue, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.5em;
      background: #f7faf5; }
      @media (max-width: 991px) {
        .signup-header-container .signup-subheader-text-wrapper .signup-subheader-text {
          font-size: 14px;
          line-height: 1.5em; } }
  .signup-header-container .email-section {
    max-width: 300px;
    height: 150px;
    border-radius: 3px;
    background-color: #f7faf5;
    text-align: center;
    width: 100%; }
    @media (max-width: 991px) {
      .signup-header-container .email-section {
        margin-left: 100px;
        max-width: 255px;
        height: 145px; } }
    @media (max-width: 767px) {
      .signup-header-container .email-section {
        max-width: 530px;
        height: 130px;
        background: none;
        margin-left: 0; } }
    .signup-header-container .email-section .email-form {
      flex-direction: column;
      margin-bottom: 0; }
      .signup-header-container .email-section .email-form .email {
        font-size: 14px;
        line-height: 1.5em;
        height: 45px;
        width: 235px;
        border: 1px solid #b9bcbe;
        border-radius: 3px;
        display: inline-block;
        margin: 20px auto 0;
        outline: none;
        padding: 7px 10px;
        text-align: left; }
        .signup-header-container .email-section .email-form .email.hidden {
          display: none; }
        .signup-header-container .email-section .email-form .email::-moz-placeholder {
          color: #5c6468; }
        .signup-header-container .email-section .email-form .email::placeholder {
          color: #5c6468; }
        @media (max-width: 767px) {
          .signup-header-container .email-section .email-form .email {
            margin-top: 0;
            width: 100%; } }
      .signup-header-container .email-section .email-form .bub-button {
        margin: 15px 0 20px 0;
        height: 45px;
        width: 235px; }
        @media (max-width: 767px) {
          .signup-header-container .email-section .email-form .bub-button {
            margin-bottom: 0;
            width: 100%; } }

