:root {
  --wec-color-navy: rgba(6, 28, 40, 1);
  --wec-color-periwinkle: rgba(140, 172, 255, 1);
  --wec-color-light-blue: rgba(221, 239, 251, 1);
  --wec-color-purple: rgba(115, 25, 99, 1);
  --wec-color-green: rgba(144, 183, 87, 1);
  --wec-color-gold: rgba(255, 204, 104, 1);
  --wec-color-beige: rgba(255, 234, 200, 1);
  --wec-color-rust: rgba(204, 71, 30, 1);
  --wec-color-white: #fff;
  --wec-color-black: #000;
  --wec-color-lightest: var(--wec-color-white);
  --wec-color-darkest: var(--wec-color-navy);
  --wec-text-color: var(--wec-color-darkest);
  --wec-font-family-sans: 'gt-america-regular', sans-serif;
  --wec-font-family-sans-italic: 'gt-america-italic', sans-serif;
  --wec-font-family-sans-bold: 'gt-america-bold', sans-serif;
  --wec-font-family-serif: 'cambon-book', serif;
  --wec-font-family-serif-bold: 'cambon-bold', serif;
  --wec-font-weight-heading: 400;
  --wec-fs-h1: clamp(2rem, 3.5vw, 2.875rem);
  --wec-fs-h2: clamp(1.625rem, 4.45vw, 2.25rem);
  --wec-fs-h3: clamp(1.375rem, 2.3vw, 1.875rem);
  --wec-fs-h4: clamp(1.25rem, 2vw, 1.5rem);
  --wec-fs-h5: clamp(1.125rem, 1.7vw, 1.375rem);
  --wec-fs-h6: 1rem;
  --wec-fs-body: 1rem;
  --wec-fs-body-small: 0.875rem;
  --wec-fs-btn-large: clamp(1.125rem, 2.1vw, 1.75rem);
  --wec-fs-body-large: clamp(1.125rem, 1.8vw, 1.5rem);
  --wec-fs-large-number: clamp(4.5rem, 11.2vw, 7.5rem);
  --wec-fs-large-header: clamp(3rem, 9.3vw, 7.5rem);
  --wec-transition-timing: 0.2s;
  --wec-topper-transition-timing: 0.5s;
  --wec-topper-transition-timing-delay: 1.2s;
  --wec-topper-transition-timing-delay-report: 2s;
  --wec-header-height-mobile: 74px;
  --wec-header-height-mobile-sticky: 54px;
  --wec-header-height-desktop: 114px;
  --wec-header-height-desktop-sticky: 84px;
  --wec-header-height: var(--wec-header-height-mobile);
  --wec-header-stuck-height: var(--wec-header-height-mobile-sticky);
  --wec-header-v-padding: 15px;
  --wec-footer-v-padding-desktop: 64px;
  --wec-footer-v-padding-mobile: 48px; }

/* =WordPress Core
 * https://codex.wordpress.org/CSS
-------------------------------------------------------------- */
/* Include all your imports here */
.m_phil a,
.m_phil abbr,
.m_phil acronym,
.m_phil address,
.m_phil applet,
.m_phil article,
.m_phil aside,
.m_phil audio,
.m_phil b,
.m_phil big,
.m_phil blockquote,
.m_phil body,
.m_phil canvas,
.m_phil caption,
.m_phil center,
.m_phil cite,
.m_phil code,
.m_phil dd,
.m_phil del,
.m_phil details,
.m_phil dfn,
.m_phil div,
.m_phil dl,
.m_phil dt,
.m_phil em,
.m_phil fieldset,
.m_phil figcaption,
.m_phil figure,
.m_phil footer,
.m_phil form,
.m_phil h1,
.m_phil h2,
.m_phil h3,
.m_phil h4,
.m_phil h5,
.m_phil h6,
.m_phil header,
.m_phil hgroup,
.m_phil html,
.m_phil i,
.m_phil iframe,
.m_phil img,
.m_phil ins,
.m_phil kbd,
.m_phil label,
.m_phil legend,
.m_phil li,
.m_phil mark,
.m_phil menu,
.m_phil nav,
.m_phil object,
.m_phil ol,
.m_phil p,
.m_phil pre,
.m_phil q,
.m_phil s,
.m_phil samp,
.m_phil section,
.m_phil small,
.m_phil span,
.m_phil strike,
.m_phil strong,
.m_phil sub,
.m_phil summary,
.m_phil sup,
.m_phil table,
.m_phil tbody,
.m_phil td,
.m_phil tfoot,
.m_phil th,
.m_phil thead,
.m_phil time,
.m_phil tr,
.m_phil tt,
.m_phil u,
.m_phil ul,
.m_phil var,
.m_phil video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: initial; }

.m_phil article,
.m_phil aside,
.m_phil details,
.m_phil figcaption,
.m_phil figure,
.m_phil footer,
.m_phil header,
.m_phil hgroup,
.m_phil menu,
.m_phil nav,
.m_phil section {
  display: block; }

.m_phil body {
  line-height: 1; }

.m_phil ol,
.m_phil ul {
  list-style: none; }

.m_phil blockquote,
.m_phil q {
  quotes: none; }

.m_phil blockquote:after,
.m_phil blockquote:before,
.m_phil q:after,
.m_phil q:before {
  content: '';
  content: none; }

.m_phil ins {
  text-decoration: none; }

.m_phil del {
  text-decoration: line-through; }

.m_phil table {
  border-collapse: collapse;
  border-spacing: 0; }

.m_phil {
  /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ }

.m_phil html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

.m_phil body {
  margin: 0; }

.m_phil article,
.m_phil aside,
.m_phil footer,
.m_phil header,
.m_phil nav,
.m_phil section {
  display: block; }

.m_phil h1 {
  font-size: 2em;
  margin: 0.67em 0; }

.m_phil figcaption,
.m_phil figure,
.m_phil main {
  display: block; }

.m_phil figure {
  margin: 1em 40px; }

.m_phil hr {
  box-sizing: initial;
  height: 0;
  overflow: visible; }

.m_phil pre {
  font-family: monospace, monospace;
  font-size: 1em; }

.m_phil a {
  background-color: initial;
  -webkit-text-decoration-skip: objects; }

.m_phil abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

.m_phil b,
.m_phil strong {
  font-weight: inherit;
  font-weight: bolder; }

.m_phil code,
.m_phil kbd,
.m_phil samp {
  font-family: monospace, monospace;
  font-size: 1em; }

.m_phil dfn {
  font-style: italic; }

.m_phil mark {
  background-color: #ff0;
  color: #000; }

.m_phil small {
  font-size: 80%; }

.m_phil sub,
.m_phil sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial; }

.m_phil sub {
  bottom: -0.25em; }

.m_phil sup {
  top: -0.5em; }

.m_phil audio,
.m_phil video {
  display: inline-block; }

.m_phil audio:not([controls]) {
  display: none;
  height: 0; }

.m_phil img {
  border-style: none; }

.m_phil svg:not(:root) {
  overflow: hidden; }

.m_phil button,
.m_phil input,
.m_phil optgroup,
.m_phil select,
.m_phil textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

.m_phil button,
.m_phil input {
  overflow: visible; }

.m_phil button,
.m_phil select {
  text-transform: none; }

.m_phil [type='reset'],
.m_phil [type='submit'],
.m_phil button,
.m_phil html [type='button'] {
  -webkit-appearance: button; }

.m_phil [type='button']::-moz-focus-inner,
.m_phil [type='reset']::-moz-focus-inner,
.m_phil [type='submit']::-moz-focus-inner,
.m_phil button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

.m_phil [type='button']:-moz-focusring,
.m_phil [type='reset']:-moz-focusring,
.m_phil [type='submit']:-moz-focusring,
.m_phil button:-moz-focusring {
  outline: 1px dotted ButtonText; }

.m_phil fieldset {
  padding: 0.35em 0.75em 0.625em; }

.m_phil legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

.m_phil progress {
  display: inline-block;
  vertical-align: initial; }

.m_phil textarea {
  overflow: auto; }

.m_phil [type='checkbox'],
.m_phil [type='radio'] {
  box-sizing: border-box;
  padding: 0; }

.m_phil [type='number']::-webkit-inner-spin-button,
.m_phil [type='number']::-webkit-outer-spin-button {
  height: auto; }

