/* WhatMatters Includes
-----------------------------------------------------------------------------*/
/**
 * Colors
 */
/**
 * Breakpoints
 */
/**
 * ACF Blocks used on both front end and in editor
*/
/** What Matters: Divider w/ Plus */
.cm-whatmatters-divider-plus {
  font-size: 10px;
  margin: 5.2em auto 5.5em !important;
}
.wp-admin .cm-whatmatters-divider-plus {
  padding: 20px 0;
}

.cm-whatmatters-divider-plus__divider {
  height: 3px;
  background-color: #CCCAC8;
  position: relative;
}
.cm-whatmatters-divider-plus__divider:before, .cm-whatmatters-divider-plus__divider:after {
  content: "";
  display: block;
  position: absolute;
  background: #f4bb32;
  box-sizing: content-box;
}
.cm-whatmatters-divider-plus__divider:before {
  top: 0;
  left: 27%;
  border-left: 9px solid white;
  border-right: 9px solid white;
  width: 30px;
  height: 3px;
}
.cm-whatmatters-divider-plus__divider:after {
  top: -13px;
  left: calc(27% + 22px);
  height: 30px;
  width: 3px;
}

/** What Matters: Number Heading w/ Plus */
.cm-whatmatters-number-heading {
  display: flex;
  align-items: center;
  margin: 56px 0 27px;
}

.cm-whatmatters-number-heading__number {
  border: 5px solid #CCCAC8;
  display: block;
  padding: 6px 14px 6px 12px;
  position: relative;
  font-family: inherit;
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 1;
}
.cm-whatmatters-number-heading__number:before, .cm-whatmatters-number-heading__number:after {
  content: "";
  display: block;
  background: #f4bb32;
  position: absolute;
  box-sizing: border-box;
}
.cm-whatmatters-number-heading__number:before {
  border-top: 9px solid white;
  border-bottom: 9px solid white;
  width: 5px;
  height: 41px;
  right: -5px;
  top: calc(50% - 20px);
}
.cm-whatmatters-number-heading__number:after {
  width: 23px;
  height: 5px;
  right: -14px;
  top: calc(50% - 2px);
}

.cm-whatmatters-number-heading__text {
  display: block;
  font-family: inherit;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.2;
  padding-left: 0.8em;
}

@media (max-width: 600px) {
  .cm-whatmatters-number-heading__number {
    font-size: 36px;
  }
  .cm-whatmatters-number-heading__number:before {
    border-top-width: 6px;
    border-bottom-width: 6px;
    height: 31px;
    top: calc(50% - 15px);
  }
  .cm-whatmatters-number-heading__number:after {
    right: -12px;
    width: 19px;
  }
  .cm-whatmatters-number-heading__text {
    font-size: 24px;
  }
}
/** WhatMatters: group w/ gray background */
.cm-whatmatters-group-gray {
  position: relative;
  max-width: none !important;
  margin: 45px -5vw !important;
  padding: 0 5vw 32px;
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 50%, #eeeeee 100%);
  -webkit-clip-path: ellipse(140% 100% at top);
  clip-path: ellipse(140% 100% at top);
}
.cm-whatmatters-group-gray:before {
  content: "";
  display: block;
  margin: 0 auto 40px;
  border-top: 1px solid #ddd;
  height: 1px;
  max-width: 780px;
  margin: 50px auto 40px;
}
.cm-whatmatters-ad + .cm-whatmatters-group-gray {
  margin-top: 55px !important;
}
.cm-whatmatters-ad + .cm-whatmatters-group-gray:before {
  display: none;
}
.wp-admin .cm-whatmatters-group-gray {
  border: 1px solid #ddd;
  margin: 45px auto !important;
  padding: 0 30px 32px;
}
.wp-admin .cm-whatmatters-group-gray:before {
  content: "WhatMatters Gray Group";
  background-color: #ddd;
  display: block;
  margin-left: -30px;
  padding: 7px 5px 6px;
  width: calc(100% + 60px);
  font-size: 11px;
  line-height: 1;
  text-align: center;
  color: #555;
}
@media (max-width: 800px) {
  .cm-whatmatters-group-gray {
    -webkit-clip-path: ellipse(180% 100% at top);
    clip-path: ellipse(180% 100% at top);
  }
}
@media (max-width: 600px) {
  .cm-whatmatters-group-gray {
    -webkit-clip-path: ellipse(220% 100% at top);
    clip-path: ellipse(220% 100% at top);
    padding-bottom: 18px;
  }
}
@media (max-width: 500px) {
  .cm-whatmatters-group-gray {
    -webkit-clip-path: ellipse(245% 100% at top);
    clip-path: ellipse(245% 100% at top);
  }
}
@media (max-width: 400px) {
  .cm-whatmatters-group-gray {
    -webkit-clip-path: ellipse(270% 100% at top);
    clip-path: ellipse(270% 100% at top);
  }
}

