@charset "UTF-8";
/* Functions & Mixins */
.gold-outline:focus {
  outline: 2px solid #fbc600 !important; }

/* Universal breakpoints */
::-moz-placeholder {
  color: #3b3c43; }
:-ms-input-placeholder {
  color: #3b3c43; }
::placeholder {
  color: #3b3c43; }

::-moz-placeholder {
  opacity: 1; }

.blog-text__header {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem; }
  .blog-text__header .blog-text__heading {
    margin: 1rem 0; }
  .blog-text__header--number {
    margin-right: 1rem;
    font-size: 36px;
    font-size: 2.25rem;
    color: #34657f;
    font-weight: 700;
    display: block;
    position: relative;
    bottom: -0.25rem; }
    .blog-text__header--number + .blog-text__heading {
      margin: 0; }
    @media screen and (min-width: 48rem) {
      .blog-text__header--number {
        font-size: 48px;
        font-size: 3rem; } }

.blog-text__heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: #3b3c43;
  margin: 1rem 0; }
  .blog-text__heading-video {
    font-size: 24px;
    font-size: 1.5rem;
    color: #3b3c43;
    font-weight: 500; }
  .blog-text__heading:first-of-type {
    margin-top: 0; }
  .blog-text__heading + p {
    margin-top: 0; }

.blog-text__block, .blog-text__list {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #3b3c43;
  margin: 1rem 0; }
  .blog-text__block:first-of-type, .blog-text__list:first-of-type {
    margin-top: 0; }
  .blog-text__block + .blog-text__block,
  .blog-text__block + .blog-text__list,
  .blog-text__block + .blog-text__block:first-of-type,
  .blog-text__block + .blog-text__list:first-of-type, .blog-text__list + .blog-text__block,
  .blog-text__list + .blog-text__list,
  .blog-text__list + .blog-text__block:first-of-type,
  .blog-text__list + .blog-text__list:first-of-type {
    margin-top: 1.5rem; }
  .blog-text__block + h2, .blog-text__list + h2 {
    margin-top: 2.25rem; }

.blog-text__block.-large {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.8125rem; }
  @media screen and (min-width: 48rem) {
    .blog-text__block.-large {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 2rem; } }

.blog-text__list {
  list-style-type: disc;
  padding-left: 1rem; }
  .blog-text__list.-ordered {
    list-style-type: decimal; }
  .blog-text__list > li {
    padding: 0.75rem 0; }
    .blog-text__list > li:first-child {
      padding-top: 0; }
    .blog-text__list > li:last-child {
      padding-bottom: 0; }

.blog-text__link {
  color: #3b3c43;
  text-decoration: none;
  word-break: break-word;
  overflow-wrap: break-word; }
  .blog-text__link-underline {
    color: #3b3c43;
    word-break: break-word;
    overflow-wrap: break-word; }
  .blog-text__link > span {
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #3b3c43;
    transition: box-shadow 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22); }
    .blog-text__link > span:hover, .blog-text__link > span:focus {
      box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, 0.85); }
    .blog-text__link > span.active {
      box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, 0.85); }
     