.m_phil [type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

.m_phil [type='search']::-webkit-search-cancel-button,
.m_phil [type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

.m_phil ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

.m_phil details,
.m_phil menu {
  display: block; }

.m_phil summary {
  display: list-item; }

.m_phil canvas {
  display: inline-block; }

.m_phil [hidden],
.m_phil template {
  display: none; }

section.m_phil {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: runda, sans-serif; }

section.m_phil * {
  box-sizing: border-box;
  font-family: runda, sans-serif; }

section.m_phil > div.search-section {
  flex-basis: 100%;
  text-align: right;
  background-color: transparent;
  padding-top: 30px;
  padding-bottom: 25px;
  position: relative; }

@media (min-width: 800px) {
  section.m_phil > div.search-section {
    padding-top: 50px;
    padding-bottom: 30px; } }

section.m_phil > div.search-section > div.wrapper {
  max-width: 1160px;
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 800px) {
  section.m_phil > div.search-section > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 1200px) {
  section.m_phil > div.search-section > div.wrapper {
    padding-left: 0;
    padding-right: 0; } }

section.m_phil > div.search-section > div.wrapper > div.search-bar-container {
  width: 100%; }

@media (min-width: 800px) {
  section.m_phil > div.search-section > div.wrapper > div.search-bar-container {
    margin-bottom: 25px; } }

section.m_phil > div.search-section > div.wrapper > button.copy-search {
  display: inline;
  border: none;
  outline: none;
  padding: 0;
  background-color: initial;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 0.75em;
  line-height: 1em;
  transition: opacity 0.3s ease; }
  section.m_phil > div.search-section > div.wrapper > button.copy-search ::placeholder {
    color: #731963; }

@media (min-width: 800px) {
  section.m_phil > div.search-section > div.wrapper > button.copy-search {
    font-size: 0.75em; } }

section.m_phil > div.search-section > div.wrapper > button.copy-search:before {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 5px;
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(../../static/media/phil_svgmap.fd588546.svg#copy-icon);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5; }

@media (min-width: 800px) {
  section.m_phil > div.search-section > div.wrapper > button.copy-search:before {
    top: 2px;
    width: 16px;
    height: 16px;
    padding-right: 10px; } }

section.m_phil > div.search-section > div.wrapper > button.copy-search:after {
  position: absolute;
  content: 'Copied!';
  display: block;
  top: -20px;
  left: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75em;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none; }

section.m_phil > div.search-section > div.wrapper > button.copy-search:hover {
  opacity: 1; }

section.m_phil > div.search-section > div.wrapper > button.copy-search.isShowingMessage:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

section.m_phil > div.headers-section {
  width: 100%;
  background-color: #731963; }

section.m_phil > div.headers-section > div.wrapper {
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 800px) {
  section.m_phil > div.headers-section > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex; } }

section.m_phil > div.body-section {
  width: 100%; }

section.m_phil > div.body-section > div.wrapper {
  max-width: 1160px;
  display: flex;
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 800px) {
  section.m_phil > div.body-section > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; } }

section.m_phil > div.body-section > div.wrapper > div.result-section {
  flex-basis: 100%; }

@media (min-width: 1200px) {
  section.m_phil > div.body-section > div.wrapper > div.result-section {
    padding-left: 0; } }

section.m_phil > div.body-section > div.wrapper > div.result-section > div.filter-summary-container {
  display: none;
  padding-left: 20px; }

@media (min-width: 800px) {
  section.m_phil > div.body-section > div.wrapper > div.result-section > div.filter-summary-container {
    display: block; } }

@media (min-width: 1200px) {
  section.m_phil > div.body-section > div.wrapper > div.result-section > div.filter-summary-container {
    padding-left: 0; } }

section.m_phil > div.body-section > div.wrapper > div.result-section > div.items-container {
  position: relative; }

section.m_phil > div.body-section > div.wrapper > div.result-section > div.items-container > div.loader-container {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease; }

section.m_phil > div.body-section > div.wrapper > div.result-section > div.items-container > div.item-list-container {
  opacity: 1;
  transition: opacity 0.3s ease; }

section.m_phil > div.body-section > div.wrapper > div.result-section > div.items-container > div.item-list-container > span.no-results {
  display: block;
  text-align: center;
  color: #878787; }

section.m_phil > div.body-section > div.wrapper > div.result-section > div.pagination-container {
  border-bottom: 1px solid #e7f1e7;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 1;
  transition: opacity 0.3s ease; }

section.m_phil > div.body-section > div.wrapper > div.filter-section {
  flex-basis: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: scroll;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

@media (min-width: 800px) {
  section.m_phil > div.body-section > div.wrapper > div.filter-section {
    -webkit-transform: none;
    transform: none;
    position: static;
    height: auto;
    overflow: visible;
    flex-basis: 280px;
    flex-shrink: 0;
    flex-grow: 0; } }

@media (min-width: 1200px) {
  section.m_phil > div.body-section > div.wrapper > div.filter-section {
    flex-basis: 320px; } }

section.m_phil .m_phil--results-header {
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
  background-color: #731963;
  color: #fff;
  padding: 15px 20px 16px; }

@media (min-width: 800px) {
  section.m_phil .m_phil--results-header {
    flex-basis: 100%;
    flex-wrap: nowrap;
    padding-top: 16px;
    padding-bottom: 20px; } }

@media (min-width: 1200px) {
  section.m_phil .m_phil--results-header {
    padding-left: 0; } }

section.m_phil .m_phil--results-header > div.count-area {
  flex-basis: 50%;
  order: 1;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 600; }

@media (min-width: 800px) {
  section.m_phil .m_phil--results-header > div.count-area {
    font-size: 1em; } }

section.m_phil .m_phil--results-header > div.sort-controls-container {
  flex-basis: 100%;
  order: 3;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px; }

@media (min-width: 800px) {
  section.m_phil .m_phil--results-header > div.sort-controls-container {
    order: 2;
    border: none;
    padding-top: 0;
    margin-top: 0; } }

section.m_phil .m_phil--results-header > div.view-controls-container {
  display: none;
  order: 2;
  flex-basis: 50%;
  flex-grow: 200; }

@media (min-width: 480px) {
  section.m_phil .m_phil--results-header > div.view-controls-container {
    display: flex;
    justify-content: flex-end; } }

@media (min-width: 800px) {
  section.m_phil .m_phil--results-header > div.view-controls-container {
    order: 3; } }

section.m_phil .m_phil--scrollable-anchor {
  height: 0;
  overflow: hidden;
  text-indent: -100000px; }

section.m_phil .m_phil--filter-header {
  background-color: #061C28;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

@media (min-width: 800px) {
  section.m_phil .m_phil--filter-header {
    flex-basis: 280px;
    flex-shrink: 0;
    flex-grow: 0;
    flex-wrap: nowrap; } }

@media (min-width: 1200px) {
  section.m_phil .m_phil--filter-header {
    flex-basis: 320px; } }

section.m_phil .m_phil--filter-header > h3 {
  display: block;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  flex-basis: 50%; }

section.m_phil .m_phil--filter-header > button.open-filters {
  display: inline;
  border: none;
  outline: none;
  padding: 0;
  background-color: initial;
  cursor: pointer;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  background-image: url(../../static/media/phil_svgmap.fd588546.svg#filter-icon);
  flex-basis: 20px;
  height: 20px;
  position: relative; }

@media (min-width: 800px) {
  section.m_phil .m_phil--filter-header > button.open-filters {
    display: none; } }

section.m_phil .m_phil--filter-header > button.open-filters:before {
  position: absolute;
  left: -12px;
  top: 6px;
  background-image: url(../../static/media/phil_svgmap.fd588546.svg#triangle-icon);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

section.m_phil .m_phil--filter-header > button.open-filters > span {
  display: none; }

section.m_phil .m_phil--filter-header > button.open-filters:hover:before {
  -webkit-transform: rotate(270deg) translateY(-10px);
  transform: rotate(270deg) translateY(-10px); }

section.m_phil .m_phil--filter-header > div.clear-all-container {
  flex-basis: 100%;
  flex-shrink: 0;
  margin-top: 10px; }

@media (min-width: 800px) {
  section.m_phil .m_phil--filter-header > div.clear-all-container {
    flex-basis: 100px;
    margin-top: 0; } }

@media (min-width: 800px) {
  section.m_phil .m_phil--filter-list-top {
    display: none; } }

section.m_phil .m_phil--filter-list-top > div.actions {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px; }

section.m_phil .m_phil--filter-list-top > div.actions > button {
  display: inline;
  outline: none;
  background-color: initial;
  cursor: pointer;
  flex-basis: 48%;
  color: #731963;
  font-size: 0.9em;
  padding: 12px 18px;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: 500; }

section.m_phil .m_phil--filter-list-top > h4 {
  padding: 25px 20px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #3e623c;
  color: #fff;
  font-size: 0.75em;
  margin: 0 0 6px; }

section.m_phil.hasOpenFilters > div.body-section > div.wrapper > div.filter-section {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

section.m_phil.isLoadingItems > div.body-section > div.wrapper > div.result-section > div.items-container > div.loader-container {
  opacity: 1;
  z-index: 1; }

section.m_phil.isLoadingItems > div.body-section > div.wrapper > div.result-section > div.items-container > div.item-list-container,
section.m_phil.isLoadingItems > div.body-section > div.wrapper > div.result-section > div.pagination-container {
  opacity: 0.25;
  pointer-events: none; }

form.m_search-bar {
  display: flex;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px; }

form.m_search-bar > label {
  display: none; }

form.m_search-bar > input[type='text'] {
  flex-basis: 100%;
  background-color: initial;
  outline: none;
  flex-grow: 1;
  display: block;
  border: none;
  font-family: runda, sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  color: #ffffff; }

@media (min-width: 800px) {
  form.m_search-bar > input[type='text'] {
    font-size: 1em;
    padding-bottom: 4px; } }

form.m_search-bar > button[type='submit'] {
  display: inline;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  flex-basis: 25px;
  height: 25px;
  overflow: hidden;
  background-color: initial;
  text-indent: -10000px; }

form.m_search-bar > button[type='submit']:before {
  position: relative;
  top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 14px;
  height: 14px;
  content: '';
  background-image: url(../../static/media/phil_svgmap.fd588546.svg#search-icon);
  background-repeat: no-repeat;
  background-size: contain; }

@media (min-width: 800px) {
  form.m_search-bar > button[type='submit']:before {
    width: 20px;
    height: 20px; } }

.m_view-controls {
  display: flex; }

.m_view-controls > span {
  display: none; }

.m_view-controls > button.view-mode-btn {
  display: inline;
  border: none;
  outline: none;
  padding: 0;
  background-color: initial;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background-size: 80% 80%;
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: -10000px;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  opacity: 0.5;
  transition: opacity 0.3s ease; }

@media (min-width: 800px) {
  .m_view-controls > button.view-mode-btn {
    width: 17px;
    height: 17px;
    background-size: 100% 100%;
    margin-left: 15px; } }

.m_view-controls > button.view-mode-btn:hover {
  opacity: 0.8; }

.m_view-controls > button.view-mode-btn.grid {
  background-image: url(../../static/media/phil_svgmap.fd588546.svg#grid-icon); }

.m_view-controls > button.view-mode-btn.list {
  background-image: url(../../static/media/phil_svgmap.fd588546.svg#list-icon);
  opacity: 1; }

.m_view-controls.viewAsGrid > button.view-mode-btn.grid {
  opacity: 1; }

.m_view-controls.viewAsGrid > button.view-mode-btn.list {
  opacity: 0.5; }

.m_phil .m_sort-controls {
  color: #ccc; }

@media (min-width: 800px) {
  .m_phil .m_sort-controls {
    font-size: 0.8em; } }

.m_phil .m_sort-controls > span {
  display: inline-block;
  margin-right: 20px; }

.m_phil .m_sort-controls > button.sort-btn {
  display: inline;
  border: none;
  outline: none;
  padding: 0;
  background-color: initial;
  cursor: pointer;
  color: #ccc;
  transition: color 0.3s ease;
  font-weight: 500;
  margin-right: 20px;
  font-size: 1em; }

.m_phil .m_sort-controls > button.sort-btn:after {
  content: '';
  display: none;
  background-image: url(../../static/media/phil_svgmap.fd588546.svg#triangle-icon);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 7px;
  opacity: 0.6;
  margin-left: 5px;
  position: relative;
  top: -2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }

.m_phil .m_sort-controls > button.sort-btn.isActive {
  color: #fff; }

.m_phil .m_sort-controls > button.sort-btn.isActive:after {
  display: inline-block;
  opacity: 1; }

.m_phil .m_sort-controls > button.sort-btn.isAsc:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.m_phil .m_sort-controls.isRelevanceDisabled > button.sort-btn.sort-btn-relevance {
  opacity: 0.2;
  pointer-events: none;
  cursor: not-allowed; }

.m_phil .m_sort-controls.isRelevanceDisabled > button.sort-btn.sort-btn-relevance:after {
  opacity: 0.2; }

dl.m_filter-list {
  margin: 0; }

dl.m_filter-list > dt {
  background-color: #061C28;
  display: flex;
  margin-top: 1px; }

dl.m_filter-list > dt > button {
  display: inline;
  border: none;
  outline: none;
  padding: 0;
  background-color: initial;
  cursor: pointer;
  color: #fff; }

dl.m_filter-list > dt > button.toggle-all {
  padding: 15px 0 15px 20px;
  flex-basis: 100%;
  text-align: left;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 500; }

dl.m_filter-list > dt > button.toggle-display {
  padding: 15px 20px 15px 0;
  width: 60px;
  height: 70px;
  position: relative; }

dl.m_filter-list > dt > button.toggle-display:after {
  display: block;
  content: '';
  position: absolute;
  top: 30px;
  right: 20px;
  width: 24px;
  height: 15px;
  background-image: url(../../static/media/phil_svgmap.fd588546.svg#chevron-icon);
  background-size: 24px 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0.75;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }

dl.m_filter-list > dt > button.toggle-display > span {
  display: none; }

dl.m_filter-list > dt > button.toggle-display:hover:after {
  opacity: 1; }

dl.m_filter-list > dt.isClosed > button.toggle-display:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

dl.m_filter-list > dd {
  max-height: 4000px;
  overflow: hidden;
  transition: max-height 0.3s ease; }

dl.m_filter-list > dd > div.filter-input-container {
  background-color: #e0e6e0;
  padding: 10px; }

dl.m_filter-list > dd > div.filter-input-container > input {
  border: 1px solid #731963;
  outline: none;
  font-size: 0.8em;
  padding: 5px;
  width: 100%; }

dl.m_filter-list > dd > button.filter {
  display: inline;
  border: none;
  outline: none;
  background-color: initial;
  cursor: pointer;
  font-size: 0.9em;
  display: block;
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  color: #731963;
  background-color: #e0e6e0; }

dl.m_filter-list > dd > button.filter.isActive {
  background-image: url(../../static/media/phil_svgmap.fd588546.svg#check-icon);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%; }

dl.m_filter-list > dd > div.hidden-count {
  font-style: italic;
  font-size: 0.75em;
  background-color: #e0e6e0;
  padding: 10px 20px 20px;
  color: #63b25f;
  font-weight: 500; }

dl.m_filter-list > dd.isClosed {
  max-height: 0; }

button.m_clear-all-filters-btn {
  width: 100%;
  display: inline;
  border: none;
  outline: none;
  padding: 0;
  background-color: initial;
  cursor: pointer;
  display: block;
  text-align: right;
  color: currentColor;
  font-size: 0.75em;
  opacity: 0.6; }

button.m_clear-all-filters-btn > span {
  display: inline-block;
  margin-right: 10px; }

button.m_clear-all-filters-btn > svg {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  fill: currentColor;
  position: relative;
  top: 3px; }

@media (min-width: 800px) {
  button.m_clear-all-filters-btn {
    flex-basis: 100px;
    margin-top: 0; } }

.m_phil .m_filter-summary {
  display: flex;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease, padding 0.3s ease, max-height 0.3s ease;
  padding: 0 20px 0 0;
  max-height: 0;
  overflow: hidden; }

.m_phil .m_filter-summary > span {
  flex-basis: 150px;
  flex-shrink: 0;
  position: relative;
  top: -2px;
  display: inline-block;
  color: #731963;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75em;
  padding-right: 10px; }

.m_phil .m_filter-summary > div.selected-filter-list {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }

.m_phil .m_filter-summary > div.selected-filter-list > button.selected-filter {
  display: inline;
  outline: none;
  background-color: initial;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  background-image: url(../../static/media/phil_svgmap.fd588546.svg#delete-icon);
  background-size: 8px 8px;
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  background-color: #f7f9f7;
  padding: 5px 22px 7px 10px;
  border: 1px solid #e0e6e0;
  color: #7a7a7a;
  font-size: 0.75em; }

.m_phil .m_filter-summary > div.clear-btn-container {
  flex-basis: 100px;
  flex-shrink: 0;
  position: relative;
  top: -2px; }

.m_phil .m_filter-summary.hasActiveFilters {
  opacity: 1;
  pointer-events: all;
  padding: 20px 20px 20px 0;
  max-height: 1000px; }

.m_item-list > div.item-container {
  border-bottom: 2px solid #731963; }

.m_item-list > div.item-container:last-child {
  border-bottom-color: #e0e6e0;
  border-bottom-width: 1px; }

.m_item-list > div.item-container.even {
  background-color: #e7f1e7; }

.m_item-list > div.item-container.odd {
  background-color: #f7f9f7; }

@media (min-width: 480px) {
  .m_item-list.viewAsGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

@media (min-width: 480px) {
  .m_item-list.viewAsGrid > div.item-container {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    border-bottom-width: 1px;
    border-bottom-color: #e0e6e0;
    border-left: 1px solid #e0e6e0;
    background-color: #f7f9f7; } }

@media (min-width: 480px) {
  .m_item-list.viewAsGrid > div.item-container:first-child {
    border-left-width: 0; } }

nav.m_pagination,
nav.m_pagination > ol {
  display: flex;
  justify-content: center; }

nav.m_pagination > ol {
  flex-wrap: wrap; }

nav.m_pagination > ol > li {
  display: inline-block;
  margin-bottom: 1px; }

nav.m_pagination button.btn {
  display: inline;
  border: none;
  outline: none;
  padding: 0;
  background-color: initial;
  cursor: pointer;
  width: 40px;
  flex-shrink: 0;
  height: 40px;
  margin-right: 1px;
  background-color: var(--wec-color-light-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--wec-color-navy);
  font-weight: 700;
  transition: background-color 0.3s ease; }

nav.m_pagination button.btn.next,
nav.m_pagination button.btn.prev {
  text-indent: -10000px; }

nav.m_pagination button.btn.next:after,
nav.m_pagination button.btn.prev:after {
  display: block;
  content: '';
  height: 40px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 50%; }

nav.m_pagination button.btn.prev:after {
  background-image: url(../../static/media/phil_svgmap.fd588546.svg#chevron-icon);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

nav.m_pagination button.btn.next {
  margin-right: 0; }

nav.m_pagination button.btn.next:after {
  background-image: url(../../static/media/phil_svgmap.fd588546.svg#chevron-icon);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

nav.m_pagination button.btn.isActive,
nav.m_pagination button.btn:hover {
  background-color: #731963; }

nav.m_pagination button.btn:disabled,
nav.m_pagination button.btn:disabled:hover {
  background-color: #a1a1a1;
  cursor: not-allowed; }

.m_loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.m_loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border-radius: 50%;
  -webkit-animation: m_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: m_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 6px solid transparent;
  border-top-color: #731963; }

.m_loader div:first-child {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s; }

.m_loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.m_loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s; }

@-webkit-keyframes m_loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes m_loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.philItem.standard {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: currentColor; }

.philItem.standard.viewAsGrid.even,
.philItem.standard.viewAsGrid.odd {
  background-color: #e7f1e7; }

a.philItem.standard:hover {
  background-color: #d7e8d7; }

/*# sourceMappingURL=main.c92c5148.css.map */
body, button, input, select, textarea, .ui-widget, .section-title, .widget-title,
.author-bio .author-bio-title, .related-posts .related-posts-title,
.comments h2.comments-title, .comment-respond h3.comment-reply-title,
blockquote cite, blockquote small, .single.single-product #primary > .product .up-sells.upsells.products > h2,
.single.single-product #primary > .product .related.products > h2,
.woocommerce #reviews.woocommerce-Reviews .woocommerce-Reviews-title,
.woocommerce #reviews.woocommerce-Reviews .comment-reply-title,
.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells > h2,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals > h2,
.widget.ceramag-widget_author_list ul li a .post-count {
  font-family: var(--wec-font-family-sans); }

.site-branding .site-title, .search-screen .search-results a,
.post-title, blockquote, h1, h2, h3, h4, h5, h6,
.search-screen .search-results .results-list ol li:before, .wp-caption-text,
.widget.widget_recent_comments ul li > a, .widget.widget_rss ul li a.rsswidget,
.widget.widget_recent_entries, .widget.widget_recent_entries a,
.woocommerce-page.woocommerce-cart .cart-empty, .woocommerce.widget ul.cart_list li a,
.woocommerce.widget ul.product_list_widget li a, .post-entry .dropcap:first-letter {
  font-family: var(--wec-font-family-serif); }

.ceramag-side-menu .main-navigation > ul > li > a {
  font-size: .8rem; }

.site-header nav ul.primary-menu > li.button a, .site-content .button:not(.lo-button),
.site-footer .button, .ceramag-side-cart .button {
  background: rgba(255, 255, 255, 0) !important;
  text-transform: uppercase;
  border: 2px solid var(--wec-color-navy);
  color: var(--wec-color-navy) !important;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media (min-width: 768px) {
    .site-header nav ul.primary-menu > li.button a, .site-content .button:not(.lo-button),
    .site-footer .button, .ceramag-side-cart .button {
      font-size: 16px;
      font-size: 1rem; } }
  .site-header nav ul.primary-menu > li.button a:hover, .site-content .button:not(.lo-button):hover,
  .site-footer .button:hover, .ceramag-side-cart .button:hover {
    background: var(--wec-color-navy) !important; }

.no-touch .site-content .button:not(.lo-button):hover {
  background: var(--wec-color-navy) !important; }

@media (min-width: 768px) {
  body.home .site-footer .footer-bottom {
    padding-top: 80px; } }

.campaign-list .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%; }

.campaign-list .content .title {
  font-size: 2rem; }
  @media (min-width: 800px) {
    .campaign-list .content .title {
      font-size: 3.125rem; } }

.site-footer .widget {
  font-size: 16px;
  font-size: 1rem; }

.footer-bottom .footer-social .widget.ceramag-widget_social ul#menu-social-menu li a {
  font-weight: 400; }
  @media (min-width: 768px) {
    .footer-bottom .footer-social .widget.ceramag-widget_social ul#menu-social-menu li a {
      font-size: 14px !important;
      font-size: 0.875rem !important; } }

.page .site-content #primary > .page, .page .site-content #primary > .page ~ * {
  max-width: 960px; }

.page .page-header, .archive .page-header {
  margin: 30px auto; }
  .page .page-header .page-header-container, .archive .page-header .page-header-container {
    background: #DDEFFB;
    padding: 2em 1em; }
    .page .page-header .page-header-container .page-title, .archive .page-header .page-header-container .page-title {
      text-transform: initial;
      font-size: 50px;
      color: #000;
      line-height: 60px;
      letter-spacing: initial;
      padding: 0; }

.page .post-entry a.button, .archive .post-entry a.button {
  background: #fff;
  text-transform: uppercase;
  border: 2px solid #731963;
  font-weight: 600;
  color: #731963;
  font-size: 16px; }

.page .post-entry div.lo-row, .archive .post-entry div.lo-row {
  padding: 2em 0; }

@media screen and (min-width: 992px) {
  .page .site-content:not([class*="with-sidebar-"]) .post-entry .wide-image {
    margin-left: calc(480px - 50vw); } }

.post-entry blockquote {
  text-align: center;
  border-bottom: 2px solid #731963;
  max-width: 800px;
  margin: 3em auto; }
  .post-entry blockquote p {
    font-size: 30px;
    font-style: italic; }
  .post-entry blockquote cite {
    margin-top: -10px;
    padding-bottom: 15px;
    letter-spacing: 0; }
  .post-entry blockquote:after {
    display: none; }

.lo-accordions .accordion-item .accordion-title {
  border: 1px solid #000; }
  .lo-accordions .accordion-item .accordion-title .title {
    font-family: var(--wec-font-family-serif);
    font-weight: 500;
    font-size: 20px; }
  .lo-accordions .accordion-item .accordion-title .accordion-icon {
    color: #731963;
    padding-top: 5px;
    font-size: 14px; }

.author-bio .author-bio-title span {
  color: #8c8c8c;
  font-weight: normal;
  text-transform: uppercase; }

.author-bio .author-info p {
  color: var(--wec-color-navy);
  font-size: 16px;
  line-height: 26px; }

.articles-template-default #primary.content-area {
  width: 100%; }
  .articles-template-default #primary.content-area article .post-header .recommended {
    background: #731963;
    position: absolute;
    right: 1em;
    width: 110px;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    padding-right: 10px; }
    @media screen and (max-width: 767px) {
      .articles-template-default #primary.content-area article .post-header .recommended {
        position: static;
        display: block;
        margin-right: 0;
        margin-bottom: 15px; } }
    .articles-template-default #primary.content-area article .post-header .recommended:before {
      content: '\f00c';
      font-family: FontAwesome;
      background: #731963;
      padding: 6px;
      border-radius: 25px;
      position: relative;
      right: 7px;
      margin-right: -5px; }
  .articles-template-default #primary.content-area article .post-header .content-type {
    text-transform: uppercase;
    font-weight: 500; }
  .articles-template-default #primary.content-area article .post-header .jurisdictions {
    color: #7d7e7d; }
    .articles-template-default #primary.content-area article .post-header .jurisdictions .topics a {
      color: #7d7e7d;
      font-weight: 500; }
    .articles-template-default #primary.content-area article .post-header .jurisdictions a {
      color: #7d7e7d; }
  .articles-template-default #primary.content-area article .post-header figure img {
    min-width: 100%; }
  .articles-template-default #primary.content-area article .post-entry.article {
    max-width: 900px; }
    @media screen and (min-width: 768px) and (max-width: 1120px) {
      .articles-template-default #primary.content-area article .post-entry.article {
        padding-left: 100px;
        min-height: 120px; } }
    .articles-template-default #primary.content-area article .post-entry.article .highlights {
      padding: 1.5em 2em;
      margin-bottom: 2em;
      box-shadow: 0px 0px 8px #7d7e7d; }
      @media screen and (min-width: 1200px) {
        .articles-template-default #primary.content-area article .post-entry.article .highlights {
          width: 350px;
          float: left;
          margin-right: 2em;
          margin-left: -5em; } }
      .articles-template-default #primary.content-area article .post-entry.article .highlights span.highlights-title {
        color: #731963;
        text-transform: uppercase;
        font-weight: 500; }
    .articles-template-default #primary.content-area article .post-entry.article .sponsors-box {
      border: 2px solid #7d7e7d;
      padding: 1em;
      text-align: center; }
      .articles-template-default #primary.content-area article .post-entry.article .sponsors-box .sponsor-title {
        color: var(--wec-color-navy); }
  .articles-template-default #primary.content-area .navigation {
    max-width: 900px; }
  .articles-template-default #primary.content-area .related-articles {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 2em; }
    .articles-template-default #primary.content-area .related-articles span {
      text-transform: uppercase;
      color: #7d7e7d; }
    .articles-template-default #primary.content-area .related-articles .related-links {
      display: flex;
      flex-wrap: wrap; }
      .articles-template-default #primary.content-area .related-articles .related-links h2 {
        flex: 0 0 100%;
        padding: 1em 0;
        border-bottom: 2px solid #8c8c8c; }
        @media (min-width: 768px) {
          .articles-template-default #primary.content-area .related-articles .related-links h2 {
            flex: 0 0 calc(50% - 30px);
            margin-right: 30px;
            margin-left: 0; } }
        .articles-template-default #primary.content-area .related-articles .related-links h2 a {
          color: #000; }

@media screen and (min-width: 768px) {
  .single #primary .articles > .share-love .share-love-container {
    position: absolute;
    top: 0 !important;
    left: auto;
    -webkit-transform: translate(-116px, 0) !important;
    -ms-transform: translate(-116px, 0) !important;
    transform: translate(-116px, 0) !important;
    width: 50px; } }

@media screen and (min-width: 768px) and (min-width: 768px) {
  .single #primary.sticky-post-share .post > .share-love.sticky .share-love-container {
    position: absolute !important;
    top: 0 !important;
    -webkit-transform: translate(-116px, 0) !important;
    -ms-transform: translate(-116px, 0) !important;
    transform: translate(-116px, 0) !important; } }

.share-love-container {
  margin-bottom: 15px; }
  .share-love-container a i.fa {
    color: #731963; }

.back-button {
  margin-bottom: 1em; }
  .back-button a {
    font-size: 14px;
    color: var(--wec-color-navy); }
    .back-button a:before {
      content: '< ';
      font-weight: bold;
      color: var(--wec-color-navy); }

.site-header.site-header-default .site-header-main {
  padding: 15px 0;
  border-bottom: 1px solid var(--wec-color-white); }

.site-header.site-header-default .site-branding {
  padding: 0; }
  .site-header.site-header-default .site-branding img {
    max-height: 100px; }

.site-header.site-header-default.sticky .site-branding img {
  max-height: 75px; }

.blog #content h5.section-title {
  font-family: var(--wec-font-family-serif);
  font-weight: 500;
  font-size: 50px;
  color: #000;
  background: #DDEFFB;
  padding: 0.76em;
  text-transform: capitalize;
  letter-spacing: 0; }

.post-meta .meta-item a {
  color: #7d7e7d; }

.sidebar .widget-title,
.site-footer .widget-title {
  font-size: 1em;
  text-align: left;
  padding-left: 1em; }

.widget.widget_categories ul li a {
  font-size: 1rem; }

.posts .post .featured-img-container {
  background-color: #eee; }

.posts .post .post-content .post-excerpt {
  font-size: 16px; }

.posts .post .post-content .more-btn span {
  font-size: 12px; }

.single .site-content .post-header .post-header-container {
  background: #DDEFFB;
  padding: 1em; }
  .single .site-content .post-header .post-header-container .post-title {
    font-size: 34px; }
  .single .site-content .post-header .post-header-container time.published.updated {
    color: #000;
    font-size: 14px; }

.single .site-content #primary .post-navigation span.meta-nav {
  font-size: 14px; }

.single .site-content #primary .post-navigation .nav-links > * {
  background: #DDEFFB; }

.single .site-content #primary .post-navigation .nav-links .nav-next span.arrow,
.single .site-content #primary .post-navigation .nav-links .nav-previous span.arrow {
  color: var(--wec-color-navy);
  font-size: 20px; }

.single .site-content #primary .post-navigation .post-container .post-bg {
  display: none; }

.no-touch #primary .post-navigation .nav-links > * a:hover .meta-nav {
  opacity: 1;
  text-decoration: underline; }
  .no-touch #primary .post-navigation .nav-links > * a:hover .meta-nav .arrow {
    text-decoration: none; }

.no-touch #primary .post-navigation .nav-links > * a:hover .post-container {
  opacity: 0; }

.no-touch .post-entry a:hover, .no-touch .comment-content a:hover {
  border-bottom-color: unset; }

.campaigns-template-default #primary.content-area {
  width: 100%; }
  .campaigns-template-default #primary.content-area article .post-header {
    max-width: 900px; }
    .campaigns-template-default #primary.content-area article .post-header .content-type {
      text-transform: uppercase;
      font-weight: 500;
      color: #731963; }
    .campaigns-template-default #primary.content-area article .post-header .jurisdictions {
      color: #7d7e7d; }
      .campaigns-template-default #primary.content-area article .post-header .jurisdictions a {
        color: #7d7e7d; }
        .campaigns-template-default #primary.content-area article .post-header .jurisdictions a:first-child {
          font-weight: 500; }
    .campaigns-template-default #primary.content-area article .post-header figure img {
      min-width: 100%;
      max-height: 650px;
      object-fit: cover; }
  .campaigns-template-default #primary.content-area article .post-entry.article {
    max-width: 900px; }
    .campaigns-template-default #primary.content-area article .post-entry.article .highlights {
      padding: 1.5em 2em;
      margin-bottom: 2em;
      box-shadow: 0px 0px 8px #7d7e7d; }
      @media screen and (min-width: 1200px) {
        .campaigns-template-default #primary.content-area article .post-entry.article .highlights {
          width: 350px;
          float: left;
          margin-right: 2em;
          margin-left: -5em; } }
      .campaigns-template-default #primary.content-area article .post-entry.article .highlights span.highlights-title {
        color: #731963;
        text-transform: uppercase;
        font-weight: 500; }
    .campaigns-template-default #primary.content-area article .post-entry.article .sponsors-box {
      border: 2px solid #7d7e7d;
      padding: 1em;
      text-align: center; }
      .campaigns-template-default #primary.content-area article .post-entry.article .sponsors-box .sponsor-title {
        color: var(--wec-color-navy); }
  .campaigns-template-default #primary.content-area .navigation {
    max-width: 900px; }
  .campaigns-template-default #primary.content-area .related-articles {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 2em; }
    .campaigns-template-default #primary.content-area .related-articles span {
      text-transform: uppercase;
      color: #7d7e7d; }
    .campaigns-template-default #primary.content-area .related-articles .related-links {
      display: flex;
      flex-wrap: wrap; }
      .campaigns-template-default #primary.content-area .related-articles .related-links h2 {
        flex: 0 0 100%;
        padding: 1em 0;
        border-bottom: 2px solid #8c8c8c; }
        @media (min-width: 768px) {
          .campaigns-template-default #primary.content-area .related-articles .related-links h2 {
            flex: 0 0 calc(50% - 30px);
            margin-right: 30px;
            margin-left: 0; } }
        .campaigns-template-default #primary.content-area .related-articles .related-links h2 a {
          color: #000; }

@media screen and (min-width: 768px) {
  .single #primary .campaigns > .share-love .share-love-container {
    position: absolute;
    top: -10px !important;
    left: auto;
    -webkit-transform: translate(-116px, 0);
    -ms-transform: translate(-116px, 0);
    transform: translate(-3px, 0);
    width: 50px; } }