/** WhatMatters: Web Only */
.wp-admin .cm-whatmatters-web-only {
  border: 1px solid #ccc;
  margin: 45px auto !important;
  padding: 0 30px 0;
}
.wp-admin .cm-whatmatters-web-only:before, .wp-admin .cm-whatmatters-web-only:after {
  content: "WhatMatters Web Only";
  background-color: #ddd;
  display: block;
  margin-left: -30px;
  padding: 7px 5px 6px;
  width: calc(100% + 60px);
  font-size: 11px;
  line-height: 1;
  text-align: center;
  color: #555;
}

/** WhatMatters: Ad */
.cm-whatmatters-ad {
  border-top: 1px solid #CCCAC8;
  border-bottom: 1px solid #CCCAC8;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0 20px;
}
.wp-admin .cm-whatmatters-ad {
  border: 1px solid #ccc;
  background-color: #ddd;
  margin: 45px auto !important;
  padding: 45px 30px;
}
.wp-admin .cm-whatmatters-ad .cm-whatmatters-ad__title {
  color: #555;
}
.wp-admin .cm-whatmatters-ad .cm-whatmatters-ad__image {
  display: none;
}

.cm-whatmatters-ad__title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  color: #767676;
}
@media (max-width: 600px) {
  .cm-whatmatters-ad__title {
    font-size: 18px;
  }
}

.cm-whatmatters-ad__image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 12px;
}

/** WhatMatters: Subscription may be required notice */
.cm-whatmatters-sub-notice {
  margin: 12px 0 0;
  text-align: center;
}
.cm-whatmatters-sub-notice__text {
  display: inline-block;
  font-size: 14px;
  line-height: 1.8;
  background-color: #EEEEEE;
  color: #000000;
  box-shadow: 10px 0 #EEEEEE, -10px 0 #EEEEEE;
}

/* WhatMatters Mixins
-----------------------------------------------------------------------------*/
/* WhatMatters Single Post
-----------------------------------------------------------------------------*/
body.single-post-whatmatters .site-content {
  margin-top: 0 !important;
}

.cm-wm-header,
.cm-wm-title,
.cm-wm-content,
.cm-wm-see-you {
  padding: 0 5%;
}

.cm-wm-header__inner,
.cm-wm-title__inner,
.cm-wm-see-you__inner {
  max-width: 780px;
  margin: 0 auto;
}

/* Header */
.cm-wm-header {
  padding-top: 50px;
  font-size: 20px;
  text-align: center;
  background-repeat: repeat-x;
  position: relative;
}

.cm-wm-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-position: 50% top;
  background-repeat: no-repeat;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.2);
}

.cm-wm-header__inner {
  position: relative;
  z-index: 10;
}

.cm-wm-logo {
  width: 400px;
  margin: 0 auto;
}
.cm-wm-logo__img {
  width: 100%;
  height: auto;
  display: block;
}

.cm-wm-header__slogan {
  margin: 30px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .cm-wm-logo {
    width: 280px;
  }
  .cm-wm-header__slogan {
    font-size: 20px;
    max-width: 400px;
    margin: 30px auto 0;
  }
}
@media (max-width: 425px) {
  .cm-wm-header {
    padding-top: 40px;
  }
  .cm-wm-logo {
    width: 210px;
  }
  .cm-wm-header__slogan {
    font-size: 18px;
    max-width: 280px;
  }
}
/* Author */
.cm-wm-author {
  margin: 28px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}

.cm-wm-author__image {
  border-radius: 100%;
}

.cm-wm-author__image + .cm-wm-author__name {
  padding-left: 1em;
}

a.cm-wm-author__name-link {
  color: #212121 !important;
}

.cm-wm-author__divider {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 700;
}