.blog-text__button {
  display: inline-block;
  border: 0;
  padding: 0.875rem;
  align-self: center;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  text-transform: uppercase;
  min-width: 13.4375rem;
  width: 100%; }
  .blog-text__button:focus {
    outline: 2px solid #3b3c43 !important; }
  .blog-text__button:hover {
    background-color: #3b3c43 !important;
    color: #ffffff !important; }
  .blog-text__button--home {
    background-color: #58A7AF;
    color: #ffffff; }
    .blog-text__button--home:hover {
      background-color: #4e97a3 !important; }
  .blog-text__button[type="submit"] {
    width: auto;
    min-width: 7.8125rem; }
  @media screen and (min-width: 30rem) {
    .blog-text__button {
      width: auto; } }

.blog-post {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 0.5rem;
  overflow-x: visible; }
  .blog-post + section {
    margin-top: 1.5rem; }
    @media screen and (min-width: 48rem) {
      .blog-post + section {
        margin-top: 3rem; } }
  .blog-post::after {
    content: '';
    background-color: #fbc600;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0.5rem;
    width: 14.375rem;
    float: right;
    -webkit-animation: from-right 750ms ease-in forwards;
    animation: from-right 750ms ease-in forwards; }
    @media screen and (min-width: 80rem) {
      .blog-post::after {
        width: calc(50vw - 410px); } }
  .blog-post-video {
    height: 20rem; }
  .blog-post__c1 {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 2.5rem;
    overflow-x: visible; }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .blog-post__c1 {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    @media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
      .blog-post__c1 {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media screen and (min-width: 80rem) {
      .blog-post__c1 {
        padding-left: 5rem;
        padding-right: 5rem; } }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .blog-post__c1 {
        width: 82.5rem; } }
    @media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
      .blog-post__c1 {
        width: 85rem; } }
    @media screen and (min-width: 80rem) {
      .blog-post__c1 {
        width: 90rem; } }
    .blog-post__c1-video {
      box-sizing: border-box;
      max-width: 100%;
      margin: 0 auto;
      position: relative;
      padding-bottom: 5rem;
      overflow-x: visible;
      height: 100%; }
      @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
        .blog-post__c1-video {
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
      @media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
        .blog-post__c1-video {
          padding-left: 2.5rem;
          padding-right: 2.5rem; } }
      @media screen and (min-width: 80rem) {
        .blog-post__c1-video {
          padding-left: 5rem;
          padding-right: 5rem; } }
      @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
        .blog-post__c1-video {
          width: 82.5rem; } }
      @media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
        .blog-post__c1-video {
          width: 85rem; } }
      @media screen and (min-width: 80rem) {
        .blog-post__c1-video {
          width: 90rem; } }
    .blog-post__c1 + .footnotes {
      margin-top: 2.5rem; }
  .blog-post__header {
    margin: 1rem 0;
    display: flex;
    flex-direction: column; }
    .blog-post__header-top {
      margin-bottom: 1rem; }
    .blog-post__header-link {
      font-size: 16px;
      font-size: 1rem;
      text-decoration: none;
      box-shadow: inset 0 -2px 0 0 #3b3c43 ;
      transition: box-shadow 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
      font-size: 16px;
      font-size: 1rem;
      color: #3b3c43; }
     .blog-post__header-link:hover, .blog-post__header-link:focus {
        box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, 0.85); }
      .blog-post__header-link.active {
        box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, 0.85); }
      
    .blog-post__header-copy {
      font-size: 16px;
      font-size: 1rem;
      color: #3b3c43;
      margin: 0; }
      .blog-post__header-copy:first-of-type {
        margin: 0 0.25rem; }
  .blog-post__c2 {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    .blog-post__c2-video {
      display: flex;
      align-items: flex-start;
      flex-direction: column; }
  .blog-post__c3 {
    display: flex;
    flex-direction: column; }
  .blog-post__c4 {
    display: flex;
    align-items: center;
    flex-direction: column; }
  .blog-post__paragraph {
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 80rem) {
      .blog-post__paragraph {
        margin: 4rem;
        font-size: 24px;
        font-size: 1.5rem; } }
  .blog-post__big-copy {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 6rem; }
  .blog-post__article, .blog-post__article2 {
    width: 100%; }
  .blog-post__aside, .blog-post__aside2,
  .blog-post .scrollmagic-pin-spacer {
    width: 100%;
    text-align: center;
    margin: 1.5rem auto 1.5rem; }
    .blog-post__aside-title, .blog-post__aside2-title,
    .blog-post .scrollmagic-pin-spacer-title {
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: 0.0125em;
      color: #3b3c43;
      font-weight: 500;
      margin: 0 auto 1rem; }
    .blog-post__aside.-sticky, .blog-post__aside2.-sticky,
    .blog-post .scrollmagic-pin-spacer.-sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 5.625rem; }
  .blog-post__share {
    display: flex;
    align-items: center;
    justify-content: center; }
    .blog-post__share-link {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 2.75rem;
      height: 2.75rem;
      margin-right: 1.5rem;
      transition: opacity 250ms ease; }
      .blog-post__share-link:last-of-type {
        margin-right: 0; }
      .blog-post__share-link:hover {
       /* opacity: 0.75; */
       background-color: #fbc600;
      }
    .blog-post__share-img {
      align-self: center; }
    .blog-post__share-button {
      display: inline-block;
      border: 0;
      padding: 0.875rem;
      align-self: center;
      text-align: center;
      box-sizing: border-box;
      line-height: 1;
      background-color: #fbc600;
      color: #3b3c43;
      font-weight: 500;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
      margin: 1.25rem 0 1.5rem;
      width: 100%; }
      .blog-post__share-button:focus {
        outline: 2px solid #3b3c43 !important; }
      .blog-post__share-button:hover {
        background-color: #3b3c43 !important;
        color: #ffffff !important; }
      .blog-post__share-button--home {
        background-color: #58A7AF;
        color: #ffffff; }
        .blog-post__share-button--home:hover {
          background-color: #4e97a3 !important; }
  .blog-post__link {
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #fbc600;
    transition: box-shadow 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    font-size: 16px;
    font-size: 1rem;
    color: #3b3c43; }
    .blog-post__link:hover, .blog-post__link:focus {
      box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, 0.85); }
    .blog-post__link.active {
      box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, 0.85); }
  .blog-post__copy {
    font-size: 16px;
    font-size: 1rem;
    color: #3b3c43;
    margin: 0; }
  @media screen and (min-width: 30rem) {
    .blog-post__share-button {
      width: auto; }
    .blog-post__header {
      flex-direction: row;
      align-items: center;
      margin: 2rem 0 2.5rem; }
      .blog-post__header-top {
        margin-right: 1.5rem;
        margin-bottom: 0; } }
  @media screen and (min-width: 48rem) {
    .blog-post__aside-title, .blog-post__aside2-title,
    .blog-post .scrollmagic-pin-spacer-title {
      font-size: 24px;
      font-size: 1.5rem;
      margin: 0 0 1rem; }
    .blog-post__share-button {
      margin: 2.25rem 0 1.5rem;
      min-width: 15rem; } }
  @media screen and (min-width: 64rem) {
    .blog-post__header-link {
      font-size: 24px;
      font-size: 1.5rem;
      text-decoration: none;
      box-shadow: inset 0 -2px 0 0 #3b3c43 ;
      transition: box-shadow 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
      font-size: 24px;
      font-size: 1.5rem; }
      .blog-post__header-link:hover, .blog-post__header-link:focus {
        box-shadow: inset 0 -10px 0 0 rgba(251, 198, 0, 0.85); }
      .blog-post__header-link.active {
        box-shadow: inset 0 -10px 0 0 rgba(251, 198, 0, 0.85); }
    .blog-post__header-copy {
      font-size: 24px;
      font-size: 1.5rem; }
      .blog-post__header-copy:first-of-type {
        margin: 0 0.5rem; }
    .blog-post__c1 + .footnotes {
      margin-top: 3.75rem; }
    .blog-post__c2 {
      align-items: flex-start;
      flex-direction: row; }
    .blog-post__aside,
    .blog-post .scrollmagic-pin-spacer {
      width: 35%;
      text-align: left;
      margin: 0 0 1.5rem; }
    .blog-post__share {
      justify-content: flex-start; }
      .blog-post__share-button {
        width: auto; }
    .blog-post__article {
      width: calc(65% - 2rem);
      margin-right: 2rem; }
      .blog-post__article--full-width {
        width: 100%; }
    .blog-post__list .blog-text__list {
      -moz-column-count: 2;
      column-count: 2;
      -moz-column-gap: 1.5rem;
      column-gap: 1.5rem; } }
  @media screen and (min-width: 89.375rem) {
    .blog-post__c4 {
      align-items: flex-start;
      flex-direction: row; }
    .blog-post__aside2 {
      width: 35%;
      text-align: left;
      margin: 0 0 1.5rem; }
    .blog-post__article2 {
      width: calc(65% - 2rem);
      margin-right: 2rem; } }

.to-top {
  display: none;
  position: absolute;
  bottom: 2.5rem;
  left: calc(65% - 1rem);
  max-width: 35vw; }
  .to-top__above {
    position: relative;
    bottom: 2.5rem;
    left: calc(85% - 1rem);
    margin: 4rem 0 2rem;
    max-width: 15vw; }
  .to-top__button {
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
    color: #3b3c43;
    font-weight: 500;
    cursor: pointer; }
    .to-top__button:hover .to-top__text,
    .to-top__button:focus .to-top__text {
      box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, 0.85);
      outline: 0; }
  .to-top__icon {
    transform: rotate(180deg);
    margin-right: 0.5rem; }
  .to-top__text {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #3b3c43;
    transition: box-shadow 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22); }
    .to-top__text:hover, .to-top__text:focus {
      box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, 0.85); 
      outline: 0;}
  @media screen and (min-width: 64rem) {
    .to-top {
      display: block; } }
  .to-top--mobile {
    display: flex;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 2rem auto;
    justify-content: center;
    align-items: center;
    width: 100%; }
    @media screen and (min-width: 64rem) {
      .to-top--mobile {
        display: none; } }

.blog-post__text-content, .blog-post__video, .blog-post__image, .blog-post__list, .blog-post__quote, .blog-post__quote-image, .blog-post__callout, .blog-post__callout-image, .blog-post__cta, .blog-post__form {
  display: block;
  margin: 1.75rem auto 0; }
  .blog-post__text-content:first-child, .blog-post__video:first-child, .blog-post__image:first-child, .blog-post__list:first-child, .blog-post__quote:first-child, .blog-post__quote-image:first-child, .blog-post__callout:first-child, .blog-post__callout-image:first-child, .blog-post__cta:first-child, .blog-post__form:first-child {
    margin-top: 0; }

.blog-post__video {
  position: relative; }
  .blog-post__video-media {
    position: relative;
    display: flex;
    padding-bottom: 56.25%;
    height: 100%;
    overflow: hidden;
    width: 100%; }
    .blog-post__video-media:focus {
      outline: 2px solid #3b3c43 !important; }
    .blog-post__video-media iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .blog-post__video .video-embed__media-start {
    position: absolute;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border: none;
    transition: 200ms ease-in-out;
    cursor: pointer; }

.blog-post__image-img + .blog-text__block,
.blog-post__image + .blog-text__block, .blog-post__image-crop-img + .blog-text__block,
.blog-post__image-crop + .blog-text__block {
  margin-top: 1rem; }

.blog-post__image.-left, .blog-post__image.-right, .blog-post__image-crop.-left, .blog-post__image-crop.-right {
  display: flex;
  flex-direction: column; }

.blog-post__image-crop {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 50%; }
  .blog-post__image-crop.-apsect-ratio-1x1 {
    padding-bottom: 100%; }
  .blog-post__image-crop.-apsect-ratio-5x4 {
    padding-bottom: 81%; }
  .blog-post__image-crop.-apsect-ratio-4x3 {
    padding-bottom: 75%; }
  .blog-post__image-crop.-apsect-ratio-3x2 {
    padding-bottom: 66.6666667%; }
  .blog-post__image-crop.-apsect-ratio-5x3 {
    padding-bottom: 60%; }
  .blog-post__image-crop.-apsect-ratio-16x9 {
    padding-bottom: 56.25%; }
  .blog-post__image-crop.-apsect-ratio-2x1 {
    padding-bottom: 50%; }
  .blog-post__image-crop.-apsect-ratio-5x2 {
    padding-bottom: 40%; }
  .blog-post__image-crop.-apsect-ratio-3x1 {
    padding-bottom: 33.3333333%; }

.blog-post__list .blog-text__heading {
  margin-bottom: 0.5rem; }

.blog-post__list .blog-text__list {
  margin-top: 0; }
  .blog-post__list .blog-text__list > li {
    padding: 0.75rem 0; }

.blog-post__quote {
  display: flex;
  flex-direction: column; }
  .blog-post__quote-block {
    font-size: 16px;
    font-size: 1rem;
    color: #3b3c43;
    line-height: 1.375rem;
    margin: 0.5rem 0 1rem 0;
    padding: 2rem 0 0 1.25rem;
    position: relative; }
    .blog-post__quote-block:before {
      content: '\201C';
      color: rgba(52, 101, 127, 0.5);
      font-size: 105px;
      font-size: 6.5625rem;
      position: absolute;
      top: 2.5rem;
      left: -0.25rem; }
  .blog-post__quote-footer {
    text-align: left;
    font-weight: 500;
    margin-left: 1.25rem; }
    .blog-post__quote-footer p {
      margin: 0; }

.blog-post__quote-image {
  display: flex;
  flex-direction: column; }
  .blog-post__quote-image .blog-post__quote {
    order: 2; }
  .blog-post__quote-image .blog-post__image {
    order: 1;
    padding: 0;
    margin: 0 0 1rem;
    width: 100%; }
  .blog-post__quote-image .blog-post__image-crop {
    order: 1;
    margin: 0 0 1rem;
    width: 100%; }

.blog-post__callout {
  background: linear-gradient(#417D9F 0%, #34657f 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem 1rem 2rem; }
  .blog-post__callout .blog-text__heading,
  .blog-post__callout .blog-text__block {
    color: #ffffff; }
  .blog-post__callout .blog-text__heading {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 auto; }
  .blog-post__callout .blog-text__block {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 1.5rem auto; }
  .blog-post__callout .blog-text__button {
    margin: 0; }

.blog-post__callout-image {
  display: flex;
  flex-direction: column; }
  .blog-post__callout-image .blog-post__image {
    margin: 0; }
  .blog-post__callout-image .blog-post__callout {
    margin: 0;
    text-align: center; }
    .blog-post__callout-image .blog-post__callout .blog-text__heading {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1;
      font-weight: 500;
      text-transform: none;
      margin: 0 auto; }
    .blog-post__callout-image .blog-post__callout .blog-text__block {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.125rem;
      margin: 1.5rem auto; }

.blog-post__cta {
  text-align: center;
  padding: 0.5rem 1rem 1rem; }
  .blog-post__cta .blog-text__heading {
    margin-bottom: 1.5rem; }

.blog-post__form {
  margin: 1.25rem 0 0 0;
  padding: 0.5rem 0 1rem;
  text-align: left;
  display: flex;
  flex-direction: column; }
  .blog-post__form .blog-text__heading {
    margin: 0 0 1rem; }
  .blog-post__form input {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.0125em;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    line-height: 1;
    padding: 0 0.75rem 0;
    margin: 0 0 1.25rem;
    height: 2.75rem;
    width: 100%;
    outline: none;
    border: 0;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none; }

@media screen and (min-width: 30rem) {
  .blog-post__quote-image {
    flex-direction: row;
    align-items: center; }
    .blog-post__quote-image .blog-post__quote {
      order: 1; }
    .blog-post__quote-image .blog-post__quote-block {
      max-width: 35rem; }
    .blog-post__quote-image .blog-post__image {
      order: 2;
      max-width: 24%;
      padding: 1rem 0;
      margin: 0 0 0 1rem; }
    .blog-post__quote-image .blog-post__image-crop {
      order: 2;
      max-width: 25%;
      margin: 0 0 0 1rem; }
      .blog-post__quote-image .blog-post__image-crop.-apsect-ratio-1x1 {
        padding-bottom: 25%; }
      .blog-post__quote-image .blog-post__image-crop.-apsect-ratio-5x4 {
        padding-bottom: calc(81% / 4); }
      .blog-post__quote-image .blog-post__image-crop.-apsect-ratio-4x3 {
        padding-bottom: calc(75% / 4); }
      .blog-post__quote-image .blog-post__image-crop.-apsect-ratio-3x2 {
        padding-bottom: calc(66.6666667% / 4); }
      .blog-post__quote-image .blog-post__image-crop.-apsect-ratio-5x3 {
        padding-bottom: calc(60% / 4); }
      .blog-post__quote-image .blog-post__image-crop.-apsect-ratio-16x9 {
        padding-bottom: calc(56.25% / 4); }
      .blog-post__quote-image .blog-post__image-crop.-apsect-ratio-2x1 {
        padding-bottom: calc(50% / 4); }
      .blog-post__quote-image .blog-post__image-crop.-apsect-ratio-5x2 {
        padding-bottom: calc(40% / 4); }
      .blog-post__quote-image .blog-post__image-crop.-apsect-ratio-3x1 {
        padding-bottom: calc(33.3333333% / 4); } }

@media screen and (min-width: 48rem) {
  .blog-post__quote-image .blog-post__image {
    padding: 2rem 0;
    margin: 0 0 0 2rem; }
  .blog-post__quote-image .blog-post__image-crop {
    margin: 0 0 0 2rem; }
  .blog-post__callout-image {
    flex-direction: row; }
    .blog-post__callout-image .blog-post__image,
    .blog-post__callout-image .blog-post__image-crop {
      width: 50%; }
    .blog-post__callout-image .blog-post__callout {
      width: calc(50% - 2rem);
      padding: 0 0 0 2rem;
      text-align: left;
      align-items: flex-start; }
      .blog-post__callout-image .blog-post__callout .blog-text__heading {
        margin: 0; }
      .blog-post__callout-image .blog-post__callout .blog-text__block {
        margin: 1.5rem 0; }
      .blog-post__callout-image .blog-post__callout .blog-text__button {
        align-self: flex-start; }
    .blog-post__callout-image .blog-post__image-crop.-apsect-ratio-1x1 {
      padding-bottom: 50%; }
    .blog-post__callout-image .blog-post__image-crop.-apsect-ratio-5x4 {
      padding-bottom: calc(81% / 2); }
    .blog-post__callout-image .blog-post__image-crop.-apsect-ratio-4x3 {
      padding-bottom: calc(75% / 2); }
    .blog-post__callout-image .blog-post__image-crop.-apsect-ratio-3x2 {
      padding-bottom: calc(66.6666667% / 2); }
    .blog-post__callout-image .blog-post__image-crop.-apsect-ratio-5x3 {
      padding-bottom: 30%; }
    .blog-post__callout-image .blog-post__image-crop.-apsect-ratio-16x9 {
      padding-bottom: calc(56.25% / 2); }
    .blog-post__callout-image .blog-post__image-crop.-apsect-ratio-2x1 {
      padding-bottom: 25%; }
    .blog-post__callout-image .blog-post__image-crop.-apsect-ratio-5x2 {
      padding-bottom: 20%; }
    .blog-post__callout-image .blog-post__image-crop.-apsect-ratio-3x1 {
      padding-bottom: calc(33.3333333% / 2); }
  .blog-post__form {
    flex-direction: row;
    padding: 0.5rem 1rem 1rem; }
    .blog-post__form form {
      width: 50%; }
    .blog-post__form .blog-text__heading {
      width: calc(50% - 2rem);
      margin: 0 2rem 0 0;
      align-self: center; } }

@media screen and (min-width: 64rem) {
  .blog-post__image.-left, .blog-post__image.-right {
    flex-direction: row;
    align-items: center; }
    .blog-post__image.-left .blog-post__image-img,
    .blog-post__image.-left .blog-post__image-crop, .blog-post__image.-right .blog-post__image-img,
    .blog-post__image.-right .blog-post__image-crop {
      width: 50%;
      align-self: center; }
    .blog-post__image.-left .blog-post__image-crop, .blog-post__image.-right .blog-post__image-crop {
      padding-bottom: 25%; }
      .blog-post__image.-left .blog-post__image-crop.-apsect-ratio-1x1, .blog-post__image.-right .blog-post__image-crop.-apsect-ratio-1x1 {
        padding-bottom: 50%; }
      .blog-post__image.-left .blog-post__image-crop.-apsect-ratio-5x4, .blog-post__image.-right .blog-post__image-crop.-apsect-ratio-5x4 {
        padding-bottom: calc(81% / 2); }
      .blog-post__image.-left .blog-post__image-crop.-apsect-ratio-4x3, .blog-post__image.-right .blog-post__image-crop.-apsect-ratio-4x3 {
        padding-bottom: calc(75% / 2); }
      .blog-post__image.-left .blog-post__image-crop.-apsect-ratio-3x2, .blog-post__image.-right .blog-post__image-crop.-apsect-ratio-3x2 {
        padding-bottom: calc(66.6666667% / 2); }
      .blog-post__image.-left .blog-post__image-crop.-apsect-ratio-5x3, .blog-post__image.-right .blog-post__image-crop.-apsect-ratio-5x3 {
        padding-bottom: 30%; }
      .blog-post__image.-left .blog-post__image-crop.-apsect-ratio-16x9, .blog-post__image.-right .blog-post__image-crop.-apsect-ratio-16x9 {
        padding-bottom: calc(56.25% / 2); }
      .blog-post__image.-left .blog-post__image-crop.-apsect-ratio-2x1, .blog-post__image.-right .blog-post__image-crop.-apsect-ratio-2x1 {
        padding-bottom: 25%; }
      .blog-post__image.-left .blog-post__image-crop.-apsect-ratio-5x2, .blog-post__image.-right .blog-post__image-crop.-apsect-ratio-5x2 {
        padding-bottom: 20%; }
      .blog-post__image.-left .blog-post__image-crop.-apsect-ratio-3x1, .blog-post__image.-right .blog-post__image-crop.-apsect-ratio-3x1 {
        padding-bottom: calc(33.3333333% / 2); }
    .blog-post__image.-left .blog-post__text-content, .blog-post__image.-right .blog-post__text-content {
      margin-top: 0;
      margin-left: 1.25rem;
      width: calc(50% - 1.25rem); }
  .blog-post__image.-right .blog-post__text-content {
    margin-left: 0;
    margin-right: 1.25rem;
    width: calc(50% - 1.25rem); }
  .blog-post__quote-block {
    margin: 1rem 0 1rem 0;
    padding: 2rem 0 0 2rem; }
    .blog-post__quote-block:before {
      font-size: 150px;
      font-size: 9.375rem; }
  .blog-post__quote-footer {
    text-align: right;
    max-width: 50%;
    align-self: flex-end;
    margin: 0; }
  .blog-post__quote-image .blog-post__image {
    padding: 2rem 0;
    margin: 0 0 0 2rem; }
  .blog-post__quote-image .blog-post__image-crop {
    margin: 0 0 0 2rem; }
  .blog-post__callout {
    padding: 4.5rem 1rem 4rem; }
    .blog-post__callout .blog-text__heading {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 3.5rem; }
    .blog-post__callout .blog-text__block {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.625rem;
      max-width: 75%;
      margin: 1.75rem auto 2rem; }
  .blog-post__form {
    padding: 0.5rem 2rem 1rem; }
  .blog-post__cta {
    padding: 1rem 2rem 2rem; } }

.blog-card {
  background-color: #fff;
  margin: 1.5rem 0 1rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left; }
  @media screen and (min-width: 62rem) {
    .blog-card {
      margin: 2.25rem 0 1rem; } }
  .blog-card__c2 {
    padding: 0.5rem 1rem 1rem;
    width: 100%;
    box-sizing: border-box; }
  .blog-card__title-shadow-wrap {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3)); }
  .blog-card__title
  {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    top: -10px;
    left: -10px;
    margin: 0;
    padding: 0.3rem 1.5rem 0.3rem 0.5rem;
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
    white-space: nowrap;
    background-color: #34657f;
    text-transform: none; }
    @media screen and (min-width: 48rem) {
      .blog-card__title {
        font-size: 24px;
        font-size: 1.5rem; 
		} 
	}
	.blog-card__title.blog-card__memorialday_title {
    white-space: inherit;
	}
	
	.blog-card__title.blog-card__Carcare_title{
	color: #3b3c43;
	background-color: #fbc600;
	
	}
	
  .blog-card__title-icon {
    margin: auto 0.5rem auto 0;
    max-width: 3rem; }
  .blog-card__card-container {
    display: flex;
    align-items: center; }
  .blog-card__card-container-text {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0; }
    @media screen and (min-width: 48rem) {
      .blog-card__card-container-text {
        font-size: 24px;
        font-size: 1.5rem; } }
  .blog-card__list {
    padding-left: 0;
    list-style: none; }
  .blog-card__list-item:before {
    content: '✓';
    padding-right: 0.5rem; }
  .blog-card__links-container {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem; }
  .blog-card__link {
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #3b3c43 ;
    transition: box-shadow 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    letter-spacing: 0.0125em;
    color: #3b3c43;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0.625rem; }
   .blog-card__link:hover, .blog-card__link:focus {
      box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, 0.85); }
    .blog-card__link.active {
      box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, 0.85); }
     
  .blog-card.-promo {
    padding: 1.5rem 0 0; }
    .blog-card.-promo .blog-card__title-icon {
      margin: auto 1.25rem auto 0;
      min-width: 4.6875rem; }
    .blog-card.-promo .blog-card__title{
      min-height: 1px;
      max-width: 100%;
      color: #3b3c43;
      position: relative;
      top: auto;
      left: auto;
      margin: 0;
      padding: 0 1rem;
      box-shadow: none;
      -webkit-clip-path: none;
      clip-path: none;
      white-space: normal;
      background-color: transparent; }
    @media screen and (min-width: 62rem) {
      .blog-card.-promo {
        margin: 1.25rem 0 1rem; } }
.blog-post__image-crop[alt="Signs of muffler failure"]
{
    background-position-x: 91%;

}

.pagefx-accordion__trigger {
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    text-transform: none;
    background: 0 0;
    border: none;
}
.pagefx-accordion__trigger.active {
    margin-bottom: 0.75rem;
}
.pagefx-accordion__target {
    display: none;
}
.pagefx-accordion__target.active {
    display: block;
}
.pagefx-accordion__trigger.active .blog-text__heading__arrow {
    transform: rotate(180deg);
}
.blog-text__heading__arrow {
    display: inline;
    transition: transform .2s ease-in-out;
    width: 1.25rem;
    flex-shrink: 0;
    align-self: center;
    margin-left: .625rem;
}

.blog-text__list-column {	
    float: left;
    }
	
.blog-text__list-column.-left {
  width: 47%;
  padding-right: 25px;
}

.blog-text__list-column.-right {
  width: 45%;
}


.blog-text__list-row:after {
    content: "";
    display: table;
    clear: both;
    }

.blog-image__list-3up .image-caption {
    background-color: #fbc600;
    position: relative;
    top: -2rem;
    padding: 0.25rem 2rem 0.25rem 0;
    width: 50%;
    text-align: right;
    clip-path: polygon(0 0, calc(100% - 2rem) 0%, 100% 100%, 0% 100%);
    font-weight: bold;
}

.blog-image__list-3up {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.blog-image__list-3up .image-box {
    width: 100%
}

@media screen and (min-width: 48rem) {

    .blog-image__list-3up {
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap
    }

    .blog-image__list-3up .image-box {
        box-sizing: border-box;
        width: calc(33.33333% - 11px);
        margin-right: 16px
    }

    .blog-image__list-3up .image-box:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 64rem) {
    .recommendations+.cta.-numbers {
        padding-top:3rem
    }

    .recommendations__title {
        font-size: 42px;
        font-size: 2.625rem;
        margin: 3.25rem 0 1.25rem
    }

    .blog-image__list-3up .image-box {
        box-sizing: border-box;
        width: calc(33.33333% - 16px);
        margin-right: 24px
    }

    .blog-image__list-3up .image-box:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 80rem) {
    .recommendations__title {
        font-size:50px;
        font-size: 3.125rem
    }

    .blog-image__list-3up .image-box {
        box-sizing: border-box;
        width: calc(33.33333% - 22px);
        margin-right: 32px
    }

    .blog-image__list-3up .image-box:nth-child(3n) {
        margin-right: 0
    }
}

.knotchArticleEmbed {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    margin: 2rem auto;
}
@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .knotchArticleEmbed {
      width: 82.5rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
  }
  }

@media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
  .knotchArticleEmbed {
      width: 85rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
  }
}
@media screen and (min-width: 80rem) {
  .knotchArticleEmbed {
      width: 90rem;
      padding-left: 5rem;
      padding-right: 5rem;
  }
}
.blog-video__media {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  cursor: pointer;
}

.blog-video__media .video-embed__media-start {
  position: absolute;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  border: none;
  transition: .2s ease-in-out;
  cursor: pointer;
}

.blog-video__media .video-embed__thumbnail, .blog-video__media iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

car-warming-lights{
  width:100%;
  height:auto
}
@media screen and (min-width: 1024px){
  #car-warming-lights{
width:30%;
  height:30%
 
}
}