.team-template-default .post-header-container .content-type, .team-template-default .post-header-container .post-title.entry-title, .team-template-default .post-header-container .jurisdictions, .team-template-default .post-header-container .post-meta {
  display: none; }

.team-template-default .post-header-container .team-title {
  font-size: 34px;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.team-template-default #primary.content-area {
  width: 100%; }
  .team-template-default #primary.content-area .post-entry.team {
    max-width: 900px;
    margin: 0 auto; }
  .team-template-default #primary.content-area .body-team-title h2 {
    font-size: 36px;
    margin: 0;
    line-height: 35px; }
  .team-template-default #primary.content-area .position h4 {
    font-size: 16px;
    color: #731963;
    font-family: "runda", sans-serif;
    font-weight: 500; }

.team-template-default .featured-img {
  max-width: 400px;
  float: left;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-top: 1.5em; }
  @media screen and (min-width: 992px) {
    .team-template-default .featured-img {
      position: relative;
      left: 9.5em;
      margin-right: 9.5em; } }

.contact-form label {
  text-transform: uppercase; }

.contact-form input.wpcf7-form-control:not(.wpcf7-submit) {
  margin-bottom: 2em; }

.contact-form p {
  margin: 0; }

@media screen and (min-width: 992px) {
  .contact-form .half {
    width: 50%; }
    .contact-form .half.first {
      float: left;
      padding-right: 1em; }
    .contact-form .half.last {
      float: right;
      padding-right: 0; } }