@media (max-width: 550px) {
  .cm-wm-author {
    font-size: 15px;
    margin-top: 20px;
  }
  .cm-wm-author__image {
    width: 36px;
    height: auto;
    display: block;
  }
  .cm-wm-author__image + .cm-wm-author__name {
    padding-left: 12px;
  }
  .cm-wm-author__divider {
    padding: 0 12px;
  }
}
@media (max-width: 400px) {
  .cm-wm-author {
    font-size: 14px;
  }
}
@media (max-width: 325px) {
  .cm-wm-author {
    flex-wrap: wrap;
  }
  .cm-wm-author__image {
    width: 32px;
  }
  .cm-wm-author__image + .cm-wm-author__name {
    padding-left: 10px;
  }
  .cm-wm-author__divider {
    display: none;
  }
  .cm-wm-author__date {
    flex-basis: 100%;
    margin-top: 10px;
  }
}
/* Presented by / Sign up / Title */
.cm-wm-presented-by {
  margin: 10px 0 0;
}
.cm-wm-presented-by__text {
  display: inline-block;
  font-size: 14px;
  line-height: 1.8;
  background-color: #EEEEEE;
  color: #000000;
  box-shadow: 10px 0 #EEEEEE, -10px 0 #EEEEEE;
}

.cm-wm-header__sign-up {
  margin-top: 18px;
}

a.cm-wm-header__sign-up-link {
  color: #00728D !important;
  text-decoration: none !important;
  box-shadow: inset 0 -1px #9fc9d4;
}

@media (max-width: 600px) {
  .cm-wm-header__sign-up {
    max-width: 280px;
    margin: 18px auto 0;
    font-size: 18px;
  }
}
/* Title */
.cm-wm-title__text {
  font-size: 2.7em;
  line-height: 1.2;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin: 52px 0 34px;
}
@media (max-width: 600px) {
  .cm-wm-title__text {
    font-size: 2em;
  }
}

/* Featured image */
.cm-wm-featured-image {
  margin: auto;
  max-width: 90%;
  width: 1200px;
}

.cm-wm-featured-image__caption {
  max-width: none;
}

/* Images */
.cm-wm-post-wrap .wp-block-image figcaption {
  margin: 0;
  font-size: 0.7em;
  text-align: left;
  line-height: 1.6;
  color: #212121;
  max-width: none;
}
.cm-wm-post-wrap .wp-block-image figcaption:after {
  margin-top: 0.7em;
}

/* Editor Styles */
.cm-wm-content__inner .calmatters-summary {
  display: none;
}
.cm-wm-content__inner h1, .cm-wm-content__inner h2, .cm-wm-content__inner h3, .cm-wm-content__inner h4, .cm-wm-content__inner h5, .cm-wm-content__inner h6, .cm-wm-content__inner p,
.cm-wm-content__inner ul, .cm-wm-content__inner ol,
.cm-wm-content__inner > div,
.cm-wm-content__inner figure, .cm-wm-content__inner blockquote {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.cm-wm-content__inner h2 {
  font-family: inherit;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
}
.cm-wm-content__inner p a, .cm-wm-content__inner li a {
  color: #00728D !important;
  text-decoration: none !important;
  box-shadow: inset 0 -1px #9fc9d4;
}
.cm-wm-content__inner p {
  margin: 1.6em auto;
}
.cm-wm-content__inner ul {
  list-style-type: none;
  padding-left: 1.5em;
}
.cm-wm-content__inner ul li {
  position: relative;
  margin: 1.6em 0;
}
.cm-wm-content__inner ul li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -1.1em;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #f4a045;
}
.cm-wm-content__inner .wp-block-quote {
  padding: 0 40px;
}
.cm-wm-content__inner .wp-block-quote:not(.is-large), .cm-wm-content__inner .wp-block-quote:not(.is-style-large) {
  border: 0 !important;
}
.cm-wm-content__inner .wp-block-pullquote {
  position: relative;
  margin-top: 55px;
  margin-bottom: 55px;
  padding: 38px 0 0;
}
.cm-wm-content__inner .wp-block-pullquote:before, .cm-wm-content__inner .wp-block-pullquote:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f4bb32;
  display: block;
  border: 0;
}
.cm-wm-content__inner .wp-block-pullquote:before, .cm-wm-content__inner .wp-block-pullquote:not(.is-style-solid-color):not(.has-background):before {
  width: 8px;
  height: 38px;
}
.cm-wm-content__inner .wp-block-pullquote:after, .cm-wm-content__inner .wp-block-pullquote:not(.is-style-solid-color):not(.has-background):after {
  width: 38px;
  height: 8px;
}
.cm-wm-content__inner .wp-block-pullquote blockquote {
  margin: 0;
  padding: 0 40px;
  font-weight: 700;
}
.cm-wm-content__inner .wp-block-pullquote p {
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: 0;
  margin: 0;
}
p + .cm-wm-content__inner .wp-block-pullquote p {
  margin: 1em 0 0;
}
.cm-wm-content__inner .wp-block-pullquote cite {
  display: block;
  font-size: 14px;
  margin-top: 24px;
  line-height: 1.6;
  color: #474644;
  text-transform: uppercase;
}
.cm-wm-content__inner hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  height: 5px !important;
  width: 110px !important;
  background: #F4BB32 !important;
  opacity: 1;
  margin: 24px auto 52px;
  border: 0;
}
@media (max-width: 600px) {
  .cm-wm-content__inner h2 {
    font-size: 24px;
  }
  .cm-wm-content__inner .wp-block-pullquote {
    padding: 32px 0 0;
  }
  .cm-wm-content__inner .wp-block-pullquote:before, .cm-wm-content__inner .wp-block-pullquote:not(.is-style-solid-color):not(.has-background):before {
    width: 7px;
    height: 32px;
  }
  .cm-wm-content__inner .wp-block-pullquote:after, .cm-wm-content__inner .wp-block-pullquote:not(.is-style-solid-color):not(.has-background):after {
    width: 32px;
    height: 7px;
  }
  .cm-wm-content__inner .wp-block-pullquote blockquote {
    padding: 0 30px;
  }
  .cm-wm-content__inner .wp-block-pullquote p {
    font-size: 21px;
  }
  .cm-wm-content__inner .wp-block-pullquote cite {
    font-size: 12px;
    margin-top: 20px;
  }
}

