/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * CTA styles
 * Loads on front end and back end
 */
.ab-block-cta {
  margin: 0 0 1.2em 0;
  position: relative;
  background: #f2f2f2;
  color: #293038;
  padding: 5% 3%;
  border-radius: 5px; }
  .ab-block-cta .components-autocomplete {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    position: relative; }
  .ab-block-cta * {
    z-index: 10;
    position: relative; }
  .ab-block-cta.alignfull {
    border-radius: 0;
    padding: 8% 3%; }
  @media only screen and (max-width: 768px) {
    .ab-block-cta {
      padding: 8% 6%; } }
  @media only screen and (min-width: 768px) {
    .ab-block-cta.alignfull .ab-cta-content,
    .ab-block-cta.alignfull .ab-cta-button {
      max-width: 60%;
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) {
    .ab-block-cta.alignwide .ab-cta-content,
    .ab-block-cta.alignwide .ab-cta-button {
      max-width: 80%;
      margin: 0 auto; } }
  .ab-block-cta .ab-cta-image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 1; }
  .ab-block-cta .ab-cta-image {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  .ab-block-cta .ab-cta-title {
    display: inline-block;
    width: 100%;
    margin-bottom: .3em;
    line-height: 1.2; }
  .ab-block-cta .ab-cta-text {
    line-height: 1.4; }
    .ab-block-cta .ab-cta-text p {
      color: inherit; }
    .ab-block-cta .ab-cta-text a {
      color: inherit;
      -webkit-box-shadow: 0 -1px 0 inset;
              box-shadow: 0 -1px 0 inset;
      text-decoration: none; }
      .ab-block-cta .ab-cta-text a:hover {
        color: inherit;
        -webkit-box-shadow: 0 -2px 0 inset;
                box-shadow: 0 -2px 0 inset; }
  .ab-block-cta .ab-cta-button .blocks-rich-text {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .ab-block-cta .ab-button {
    text-align: center;
    font-size: 18px;
    line-height: 1 !important;
    background-color: #32373c;
    border: none;
    border-radius: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: .6em 1em;
    text-decoration: none;
    word-break: break-word;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    display: inline-block; }
    .ab-block-cta .ab-button:hover {
      -webkit-box-shadow: inset 0 0 200px rgba(255, 255, 255, 0.15);
              box-shadow: inset 0 0 200px rgba(255, 255, 255, 0.15); }
  .ab-block-cta .ab-cta-title:empty,
  .ab-block-cta .ab-cta-text:empty,
  .ab-block-cta .ab-cta-button:empty,
  .ab-block-cta .ab-button:empty {
    display: none; }
  .ab-block-cta .ab-button-shape-square {
    border-radius: 0; }
  .ab-block-cta .ab-button-shape-rounded {
    border-radius: 5px; }
  .ab-block-cta .ab-button-shape-circular {
    border-radius: 100px; }
  .ab-block-cta .ab-button-size-small {
    font-size: 14px; }
  .ab-block-cta .ab-button-size-medium {
    font-size: 20px; }
  .ab-block-cta .ab-button-size-large {
    font-size: 26px;
    padding: .8em 1.2em; }
  .ab-block-cta .ab-button-size-extralarge {
    font-size: 32px;
    padding: .8em 1.2em; }
  .ab-block-cta .ab-font-size-24.ab-cta-title {
    font-size: 24px; }
  .ab-block-cta .ab-font-size-26.ab-cta-title {
    font-size: 26px; }
  .ab-block-cta .ab-font-size-28.ab-cta-title {
    font-size: 28px; }
  .ab-block-cta .ab-font-size-30.ab-cta-title {
    font-size: 30px; }
  .ab-block-cta .ab-font-size-32.ab-cta-title {
    font-size: 32px; }
  .ab-block-cta .ab-font-size-34.ab-cta-title {
    font-size: 34px; }
  .ab-block-cta .ab-font-size-36.ab-cta-title {
    font-size: 36px; }
  .ab-block-cta .ab-font-size-38.ab-cta-title {
    font-size: 38px; }
  .ab-block-cta .ab-font-size-40.ab-cta-title {
    font-size: 40px; }
  .ab-block-cta .ab-font-size-42.ab-cta-title {
    font-size: 42px; }
  .ab-block-cta .ab-font-size-44.ab-cta-title {
    font-size: 44px; }
  .ab-block-cta .ab-font-size-46.ab-cta-title {
    font-size: 46px; }
  .ab-block-cta .ab-font-size-48.ab-cta-title {
    font-size: 48px; }
  .ab-block-cta .ab-font-size-50.ab-cta-title {
    font-size: 50px; }
  .ab-block-cta .ab-font-size-52.ab-cta-title {
    font-size: 52px; }
  .ab-block-cta .ab-font-size-54.ab-cta-title {
    font-size: 54px; }
  .ab-block-cta .ab-font-size-56.ab-cta-title {
    font-size: 56px; }
  .ab-block-cta .ab-font-size-58.ab-cta-title {
    font-size: 58px; }
  .ab-block-cta .ab-font-size-60.ab-cta-title {
    font-size: 60px; }
  .ab-block-cta .blocks-button__inline-link {
    margin-top: 15px; }
  .ab-block-cta .ab-cta-image:not(.has-background-dim) {
    opacity: 0; }
  .ab-block-cta .has-background-dim {
    opacity: .5; }
  .ab-block-cta .has-background-dim-10 {
    opacity: .1; }
  .ab-block-cta .has-background-dim-20 {
    opacity: .2; }
  .ab-block-cta .has-background-dim-30 {
    opacity: .3; }
  .ab-block-cta .has-background-dim-40 {
    opacity: .4; }
  .ab-block-cta .has-background-dim-50 {
    opacity: .5; }
  .ab-block-cta .has-background-dim-60 {
    opacity: .6; }
  .ab-block-cta .has-background-dim-70 {
    opacity: .7; }
  .ab-block-cta .has-background-dim-80 {
    opacity: .8; }
  .ab-block-cta .has-background-dim-90 {
    opacity: .9; }
  .ab-block-cta .has-background-dim-100 {
    opacity: 1; }

.ab-button-right {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 100%;
  position: relative; }

.ab-button-center {
  margin: 0 auto; }

.ab-cta-inspector-media.components-button {
  vertical-align: top;
  border: 1px solid #e2e4e7;
  background-color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 3px;
  margin-bottom: 15px; }
  .ab-cta-inspector-media.components-button:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: solid 1px #555d66; }
  .ab-cta-inspector-media.components-button:first-child {
    margin-right: 8px; }
  .ab-cta-inspector-media.components-button svg {
    margin-right: 5px; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * Post grid styles
 * Loads on front end and back end
 */
.ab-block-post-grid {
  margin: 0 0 1.2em 0;
  position: relative; }
  .ab-block-post-grid .is-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0 2em; }
    .ab-block-post-grid .is-grid article {
      margin-bottom: 2.5em; }
  .ab-block-post-grid .is-grid.columns-2 {
    grid-template-columns: 1fr 1fr; }
  .ab-block-post-grid .is-grid.columns-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .ab-block-post-grid .is-grid.columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  @media only screen and (max-width: 600px) {
    .ab-block-post-grid div[class*="columns"].is-grid {
      grid-template-columns: 1fr; } }
  .ab-block-post-grid .ab-block-post-grid-image {
    margin-bottom: 1.2em; }
    .ab-block-post-grid .ab-block-post-grid-image img {
      display: block;
      width: 100%; }
  .ab-block-post-grid .ab-block-post-grid-text {
    text-align: left; }
  .ab-block-post-grid h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.2; }
    .ab-block-post-grid h2 a {
      color: #293038;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .ab-block-post-grid h2 a:hover {
        -webkit-box-shadow: inset 0 -2px 0 #5a3fd6;
                box-shadow: inset 0 -2px 0 #5a3fd6;
        color: #5a3fd6; }
  .ab-block-post-grid .ab-block-post-grid-byline {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #626e81;
    margin-bottom: 15px; }
  .ab-block-post-grid .ab-block-post-grid-author,
  .ab-block-post-grid .ab-block-post-grid-date {
    display: inline-block; }
    .ab-block-post-grid .ab-block-post-grid-author:not(:last-child):after,
    .ab-block-post-grid .ab-block-post-grid-date:not(:last-child):after {
      content: "\B7";
      vertical-align: middle;
      margin: 0 5px;
      line-height: 1; }
  .ab-block-post-grid .ab-block-post-grid-author a {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .ab-block-post-grid .ab-block-post-grid-author a:hover {
      color: inherit;
      -webkit-box-shadow: 0 -1px 0 inset;
              box-shadow: 0 -1px 0 inset;
      color: #5a3fd6; }
  .ab-block-post-grid .ab-block-post-grid-text p {
    margin: 0 0 15px 0;
    line-height: 1.5;
    font-size: 18px; }
    @media only screen and (max-width: 600px) {
      .ab-block-post-grid .ab-block-post-grid-text p {
        font-size: 16px; } }
    .ab-block-post-grid .ab-block-post-grid-text p:last-of-type {
      margin-bottom: 0; }
  .ab-block-post-grid .ab-block-post-grid-link {
    display: inline-block;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-weight: bold;
    color: #293038; }
    .ab-block-post-grid .ab-block-post-grid-link:hover {
      -webkit-box-shadow: 0 -2px 0 inset;
              box-shadow: 0 -2px 0 inset; }
  .ab-block-post-grid .ab-block-post-grid-excerpt div + p {
    margin-top: 15px; }
  .ab-block-post-grid .is-list article {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0 2em; }
    .ab-block-post-grid .is-list article:not(:last-child) {
      margin-bottom: 5%;
      padding-bottom: 5%; }
    @media only screen and (min-width: 600px) {
      .ab-block-post-grid .is-list article:not(:last-child) {
        border-bottom: solid 1px #eee; } }
    @media only screen and (max-width: 600px) {
      .ab-block-post-grid .is-list article {
        grid-template-columns: 1fr; } }
  .ab-block-post-grid .is-list .ab-block-post-grid-image {
    margin-bottom: 0; }
    @media only screen and (max-width: 600px) {
      .ab-block-post-grid .is-list .ab-block-post-grid-image {
        margin-bottom: 5%; } }
  @media only screen and (min-width: 600px) {
    .ab-block-post-grid .is-list .ab-block-post-grid-title {
      font-size: 34px; } }
  .ab-block-post-grid .is-list .no-thumb .ab-block-post-grid-text {
    grid-column: span 2; }