.contact-form .submit-btn {
  margin-top: 2em;
  text-align: center; }
  .contact-form .submit-btn .wpcf7-submit {
    font-size: 15px; }

div.ffjc-search-screen.search-screen {
  background: var(--wec-color-light-blue);
  padding: 90px 0 30px; }
  @media (min-width: 600px) {
    div.ffjc-search-screen.search-screen {
      padding-top: 150px; } }
  div.ffjc-search-screen.search-screen .close-button:before, div.ffjc-search-screen.search-screen .close-button:after {
    background: var(--wec-color-navy); }
  div.ffjc-search-screen.search-screen .container {
    height: auto;
    min-height: 100%;
    display: block; }
    div.ffjc-search-screen.search-screen .container .search {
      width: 100%; }
      div.ffjc-search-screen.search-screen .container .search form {
        display: block; }
        div.ffjc-search-screen.search-screen .container .search form input[type="text"] {
          border: none !important;
          border-bottom: 2px solid #8c8c8c !important;
          border-radius: 0 !important;
          width: 100%;
          padding: 0 50px 0 0px;
          text-align: left;
          color: var(--wec-color-navy);
          text-transform: none;
          letter-spacing: 0;
          font-weight: 700; }
        div.ffjc-search-screen.search-screen .container .search form i.fa {
          left: auto;
          right: 0;
          color: var(--wec-color-navy);
          opacity: 1; }
  div.ffjc-search-screen.search-screen .search-results {
    text-align: left;
    width: 100%; }
    div.ffjc-search-screen.search-screen .search-results .search-shortcuts span {
      display: block;
      font-weight: 600;
      color: var(--wec-color-navy);
      border-bottom: 2px solid #fff;
      text-align: left;
      padding-bottom: 7px;
      letter-spacing: normal;
      opacity: 1; }
    div.ffjc-search-screen.search-screen .search-results .search-shortcuts ul a {
      color: var(--wec-color-navy);
      font-size: 14px;
      font-size: 0.875rem;
      font-family: var(--wec-font-family-sans);
      line-height: 1;
      font-weight: 400; }
      @media (min-width: 768px) {
        div.ffjc-search-screen.search-screen .search-results .search-shortcuts ul a {
          font-size: 16px;
          font-size: 1rem; } }
    div.ffjc-search-screen.search-screen .search-results .search-shortcuts > ul > li ul li {
      margin: 20px 20px 0px 0;
      padding-right: 20px;
      border-right: 2px solid #fff;
      line-height: 1; }
      div.ffjc-search-screen.search-screen .search-results .search-shortcuts > ul > li ul li:last-child {
        border-right: 0; }

.page-template-template-directory .container.directories {
  display: flex;
  flex-direction: column-reverse; }
  @media screen and (min-width: 768px) {
    .page-template-template-directory .container.directories {
      display: block;
      margin: 0 auto; } }

.page-template-template-directory .page-header .subtitle p {
  margin: 14px auto 0; }

@media screen and (min-width: 768px) {
  .page-template-template-directory .content-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; } }

.page-template-template-directory .content-area.organization-filter {
  overflow: hidden;
  justify-content: start; }
  .page-template-template-directory .content-area.organization-filter div.directory-wrapper {
    position: relative;
    margin: 0 40px 0 0;
    width: min-content;
    white-space: nowrap;
    justify-content: start; }
    .page-template-template-directory .content-area.organization-filter div.directory-wrapper:not(.organization-last-filter) h2.location {
      margin: 0;
      border-bottom: none; }
    .page-template-template-directory .content-area.organization-filter div.directory-wrapper.organization-last-filter {
      width: 100%; }
    .page-template-template-directory .content-area.organization-filter div.directory-wrapper:not(:last-child):not(:nth-last-child(2)):before {
      content: "";
      position: absolute;
      border-left: 2px solid #000000;
      left: -20px;
      top: 15px;
      height: 25px;
      margin: auto; }

.page-template-template-directory .directory-wrapper {
  width: 100%;
  margin-bottom: 0 !important; }

@media screen and (min-width: 768px) {
  .page-template-template-directory .directory-top .directories {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; } }

.page-template-template-directory .directory-bottom {
  margin: 0; }
  @media screen and (min-width: 768px) {
    .page-template-template-directory .directory-bottom {
      width: calc(50% - 20px); } }
  .page-template-template-directory .directory-bottom .state-group .directory {
    width: 100%; }

.page-template-template-directory .location {
  font-family: var(--wec-font-family-sans);
  font-size: 36px;
  font-weight: 400;
  margin: 0 auto 36px;
  text-transform: uppercase;
  border-bottom: 1px solid #000; }

.page-template-template-directory .directories {
  margin: 0; }
  .page-template-template-directory .directories .directory {
    margin: 0 0 40px; }
    @media screen and (min-width: 768px) {
      .page-template-template-directory .directories .directory {
        width: calc(50% - 20px); } }
    .page-template-template-directory .directories .directory h3 {
      font-size: 24px;
      margin: 0 0 24px; }
    .page-template-template-directory .directories .directory span {
      display: block; }

.page-template-template-directory .directory-filter {
  position: relative;
  margin-bottom: 20px; }
  .page-template-template-directory .directory-filter .filter-title {
    display: block;
    padding: 16px 14px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    background-color: var(--wec-color-navy);
    text-transform: uppercase;
    color: var(--wec-color-white);
    margin-bottom: 24px; }
  .page-template-template-directory .directory-filter .filter-wrapper {
    display: flex;
    margin-top: 15px; }
    .page-template-template-directory .directory-filter .filter-wrapper input {
      font-family: var(--wec-font-family-sans);
      font-weight: 500;
      font-size: 16px;
      padding: 18px 14px;
      background-color: var(--wec-color-beige);
      border: 1px solid var(--wec-color-beige);
      border-right: 0;
      border-radius: 0; }
      .page-template-template-directory .directory-filter .filter-wrapper input:focus {
        border-color: var(--wec-color-navy); }
      .page-template-template-directory .directory-filter .filter-wrapper input::placeholder {
        color: var(--wec-color-navy);
        opacity: 1; }
    .page-template-template-directory .directory-filter .filter-wrapper .clear {
      display: flex;
      align-items: center;
      font-size: 16px;
      padding: 0 14px;
      background-color: var(--wec-color-beige);
      border: 1px solid var(--wec-color-beige);
      border-left: 0; }
  .page-template-template-directory .directory-filter ul {
    position: absolute;
    display: none;
    background-color: var(--wec-color-beige);
    border-top: 0;
    list-style: none;
    padding: 14px 28px 14px 14px;
    margin: 0 auto;
    width: 100%;
    max-height: 177px;
    overflow-y: scroll; }
    .page-template-template-directory .directory-filter ul a {
      color: #303030;
      transition: opacity 0.4s ease; }
      .page-template-template-directory .directory-filter ul a:hover {
        cursor: pointer;
        opacity: 0.4; }

.m_title {
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #731963;
  font-family: var(--wec-font-family-sans);
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 768px) {
    .m_title {
      font-size: 26px;
      font-size: 1.625rem; } }

.m_featured-box {
  display: block;
  position: relative;
  background: #731963 center no-repeat;
  background-size: cover;
  height: 210px;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  @media (min-width: 500px) {
    .m_featured-box {
      height: 300px; } }
  .m_featured-box > .content {
    color: #fff;
    position: absolute;
    left: 15px;
    bottom: 15px; }
    .m_featured-box > .content > .desc {
      margin-bottom: 0; }

.m_newsletter > .desc {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 10px; }

.m_newsletter > form {
  position: relative; }
  .m_newsletter > form > .email {
    width: calc(100% - 133px);
    height: 40px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    border: 0;
    border-radius: 0; }
  .m_newsletter > form > button.button {
    position: absolute;
    width: 130px;
    top: 0;
    right: 0;
    padding: 0 2px;
    font-size: 16px;
    font-size: 1rem; }
  .m_newsletter > form .response {
    padding-top: 10px;
    font-size: 14px;
    font-size: 0.875rem; }
    .m_newsletter > form .response#mce-error-response {
      opacity: 0.6; }
    .m_newsletter > form .response#mce-success-response {
      font-weight: 600; }