/* See You Tomorrow */
.cm-wm-see-you {
  position: relative;
  margin-top: 54px;
  padding-top: 18px;
  background-repeat: repeat-x;
  background-position: bottom;
  min-height: 400px;
  -webkit-clip-path: ellipse(140% 100% at top);
  clip-path: ellipse(140% 100% at top);
}
.cm-wm-see-you:before {
  content: "";
  display: block;
  margin: 0 auto 40px;
  border-top: 1px solid #dddddd;
  height: 1px;
  max-width: 780px;
}
@media (max-width: 800px) {
  .cm-wm-see-you {
    -webkit-clip-path: ellipse(180% 100% at top);
    clip-path: ellipse(180% 100% at top);
  }
}
@media (max-width: 600px) {
  .cm-wm-see-you {
    -webkit-clip-path: ellipse(220% 100% at top);
    clip-path: ellipse(220% 100% at top);
  }
}
@media (max-width: 500px) {
  .cm-wm-see-you {
    -webkit-clip-path: ellipse(245% 100% at top);
    clip-path: ellipse(245% 100% at top);
  }
}
@media (max-width: 400px) {
  .cm-wm-see-you {
    -webkit-clip-path: ellipse(270% 100% at top);
    clip-path: ellipse(270% 100% at top);
  }
}

.cm-wm-see-you__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-height: 400px;
  background-position: 50% bottom;
  background-repeat: no-repeat;
}

.cm-wm-see-you__inner {
  position: relative;
  z-index: 10;
}

.cm-wm-see-you__title {
  display: flex;
  align-items: center;
}

.cm-wm-see-you__title-text {
  font-family: inherit;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  padding-right: 1em;
}

.cm-wm-see-you__title-img {
  width: 84px;
  height: auto;
  display: block;
}

.cm-wm-see-you__content {
  margin-top: 36px;
}
.cm-wm-see-you__content p {
  margin: 5px 0;
}
.cm-wm-see-you__content a {
  color: #00728D !important;
  text-decoration: none !important;
  box-shadow: inset 0 -1px #9fc9d4;
}

.cm-wm-see-you__share {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 36px 0 0;
  padding-bottom: 32px;
}

.cm-wm-see-you__share-links {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 0 0 9px;
  margin: 0;
}
.cm-wm-see-you__share-links li {
  padding: 0 9px;
}

@media (max-width: 500px) {
  .cm-wm-see-you__title-text {
    font-size: 20px;
  }
  .cm-wm-see-you__title-img {
    width: 64px;
  }
}

/*# sourceMappingURL=whatmatters.css.map */
