
.featured-callout .callout-card .heading {
  font-family: "Work Sans", sans-serif;
  margin: 0;
  line-height: 1;
  letter-spacing: -1px; }
  
  .featured-callout .callout-card .heading:after {
    content: "";
    display: block;
    width: 60px;
    height: 0;
    border-top: 1px solid #7D868C;
    margin: 20px 0; }


.featured-callout .callout-card .heading {
  font-size: calc(24px + (38 - 24) * ((100vw - 300px) / (1600 - 300))); }

.featured-callout .callout-card a {
  font-weight: 600;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Work Sans", sans-serif;
  position: relative; }
  .featured-callout .callout-card a:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 0;
    background: #B31B1B;
    transition: width .4s ease; }
  .user-is-tabbing .featured-callout .callout-card a:focus, .featured-callout .callout-card .user-is-tabbing a:focus, .featured-callout .callout-card a:hover {
    text-decoration: none; }
    .user-is-tabbing .featured-callout .callout-card a:focus:after, .featured-callout .callout-card .user-is-tabbing a:focus:after, .featured-callout .callout-card a:hover:after {
      width: 100%;
      transition: width .4s ease; }

.user-is-tabbing :focus {
  outline: 1px dotted currentColor;
  outline-offset: 2px; }

.featured-callout {
  position: relative; }
  .featured-callout .container-fluid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    /* autoprefixer: ignore next */
    align-items: center; }
  .featured-callout .container-fluid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .featured-callout .container-fluid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
    .featured-callout .container-fluid > .callout-card {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row-align: center;
          align-self: center; }
    .featured-callout .container-fluid > .callout-image {
      -ms-grid-column: 2;
      grid-column: 2; }
  .featured-callout.inverted .container-fluid {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
  .featured-callout.inverted .container-fluid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .featured-callout.inverted .container-fluid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
    .featured-callout.inverted .container-fluid > .callout-card {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 1;
      grid-row: 1;
      margin: 0 0 0 -60px; }
    .featured-callout.inverted .container-fluid > .callout-image {
      -ms-grid-column: 1;
      grid-column: 1; }
  .featured-callout .callout-card {
    background: #fff;
    padding: 50px;
    margin-right: -60px;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 105; }
    .featured-callout .callout-card .card-label {
      text-transform: uppercase;
      font-weight: 600;
      font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (1600 - 300)));
      font-family: "Work Sans", sans-serif;
      margin: 0 0 15px; }
    .featured-callout .callout-card .heading br {
      display: block;
      margin-top: 15px; }
    .featured-callout .callout-card .card-copy {
      font-family: "Lora", serif; }
      .featured-callout .callout-card .card-copy + ul {
        margin-top: 40px; }
    .featured-callout .callout-card ul {
      padding: 0;
      list-style-type: none; }
      .featured-callout .callout-card ul li {
        margin: 10px 0; }
  .featured-callout .callout-image {
    position: relative;
    overflow: hidden; }
    .featured-callout .callout-image img {
      width: 100%; }
  @media (max-width: 767.98px) {
    .featured-callout .container-fluid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto; }
    .featured-callout .container-fluid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .featured-callout .container-fluid > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
      .featured-callout .container-fluid > .callout-card {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
        margin: -15px 15px 0 -15px;
        padding: 25px; }
      .featured-callout .container-fluid > .callout-image {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        margin: 0 -15px 0 15px; }
    .featured-callout.inverted .container-fluid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto; }
    .featured-callout.inverted .container-fluid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .featured-callout.inverted .container-fluid > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
      .featured-callout.inverted .container-fluid > .callout-card {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
        margin: -15px -15px 0 15px; }
      .featured-callout.inverted .container-fluid > .callout-image {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        margin: 0 15px 0 -15px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .featured-callout .container-fluid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto; }
    .featured-callout .container-fluid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .featured-callout .container-fluid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .featured-callout .container-fluid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .featured-callout .container-fluid > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
    .featured-callout .container-fluid > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
    .featured-callout .container-fluid > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3; }
      .featured-callout .container-fluid > .callout-card {
        margin-right: -140px; }
      .featured-callout .container-fluid > .callout-image {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2 / span 2; }
    .featured-callout.inverted .container-fluid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto; }
    .featured-callout.inverted .container-fluid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .featured-callout.inverted .container-fluid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .featured-callout.inverted .container-fluid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .featured-callout.inverted .container-fluid > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
    .featured-callout.inverted .container-fluid > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
    .featured-callout.inverted .container-fluid > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3; }
      .featured-callout.inverted .container-fluid > .callout-card {
        margin-left: -140px;
        -ms-grid-column: 3;
        grid-column: 3; }
      .featured-callout.inverted .container-fluid > .callout-image {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / span 2; } }