.m_newsletter.isSidebar > form > .email {
  height: 38px;
  border: 1px solid #d7d7d7; }

.m_formidable {
  margin-bottom: 30px; }
  .m_formidable .frm_error_style {
    margin-bottom: 30px;
    border: 1px solid #731963;
    color: #731963;
    background: #DDEFFB;
    padding: 20px; }
  .m_formidable .frm_error {
    color: #731963;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 3px; }
  .m_formidable .frm_form_field {
    margin-bottom: 25px; }
  .m_formidable .frm_full {
    clear: both; }
  .m_formidable label.frm_primary_label {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
    display: block; }
  .m_formidable input[type="text"], .m_formidable input[type="email"], .m_formidable input[type="tel"], .m_formidable textarea {
    border: 1px solid #d7d7d7;
    border-radius: 0; }
  .m_formidable .frm_submit {
    text-align: center;
    margin-top: 50px; }
    .m_formidable .frm_submit > button {
      min-width: 130px; }

.frm_message {
  margin-bottom: 30px;
  border: 1px solid #731963;
  color: #731963;
  background: #DDEFFB;
  padding: 20px;
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem; }

.m_homepage-header {
  background: #eee center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
  padding-bottom: 110px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff; }
  @media (min-width: 768px) {
    .m_homepage-header {
      padding-top: 100px;
      padding-bottom: 160px;
      padding-left: 40px; } }
  @media (min-width: 1024px) {
    .m_homepage-header {
      padding-bottom: 160px;
      padding-right: 40px; } }
  @media (min-width: 1440px) {
    .m_homepage-header {
      padding-bottom: 170px;
      padding-left: 120px;
      padding-right: 120px; } }
  .m_homepage-header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .m_homepage-header h1 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 2.375rem */
    letter-spacing: -0.0475rem; }
    @media (min-width: 768px) {
      .m_homepage-header h1 {
        font-size: 3.75rem;
        letter-spacing: -0.075rem; } }
    @media (min-width: 1024px) {
      .m_homepage-header h1 {
        font-size: 4.375rem;
        letter-spacing: -0.0875rem; } }
    @media (min-width: 1120px) {
      .m_homepage-header h1 {
        font-size: 5rem;
        letter-spacing: -0.1rem; } }
  .m_homepage-header .slider-description > * {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #fff;
    font-family: var(--wec-font-family-sans);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    /* 155.556% */ }
    @media (min-width: 768px) {
      .m_homepage-header .slider-description > * {
        font-size: 1.25rem;
        line-height: 1.875rem;
        /* 150% */ } }
    @media (min-width: 1024px) {
      .m_homepage-header .slider-description > * {
        font-size: 1.375rem;
        line-height: 2.125rem;
        /* 154.545% */ } }
    @media (min-width: 1120px) {
      .m_homepage-header .slider-description > * {
        font-size: 1.5rem; } }
  .m_homepage-header a.button:not(.lo-button) {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    font-family: var(--wec-font-family-sans);
    font-size: 1rem;
    font-style: normal;
    line-height: 2.125rem;
    /* 212.5% */
    letter-spacing: 0.07rem; }
    .m_homepage-header a.button:not(.lo-button):hover {
      background-color: #731963; }

.m_homepage .slick-track {
  display: flex; }

.m_homepage .slick-slide {
  min-height: 40vh;
  height: inherit;
  width: 100vw !important; }

.m_homepage .slick-dots {
  bottom: 80px; }
  .m_homepage .slick-dots li.slick-active button:before {
    color: #ffffff; }
  .m_homepage .slick-dots li button:before {
    color: #ffffff; }

.m_homepage .slick-prev {
  left: 25px;
  z-index: 9; }

.m_homepage .slick-next {
  right: 25px; }

.m_homepage-intro {
  background: #DDEFFB; }
  .m_homepage-intro > .container > .cta {
    text-align: center;
    max-width: 830px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.2);
    margin-top: -40px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .m_homepage-intro > .container > .cta {
        margin-top: -80px;
        padding: 20px 40px; } }
    .m_homepage-intro > .container > .cta .title {
      color: #731963;
      margin-bottom: 10px;
      font-size: 35px;
      font-size: 2.1875rem; }
      @media (min-width: 768px) {
        .m_homepage-intro > .container > .cta .title {
          font-size: 50px;
          font-size: 3.125rem;
          margin-bottom: 15px; } }
    @media (min-width: 768px) {
      .m_homepage-intro > .container > .cta p {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (max-width: 400px) {
      .m_homepage-intro > .container > .cta a.button {
        padding: 0 5px;
        width: 100%; } }
  .m_homepage-intro > .campaigns {
    position: relative; }
    .m_homepage-intro > .campaigns:before {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 210px;
      background: #fff; }
      @media (min-width: 500px) {
        .m_homepage-intro > .campaigns:before {
          height: 250px; } }
    .m_homepage-intro > .campaigns > .container {
      padding-bottom: 35px; }
      .m_homepage-intro > .campaigns > .container .button-container {
        text-align: center; }
        @media (max-width: 400px) {
          .m_homepage-intro > .campaigns > .container .button-container a.button {
            padding: 0 5px !important;
            width: 100%; } }

.m_homepage-toolkits {
  background: #731963 url("/wp-content/themes/ceramag-child/assets/imgs/home/home-green.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
  text-align: center; }
  .m_homepage-toolkits .title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .m_homepage-toolkits .title {
        font-size: 50px;
        font-size: 3.125rem; } }
  .m_homepage-toolkits a.button:not(.lo-button) {
    border-color: #fff !important;
    color: #fff !important; }
    @media (max-width: 400px) {
      .m_homepage-toolkits a.button:not(.lo-button) {
        padding: 0 5px !important;
        width: 100%; } }

.m_homepage-news {
  padding: 50px 0; }
  .m_homepage-news .post-content {
    margin-bottom: 30px; }

.m_homepage-bottom {
  color: #731963; }
  .m_homepage-bottom .list {
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .m_homepage-bottom .list {
        margin-bottom: -50px;
        display: flex; } }

.m_homepage-bottom__item {
  padding: 40px 25px;
  background: #DDEFFB; }
  @media (min-width: 768px) {
    .m_homepage-bottom__item {
      padding: 40px 40px;
      width: 50%; } }
  .m_homepage-bottom__item > .title {
    font-size: 36px;
    font-size: 2.25rem; }
    @media (min-width: 768px) {
      .m_homepage-bottom__item > .title {
        font-size: 50px;
        font-size: 3.125rem; } }
  @media (min-width: 768px) {
    .m_homepage-bottom__item > .desc {
      min-height: 54px; } }
  .m_homepage-bottom__item.isDark {
    background: #731963;
    color: #fff; }
    .m_homepage-bottom__item.isDark > .button-container > .button:not(.lo-button) {
      color: #fff !important;
      border-color: #fff; }

.m_archive .m_archive__main-col > .page-header {
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0; }
  .m_archive .m_archive__main-col > .page-header > .page-header-container {
    padding-top: 2.4em;
    padding-bottom: 2.4em; }

@media (min-width: 1120px) {
  .m_archive--campaigns > .content-area {
    width: 100% !important; } }

.m_archive--campaigns .m_archive__list {
  max-width: 960px;
  margin: auto; }

.m_team-listing {
  max-width: 960px;
  margin: auto; }
  .m_team-listing > .category_title {
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px; }
  .m_team-listing > .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 40px -15px 60px -15px; }
  .m_team-listing.isCentered > .wrapper {
    justify-content: center; }

.m_team-listing__item {
  text-align: center;
  flex-basis: 100%;
  padding: 0 15px;
  margin: 0 0 45px; }
  @media (min-width: 500px) {
    .m_team-listing__item {
      flex-basis: 50%; } }
  @media (min-width: 768px) {
    .m_team-listing__item {
      flex-basis: 33.33%; } }
  .m_team-listing__item > .img-container {
    display: block;
    width: 110px;
    height: 110px;
    margin: auto;
    margin-bottom: 35px;
    border-radius: 100px;
    background: #bfbfbf center;
    background-size: cover; }
    .m_team-listing__item > .img-container > img {
      display: none; }
  .m_team-listing__item > h3 {
    color: var(--wec-color-navy);
    font-size: 24px;
    font-size: 1.5rem; }
    .m_team-listing__item > h3 a {
      color: inherit; }
  .m_team-listing__item > .subtitle {
    font-weight: 600;
    color: #731963;
    margin-bottom: 20px; }
  .m_team-listing__item > .excerpt {
    margin: auto;
    margin-bottom: 10px;
    max-width: 246px; }
  .m_team-listing__item > .read-more {
    text-decoration: underline; }

.m_search {
  margin-bottom: 40px;
  min-height: 400px; }
  .m_search .page-header-container span {
    text-transform: uppercase;
    color: #7d7e7d; }
  .m_search .page-header-container h1.page-title {
    margin-top: 0 !important;
    text-transform: capitalize;
    letter-spacing: 0; }
  .m_search .no-post-found {
    max-width: 840px;
    margin-left: 0;
    min-height: 400px; }
    .m_search .no-post-found .no-article h2.post-title {
      font-size: 28px;
      font-size: 1.75rem; }
    .m_search .no-post-found .no-article .search form input[type="text"] {
      padding: 10px 60px 10px 25px !important;
      font-weight: 400;
      font-size: 14px;
      font-size: 0.875rem;
      height: 50px;
      border: 1px solid #d7d7d7;
      border-radius: 0; }
    .m_search .no-post-found .no-article .search form i.fa-search {
      left: auto;
      right: 10px;
      line-height: 50px;
      color: #731963;
      font-size: 20px;
      font-size: 1.25rem; }

.m_search__result {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #731963; }
  .m_search__result > .type {
    color: #731963;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600; }
  .m_search__result > .title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 10px; }
    .m_search__result > .title > a {
      color: inherit; }
  .m_search__result > .desc {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px; }
  .m_search__result > .meta {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #7d7e7d; }
    .m_search__result > .meta > a {
      font-weight: 600;
      color: #7d7e7d; }
    .m_search__result > .meta > .meta-item {
      display: inline-block; }
      .m_search__result > .meta > .meta-item a {
        color: #7d7e7d; }

a.m_clearinghouse-item {
  color: #731963;
  padding: 60px 20px 30px 20px;
  display: block;
  position: relative;
  flex-basis: 100%; }
  @media (min-width: 1024px) {
    a.m_clearinghouse-item {
      padding-top: 40px;
      padding-left: 40px;
      padding-right: 40px; } }
  a.m_clearinghouse-item div.sublist {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 14px;
    line-height: 0.875rem; }
    a.m_clearinghouse-item div.sublist > div.base {
      display: inline; }
    a.m_clearinghouse-item div.sublist > div.more {
      display: inline;
      position: relative; }
      a.m_clearinghouse-item div.sublist > div.more > div.rest {
        position: absolute;
        background-color: white;
        border: 1px solid #c6e4f8;
        border-radius: 5px;
        padding: 5px 10px;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 300ms ease;
        z-index: -1; }
        a.m_clearinghouse-item div.sublist > div.more > div.rest > span {
          display: block; }
        a.m_clearinghouse-item div.sublist > div.more > div.rest:before {
          width: 0;
          height: 0;
          content: '';
          z-index: 2;
          display: inline-block;
          border-bottom: 6px solid white;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          position: absolute;
          top: -5px;
          left: 50%;
          z-index: 5;
          transform: translateX(-50%); }
        a.m_clearinghouse-item div.sublist > div.more > div.rest:after {
          width: 0;
          height: 0;
          content: '';
          z-index: 2;
          display: inline-block;
          border-bottom: 6px solid #c6e4f8;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          position: absolute;
          top: -6px;
          left: 50%;
          z-index: 4;
          transform: translateX(-50%); }
      a.m_clearinghouse-item div.sublist > div.more:hover > div.rest {
        opacity: 1;
        z-index: 1000; }
  a.m_clearinghouse-item > div.content-types.sublist {
    text-transform: uppercase;
    font-weight: 600; }
  a.m_clearinghouse-item > h1 {
    margin: 12px 0px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
    color: #000;
    font-family: var(--wec-font-family-serif);
    font-weight: 500; }
  a.m_clearinghouse-item > div.excerpt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: var(--wec-color-navy); }
  a.m_clearinghouse-item > div.additional-info {
    line-height: 1em;
    margin-top: 10px; }
    a.m_clearinghouse-item > div.additional-info > div.topics.sublist,
    a.m_clearinghouse-item > div.additional-info > div.jurisdictions.sublist {
      display: inline; }
    a.m_clearinghouse-item > div.additional-info > div.topics.sublist {
      color: #666666;
      font-weight: 600; }
      a.m_clearinghouse-item > div.additional-info > div.topics.sublist:after {
        content: '  |  ';
        font-weight: 400;
        display: inline-block;
        padding-left: 8px;
        padding-right: 8px; }
      a.m_clearinghouse-item > div.additional-info > div.topics.sublist:last-child:after {
        display: none; }
    a.m_clearinghouse-item > div.additional-info > div.jurisdictions.sublist {
      color: #666666; }
  a.m_clearinghouse-item > div.date {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1em;
    margin-top: 10px; }
  a.m_clearinghouse-item:before {
    display: none;
    position: absolute;
    top: 33px;
    right: 20px;
    padding: 3px 5px 3px 20px;
    border-radius: 100px;
    content: 'Recommended';
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1em;
    color: #fff;
    background-color: #731963;
    font-weight: 600;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      a.m_clearinghouse-item:before {
        right: 40px; } }
  a.m_clearinghouse-item:after {
    display: none;
    position: absolute;
    top: 30px;
    right: 123px;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-image: url("../../static/media/phil_svgmap.fd588546.svg#star-icon");
    background-color: #731963;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    padding: 5px 5px; }
    @media (min-width: 768px) {
      a.m_clearinghouse-item:after {
        right: 143px; } }
  a.m_clearinghouse-item:hover {
    background-color: #f2f2f2; }
  a.m_clearinghouse-item.isRecommended {
    background-color: #DDEFFB; }
    a.m_clearinghouse-item.isRecommended:before, a.m_clearinghouse-item.isRecommended:after {
      display: block; }
    a.m_clearinghouse-item.isRecommended:hover {
      background-color: #c6e4f8; }
  .viewAsGrid a.m_clearinghouse-item:before {
    content: '';
    top: 0;
    right: 0;
    padding: 0 0;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    background-color: transparent;
    background-image: linear-gradient(45deg, transparent 0, transparent 50%, #731963, 50.1%, #731963 100%);
    background-size: 100% 100%;
    background-position: center center;
    border: none; }
  .viewAsGrid a.m_clearinghouse-item:after {
    top: 0px;
    right: 0px;
    background-color: transparent; }
  .viewAsGrid a.m_clearinghouse-item:hover {
    background-color: #fff; }
  .viewAsGrid a.m_clearinghouse-item.isRecommended:hover {
    background-color: #c6e4f8; }

.m_clearinghouse-header {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background-size: cover;
  position: relative; }
  .m_clearinghouse-header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .m_clearinghouse-header > div.wrapper {
    max-width: 650px;
    padding-top: 50px;
    position: relative;
    padding-bottom: 185px; }
    @media (min-width: 1024px) {
      .m_clearinghouse-header > div.wrapper {
        padding-top: 80px; } }
    .m_clearinghouse-header > div.wrapper > h1 {
      font-size: 44px;
      font-size: 2.75rem;
      color: var(--wec-color-white); }
      @media (min-width: 370px) {
        .m_clearinghouse-header > div.wrapper > h1 {
          font-size: 50px;
          font-size: 3.125rem; } }
    .m_clearinghouse-header > div.wrapper > div.content {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 30px;
      line-height: 1.875rem;
      margin-bottom: 0px; }

#phil {
  margin-top: -185px; }

.m_phil > div.body-section > div.wrapper > div.filter-section {
  padding-top: 120px; }
  @media (min-width: 800px) {
    .m_phil > div.body-section > div.wrapper > div.filter-section {
      padding-top: 0px; } }

.m_phil .m_item-list > div.item-container {
  display: flex;
  align-items: stretch; }
  .m_phil .m_item-list > div.item-container > div.philItem {
    flex-basis: 100%;
    display: flex;
    justify-content: stretch;
    align-items: stretch; }
  .m_phil .m_item-list > div.item-container.even {
    background-color: #fff; }
  .m_phil .m_item-list > div.item-container.odd {
    background-color: #fff; }

.m_phil .m_item-list.viewAsGrid {
  padding-top: 20px;
  padding-right: 20px;
  justify-content: space-between; }
  .m_phil .m_item-list.viewAsGrid > div.item-container {
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
    border: 1px solid #731963;
    border-bottom-width: 2px; }
    .m_phil .m_item-list.viewAsGrid > div.item-container:first-child {
      border-left-width: 1px; }
    .m_phil .m_item-list.viewAsGrid > div.item-container.even {
      background-color: #f4fafe; }
    .m_phil .m_item-list.viewAsGrid > div.item-container.odd {
      background-color: #f4fafe; }

section.m_phil .m_phil--filter-header > h3 {
  color: var(--wec-color-white); }

dl.m_filter-list > dd > button.filter {
  background-color: var(--wec-color-navy);
  color: var(--wec-color-white); }

dl.m_filter-list > dd > div.filter-input-container {
  background-color: var(--wec-color-navy); }

nav.m_pagination button.btn.isActive, nav.m_pagination button.btn:hover, .no-touch .pagination a:hover {
  background-color: var(--wec-color-navy);
  color: var(--wec-color-white); }

.m_carousel {
  clear: both;
  margin-bottom: 30px; }
  .m_carousel > .list {
    margin-bottom: 20px; }
  .m_carousel .slick-prev,
  .m_carousel .slick-next {
    color: #000;
    top: -45px; }
    .m_carousel .slick-prev:before,
    .m_carousel .slick-next:before {
      font-family: var(--wec-font-family-serif);
      letter-spacing: 0px;
      font-weight: 500;
      color: #666;
      font-size: 28px;
      font-weight: 200; }
      .wf-inactive .m_carousel .slick-prev:before, .wf-inactive
      .m_carousel .slick-next:before {
        font-family: "Georgia", serif; }
  .m_carousel .slick-prev {
    left: auto;
    right: 25px; }
    .m_carousel .slick-prev:before {
      content: "<"; }
  .m_carousel .slick-next {
    right: 0; }
    .m_carousel .slick-next:before {
      content: ">"; }
  .m_carousel--item {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 200px;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    color: #FFF;
    text-decoration: none;
    background: #999 center no-repeat;
    background-size: cover; }
    .m_carousel--item:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      transition: opacity 0.3s;
      opacity: 0; }
    .m_carousel--item > .content {
      position: relative;
      transition: opacity 0.3s, transform 0.3s;
      z-index: 2;
      padding: 20px;
      transform: scale(0.8);
      opacity: 0;
      text-align: center; }
      .m_carousel--item > .content > .text {
        color: #FFF;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .m_carousel--item > .content > .text {
            font-size: 16px;
            font-size: 1rem; } }
      .m_carousel--item > .content > .button {
        border-color: #fff !important;
        color: #fff !important;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 26px; }
    .m_carousel--item:hover:before {
      opacity: 1; }
    .m_carousel--item:hover > .content {
      transform: scale(1);
      opacity: 1; }

.wec-container,
body .site-header .site-header-main .container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1280px + 160px); }

.wec-container,
body .site-header .site-header-main .container,
.wec-container-fluid {
  container: container / inline-size;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px; }
  @media (min-width: 768px) {
    .wec-container,
    body .site-header .site-header-main .container,
    .wec-container-fluid {
      padding-left: 48px;
      padding-right: 48px; } }
  @media (min-width: 992px) {
    .wec-container,
    body .site-header .site-header-main .container,
    .wec-container-fluid {
      padding-left: 80px;
      padding-right: 80px; } }

/* Shared Grid definitions */
.grid-control {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 16px;
  /* We have only 2 grids here, mobile & desktop.
	Certainly possible to add additional grids. */ }
  @media (min-width: 992px) {
    .grid-control {
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 24px; } }

@font-face {
  font-family: 'cambon-book';
  src: url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/Cambon-Book.woff2"), url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/Cambon-Book.woff") format("woff"), url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/Cambon-Book.otf") format("otf"); }

@font-face {
  font-family: 'cambon-bold';
  src: url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/Cambon-Bold.woff2"), url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/Cambon-Bold.woff") format("woff"), url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/Cambon-Bold.otf") format("otf"); }

@font-face {
  font-family: 'gt-america-regular';
  src: url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/GT-America-Standard-Regular.woff2"), url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/GT-America-Standard-Regular.woff") format("woff"), url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/GT-America-Standard-Regular.ttf") format("truetype"), url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/GT-America-Standard-Regular.otf") format("otf"); }

@font-face {
  font-family: 'gt-america-italic';
  src: url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/GT-America-Standard-Regular-Italic.woff2"), url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/GT-America-Standard-Regular-Italic.woff") format("woff"), url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/GT-America-Standard-Regular-Italic.ttf") format("truetype"), url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/GT-America-Standard-Regular-Italic.otf") format("otf"); }

@font-face {
  font-family: 'gt-america-bold';
  src: url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/GT-America-Standard-Bold.woff2"), url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/GT-America-Standard-Bold.woff") format("woff"), url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/GT-America-Standard-Bold.ttf") format("truetype"), url("../../../../../../../wp-content/themes/ceramag-child/assets/wideeye/fonts/GT-America-Standard-Bold.otf") format("otf"); }

h1,
.wec-h1 {
  font-family: var(--wec-font-family-serif);
  letter-spacing: -0.01em;
  font-size: var(--wec-fs-h1);
  line-height: 1.25; }

h2,
.wec-h2 {
  font-family: var(--wec-font-family-serif);
  letter-spacing: -0.01em;
  font-size: var(--wec-fs-h2);
  line-height: 1.3; }

h3,
.wec-h3 {
  font-family: var(--wec-font-family-serif);
  letter-spacing: -0.01em;
  font-size: var(--wec-fs-h3);
  line-height: 1.3; }

h4,
.wec-h4 {
  font-family: var(--wec-font-family-sans-bold);
  font-size: var(--wec-fs-h4);
  line-height: 1.45;
  font-weight: 700; }

h4.regular,
.wec-h4-regular {
  font-family: var(--wec-font-family-sans);
  font-size: var(--wec-fs-h4);
  line-height: 1.45;
  font-weight: 400; }

h5,
.wec-h5,
.articles-template-default #primary.content-area .related-articles .related-links h2,
.widget.ceramag-widget_posts .post-title,
div.ffjc-search-screen.search-screen .container .search form input[type="text"] {
  font-family: var(--wec-font-family-sans-bold);
  font-size: var(--wec-fs-h5);
  line-height: 1.45; }

h6,
.wec-h6 {
  font-family: var(--wec-font-family-sans-bold);
  font-size: var(--wec-fs-h6);
  line-height: 1.6;
  text-transform: uppercase; }

p,
.wec-body {
  font-family: var(--wec-font-family-sans);
  font-size: var(--wec-fs-body);
  line-height: 1.55; }

.wec-small, div.ffjc-search-screen.search-screen .search-results .search-shortcuts span {
  font-family: var(--wec-font-family-sans);
  font-size: var(--wec-fs-body-small);
  line-height: 1.55; }

.wec-body-large {
  font-family: var(--wec-font-family-sans);
  font-size: var(--wec-fs-body-large);
  line-height: 1.45; }

.wec-btn-text {
  font-family: var(--wec-font-family-sans-bold);
  font-size: 1rem;
  line-height: 1.25; }

.wec-large-number {
  font-family: 'gt-america-bold', sans-serif;
  letter-spacing: -0.01em;
  font-size: var(--wec-fs-large-number);
  line-height: 0.82; }

.wec-large-header {
  font-family: var(--wec-font-family-serif);
  letter-spacing: -0.01em;
  font-size: var(--wec-fs-large-header);
  line-height: 1.25; }

.wec-btn-text-large {
  font-family: var(--wec-font-family-sans-bold);
  font-size: var(--wec-fs-btn-large);
  line-height: 1.25;
  font-weight: 700; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--wec-font-weight-heading) !important; }

h1,
h2,
h3,
h4,
h5,
h6,
.wec-body,
p,
a {
  color: var(--wec-text-color); }

.wec-tag-text {
  padding: 6px;
  background-color: var(--wec-color-beige);
  font-size: var(--wec-fs-body-small);
  line-height: 1.55; }

.wec-underline-link {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(var(--wec-underline-link-stroke-color, currentColor), var(--wec-underline-link-stroke-color, currentColor));
  background-position: 0% 95%;
  background-repeat: no-repeat;
  background-size: 0% var(--wec-underline-link-stroke-width, 1px);
  transition: background-size var(--wec-underline-link-transition-duration, 0.25s) ease-in-out;
  padding-bottom: var(--wec-underline-link-distance, 0); }
  .wec-underline-link:hover, .wec-underline-link:focus-visible {
    background-size: 100% var(--wec-underline-link-stroke-width, 1px); }

button {
  transition: all var(--wec-transition-timing); }

.page-template-template-home .wec-btn, body .ceramag-side-menu .primary-menu > .menu-item.button a, body .site-header .site-header-main .button.menu-item a {
  font-size: 1rem;
  font-family: var(--wec-font-family-sans-bold);
  font-weight: 700;
  line-height: 1.25;
  display: inline-flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--wec-color-rust);
  background: var(--wec-color-rust);
  color: var(--wec-color-white); }
  .page-template-template-home .wec-btn:hover, body .ceramag-side-menu .primary-menu > .menu-item.button a:hover, body .site-header .site-header-main .button.menu-item a:hover {
    background: var(--wec-color-navy);
    color: var(--wec-color-white);
    border-color: var(--wec-color-navy); }
  .page-template-template-home .white.wec-btn, body .ceramag-side-menu .primary-menu > .menu-item.button a.white, body .site-header .site-header-main .button.menu-item a.white {
    background: var(--wec-color-white);
    color: var(--wec-color-navy);
    border-color: var(--wec-color-white); }
    .page-template-template-home .white.wec-btn:hover, body .ceramag-side-menu .primary-menu > .menu-item.button a.white:hover, body .site-header .site-header-main .button.menu-item a.white:hover {
      background: var(--wec-color-periwinkle);
      border-color: var(--wec-color-periwinkle);
      color: var(--wec-color-navy); }

.page-template-template-home .wec-btn--secondary {
  background: var(--wec-color-light-blue);
  color: var(--wec-color-navy);
  border-color: var(--wec-color-navy); }

.page-template-template-home .wec-btn--outline {
  background: var(--wec-color-white);
  color: var(--wec-color-navy);
  border-color: var(--wec-color-navy); }

.title-line {
  position: relative; }
  .title-line span {
    display: inline-block;
    padding: 5px 24px 5px 0;
    background: var(--wec-color-white);
    position: relative;
    z-index: 1; }
  .title-line::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--wec-color-navy);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0; }
  .title-line.light-blue-bkg span {
    background: var(--wec-color-light-blue); }

body .site-header .site-header-main .container {
  flex-wrap: nowrap;
  padding-right: 80px; }

body .site-header {
  opacity: 1; }

body .site-header-main {
  transition: padding 0.3s; }

body .site-header .menu-toggle {
  background-color: var(--wec-color-navy);
  color: var(--wec-color-white);
  padding: 0 16px;
  height: calc(var(--wec-header-height-mobile) - 1px);
  width: 100%;
  max-width: 66px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1180px) {
    body .site-header .menu-toggle {
      height: calc(var(--wec-header-height-desktop) - 1px); } }
  .header-stuck body .site-header .menu-toggle {
    height: calc(var(--wec-header-height-mobile-sticky) - 1px); }
    @media (min-width: 1180px) {
      .header-stuck body .site-header .menu-toggle {
        height: calc(var(--wec-header-height-desktop-sticky) - 1px); } }
  body .site-header .menu-toggle::before, body .site-header .menu-toggle::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body .site-header .menu-toggle::before {
    border-top: 1px solid;
    border-bottom: 1px solid; }
  body .site-header .menu-toggle::after {
    border: none;
    color: var(--wec-color-white);
    background-color: currentColor;
    height: 1px; }
  body .site-header .menu-toggle:hover {
    background-color: var(--wec-color-white);
    color: var(--wec-color-navy); }
    body .site-header .menu-toggle:hover::before, body .site-header .menu-toggle:hover::after {
      color: var(--wec-color-navy); }

body .primary-menu {
  flex-wrap: nowrap; }

@media (min-width: 1024px) {
  body .site-header.site-header-main .site-header-menu {
    display: none; } }

@media (min-width: 1120px) {
  body .site-header.site-header-main .site-header-menu {
    display: none; } }

@media (min-width: 1180px) {
  body .site-header.site-header-main .site-header-menu {
    display: flex;
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    visibility: visible; } }

body .ceramag-side-menu {
  width: 100vw;
  z-index: 999; }

body .ceramag-side-menu .main-navigation {
  border-top: 1px solid var(--wec-color-navy); }

body .ceramag-side-menu a {
  color: var(--wec-color-navy); }

body .ceramag-side-menu .dropdown-toggle {
  color: var(--wec-color-navy); }
  body .ceramag-side-menu .dropdown-toggle::before {
    display: none; }
  body .ceramag-side-menu .dropdown-toggle::before, body .ceramag-side-menu .dropdown-toggle::after {
    color: inherit;
    background-color: currentColor; }
  body .ceramag-side-menu .dropdown-toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid var(--wec-color-white);
    background: transparent; }
  body .ceramag-side-menu .dropdown-toggle.toggled-on {
    transform: none; }
    body .ceramag-side-menu .dropdown-toggle.toggled-on::after {
      transform: translateY(-50%) rotate(-180deg);
      transform-origin: center center; }

body .ceramag-side-menu .close-button {
  color: var(--wec-color-navy);
  z-index: 10001;
  width: 60px;
  height: var(--wec-header-height-mobile);
  top: 0;
  right: 0; }
  @media (min-width: 1180px) {
    body .ceramag-side-menu .close-button {
      height: var(--wec-header-height-desktop); } }
  body .ceramag-side-menu .close-button::before, body .ceramag-side-menu .close-button::after {
    color: var(--wec-color-white);
    background-color: var(--wec-color-white); }

body .ceramag-side-menu .container {
  height: 100vh;
  width: 100%;
  background-color: var(--wec-color-navy);
  padding-top: var(--wec-header-height-mobile);
  margin-top: -1px; }
  @media (min-width: 1180px) {
    body .ceramag-side-menu .container {
      padding-top: var(--wec-header-height-desktop); } }

body .ceramag-side-menu .primary-menu > .menu-item {
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 24px;
  padding: 12px 0; }
  body .ceramag-side-menu .primary-menu > .menu-item a {
    cursor: pointer; }
  @media (min-width: 768px) {
    body .ceramag-side-menu .primary-menu > .menu-item {
      margin: 0 48px; } }
  body .ceramag-side-menu .primary-menu > .menu-item.current-menu-item > a {
    background: transparent;
    border: 0; }
  body .ceramag-side-menu .primary-menu > .menu-item.button {
    border: 0; }
    body .ceramag-side-menu .primary-menu > .menu-item.button a {
      background-color: var(--wec-color-rust);
      color: var(--wec-color-white);
      display: block;
      padding: 10px 20px;
      line-height: 1.25;
      text-transform: none;
      text-align: center; }
  body .ceramag-side-menu .primary-menu > .menu-item a {
    font-size: var(--wec-fs-h4);
    font-weight: 700;
    padding: 0;
    display: inline-flex;
    width: auto;
    text-transform: none;
    letter-spacing: normal;
    border-left: 0; }
    body .ceramag-side-menu .primary-menu > .menu-item a:hover {
      background-color: transparent; }
  body .ceramag-side-menu .primary-menu > .menu-item .dropdown-toggle {
    position: relative;
    top: auto;
    height: 10px; }
  body .ceramag-side-menu .primary-menu > .menu-item .sub-menu {
    margin: 12px 0 24px; }
    body .ceramag-side-menu .primary-menu > .menu-item .sub-menu li.menu-item {
      padding: 0;
      cursor: pointer; }
      body .ceramag-side-menu .primary-menu > .menu-item .sub-menu li.menu-item a {
        line-height: 36px;
        font-size: clamp(1.125rem, 1.8vw, 1.5rem);
        padding: 0;
        font-weight: 400;
        cursor: pointer; }

body .ceramag-side-menu.show + #page .site-header {
  --wec-header-height: 73px
    background-color: var(--wec-color-navy);
  width: calc(100vw - 60px);
  margin-left: 0;
  border-bottom: none; }
  body .ceramag-side-menu.show + #page .site-header .site-header-main {
    padding: 15px 0;
    width: calc(100vw - 60px); }
  body .ceramag-side-menu.show + #page .site-header .container {
    padding-right: 20px; }
  body .ceramag-side-menu.show + #page .site-header .menu-toggle {
    display: none; }

body.logged-in.admin-bar .ceramag-side-menu .container {
  top: var(--wp-admin--admin-bar--height, 0px);
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px)); }

body .site-header {
  background-color: transparent; }

body .site-header.sticky {
  background-color: var(--wec-color-navy);
  border-bottom: none; }

body .site-header .site-header-main {
  background-color: transparent;
  border-bottom: none; }
  body .site-header .site-header-main .site-header__main-logo {
    margin: 0;
    display: flex;
    align-items: center;
    max-width: 148px;
    position: relative;
    margin-right: auto;
    color: var(--wec-color-navy); }
    @media (min-width: 768px) {
      body .site-header .site-header-main .site-header__main-logo {
        max-width: 164px; } }
    @media (min-width: 1120px) {
      body .site-header .site-header-main .site-header__main-logo {
        max-width: 221px; } }
    .header-stuck body .site-header .site-header-main .site-header__main-logo {
      max-width: 164px; }
    body .site-header .site-header-main .site-header__main-logo svg {
      color: var(--wec-color-navy);
      width: 100%;
      transition: width 0.3s; }
  body .site-header .site-header-main .site-header__item_inner {
    display: inline-flex;
    align-items: center; }
  body .site-header .site-header-main .primary-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-left: 40px; }
    body .site-header .site-header-main .primary-menu > .menu-item {
      padding: 20px 0; }
      body .site-header .site-header-main .primary-menu > .menu-item.menu-item-has-children {
        position: relative;
        padding-right: 14px !important; }
        body .site-header .site-header-main .primary-menu > .menu-item.menu-item-has-children::after {
          content: '';
          position: absolute;
          top: 47%;
          right: 0;
          transition: transform 0.3s ease;
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid var(--wec-color-navy); }
        body .site-header .site-header-main .primary-menu > .menu-item.menu-item-has-children:hover::after {
          transform: rotate(-180deg); }
  body .site-header .site-header-main .menu-item a {
    line-height: 1.25 !important;
    text-transform: none;
    color: var(--wec-color-navy);
    font-weight: 700;
    font-family: var(--wec-font-family-sans);
    cursor: pointer; }
  body .site-header .site-header-main .menu-item:hover a {
    color: var(--wec-color-purple); }
  body .site-header .site-header-main .menu-item:hover::after {
    border-top-color: 5px solid var(--wec-color-purple) !important; }
  body .site-header .site-header-main .menu-item > .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: flex-start;
    border-top: 0;
    background-color: var(--wec-color-navy);
    padding: 18px 0;
    min-width: auto; }
    body .site-header .site-header-main .menu-item > .sub-menu::after {
      display: none; }
    body .site-header .site-header-main .menu-item > .sub-menu li {
      padding: 0 18px;
      width: 100%; }
      body .site-header .site-header-main .menu-item > .sub-menu li a {
        color: var(--wec-color-white); }
        body .site-header .site-header-main .menu-item > .sub-menu li a:hover {
          color: var(--wec-color-periwinkle);
          text-decoration: underline; }
  body .site-header .site-header-main .button.menu-item {
    padding: 4px 0 0; }
  body .site-header .site-header-main .button.menu-item a {
    background-color: var(--wec-color-rust) !important;
    color: var(--wec-color-white) !important;
    padding: 10px 20px !important;
    height: 52px;
    line-height: 1.25 !important;
    text-transform: none !important;
    font-weight: 700;
    font-family: var(--wec-font-family-sans); }
    body .site-header .site-header-main .button.menu-item a:hover {
      background-color: var(--wec-color-navy) !important;
      border-color: var(--wec-color-white) !important; }
  body .site-header .site-header-main #site-header-search .search-button {
    color: var(--wec-color-navy);
    display: inline-flex;
    align-items: center;
    padding: 0; }

body .ceramag-side-menu.show {
  transition: none;
  color: var(--wec-color-white); }
  body .ceramag-side-menu.show .site-header__main-logo {
    color: var(--wec-color-white); }
    body .ceramag-side-menu.show .site-header__main-logo svg {
      color: var(--wec-color-white); }
  body .ceramag-side-menu.show .menu-item a {
    color: var(--wec-color-white); }
    body .ceramag-side-menu.show .menu-item a:hover {
      color: var(--wec-color-periwinkle); }
  body .ceramag-side-menu.show .primary-menu > .menu-item.menu-item-has-children::after {
    border-top: 5px solid var(--wec-color-white); }
  body .ceramag-side-menu.show #site-header-search .search-button {
    color: var(--wec-color-white); }

body:has(.ceramag-side-menu.show) .site-header-main .site-header__main-logo {
  color: var(--wec-color-white); }
  body:has(.ceramag-side-menu.show) .site-header-main .site-header__main-logo svg {
    color: var(--wec-color-white); }

body.home .site-header {
  position: absolute;
  top: -100%;
  transition: var(--wec-topper-transition-timing);
  transition-delay: var(--wec-topper-transition-timing-delay);
  transition-property: top;
  transition-timing-function: ease-in-out; }
  body.home .site-header.animate {
    top: 0; }

body.home .ceramag-side-menu .main-navigation {
  border-top: 1px solid var(--wec-color-white); }

body.home .ceramag-side-menu a {
  color: var(--wec-color-white); }

body.home .ceramag-side-menu .dropdown-toggle {
  color: var(--wec-color-white); }

body.home .ceramag-side-menu .close-button {
  color: var(--wec-color-white); }

body.home .site-header .site-header-main .site-header__main-logo {
  color: var(--wec-color-white); }
  body.home .site-header .site-header-main .site-header__main-logo svg {
    color: var(--wec-color-white); }

body.home .site-header .site-header-main .menu-item a {
  color: var(--wec-color-white); }

body.home .site-header .site-header-main .menu-item:hover > a {
  color: var(--wec-color-purple); }

body.home .site-header .site-header-main .menu-item:hover::after {
  border-top-color: 5px solid var(--wec-color-purple) !important; }

body.home .site-header .site-header-main .primary-menu > .menu-item.menu-item-has-children::after {
  border-top: 5px solid var(--wec-color-white); }

body.home .site-header .site-header-main #site-header-search .search-button {
  color: var(--wec-color-white); }

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 999; }
  .admin-bar .sticky-header {
    top: calc( var(--wp-admin--admin-bar--height) * -1px); }

body .sticky-header.sticky .menu-item a {
  color: var(--wec-color-white); }

body .sticky-header.sticky .primary-menu > .menu-item.menu-item-has-children::after {
  border-top: 5px solid var(--wec-color-white); }

body .sticky-header.sticky .dropdown-toggle {
  color: var(--wec-color-white); }

body .sticky-header.sticky .close-button {
  color: var(--wec-color-white); }

body .sticky-header.sticky .site-header-main .site-header__main-logo {
  color: var(--wec-color-white); }
  body .sticky-header.sticky .site-header-main .site-header__main-logo svg {
    color: var(--wec-color-white); }

body .sticky-header.sticky .site-header-main .menu-item a {
  color: var(--wec-color-white); }

body .sticky-header.sticky .site-header-main .menu-item:hover > a {
  color: var(--wec-color-purple); }

body .sticky-header.sticky .site-header-main .menu-item:hover::after {
  border-top-color: 5px solid var(--wec-color-purple) !important; }

body .sticky-header.sticky .site-header-main #site-header-search .search-button {
  color: var(--wec-color-white); }

.sticky_sentinel {
  background: yellow;
  position: absolute;
  left: 0;
  right: 0;
  /* needs dimensions */
  z-index: 0;
  pointer-events: none;
  visibility: hidden; }

.sticky_sentinel--top {
  /* Adjust the height and top values based on your on your sticky top position.
  e.g. make the height bigger and adjust the top so observeHeaders()'s
  IntersectionObserver fires as soon as the bottom of the sentinel crosses the
  top of the intersection container. */
  top: 0;
  height: var(--wec-header-height)-var(--wec-header-v-padding); }

.no-touch .site-header .menu-toggle:hover {
  color: var(--wec-color-white); }

.no-touch .site-header nav ul.primary-menu > li.button a:hover {
  background-color: var(--wec-color-navy) !important; }

.bottom-cta {
  background-color: var(--wec-color-navy);
  position: relative; }
  .bottom-cta::after {
    content: "";
    display: none;
    min-width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: var(--wec-color-white);
    position: absolute;
    z-index: 1; }
    @media (min-width: 960px) {
      .bottom-cta::after {
        display: block; } }
  .bottom-cta .wec-container {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2; }
    @media (min-width: 960px) {
      .bottom-cta .wec-container {
        flex-direction: row; } }
    @media (max-width: 960px) {
      .bottom-cta .wec-container {
        padding: 0; } }
  .bottom-cta .cta-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    padding: 64px 24px;
    width: 100%; }
    @media (min-width: 768px) {
      .bottom-cta .cta-col {
        padding: 104px 48px; } }
    @media (min-width: 960px) {
      .bottom-cta .cta-col {
        width: 50%; } }
    .bottom-cta .cta-col h2, .bottom-cta .cta-col p {
      margin: 0; }
  .bottom-cta__newsletter-col.cta-col {
    background-color: var(--wec-color-navy);
    color: var(--wec-color-white); }
    @media (min-width: 960px) {
      .bottom-cta__newsletter-col.cta-col {
        padding: 104px 80px 104px 0; } }
    .bottom-cta__newsletter-col.cta-col h2, .bottom-cta__newsletter-col.cta-col p {
      color: var(--wec-color-white); }
    .bottom-cta__newsletter-col.cta-col .newsletter-form {
      width: 100%; }
      .bottom-cta__newsletter-col.cta-col .newsletter-form input {
        background-color: var(--wec-color-navy);
        border-radius: 0;
        border: 1px solid var(--wec-color-white);
        font-size: var(--wec-fs-body);
        font-weight: 400;
        margin-bottom: 24px;
        padding: 20px 16px;
        transition: all var(--wec-transition-timing);
        height: auto;
        text-transform: none; }
        .bottom-cta__newsletter-col.cta-col .newsletter-form input::placeholder {
          color: var(--wec-color-white);
          opacity: 1; }
        .bottom-cta__newsletter-col.cta-col .newsletter-form input:focus {
          background-color: var(--wec-color-white);
          border-color: var(--wec-color-white); }
          .bottom-cta__newsletter-col.cta-col .newsletter-form input:focus::placeholder {
            color: var(--wec-color-navy); }
      .bottom-cta__newsletter-col.cta-col .newsletter-form .wec-btn {
        width: 100%; }
        @media (min-width: 960px) {
          .bottom-cta__newsletter-col.cta-col .newsletter-form .wec-btn {
            justify-content: center;
            width: auto; } }
        @media (max-width: 960px) {
          .bottom-cta__newsletter-col.cta-col .newsletter-form .wec-btn {
            justify-content: space-between; }
            .bottom-cta__newsletter-col.cta-col .newsletter-form .wec-btn svg {
              margin: 0; } }
  .bottom-cta__donation-col.cta-col {
    background-color: var(--wec-color-white); }
    @media (min-width: 960px) {
      .bottom-cta__donation-col.cta-col {
        padding: 104px 0 104px 80px; } }
    .bottom-cta__donation-col.cta-col .button-container {
      width: 100%; }

.site-footer .footer-bottom {
  background: var(--wec-color-navy);
  padding: var(--wec-footer-v-padding-mobile) 0; }
  @media (min-width: 768px) {
    .site-footer .footer-bottom {
      padding: var(--wec-footer-v-padding-desktop) 0; } }
  .site-footer .footer-bottom .footer-social .widget.ceramag-widget_social ul#menu-social-menu {
    display: flex;
    gap: 24px;
    flex-direction: column;
    text-align: left; }
    @media (min-width: 768px) {
      .site-footer .footer-bottom .footer-social .widget.ceramag-widget_social ul#menu-social-menu {
        gap: 80px;
        justify-content: center;
        flex-direction: row; } }
    .site-footer .footer-bottom .footer-social .widget.ceramag-widget_social ul#menu-social-menu::after {
      display: none; }
    .site-footer .footer-bottom .footer-social .widget.ceramag-widget_social ul#menu-social-menu li {
      margin: 0; }
  .site-footer .footer-bottom .footer-social .widget.ceramag-widget_social ul#menu-social-menu li a {
    font-weight: 700;
    font-size: var(--wec-fs-h6) !important;
    text-align: left; }
    @media (min-width: 768px) {
      .site-footer .footer-bottom .footer-social .widget.ceramag-widget_social ul#menu-social-menu li a {
        text-align: center; } }
    .site-footer .footer-bottom .footer-social .widget.ceramag-widget_social ul#menu-social-menu li a:hover {
      color: var(--wec-color-periwinkle);
      opacity: 1; }
    .site-footer .footer-bottom .footer-social .widget.ceramag-widget_social ul#menu-social-menu li a::before {
      width: 20px; }
      @media (min-width: 768px) {
        .site-footer .footer-bottom .footer-social .widget.ceramag-widget_social ul#menu-social-menu li a::before {
          width: 30px; } }

.site-footer .footer-site-info .textwidget {
  color: var(--wec-color-white);
  font-size: var(--wec-fs-body-small);
  font-weight: 500;
  text-align: left; }
  @media (min-width: 768px) {
    .site-footer .footer-site-info .textwidget {
      text-align: center; } }

.site-footer .footer-social + .footer-site-info {
  margin-top: 40px; }

.wec-home-topper .wec-home-topper__image-bg {
  display: flex;
  justify-content: center;
  position: relative;
  transform-origin: top;
  transform: scaleX(1.6) scaleY(1.6);
  transition: var(--wec-topper-transition-timing);
  transition-delay: var(--wec-topper-transition-timing-delay);
  transition-property: min-height, transform;
  transition-timing-function: ease-out; }
  @media (min-width: 960px) and (max-height: 1000px) {
    .wec-home-topper .wec-home-topper__image-bg {
      height: 63vh; } }
  .wec-home-topper .wec-home-topper__image-bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 100vw;
    height: 100%;
    background: rgba(6, 28, 40, 0.35); }

.wec-home-topper.animate .wec-home-topper__image-bg {
  transform: scaleX(1) scaleY(1); }

.wec-home-topper.animate .wec-home-topper__bottom {
  opacity: 1;
  transform: translateY(0); }

.wec-home-topper .wec-home-topper__image-bg img {
  max-width: none;
  min-width: 100vw;
  aspect-ratio: 2 / 1;
  object-fit: cover; }
  @media (min-width: 960px) and (max-height: 1000px) {
    .wec-home-topper .wec-home-topper__image-bg img {
      object-position: center -25px; } }

.wec-home-topper .wec-home-topper__bottom {
  opacity: 0;
  transform: translateY(100%);
  transition: var(--wec-topper-transition-timing);
  transition-delay: var(--wec-topper-transition-timing-delay);
  transition-property: opacity, transform;
  transition-timing-function: ease; }

.wec-home-topper .wec-home-topper__text-rows {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr;
  justify-content: end;
  position: relative; }
  @media (min-width: 1280px) {
    .wec-home-topper .wec-home-topper__text-rows {
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: 1fr 1fr; } }
  .wec-home-topper .wec-home-topper__text-rows .wec-large-header {
    text-align: left;
    font-weight: unset;
    margin: 0; }
    @media (min-width: 1280px) {
      .wec-home-topper .wec-home-topper__text-rows .wec-large-header {
        grid-column: 1 / 9;
        grid-row: 1 / 3; } }
  .wec-home-topper .wec-home-topper__text-rows .wec-home-topper__description {
    margin-top: 24px; }
    @media (min-width: 1280px) {
      .wec-home-topper .wec-home-topper__text-rows .wec-home-topper__description {
        margin-top: auto;
        grid-column: 9 / 13;
        grid-row: 2 / 3;
        padding: 0 24px 24px 0; } }
  .wec-home-topper .wec-home-topper__text-rows .text-row {
    display: block; }
  .wec-home-topper .wec-home-topper__text-rows .text-row::after {
    content: "";
    display: block;
    min-width: 100vw;
    height: 1px;
    background-color: var(--wec-color-navy);
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }

.wec-home-topper .wec-home-topper__recent-post {
  padding: 24px 0;
  position: relative;
  transform: translateY(-100%);
  opacity: 0;
  transition: var(--wec-topper-transition-timing);
  transition-delay: var(--wec-topper-transition-timing-delay-report);
  transition-property: opacity, transform;
  transition-timing-function: ease; }
  .wec-home-topper .wec-home-topper__recent-post span:last-child {
    display: inline-flex;
    align-items: center; }
  .wec-home-topper .wec-home-topper__recent-post a {
    text-decoration: underline;
    transition: color var(--wec-transition-duration); }
    .wec-home-topper .wec-home-topper__recent-post a:hover {
      color: var(--wec-color-rust); }

.wec-home-topper .recent-post-prefix {
  display: block;
  position: relative;
  font-weight: 700;
  margin-right: 10px;
  line-height: 1.55; }
  @media (min-width: 960px) {
    .wec-home-topper .recent-post-prefix {
      align-items: center;
      display: inline-block; } }
  .wec-home-topper .recent-post-prefix::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: var(--wec-color-rust);
    margin-right: 12px;
    top: -1px; }

.wec-home-topper.animate .wec-home-topper__image-bg {
  transform: scaleX(1) scaleY(1); }

.wec-home-topper.animate .wec-home-topper__bottom {
  opacity: 1;
  transform: translateY(0); }

.wec-home-topper.animate .wec-home-topper__recent-post {
  opacity: 1;
  transform: translateY(0); }

.wideeye-homepage .recommended-block {
  padding: 64px 0; }
  @media (min-width: 960px) {
    .wideeye-homepage .recommended-block {
      padding: 104px 0; } }
  .wideeye-homepage .recommended-block__posts {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--wec-color-navy); }
    @media (min-width: 960px) {
      .wideeye-homepage .recommended-block__posts {
        position: relative;
        top: -16px;
        flex-direction: row; } }
  .wideeye-homepage .recommended-block__posts___featured {
    width: 100%;
    padding: 40px 0 32px;
    border-bottom: 1px solid var(--wec-color-navy); }
    @media (min-width: 960px) {
      .wideeye-homepage .recommended-block__posts___featured {
        border-bottom: 0;
        border-right: 1px solid var(--wec-color-navy);
        padding: 48px 72px 48px 0;
        width: 58%; } }
  .wideeye-homepage .recommended-block .recommended-block__post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 24px; }
    .wideeye-homepage .recommended-block .recommended-block__post-image a {
      display: block;
      line-height: 0; }
    .wideeye-homepage .recommended-block .recommended-block__post-image img {
      transition: transform 0.3s;
      aspect-ratio: 16 / 9;
      object-fit: cover; }
    .wideeye-homepage .recommended-block .recommended-block__post-image:hover img {
      transform: scale(1.05); }
  .wideeye-homepage .recommended-block .recommended-block__post-title {
    margin-bottom: 12px; }
  .wideeye-homepage .recommended-block .recommended-block__post-category .category {
    background: var(--wec-color-beige);
    color: var(--wec-color-navy);
    padding: 6px;
    display: inline-block;
    margin-right: 12px; }
    .wideeye-homepage .recommended-block .recommended-block__post-category .category:last-child {
      margin-right: 0; }
  .wideeye-homepage .recommended-block__posts___posts-list {
    width: 100%; }
    @media (min-width: 960px) {
      .wideeye-homepage .recommended-block__posts___posts-list {
        margin-top: 48px;
        width: 42%; } }
    .wideeye-homepage .recommended-block__posts___posts-list ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .wideeye-homepage .recommended-block__posts___posts-list ul li {
        border-bottom: 1px solid var(--wec-color-navy);
        padding: 32px 0px; }
        @media (min-width: 960px) {
          .wideeye-homepage .recommended-block__posts___posts-list ul li {
            padding: 40px 48px 40px 33px; } }
        .wideeye-homepage .recommended-block__posts___posts-list ul li:last-child {
          border-bottom: 0; }

.wideeye-homepage .approach {
  background: var(--wec-color-periwinkle);
  padding: 140px 0 153px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .wideeye-homepage .approach {
      padding: 153px 0 168px; } }
  .wideeye-homepage .approach .approach-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    z-index: 0;
    opacity: 0.5; }
    @media (min-width: 768px) {
      .wideeye-homepage .approach .approach-pattern {
        right: auto;
        left: 0;
        width: 100%;
        height: 100%; } }
    @media (min-width: 1250px) {
      .wideeye-homepage .approach .approach-pattern {
        width: 100%;
        height: auto; } }
  .wideeye-homepage .approach__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    gap: 24px;
    position: relative;
    text-align: left;
    z-index: 2; }
    @media (min-width: 768px) {
      .wideeye-homepage .approach__content {
        justify-content: center;
        text-align: center;
        max-width: 1064px; } }
    @media (min-width: 768px) {
      .wideeye-homepage .approach__content .approach__body {
        max-width: 888px; } }
    .wideeye-homepage .approach__content .approach__button {
      background: transparent;
      border: 1px solid var(--wec-color-navy);
      color: var(--wec-color-navy);
      width: 100%; }
      @media (min-width: 768px) {
        .wideeye-homepage .approach__content .approach__button {
          justify-content: center;
          width: auto; } }
      @media (max-width: 768px) {
        .wideeye-homepage .approach__content .approach__button {
          justify-content: space-between; }
          .wideeye-homepage .approach__content .approach__button svg {
            margin: 0; } }
      .wideeye-homepage .approach__content .approach__button:hover, .wideeye-homepage .approach__content .approach__button:focus {
        background: var(--wec-color-navy);
        color: var(--wec-color-periwinkle); }

.wideeye-homepage .local-campaigns {
  background: var(--wec-color-light-blue);
  padding: 104px 0 0; }
  .wideeye-homepage .local-campaigns__columns {
    display: grid;
    grid-template-columns: repeat(12, 1fr); }
    @media (min-width: 960px) {
      .wideeye-homepage .local-campaigns__columns {
        gap: 64px; } }
  .wideeye-homepage .local-campaigns__columns___content {
    display: flex;
    flex-direction: column;
    grid-column: 1 / 13; }
    @media (min-width: 960px) {
      .wideeye-homepage .local-campaigns__columns___content {
        grid-column: 1 / 7;
        justify-content: space-between; } }
    .wideeye-homepage .local-campaigns__columns___content h2 {
      border-top: 1px solid var(--wec-color-navy);
      padding-top: 32px; }
  .wideeye-homepage .local-campaigns .our-impact-links-wrapper {
    width: 100%;
    margin-top: 64px; }
  .wideeye-homepage .local-campaigns .our-impact-links ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .wideeye-homepage .local-campaigns .our-impact-links ul a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 24px 0;
      border-bottom: 1px solid var(--wec-color-navy); }
      .wideeye-homepage .local-campaigns .our-impact-links ul a:hover {
        background: var(--wec-color-gold);
        color: var(--wec-color-navy);
        padding: 24px 33px; }
      .wideeye-homepage .local-campaigns .our-impact-links ul a svg {
        margin: 0; }
  .wideeye-homepage .local-campaigns__columns___image-and-stats {
    position: relative;
    height: 100%;
    width: 100%;
    display: none;
    grid-column: 1 / 13; }
    @media (min-width: 960px) {
      .wideeye-homepage .local-campaigns__columns___image-and-stats {
        grid-column: 7 / 13;
        display: block; } }
  .wideeye-homepage .local-campaigns .image-and-stat {
    top: 0;
    position: absolute;
    overflow: hidden;
    z-index: -2;
    transition: var(--wec-transition-timing); }
    .wideeye-homepage .local-campaigns .image-and-stat__image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      line-height: 0; }
      .wideeye-homepage .local-campaigns .image-and-stat__image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(6, 28, 40, 0.5); }
      .wideeye-homepage .local-campaigns .image-and-stat__image img {
        object-fit: cover;
        aspect-ratio: 3 / 4; }
    .wideeye-homepage .local-campaigns .image-and-stat__stat {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 0 40px 40px; }
      .wideeye-homepage .local-campaigns .image-and-stat__stat span {
        display: block; }
        .wideeye-homepage .local-campaigns .image-and-stat__stat span.stat-number {
          color: var(--wec-color-gold);
          font-weight: bold;
          margin-bottom: 32px;
          position: relative;
          top: -24px;
          opacity: 0;
          transition: var(--wec-transition-timing);
          transition-delay: 0.4s;
          transition-property: opacity, top; }
        .wideeye-homepage .local-campaigns .image-and-stat__stat span.stat-description {
          color: var(--wec-color-white);
          position: relative;
          top: -24px;
          opacity: 0;
          transition: var(--wec-transition-timing);
          transition-delay: 0.5s;
          transition-property: opacity, top; }
    .wideeye-homepage .local-campaigns .image-and-stat[data-stat="stat-1"], .wideeye-homepage .local-campaigns .image-and-stat.active-stat {
      position: relative;
      z-index: 999;
      opacity: 1; }
    .wideeye-homepage .local-campaigns .image-and-stat.inactive-stat {
      position: absolute;
      z-index: -2;
      opacity: 0; }
    .wideeye-homepage .local-campaigns .image-and-stat.active-stat.on-hover .stat-number,
    .wideeye-homepage .local-campaigns .image-and-stat.active-stat.on-hover .stat-description {
      opacity: 1;
      top: 0; }

.wideeye-homepage .national-campaign {
  background: var(--wec-color-light-blue);
  color: var(--wec-color-navy);
  padding: 64px 0 88px; }
  @media (min-width: 768px) {
    .wideeye-homepage .national-campaign {
      padding: 104px 0 144px; } }
  .wideeye-homepage .national-campaign__content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 768px) {
      .wideeye-homepage .national-campaign__content h2 {
        text-align: center;
        max-width: 835px; } }
  .wideeye-homepage .national-campaign__logos {
    border-bottom: 1px solid var(--wec-color-navy);
    border-top: 1px solid var(--wec-color-navy);
    margin-top: 40px;
    width: 100%; }
    .wideeye-homepage .national-campaign__logos ul {
      list-style: none;
      margin: 0; }
      @media (min-width: 768px) {
        .wideeye-homepage .national-campaign__logos ul {
          display: flex; } }
      .wideeye-homepage .national-campaign__logos ul li {
        border-bottom: 1px solid var(--wec-color-navy);
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 55px 0; }
        @media (min-width: 768px) {
          .wideeye-homepage .national-campaign__logos ul li {
            border-right: 1px solid var(--wec-color-navy);
            padding: 104px 0; } }
        .wideeye-homepage .national-campaign__logos ul li:last-child {
          border-right: none; }
          @media (max-width: 768px) {
            .wideeye-homepage .national-campaign__logos ul li:last-child img {
              max-height: 40px; } }
        .wideeye-homepage .national-campaign__logos ul li img {
          max-height: 56px;
          width: auto;
          transition: var(--wec-transition-timing); }
          @media (min-width: 768px) {
            .wideeye-homepage .national-campaign__logos ul li img {
              max-height: 88px; } }
          .wideeye-homepage .national-campaign__logos ul li img:hover {
            transform: scale(1.05); }

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