@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,700,800,900|Nunito:400,700");
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
/* Colours
------------------------------------------------------------------------------*/
/* Styles, Shadows, etc
------------------------------------------------------------------------------*/
/* Typography
------------------------------------------------------------------------------*/
/* Structure
------------------------------------------------------------------------------*/
/* Typogarphy
------------------------------------------------------------------------------*/
/*________________________________________________
|                                                 |
|                                                 |
|                                                 |
|                                                 |
|                      º ‿ º                      |
|                                                 |
|                                                 |
|                                                 |
|________________________________________________*/
/*---global styles---*/
html {
  font-size: 93.75%;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  background-image: url("../img/clc-tile.jpg");
  background-color: #edecf7;
  background-size: 180px;
  background-position: 60%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
}

h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
}

h3 {
  font-size: 23px;
  line-height: 27px;
  font-weight: 800;
}

a {
  color: #10069E;
  text-decoration: none;
  font-weight: 800;
}
a[href$=".pdf"]::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1c1";
  padding: 0 0.25rem;
  vertical-align: baseline;
}

a:hover {
  text-decoration: none;
  color: #FF4007;
}

p {
  font-size: 18px;
  line-height: 24px;
}

button:focus {
  outline: 0px;
}

.small-text {
  font-size: 16px;
  line-height: 20px;
  color: #212529;
}

.clc-lead, .clc-lead p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.clc-date {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.clc-date--smaller {
  opacity: 0.75;
  margin: 0;
}

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.mb-7 {
  margin-bottom: 6rem !important;
}

.mt-6 {
  margin-top: 4.5rem !important;
}

.mt-7 {
  margin-top: 6rem !important;
}

.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

.pt-7 {
  padding-top: 6rem !important;
}

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.pb-7 {
  padding-bottom: 6rem !important;
}

@media only screen and (min-width: 992px) {
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 6rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }
}
.customize-support {
  top: 46px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .customize-support {
    top: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .customize-support {
    top: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .customize-support {
    top: 32px;
  }
}

/* Apply Wordpress's image float and word wraps */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section__title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
.section__title h1,
.section__title h2 {
  text-transform: uppercase;
}
.section__title:hover {
  text-decoration: none;
}

.clc-content {
  margin-top: 0px;
  padding-bottom: 60px;
  background-color: #FFFFFF;
  flex-grow: 1;
}

.section-white,
.clc-section {
  width: 100%;
  background-color: #FFFFFF;
}

.contact_line {
  display: block;
  line-height: 26px;
}

.search__keyword {
  color: #FF4007;
}
.search__query {
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  color: #6C6C6C;
}
.search .clc-card .clc-date {
  color: #000000;
}

.bg-purple {
  background-color: #edecf7;
}

/*Loading pagination */
.load-more {
  margin: auto;
}

.load-more-indicator,
.loading a {
  display: none;
}

.loading span.load-more-indicator {
  display: block;
  margin: 0 auto;
  width: 60px;
}

.custom-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.custom-object-fit img {
  opacity: 0;
}

.mt--md {
  margin-top: 30px;
}

.pt--md {
  padding-top: 30px;
}

.mb--md {
  margin-bottom: 30px;
}

.pb--md {
  padding-bottom: 30px;
}

.ml--md {
  margin-left: 30px;
}

.pl--md {
  padding-left: 30px;
}

.mr--md {
  margin-right: 30px;
}

.pr--md {
  padding-right: 30px;
}

.mt--lg {
  margin-top: 60px;
}

.pt--lg {
  padding-top: 60px;
}

.mb--lg {
  margin-bottom: 60px;
}

.pb--lg {
  padding-bottom: 60px;
}

.ml--lg {
  margin-left: 60px;
}

.pl--lg {
  padding-left: 60px;
}

.mr--lg {
  margin-right: 60px;
}

.pr--lg {
  padding-right: 60px;
}

.mt--sm {
  margin-top: 15px;
}

.pt--sm {
  padding-top: 15px;
}

.mb--sm {
  margin-bottom: 15px;
}

.pb--sm {
  padding-bottom: 15px;
}

.ml--sm {
  margin-left: 15px;
}

.pl--sm {
  padding-left: 15px;
}

.mr--sm {
  margin-right: 15px;
}

.pr--sm {
  padding-right: 15px;
}

.container-md {
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container-md {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}

.container-lg {
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  .container-lg {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}

.container-xl {
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}

/* Components
------------------------------------------------------------------------------*/
/*
|--------------------------------------------------------------------------
| Cards
|--------------------------------------------------------------------------
|*/
.clc-card {
  border: none;
  border-radius: 0px;
  background-color: transparent;
}
.clc-card .card--spacing {
  padding: 15px;
}
.clc-card .overlay-image {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  margin: auto;
  z-index: 22;
  -o-object-fit: contain;
     object-fit: contain;
}
.clc-card__image {
  background-color: #edecf7;
  position: relative;
  background-image: url("../img/clc-tile.jpg");
  background-color: #edecf7;
  background-size: 50%;
  background-position: 60%;
}
.clc-card__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.clc-card__image > a {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}
.clc-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: transparent;
  display: block;
}
.clc-card__image--placeholder {
  background-color: #10069E;
}
.clc-card__image--placeholder img {
  -o-object-fit: unset;
     object-fit: unset;
  padding: 5%;
  width: auto;
  height: 100%;
  margin: auto;
  display: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-card__image--placeholder img {
    padding: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-card__image--placeholder img {
    padding: 10%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-card__image--placeholder img {
    padding: 5%;
  }
}
.clc-card__event-status {
  position: absolute;
  top: 30px;
  left: 0;
  background: #10069E;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}
.clc-card h1,
.clc-card h2 {
  font-size: 23px;
  line-height: 27px;
  font-weight: 900;
  margin-bottom: 0;
}
.clc-card h1 + .clc-date,
.clc-card h2 + .clc-date {
  margin-top: calc(15px - 4px);
}
.clc-card h1 + .card-text,
.clc-card h2 + .card-text {
  margin-top: calc(15px - 3px);
}
.clc-card__body .card-overflow-container + .btn {
  margin-top: calc(30px - 5px);
}
.clc-card__body .btn {
  align-self: flex-start;
  margin-top: auto;
  white-space: normal;
  z-index: 2;
}
.clc-card__body .card-text {
  font-size: 18px;
  line-height: 24px;
}
.clc-card__body .card-text p {
  margin-bottom: 0;
}
.clc-card__description {
  display: block;
  margin: calc(15px - 4px) 0 calc(15px - 6px);
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4E4E4E;
}
.clc-card__label {
  flex-wrap: wrap;
  margin-bottom: calc(15px - 8px);
  margin-top: 2px;
}
.clc-card__label .tag {
  padding-right: 6px;
  color: #FF4007;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  list-style: none;
  float: inline-start;
  white-space: nowrap;
  margin-right: 6px;
}
.clc-card__label .tag:not(:last-of-type) {
  border-right: 2px solid #F5F5F5;
}
.clc-card__content-type {
  padding-right: 6px;
  color: #FF4007;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  list-style: none;
  margin-bottom: calc(15px - 8px);
}
.clc-card .clc-date + .card-text {
  margin-top: calc(15px - 6px);
}
.clc-card .clc-date + .clc-card__address {
  margin-top: calc(15px - 7px);
}
.clc-card .clc-card__address {
  font-size: 14px;
  line-height: 16px;
}
.clc-card .card-location {
  display: none;
  font-weight: 700;
}
.clc-card--horizontal.clc-card__image {
  align-self: flex-start;
}
.clc-card--courses .clc-card__description, .clc-card--schools .clc-card__description, .clc-card--series .clc-card__description {
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
}
.clc-card--mini {
  border-bottom: 1px solid rgba(16, 6, 158, 0.2);
}
.clc-card--mini .card-body {
  padding: 0;
}
.clc-card--mini .clc-card__image {
  width: 100%;
  align-self: flex-start;
  min-width: 94px;
  width: 94px;
  height: 94px;
  margin-right: 15px;
}
.clc-card--mini h2.card-title {
  font-size: 18px;
  line-height: 24px;
  line-height: 21px;
  font-weight: 900;
  transition: 0.15s;
}
.clc-card--mini h2.card-title + .clc-date {
  margin-top: calc(15px - 6px);
}
.clc-card--mini .clc-card__label {
  margin-top: 0;
}
.clc-card--mini .clc-card__label .tag {
  color: #10069E;
}
.clc-card--mini:hover .card-title {
  color: #FF4007;
}

.clc-tile--featuredsingle .clc-card {
  align-items: center;
}
@media screen and (max-width: 992px) {
  .clc-tile--featuredsingle .clc-card .card-body.py-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media screen and (min-width: 992px) {
  .clc-tile--featuredsingle .clc-card .card-body.py-4 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.clc-tile--featuredsingle .clc-card .clc-card__body .btn {
  align-items: flex-start;
  margin-top: 30px;
}
.clc-tile--featuredsingle .clc-card .card-text {
  margin-top: 15px;
  margin-bottom: 0;
}
.clc-tile--featuredsingle .clc-card .btn {
  margin-top: 30px;
}
.clc-tile--featuredsingle .clc-card__image {
  width: 100%;
  height: 230px !important;
}

.hide-lines-bottom {
  position: relative;
}
.hide-lines-bottom:after {
  content: "";
  position: absolute;
  background: white;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.col-md-6 .clc-card__image {
  position: relative;
}
.col-md-6 .clc-card__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.col-md-6 .clc-card__image > a {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}

.clc-card--fullwidth .clc-card__image {
  background-size: cover;
  background-position: center;
  position: relative;
  background-blend-mode: multiply;
  position: relative;
}
.clc-card--fullwidth .clc-card__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 25%;
}
.clc-card--fullwidth .clc-card__image > .clc-card__banner {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}
.clc-card--fullwidth .clc-card__image a {
  background-color: #F5F5F5;
}
.clc-card--fullwidth .clc-card__banner {
  color: #FFFFFF;
  position: static !important;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.clc-card--featured .clc-card__image {
  background: none !important;
}
.clc-card--featured .clc-card__image a {
  background-color: #edecf7;
}
@media screen and (min-width: 768px) {
  .clc-card--featured .clc-card__image {
    position: relative;
  }
  .clc-card--featured .clc-card__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .clc-card--featured .clc-card__image > a {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0px;
  }
  .clc-card--featured .clc-card__image a {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .clc-card--featured .clc-card__image {
    position: relative;
  }
  .clc-card--featured .clc-card__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%;
  }
  .clc-card--featured .clc-card__image > a {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0px;
  }
}
.clc-card--featured .clc-card__image--placeholder a {
  background-color: #10069E;
}

.clc-card--event .clc-card,
.clc-card--landscape .clc-card {
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-card--event .clc-card,
  .clc-card--landscape .clc-card {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-card--event .clc-card,
  .clc-card--landscape .clc-card {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .clc-card--event .clc-card,
  .clc-card--landscape .clc-card {
    flex-direction: row;
  }
}
.clc-card--event .clc-card__image,
.clc-card--landscape .clc-card__image {
  position: relative;
}
.clc-card--event .clc-card__image:before,
.clc-card--landscape .clc-card__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.clc-card--event .clc-card__image > a,
.clc-card--landscape .clc-card__image > a {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}
.clc-card--event .clc-card__image a,
.clc-card--landscape .clc-card__image a {
  background-color: #edecf7;
}
.clc-card--event .clc-card__image--placeholder img,
.clc-card--landscape .clc-card__image--placeholder img {
  -o-object-fit: unset;
     object-fit: unset;
  padding: 15%;
  width: auto;
  height: 100%;
  margin: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-card--event .clc-card__image--placeholder img,
  .clc-card--landscape .clc-card__image--placeholder img {
    padding: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-card--event .clc-card__image--placeholder img,
  .clc-card--landscape .clc-card__image--placeholder img {
    padding: 5%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-card--event .clc-card__image--placeholder img,
  .clc-card--landscape .clc-card__image--placeholder img {
    padding: 5%;
  }
}
.clc-card--event .clc-card__label,
.clc-card--landscape .clc-card__label {
  display: none;
}
.clc-card--event .clc-date,
.clc-card--landscape .clc-date {
  display: inline-block;
}

.clc-card--noimage .clc-card__image {
  display: none;
}

.clc-card--event .card-location, .clc-card--event .clc-date {
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.clc-card--event .clc-card__image {
  background-color: #edecf7;
  background-size: 50%;
  /* For IE */
}
.clc-card--event .clc-card__image a {
  background-color: transparent;
}
.clc-card--event .card-text {
  max-width: 100%;
  /* fix for IE */
}

.clc-card--horizontal .btn {
  margin-top: 0px;
}

.media-card .btn {
  margin-top: 0px;
}

.single-schools .clc-card--courses,
.single-series .clc-card--courses {
  padding-bottom: 0 !important;
}

/*
|--------------------------------------------------------------------------
| Cards - Campaign
|--------------------------------------------------------------------------
|*/
.card-campaign {
  background-color: #F5F5F5;
  height: 500px;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center;
}

.card-campaign__content {
  background-color: #FFFFFF;
  margin-top: -200px;
  position: relative;
  width: 90%;
  min-width: 90%;
  min-width: 300px;
  padding: 30px;
  border-top-right-radius: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .card-campaign__content {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-campaign__content {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .card-campaign__content {
    width: 60%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .card-campaign__content {
    min-width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-campaign__content {
    min-width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .card-campaign__content {
    min-width: 400px;
  }
}
.card-campaign__content h1,
.card-campaign__content h2 {
  font-size: 32px;
  line-height: 36px;
}

/*
|--------------------------------------------------------------------------
| Light purple/grey card - Campaign
|--------------------------------------------------------------------------
|*/
.clc-tile--featured-card {
  margin-bottom: 30px;
}
.clc-tile--featured-card .card-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.clc-tile--featured-card .clc-card__body .btn {
  margin-top: 30px;
}
.clc-tile--featured-card.is-2col .clc-card__body .btn {
  align-self: unset;
}
.clc-tile--featured-card .funnel__content,
.clc-tile--featured-card .clc-card__body {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .clc-tile--featured-card.is-2col .clc-card__body .btn {
    margin-top: 0px;
  }
}
.clc-tile--featured-card .funnel,
.clc-tile--featured-card .clc-card {
  max-width: 100%;
  background-color: #edecf7;
}
.clc-tile--featured-card .funnel .clc-card__image,
.clc-tile--featured-card .funnel .funnel__image,
.clc-tile--featured-card .clc-card .clc-card__image,
.clc-tile--featured-card .clc-card .funnel__image {
  margin-top: 0px !important;
}
.clc-tile--featured-card .funnel .funnel__image,
.clc-tile--featured-card .clc-card .funnel__image {
  padding: 20px 0px;
}
.clc-tile--featured-card .funnel__textwrap,
.clc-tile--featured-card .funnel__image {
  flex-basis: 50%;
}
.clc-tile--featured-card .clc-card__image {
  position: relative;
}
.clc-tile--featured-card .clc-card__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 74.5664739884%;
}
.clc-tile--featured-card .clc-card__image > a {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .clc-tile--featured-card .is--featured_vertical_2col .clc-card__image {
    position: relative;
  }
  .clc-tile--featured-card .is--featured_vertical_2col .clc-card__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 74.4878957169%;
  }
  .clc-tile--featured-card .is--featured_vertical_2col .clc-card__image > a {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0px;
  }
}
@media screen and (min-width: 992px) {
  .clc-tile--featured-card .is--featured_vertical_2col .card-text {
    max-width: 280px;
  }
}

.overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.overlay-parent {
  position: relative;
}

/*
|--------------------------------------------------------------------------
| Campaign Events
|--------------------------------------------------------------------------
|*/
.campaign-card-event {
  height: 100%;
  border: none;
  position: relative;
  border-radius: 0px;
}
.campaign-card-event .card__img-group {
  width: 100%;
  height: 205px;
}
.campaign-card-event .card__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.campaign-card-event .card__body {
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.campaign-card-event .card__body .single__event-date {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.campaign-card-event .card__body .single__event-location {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.campaign-card-event .card__btn {
  background-color: #10069E;
  color: #fff;
  text-transform: uppercase;
  margin-top: auto;
  width: 140px;
}
.campaign-card-event .event-label__wrapper {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  display: none;
}
.campaign-card-event .event-label {
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  background-color: #717171;
}

.campaign-card-event__series {
  height: auto;
  margin-bottom: 35px;
}
.campaign-card-event__series .card__img-group {
  width: 100%;
  height: 345px;
}
.campaign-card-event__series .event-series__locations {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px;
}
.campaign-card-event__series .event-series__locations .series-location {
  display: inline-block;
  background-color: #ccc;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 20px;
}

.wt-events-locations {
  margin-bottom: 15px;
  margin-top: 15px;
}
.wt-events-locations #event_map_wrap,
.wt-events-locations h2,
.wt-events-locations h4,
.wt-events-locations form,
.wt-events-locations #action_info,
.wt-events-locations #logo_wrap {
  display: none;
  visibility: hidden;
}
.wt-events-locations .single_event_campaign_result .choose_location_button {
  display: none;
  visibility: hidden;
}
.wt-events-locations .single_event_campaign_result .single_event_campaign_result-info-time_location span, .wt-events-locations .single_event_campaign_result .single_event_campaign_result-info-time_location i {
  display: none;
  visibility: hidden;
}
.wt-events-locations #search_location_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.wt-events-locations #search_location_list .single_event_campaign_result.js-single_event_campaign_result {
  background-color: #edecf7;
  color: #10069E;
  padding: 0px 10px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}

/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
|*/
.clc-button, .hustle-modal-message a.clc-button,
.union-newsletter-cta__cta-form input[type=submit] {
  background-color: #10069E;
  border-radius: 25px;
  border-top-left-radius: 0px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  line-height: 1;
  font-weight: 800;
  border: none;
}
.clc-button:focus, .hustle-modal-message a.clc-button:focus,
.union-newsletter-cta__cta-form input[type=submit]:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.clc-button:hover {
  background-color: #FF4007;
  color: #FFFFFF;
}

.clc-button--orange, .hustle-modal-message a.clc-button--orange {
  background-color: #FF4007;
  color: #FFFFFF;
}

.clc-button--purple {
  color: #10069E;
  background-color: #edecf7;
  font-weight: 900;
}
.clc-button--purple:hover {
  background-color: #10069E;
  color: #edecf7;
}

.clc-button--transparent {
  background: none;
  color: #10069E;
  padding: 6px;
}
.clc-button--transparent:hover {
  background: #edecf7;
  color: #10069E;
}

.clc-button--orange:hover {
  background-color: #10069E;
}

.clc-main-nav__menu-button {
  background-color: #10069E;
  border-radius: 25px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 20px;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
  transition: background-color 0.3s;
}
.clc-main-nav__menu-button:hover {
  background-color: #FF4007;
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 0.3s;
}

.filter__toggle {
  max-width: 100%;
  direction: ltr;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .filter__toggle {
    direction: rtl;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter__toggle {
    direction: rtl;
  }
}
@media only screen and (min-width: 992px) {
  .filter__toggle {
    direction: rtl;
  }
}
.filter__toggle .clc-button--filter {
  max-height: 36px;
  display: flex;
  flex-flow: row;
  border-radius: 25px;
  transition: all 0.15s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .filter__toggle .clc-button--filter {
    flex-flow: row-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter__toggle .clc-button--filter {
    flex-flow: row-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .filter__toggle .clc-button--filter {
    flex-flow: row-reverse;
  }
}
.filter__toggle .clc-button--filter::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  padding-left: 10px;
  float: right;
}
.filter__toggle .clc-button--filter.collapsed::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1de";
  padding-left: 10px;
  float: right;
}
.filter__toggle .clc-button--filter:not(.collapsed) {
  text-align: left;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .filter__toggle .clc-button--filter:not(.collapsed) {
    border-top-left-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter__toggle .clc-button--filter:not(.collapsed) {
    border-top-left-radius: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .filter__toggle .clc-button--filter:not(.collapsed) {
    border-top-left-radius: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .filter__toggle .clc-button--filter:not(.collapsed) {
    border-top-right-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter__toggle .clc-button--filter:not(.collapsed) {
    border-top-right-radius: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .filter__toggle .clc-button--filter:not(.collapsed) {
    border-top-right-radius: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .filter__toggle .clc-button--filter:not(.collapsed) {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter__toggle .clc-button--filter:not(.collapsed) {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .filter__toggle .clc-button--filter:not(.collapsed) {
    width: auto;
  }
}
.filter__toggle .clc-button--filter:not(.collapsed):hover {
  background-color: rgb(213.5568181818, 210.1805555556, 247.3194444444);
  color: #10069E;
}

.clc-button--custom {
  border-radius: 25px;
  border-top-left-radius: 0px;
  min-width: 176px;
}
.clc-button--custom > .fas,
.clc-button--custom > .fab,
.clc-button--custom > .fao,
.clc-button--custom > .far {
  padding-left: 10px;
}
.clc-button--custom::after {
  content: none;
}

.clc-button--icon {
  position: relative;
  margin-right: 10px;
  width: 36px;
}
.clc-button--icon:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.clc-button--icon::after {
  content: none;
}
.clc-button--icon > .fas,
.clc-button--icon > .fab,
.clc-button--icon > .fao,
.clc-button--icon > .far {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section__seemore {
  font-size: 16px;
  line-height: 20px;
  color: #FF4007;
  align-self: center;
  font-weight: 900;
  background: none;
  border-radius: 2px;
}
.section__seemore:hover {
  background: none;
  color: #10069E;
  transition: 0.25s;
}
.section__seemore::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-left: 5px;
}
.section__seemore--stacked::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  content: "\f078";
}
.section__seemore--back::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  padding-right: 5px;
}
.section__seemore--back::after {
  content: none;
}
.section__seemore--underline {
  position: relative;
  color: #10069E;
  opacity: 0.5;
  padding-left: 0px;
  padding-right: 0px;
}
.section__seemore--underline::before {
  content: none;
}
.section__seemore--underline::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #10069E;
  bottom: 4px;
}
.section__seemore--underline:hover {
  opacity: 1;
}

.btn-primary:not(:disabled).section__seemore::active {
  color: #FF4007;
  background: none;
  border: none;
}

/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
|*/
.clc-link {
  background: none;
  border-radius: 0;
  padding: 6px 0;
  font-size: 16px;
  line-height: 20px;
  line-height: 1;
  font-weight: 700;
  border: none;
  color: #FF4007;
}
.clc-link > .fas {
  padding-left: 10px;
}
.clc-link:hover {
  background: none;
  color: #FF4007;
}
.clc-link:focus {
  box-shadow: none;
  border: none;
  outline: 0.2rem solid rgb(255, 181.8346774194, 160);
}
.clc-link:focus:active {
  background-color: rgb(255, 221.1129032258, 211) !important;
  color: #FF4007 !important;
  border: none !important;
  box-shadow: none !important;
}

.clc-link--primary {
  color: #10069E;
}
.clc-link--primary:hover {
  color: #10069E;
}

.clc-link--media::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-left: 5px;
}

/*
|--------------------------------------------------------------------------
| Calendar button
|--------------------------------------------------------------------------
|*/
.addeventatc .add-to-calendar-checkbox-label {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  font-weight: 800;
}
@media (pointer: coarse) {
  .addeventatc .add-to-calendar-checkbox-label {
    min-height: 48px;
    margin-bottom: 0.5rem !important;
  }
}
.addeventatc .add-to-calendar-checkbox-label .fas {
  position: relative;
  top: -1px;
}

.addeventatc {
  position: relative;
}

.addeventatc .alarm_reminder,
.addeventatc .all_day_event,
.addeventatc .attendees,
.addeventatc .calname,
.addeventatc .client,
.addeventatc .date_format,
.addeventatc .description,
.addeventatc .end,
.addeventatc .facebook_event,
.addeventatc .location,
.addeventatc .method,
.addeventatc .organizer,
.addeventatc .organizer_email,
.addeventatc .recurring,
.addeventatc .start,
.addeventatc .status,
.addeventatc .timezone,
.addeventatc .title,
.addeventatc .transp,
.addeventatc .uid {
  display: none !important;
}

/* Drop down */
.addeventatc_dropdown {
  width: 230px;
  position: absolute;
  padding: 6px 0;
  font-size: 16px;
  line-height: 20px;
  line-height: 1;
  color: #10069E;
  font-weight: 700;
  background: #edecf7;
  border-radius: 25px;
  text-decoration: none;
  text-align: left;
  margin-left: -1px;
  display: none;
  box-shadow: none;
  transform: scale(0.98, 0.98) translateY(5px);
  z-index: -1;
  transition: transform 0.15s ease;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.addeventatc_dropdown.topdown {
  transform: scale(0.98, 0.98) translateY(-5px) !important;
}

.add-to-calendar-checkbox:focus ~ .addeventatc_dropdown {
  display: block;
  top: 0;
  left: -15px;
}

.addeventatc_dropdown a {
  display: block;
  width: calc(100% - 12px);
  margin: 0 auto;
  border-radius: 25px;
  line-height: 100%;
  background: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  line-height: 1;
  color: #10069E;
  font-weight: 600;
  padding: 14px 10px 14px 55px;
  transition: background-color 0.3s;
}

.addeventatc_dropdown a:hover {
  background-color: rgb(213.5568181818, 210.1805555556, 247.3194444444);
  text-decoration: none;
}

.addeventatc_dropdown .frs {
  display: none;
}

.addeventatc_dropdown .frs a:hover {
  color: #10069E !important;
}

.addeventatc_dropdown .ateappleical {
  background: url("../img/gfx/icon-apple-t5.svg") 18px 40% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ategoogle {
  background: url("../img/gfx/icon-google-t5.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ateoutlook {
  background: url("../img/gfx/icon-outlook-t5.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ateoutlookcom {
  background: url("../img/gfx/icon-outlookcom-t5.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ateyahoo {
  background: url("../img/gfx/icon-yahoo-t5.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .atefacebook {
  background: url("../img/gfx/icon-facebook-t5.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px);
  z-index: 99999999999;
}

.addeventatc_dropdown.topdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px) !important;
}

.addeventatc_dropdown .drop_markup {
  background-color: none;
}

.calendar_icon {
  width: 15px;
  margin-top: -6px;
  margin-left: 3px;
}

/*
|-------------------------------------------------------------------------
| Funnels             \		 /
|----------------------\  /-------------------------------------------------
|												||																		*/
.funnel {
  background-color: #edecf7;
}
.funnel .funnel-text {
  max-width: 400px;
}
.funnel--fluid {
  background-color: #edecf7;
}
.funnel--fluid .funnel {
  display: flex;
}
.funnel--fluid .funnel__image {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}
.funnel__image {
  position: relative;
}
.funnel__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 55.5555555556%;
}
.funnel__image > img {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}
.funnel__image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.funnel__content .btn {
  align-self: flex-start;
}
.funnel__content .funnel-title {
  font-size: 23px;
  line-height: 27px;
  font-weight: 900;
}

.issue-funnel {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: #F5F5F5;
  display: flex;
  align-items: flex-end;
}
.issue-funnel:hover {
  text-decoration: none;
}
.issue-funnel:hover .issue-funnel__tag {
  background-color: #FF4007;
  color: #FFFFFF;
}

.issue-funnel__tag {
  background-color: #10069E;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  width: auto;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 50px;
  border-top-left-radius: 0px;
  text-decoration: none;
  margin: 12px 10px;
}
.issue-funnel__tag::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 10px;
  content: "\f054";
  color: #FFFFFF;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.issue-funnel__link {
  align-self: flex-start;
}

.issue-funnel__title {
  flex-grow: 1;
}

.clc-tile.last .funnel {
  padding: 0 !important;
}
.clc-tile.last .funnel .funnel__content {
  display: block;
  max-width: 100%;
  margin: 0 !important;
}

/*
|--------------------------------------------------------------------------
| CTA
|--------------------------------------------------------------------------
|*/
.clc-cta {
  background-color: #edecf7;
}
.clc-cta .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.clc-cta .clc-card--full {
  max-width: inherit;
}
@media only screen and (min-width: 540px) {
  .clc-cta .clc-card--full {
    margin-right: calc((100vw - 540px) / 2);
  }
}
@media only screen and (min-width: 720px) {
  .clc-cta .clc-card--full {
    margin-right: calc((100vw - 720px) / 2);
  }
}
@media only screen and (min-width: 960px) {
  .clc-cta .clc-card--full {
    margin-right: calc((100vw - 960px) / 2);
  }
}
@media only screen and (min-width: 1140px) {
  .clc-cta .clc-card--full {
    margin-right: calc((100vw - 1140px) / 2);
  }
}
.clc-cta .clc-card .clc-cta__image {
  align-self: center;
}
.clc-cta .clc-card .clc-cta__image img {
  display: block;
  margin: 0 auto;
}
.clc-cta .clc-card .clc-cta__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/*
|--------------------------------------------------------------------------
| Affiliates
|--------------------------------------------------------------------------
|*/
.affiliate-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #F5F5F5;
}
.affiliate-container:last-of-type {
  border: none;
}

.affiliate__name {
  flex-basis: 60%;
  flex-grow: 1;
  justify-self: flex-start;
  align-self: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .affiliate__name {
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .affiliate__name {
    flex-basis: 70%;
  }
}
@media only screen and (min-width: 992px) {
  .affiliate__name {
    flex-basis: 70%;
  }
}

.affiliate__links {
  display: flex;
  justify-content: flex-end;
  flex-basis: 30%;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .affiliate__links {
    margin-left: auto;
  }
}
.affiliate__links .btn {
  align-self: flex-end;
}
.affiliate__links .link-container {
  align-items: flex-end;
}

/*
|--------------------------------------------------------------------------
| Breadcrumbs
|--------------------------------------------------------------------------
|*/
#breadcrumbs li {
  list-style: none;
  display: inline;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  color: #FF4007;
}
#breadcrumbs li a {
  color: #FF4007;
}
#breadcrumbs .item-current {
  color: #6C6C6C;
  font-weight: 400;
}
#breadcrumbs .separator:nth-last-child(-2n+2) {
  color: #6C6C6C;
}

/*
|--------------------------------------------------------------------------
| Filters
|--------------------------------------------------------------------------
|*/
@media only screen and (max-width: 767px) {
  .section__filter .filter__header.show {
    background-color: #edecf7;
  }
}
@media only screen and (max-width: 767px) {
  .section__filter .filter__header.show .filter__toggle .btn {
    padding: 10px 5px;
  }
  .section__filter .filter__header.show .filter__toggle .btn:hover {
    background-color: #edecf7;
  }
}
.section__filter .filter__form .form {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section__filter .filter__form .form {
    background-color: #edecf7;
  }
}
.section__filter .filter__form .form .accordian {
  background-color: #edecf7;
}
.section__filter .filter__form .form .filter__list-title {
  font-size: 23px;
  line-height: 27px;
  font-weight: 900;
  padding: 10px 5px;
  color: #212529;
}
@media only screen and (min-width: 992px) {
  .section__filter .filter__form .form .filter__list-title {
    pointer-events: none;
  }
}
.section__filter .filter__form .form .filter__list-title:after {
  content: "";
  font-size: 16px;
  line-height: 20px;
  line-height: 1;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  color: #10069E;
  float: right;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__filter .filter__form .form .filter__list-title:after {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__filter .filter__form .form .filter__list-title:after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .section__filter .filter__form .form .filter__list-title:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .section__filter {
    /* this moves the filter onto the same line as title */
  }
  .section__filter .collapse.dont-collapse {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

.applied-filters .form-check,
.section__filter .filter__form .form .form-check {
  padding-left: 5px;
  margin-bottom: 10px;
}
.applied-filters .form-check-input,
.section__filter .filter__form .form .form-check-input {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.applied-filters .form-check-input ~ .form-check-label,
.section__filter .filter__form .form .form-check-input ~ .form-check-label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.02rem;
  display: flex;
  align-items: center;
}
.applied-filters .form-check-input ~ .form-check-label::before,
.section__filter .filter__form .form .form-check-input ~ .form-check-label::before {
  font-size: 16px;
  line-height: 20px;
  line-height: 1;
  margin-top: -2px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #FFFFFF;
  padding-right: 0.5rem;
}
.applied-filters .form-check-input:checked ~ .form-check-label,
.section__filter .filter__form .form .form-check-input:checked ~ .form-check-label {
  color: #10069E;
}
.applied-filters .form-check-input:checked ~ .form-check-label::before,
.section__filter .filter__form .form .form-check-input:checked ~ .form-check-label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f058";
  color: #10069E;
}

.applied-filters {
  display: none;
}
.applied-filters span {
  display: block;
  color: #6C6C6C;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.applied-filters > .form-check {
  display: inline-block;
  padding-left: 0;
  padding-right: 5px;
}

/*
|--------------------------------------------------------------------------
| Banner
|--------------------------------------------------------------------------
|*/
.main-banner {
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.main-banner:not(.no-image) {
  min-height: 500px;
}
@media only screen and (max-width: 767px) {
  .main-banner:not(.no-image) {
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .main-banner:not(.no-image) {
    background-color: #edecf7;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  .main-banner {
    position: relative;
  }
  .main-banner:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 25%;
  }
  .main-banner > .main-banner__content {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0px;
  }
}
.main-banner--dark #breadcrumbs .item-current {
  color: #F5F5F5;
  font-weight: 400;
}
.main-banner--dark #breadcrumbs .separator:nth-last-child(-2n+2) {
  color: #F5F5F5;
}
.main-banner--dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.main-banner--tall {
  height: calc(100vh - 64px);
  max-height: 800px;
}
.main-banner--tall .main-banner__content {
  padding-top: 0px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .main-banner--med {
    position: relative;
    max-height: 70vh;
  }
  .main-banner--med:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .main-banner--med > .main-banner__content {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0px;
  }
}

.main-banner.no-image {
  background-color: transparent;
  margin-top: 30px;
  position: relative;
}
.main-banner.no-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 0%;
}
.main-banner.no-image > .main-banner__content {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}
.main-banner.no-image .main-banner__content {
  align-self: auto;
  position: unset;
}
.main-banner.no-image .main-banner__title {
  color: #000000;
}

.main-banner__content {
  z-index: 1;
  padding-top: 25px;
  color: #FFFFFF;
}
.main-banner__content .clc-lead {
  color: #FFFFFF;
}
.main-banner__content .main-banner__title {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .main-banner__content .main-banner__title {
    font-size: 50px;
    line-height: 55px;
  }
}
.main-banner__content .main-banner__button {
  background-color: #FFFFFF;
  color: #10069E;
  font-weight: 800;
}

.bg-blur {
  position: absolute;
  top: -200px;
  background-size: cover;
  height: 600px;
  width: 100%;
  filter: blur(60px) saturate(1.2);
  opacity: 0.25;
}

.no-banner, .main-banner, .single-header {
  position: relative;
}
.no-banner:hover .post-edit-link, .main-banner:hover .post-edit-link, .single-header:hover .post-edit-link {
  display: inline-block;
}
.no-banner .post-edit-link, .main-banner .post-edit-link, .single-header .post-edit-link {
  position: absolute;
  display: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  padding: 0.5rem;
  z-index: 999;
  text-transform: uppercase;
  color: #10069E;
  background-color: #edecf7;
  border-radius: 15px;
  white-space: nowrap;
}
.no-banner .post-edit-link:hover, .main-banner .post-edit-link:hover, .single-header .post-edit-link:hover {
  background-color: rgb(220, 218.0555555556, 239.4444444444);
}

.banner-caption__container {
  width: 100%;
  margin: auto;
  padding: 0px 15px;
}
.banner-caption__container--main {
  background-color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  .banner-caption__container--main {
    position: absolute;
  }
}
.banner-caption__container--takeaction {
  margin-top: -45px;
}
.banner-caption__container--campaign {
  background-color: none;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  .banner-caption__container--campaign {
    position: absolute;
    bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .banner-caption__single {
    max-width: 960px;
    padding: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-caption__single {
    max-width: 1140px;
  }
}

.banner-caption {
  padding-top: 5px;
  font-size: 14px;
}

/*
|--------------------------------------------------------------------------
| Hustle CSS
|--------------------------------------------------------------------------
|*/
.single-post .hustle-modal-close {
  width: 60px;
  height: 60px;
}

.single-post .hustle-modal-close .hustle-icon {
  width: 60px;
  height: 60px;
  padding: 20px;
}

/*
|--------------------------------------------------------------------------
| Petition Box - Single Post
|--------------------------------------------------------------------------
|*/
.single__petition {
  background-color: #F5F5F5;
}

/*
|--------------------------------------------------------------------------
| Action Squares
|--------------------------------------------------------------------------
*/
.action-square__container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .action-square__container {
    width: 100vw;
    max-width: 980px;
    margin-left: -20px;
  }
}
@media (min-width: 1200px) {
  .action-square__container {
    max-width: 1160px;
  }
}
.action-square__container .action-square {
  width: 100%;
  margin-bottom: 20px;
  padding: 25px 25px;
}
@media (min-width: 768px) {
  .action-square__container .action-square {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (min-width: 992px) {
  .action-square__container .action-square {
    width: calc(33.33333% - 20px);
  }
}
.action-square__container h3.sq-title {
  font-size: 22px;
  line-height: 26px;
  margin-top: 0px;
}
.action-square__container .btn.sq_btn {
  border: 4px solid;
  background-color: transparent;
  text-transform: uppercase;
  margin-top: 20px;
}
.action-square__container .btn.sq_btn:hover {
  background-color: transparent;
}

.column-filter-widget {
  flex-grow: 1;
  width: calc(50% - 5px);
}

.column-filter-widgets select {
  padding: 6px 10px !important;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  width: 100%;
  margin-bottom: 5px;
}

.column-filter-widgets a.filter-term {
  font-size: 16px;
}

.dt-container .dt-search {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  width: 100%;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .dt-container .dt-search {
    width: 50% !important;
  }
  .column-filter-widget {
    width: 100% !important;
  }
  .column-filter-widgets {
    flex-wrap: nowrap !important;
  }
}
.dt-container .dt-input {
  display: inline;
  font-size: inherit;
  padding: 5px 15px;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  height: 40px;
  font-size: 16px;
}

.dt-length .dt-input {
  border-radius: 6px;
  width: auto;
  background: #f5f5f5;
  border: none;
}

.dt-container label,
.dt-info {
  display: inline;
  font-size: 16px;
}

.dt-scroll-foot {
  display: none;
}

.dt-layout-row.dt-layout-table {
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
}

.section__content div.dt-buttons > .dt-button {
  text-align: center;
  min-width: 40px;
  padding: 7px 25px;
  background: #10069e;
  color: #fff;
  font-size: 16px;
  border-radius: 23px;
  border-top-left-radius: 0;
  font-weight: 800;
  border: none;
  margin-top: 10px;
}

.section__content div.dt-buttons > .dt-button:hover,
.section__content div.dt-buttons > .dt-button:hover:not(.disabled) {
  background: #ff4007;
  border: none;
}

.dt-container .dt-paging .dt-paging-button.current {
  border: none;
  background: #f5f5f5;
}

.clc-select {
  display: flex;
  align-items: center;
}
.clc-select::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  padding-left: 10px;
  color: #10069E;
  position: relative;
  right: 2.25rem;
  pointer-events: none;
}
.clc-select > select {
  border: none;
  background-color: #edecf7;
  color: #10069E;
  border-radius: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #10069E;
  font-weight: 700;
  font-size: 16px;
}

.clc-form, .wpcf7-form {
  background-color: #F5F5F5;
  width: 100%;
  overflow: hidden;
}
.clc-form__title, .clc-form .title, .wpcf7-form__title, .wpcf7-form .title {
  font-weight: 900;
  font-size: 23px;
  line-height: 27px;
  color: #000000;
}
.clc-form__form, .clc-form form, .wpcf7-form__form, .wpcf7-form form {
  position: relative;
  flex-grow: 1;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-form__form, .clc-form form, .wpcf7-form__form, .wpcf7-form form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-form__form, .clc-form form, .wpcf7-form__form, .wpcf7-form form {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .clc-form__form, .clc-form form, .wpcf7-form__form, .wpcf7-form form {
    width: auto;
  }
}
.clc-form__form:focus, .clc-form form:focus, .wpcf7-form__form:focus, .wpcf7-form form:focus {
  box-shadow: none;
}
.clc-form__label, .clc-form label, .wpcf7-form__label, .wpcf7-form label {
  color: #4E4E4E;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0.2rem;
}
.clc-form__input, .clc-form input, .wpcf7-form__input, .wpcf7-form input {
  border-radius: 50px;
  border: none;
  width: 100%;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.clc-form__input:focus, .clc-form input:focus, .wpcf7-form__input:focus, .wpcf7-form input:focus {
  box-shadow: none;
}
.clc-form__button, .wpcf7-form__button {
  margin-top: 20px;
  height: 100%;
}
.clc-form .wpcf7-submit, .wpcf7-form .wpcf7-submit {
  color: #FFFFFF;
  margin-top: 0.5rem;
}
.clc-form .form-check, .wpcf7-form .form-check {
  padding-left: 0;
}
.clc-form .form-check-label, .wpcf7-form .form-check-label {
  padding-right: 40px;
}
.clc-form .form-check-input, .wpcf7-form .form-check-input {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.clc-form .form-check-input ~ .form-check-label, .wpcf7-form .form-check-input ~ .form-check-label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.02rem;
  display: flex;
  align-items: center;
}
.clc-form .form-check-input ~ .form-check-label::before, .wpcf7-form .form-check-input ~ .form-check-label::before {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #FFFFFF;
  padding-right: 0.5rem;
}
.clc-form .form-check-input:checked ~ .form-check-label, .wpcf7-form .form-check-input:checked ~ .form-check-label {
  color: #10069E;
}
.clc-form .form-check-input:checked ~ .form-check-label::before, .wpcf7-form .form-check-input:checked ~ .form-check-label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f058";
  color: #10069E;
}

/*
|--------------------------------------------------------------------------
| Embedded forms (ActionNetwork)
|--------------------------------------------------------------------------
|*/
@keyframes scaleInUp {
  from {
    transform: scaley(0);
  }
  to {
    transform: scaley(1);
  }
}
.is-action-network .clc-action-form {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.5s;
}
.is-action-network .clc-action-form--loaded {
  opacity: 1;
}

.clc-action-form .form-control,
.clc-action-form input[type=text],
.clc-action-form input[type=number],
.clc-action-form input[type=email],
.clc-action-form input[type=password],
.clc-action-form textarea {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  line-height: 20px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: calc(3rem + 2px);
  border-color: transparent;
}
.clc-action-form .form-control:focus,
.clc-action-form input[type=text]:focus,
.clc-action-form input[type=number]:focus,
.clc-action-form input[type=email]:focus,
.clc-action-form input[type=password]:focus,
.clc-action-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.clc-action-form .form-control.error_input,
.clc-action-form input[type=text].error_input,
.clc-action-form input[type=number].error_input,
.clc-action-form input[type=email].error_input,
.clc-action-form input[type=password].error_input,
.clc-action-form textarea.error_input {
  border-color: #dc3545 !important;
}
.clc-action-form textarea {
  height: 60px;
}
.clc-action-form .can_embed.letter #can_embed_form textarea {
  white-space: wrap !important;
  height: 400px;
}
.clc-action-form .form-group,
.clc-action-form .floatlabel-wrapper,
.clc-action-form .control-group {
  margin-bottom: 1rem;
}
.clc-action-form .form-group label,
.clc-action-form .floatlabel-wrapper label,
.clc-action-form .control-group label {
  font-size: 14px;
  margin-bottom: 0px;
  display: inline-block;
}
.clc-action-form .form-check label {
  padding-left: 10px;
}
.clc-action-form .form-check [type=checkbox] {
  width: 20px;
  height: 20px;
  margin-top: 0.1rem;
}
.clc-action-form .floatlabel-wrapper {
  width: 100%;
}
.clc-action-form .floatlabel-wrapper label {
  margin-bottom: 7.5px;
}
.clc-action-form .js-d_sharing label {
  font-size: 14px !important;
  line-height: 16px !important;
  display: flex;
  align-items: flex-start;
}
.clc-action-form .js-d_sharing label input {
  margin-right: 15px;
}
.clc-action-form .js-d_sharing ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.clc-action-form .js-d_sharing ul li {
  margin-bottom: 10px;
}
.clc-action-form .js-d_sharing ul li:last-of-type {
  margin-bottom: 15px;
}
.clc-action-form .checkbox_group_wrap .clc-custom-checkmark,
.clc-action-form .js-d_sharing .clc-custom-checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  pointer-events: none;
  border-radius: 1px;
  background-color: white;
}
.clc-action-form .checkbox_group_wrap .clc-custom-checkmark:before,
.clc-action-form .js-d_sharing .clc-custom-checkmark:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #10069E;
  opacity: 0;
}
.clc-action-form .checkbox_group_wrap input:checked ~ .clc-custom-checkmark:before,
.clc-action-form .js-d_sharing input:checked ~ .clc-custom-checkmark:before {
  opacity: 1;
}
.clc-action-form [type=submit] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #FF4007;
  border-radius: 25px;
  border-top-left-radius: 0px;
  padding: 10px 20px;
  color: white;
  font-size: 1.0666666667rem;
  font-weight: 800;
  line-height: 1.0666666667rem;
  border: none;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 15px;
  min-width: 180px;
}
.clc-action-form [type=submit]:hover {
  background-color: #10069E;
}
.clc-action-form ::-moz-placeholder {
  opacity: 0;
  color: transparent;
  text-indent: -10000px;
}
.clc-action-form ::placeholder {
  opacity: 0;
  color: transparent;
  text-indent: -10000px;
}
.clc-action-form .petition__title {
  font-size: 23px;
  line-height: 27px;
}
.clc-action-form.hide-text h2,
.clc-action-form.hide-text h3,
.clc-action-form.hide-text h4 {
  display: none;
}
.clc-action-form.hide-text #letter-form h4 {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
}
.clc-action-form.hide-text #letter-form #action_welcome_message {
  margin: 20px 0px;
}
.clc-action-form.hide-text .petition__title,
.clc-action-form.hide-text .petition__content {
  display: block;
}
.clc-action-form.hide-text .can_thank_you-block {
  display: none;
}
.clc-action-form.hide-text #can_thank_you {
  opacity: 0;
  animation: fadeIn 0.5s ease-in 5s forwards;
}
.clc-action-form.hide-text #action_info {
  position: relative;
}
.clc-action-form .ajax-loading {
  opacity: 0;
  display: none;
}
.clc-action-form #form_col2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.clc-action-form [type=submit] {
  order: 1;
}
.clc-action-form li {
  list-style: none !important;
  position: relative;
}
.clc-action-form #form_col2 .floatlabel-wrapper:first-child,
.clc-action-form #form_col2 [for=form-comments],
.clc-action-form #form_col2 #form-comments,
.clc-action-form .country_drop_wrap,
.clc-action-form .international_link-wrap,
.clc-action-form #logo_wrap,
.clc-action-form #ty_instructions,
.clc-action-form .discussion-board,
.clc-action-form .thank-you-message,
.clc-action-form #add-to-calendar,
.clc-action-form #referral_code_select_wrap,
.clc-action-form .action_info_user {
  display: none !important;
}

.subscribe-funnel__form.clc-action-form h2, .subscribe-funnel__form.clc-action-form h4,
.subscribe-funnel__form.clc-action-form .js-d_sharing,
.subscribe-funnel__form.clc-action-form .floatlabel-wrapper label,
.subscribe-funnel__form.clc-action-form .core_field label.control-label.disabled {
  display: none !important;
}
.subscribe-funnel__form.clc-action-form ::-moz-placeholder {
  opacity: 1;
  color: #666;
  text-indent: 0;
}
.subscribe-funnel__form.clc-action-form ::placeholder {
  opacity: 1;
  color: #666;
  text-indent: 0;
}
.subscribe-funnel__form.clc-action-form form {
  position: relative;
}
.subscribe-funnel__form.clc-action-form .floatlabel-wrapper {
  margin-bottom: 0px;
}
.subscribe-funnel__form.clc-action-form #form_col2 {
  position: absolute;
  top: 0px;
  right: 0px;
}
.subscribe-funnel__form.clc-action-form #form_col2 img {
  display: none !important;
}
.subscribe-funnel__form.clc-action-form [type=email] {
  height: 36px;
  border-radius: 50px;
}

.subscribe-funnel__main.clc-action-form h2, .subscribe-funnel__main.clc-action-form h4,
.subscribe-funnel__main.clc-action-form .js-d_sharing {
  display: none !important;
}
.subscribe-funnel__main.clc-action-form form {
  position: relative;
}
.subscribe-funnel__main.clc-action-form .floatlabel-wrapper label {
  display: block !important;
}
.subscribe-funnel__main.clc-action-form #form_col2 {
  max-width: 180px;
}
.subscribe-funnel__main.clc-action-form .checkbox_group_wrap {
  margin-top: -15px;
}
.subscribe-funnel__main.clc-action-form .check_radio_field label {
  font-size: 16px !important;
  line-height: 26px;
}

/*
|--------------------------------------------------------------------------
| Embedded forms NEW newmode 
|--------------------------------------------------------------------------
|*/
.clc-action-form .nm-campaign {
  padding: 0px;
  background: transparent;
}
.clc-action-form .nm-footer {
  display: none;
}
.clc-action-form .nm-form .vf-btn.vf-btn-primary {
  display: block;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  height: 42px;
  border-radius: 25px;
  border-top-left-radius: 0px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  background-color: #441172;
  font-family: "Nunito Sans", sans-serif;
  border: none;
  letter-spacing: 0px;
}
.clc-action-form .vf-input-group .vf-input-field {
  background: #FFF;
  color: #333333;
  font-family: "Lato";
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0.5em;
}

/* Slick Variables */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 36px;
  line-height: 36px;
  transform: translateY(-50%);
  text-align: center;
  color: #F5F5F5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #10069E;
}

/*
|--------------------------------------------------------------------------
| Hustle Plugin Overrides - Slide-in
|--------------------------------------------------------------------------
|*/
.hustle-title {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 900 !important;
}

.wph-modal {
  padding: 0px !important;
}

.hustle-modal,
.hustle-info {
  position: relative;
  max-width: 100% !important;
}
.hustle-modal .hustle-layout,
.hustle-info .hustle-layout {
  background-color: #edecf7 !important;
}
.hustle-modal .hustle-content,
.hustle-info .hustle-content {
  padding-right: 50px !important;
  padding-left: 50px !important;
}
.hustle-modal .hustle-modal-body,
.hustle-info .hustle-modal-body {
  padding-bottom: 40px;
  max-width: 540px;
  margin: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hustle-modal .hustle-modal-body,
  .hustle-info .hustle-modal-body {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hustle-modal .hustle-modal-body,
  .hustle-info .hustle-modal-body {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .hustle-modal .hustle-modal-body,
  .hustle-info .hustle-modal-body {
    max-width: 960px;
  }
}
.hustle-modal .hustle-modal-body .hustle-modal-image,
.hustle-info .hustle-modal-body .hustle-modal-image {
  background-color: transparent !important;
}
.hustle-modal .hustle-modal-body .hustle-modal-message,
.hustle-modal .hustle-modal-body .hustle-group-content,
.hustle-info .hustle-modal-body .hustle-modal-message,
.hustle-info .hustle-modal-body .hustle-group-content {
  border: none !important;
  color: #323232 !important;
  margin-top: 0px !important;
  padding-top: 10px !important;
  font-family: "Nunito Sans", sans-serif !important;
}
.hustle-modal .hustle-modal-body .hustle-modal-message p,
.hustle-modal .hustle-modal-body .hustle-group-content p,
.hustle-info .hustle-modal-body .hustle-modal-message p,
.hustle-info .hustle-modal-body .hustle-group-content p {
  font-size: 18px;
  line-height: 24px;
  color: #323232 !important;
}
.hustle-modal .hustle-modal-body .hustle-modal-footer,
.hustle-info .hustle-modal-body .hustle-modal-footer {
  border: none !important;
  margin-top: 0px !important;
}
.hustle-modal .hustle-button-icon.hustle-button-close,
.hustle-info .hustle-button-icon.hustle-button-close {
  position: absolute;
  z-index: 1;
  right: 0;
  background-color: #10069E;
}
.hustle-modal .hustle-button-icon.hustle-button-close i,
.hustle-info .hustle-button-icon.hustle-button-close i {
  color: #FFFFFF;
}
.hustle-modal .hustle-modal-close,
.hustle-info .hustle-modal-close {
  margin-right: 6px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .hustle-modal .hustle-modal-close,
  .hustle-info .hustle-modal-close {
    margin-right: 30px;
    margin-top: 10px;
  }
  .hustle-modal .hustle-modal-close .hustle-icon,
  .hustle-info .hustle-modal-close .hustle-icon {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 17px;
  }
}
@media only screen and (min-width: 1200px) {
  .hustle-modal-content,
  .hustle-info-content {
    padding-right: 200px !important;
  }
  .hustle-modal .hustle-modal-body,
  .hustle-info .hustle-modal-body {
    max-width: 1140px;
  }
}
.hustle-modal .hustle-modal-cta,
.hustle-modal .hustle-button.hustle-button-cta,
.hustle-info .hustle-modal-cta,
.hustle-info .hustle-button.hustle-button-cta {
  background-color: #10069E !important;
  border-radius: 25px !important;
  border-top-left-radius: 0px !important;
  padding: 2px 16px;
  font-size: 16px !important;
  font-weight: 900 !important;
  font-family: "Nunito Sans", sans-serif !important;
  border: none;
}
.hustle-modal .hustle-modal-cta:focus,
.hustle-modal .hustle-button.hustle-button-cta:focus,
.hustle-info .hustle-modal-cta:focus,
.hustle-info .hustle-button.hustle-button-cta:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.hustle-modal .hustle-modal-cta:after,
.hustle-info .hustle-modal-cta:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-left: 10px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.clc-content-style h2 {
  line-height: 34px;
  font-size: 28px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
  margin-top: calc(30px + 15px);
  margin-bottom: 15px;
}
.clc-content-style h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  margin-top: calc(30px + 15px);
  margin-bottom: calc(15px - 8px);
}
.clc-content-style h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  margin-top: calc(30px + 15px);
  margin-bottom: calc(15px - 8px);
}
.clc-content-style p {
  color: #212529;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: calc(30px - 5px);
}
.clc-content-style p:last-child {
  margin-bottom: 0;
}
.clc-content-style .row + * {
  margin-top: 3rem;
}
.clc-content-style a:hover {
  text-decoration: none;
  color: #FF4007;
}
.clc-content-style ol {
  padding-left: 19px;
}
.clc-content-style ul {
  padding-left: 24px;
  list-style: none;
}
.clc-content-style ul li {
  text-indent: -8px;
}
.clc-content-style ul li:before {
  content: "";
  background-color: #10069E;
  font-weight: bold;
  display: inline-block;
  width: 7px;
  height: 7px;
  top: -2px;
  left: -15px;
  position: relative;
}
.clc-content-style li {
  color: #212529;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: calc(30px - 5px);
}
.clc-content-style .wp-block-pullquote blockquote, .clc-content-style blockquote.wp-block-quote {
  margin: calc(30px + 15px) 0;
}
.clc-content-style .wp-block-pullquote blockquote > p, .clc-content-style blockquote.wp-block-quote > p {
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  margin-bottom: 15px;
}
.clc-content-style .wp-block-pullquote blockquote > p + p, .clc-content-style blockquote.wp-block-quote > p + p {
  margin-bottom: 30px;
}
.clc-content-style .wp-block-pullquote blockquote cite, .clc-content-style blockquote.wp-block-quote cite {
  color: #4E4E4E;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  display: block;
}
.clc-content-style .clc-button:hover {
  color: #FFFFFF;
}
.clc-content-style .single-pdf__cover {
  margin-bottom: 1rem;
  border: 1px solid #C4C4C4;
}
.clc-content-style img {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100% !important;
  height: 100% !important;
}
.clc-content-style img.size-medium, .clc-content-style img.size-medium + .wp-caption-text {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style img.size-medium, .clc-content-style img.size-medium + .wp-caption-text {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style img.size-medium, .clc-content-style img.size-medium + .wp-caption-text {
    width: 70% !important;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style img.size-medium, .clc-content-style img.size-medium + .wp-caption-text {
    width: 60% !important;
  }
}
.clc-content-style img.size-large, .clc-content-style img.size-full {
  width: 100%;
  height: auto;
}
.clc-content-style img.size-large, .clc-content-style img.size-full {
  width: 100% !important;
  margin-left: 0%;
  margin-right: 0%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    width: 120% !important;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    width: 120% !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    margin-left: -10%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    margin-left: -10%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    margin-right: -10%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    margin-right: -10%;
  }
}
.clc-content-style .wp-caption {
  display: block;
  width: 100% !important;
}
.clc-content-style .wp-caption img {
  margin-bottom: 0;
}
.clc-content-style .wp-caption.alignnone {
  margin: 0 auto;
}
.clc-content-style .wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 16px;
  margin: 0.4rem 0 1.5rem 0;
}
.clc-content-style .wp-caption .size-large + .wp-caption-text {
  margin-left: 0%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style .wp-caption .size-large + .wp-caption-text {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style .wp-caption .size-large + .wp-caption-text {
    margin-left: -10%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style .wp-caption .size-large + .wp-caption-text {
    margin-left: -10%;
  }
}
.clc-content-style .alignleft, .clc-content-style .alignright {
  width: 100% !important;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style .alignleft, .clc-content-style .alignright {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style .alignleft, .clc-content-style .alignright {
    width: 58.5% !important;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style .alignleft, .clc-content-style .alignright {
    width: 58.5% !important;
  }
}
.clc-content-style .alignleft {
  margin-left: 0%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style .alignleft {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style .alignleft {
    margin-left: -10%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style .alignleft {
    margin-left: -10%;
  }
}
.clc-content-style .alignright {
  margin-right: 0%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style .alignright {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style .alignright {
    margin-right: -10%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style .alignright {
    margin-right: -10%;
  }
}
.clc-content-style .alignleft:after {
  content: " ";
  clear: both;
}
.clc-content-style .gallery {
  margin-top: 2rem !important;
  margin-right: -10px !important;
  margin-bottom: 2rem !important;
  margin-left: -10px !important;
}
.clc-content-style .gallery .gallery-item {
  margin: 0 !important;
}
.clc-content-style .gallery .gallery-item img {
  border: 10px solid #ffffff !important;
  margin: 0 !important;
}
.clc-content-style .gallery .wp-caption-text {
  font-size: 14px;
  line-height: 16px;
  color: #717171;
  margin: -0.25rem 0 1.5rem 10px !important;
  text-align: left;
}

#can_embed_form .check_radio_field {
  margin-bottom: 0px !important;
  display: block !important;
}

#can_embed_form .check_radio_field label {
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0px 0 0 30px !important;
  position: relative !important;
  margin: 0 0px 5px 0 !important;
  font-size: 18px;
  cursor: pointer;
}

#can_embed_form .check_radio_field label input {
  position: absolute !important;
  left: 0 !important;
  top: 6px !important;
  width: 15px;
  height: 15px;
}
#can_embed_form .check_radio_field label input.checkbox_group {
  width: 16px;
  height: 16px;
  top: 5px !important;
}

#can_embed_form input,
#can_embed_form textarea,
#can_embed_form select {
  white-space: nowrap !important;
  word-wrap: break-word !important;
}

.select2-container {
  margin: 0;
  position: relative;
  height: 30px;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0px;
  border-bottom: 3px solid white;
  margin-bottom: 15px;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  box-sizing: border-box;
}

.select2-container .select2-choice {
  display: block;
  width: 100%;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select2-container.select2-drop-above .select2-choice {
  border-radius: 0px;
  border: 0px;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(https://actionnetwork.org/includes/js/select2/select2.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: -100%;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  font-size: 15;
}
.select2-drop * {
  font-size: 16px;
  color: #10069E !important;
}
.select2-drop ul li {
  margin-bottom: 5px;
}

.select2-drop-auto-width {
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border-radius: 0;
  box-shadow: none;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-top-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow {
  border-left: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: 700;
}

.select2-results .select2-result-label {
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  color: #fff;
}

.select2-results li em {
  font-style: normal;
}

.select2-results .select2-highlighted ul {
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  display: list-item;
}

.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results {
  display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: text;
  overflow: hidden;
}

.select2-locked {
  padding: 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  outline: none;
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(https://actionnetwork.org/includes/js/select2/select2-spinner.gif) no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(https://actionnetwork.org/includes/js/select2/select2.png) right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px;
  border: 1px solid #ddd;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

@media only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url(https://actionnetwork.org/includes/js/select2/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
body#js-ticketed_event_widget,
body#can_fundraising_widget {
  background-color: transparent;
  color: #212529;
  font-family: "Nunito Sans", sans-serif;
}
body#js-ticketed_event_widget #can_embed_form h2,
body#js-ticketed_event_widget #can_embed_form h3.first_line,
body#js-ticketed_event_widget #can_embed_form h4.first_line,
body#js-ticketed_event_widget #can_embed_form #action_info,
body#js-ticketed_event_widget #can_embed_form #donation_recipient_wrap,
body#can_fundraising_widget #can_embed_form h2,
body#can_fundraising_widget #can_embed_form h3.first_line,
body#can_fundraising_widget #can_embed_form h4.first_line,
body#can_fundraising_widget #can_embed_form #action_info,
body#can_fundraising_widget #can_embed_form #donation_recipient_wrap {
  display: none;
}
body#js-ticketed_event_widget #can_embed_form #select_tickets,
body#can_fundraising_widget #can_embed_form #select_tickets {
  padding-top: 0px !important;
  margin-top: 0px;
  border: none !important;
}
body#js-ticketed_event_widget #can_embed_form #select_tickets h4,
body#can_fundraising_widget #can_embed_form #select_tickets h4 {
  font-size: 23px;
  line-height: 27px;
  text-transform: capitalize;
  margin-top: 0;
  padding-bottom: 0;
  text-align: left;
}
body#js-ticketed_event_widget #can_embed_form #select_tickets h4:after,
body#can_fundraising_widget #can_embed_form #select_tickets h4:after {
  display: none;
}
body#js-ticketed_event_widget #can_embed_form .accessible_description,
body#can_fundraising_widget #can_embed_form .accessible_description {
  display: none;
}
body#js-ticketed_event_widget #can_embed_form ul.ticket_list,
body#can_fundraising_widget #can_embed_form ul.ticket_list {
  background: transparent;
  margin: 0 0 15px;
  border: none;
  border-bottom: 1px solid #212529;
}
body#js-ticketed_event_widget #can_embed_form ul.ticket_list li,
body#can_fundraising_widget #can_embed_form ul.ticket_list li {
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  margin-bottom: 15px;
  border: none;
}
body#js-ticketed_event_widget #can_embed_form ul.ticket_list li input,
body#can_fundraising_widget #can_embed_form ul.ticket_list li input {
  margin-bottom: 15px;
}
body#js-ticketed_event_widget #can_embed_form ul.ticket_list .graytext,
body#can_fundraising_widget #can_embed_form ul.ticket_list .graytext {
  color: #212529;
}
body#js-ticketed_event_widget #can_embed_form #donation_welcome,
body#can_fundraising_widget #can_embed_form #donation_welcome {
  color: #212529;
  margin: 0 0 15px;
}
body#js-ticketed_event_widget #can_embed_form #donate_login,
body#can_fundraising_widget #can_embed_form #donate_login {
  display: none;
}
body#js-ticketed_event_widget #can_embed_form .floatlabel-wrapper,
body#can_fundraising_widget #can_embed_form .floatlabel-wrapper {
  line-height: 0;
}
body#js-ticketed_event_widget #can_embed_form .floatlabel-wrapper label.floatlabel-label,
body#can_fundraising_widget #can_embed_form .floatlabel-wrapper label.floatlabel-label {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  padding: 0;
  display: inline-block;
  color: #212529;
  position: static;
  opacity: 1;
  text-transform: capitalize;
}
body#js-ticketed_event_widget #can_embed_form .floatlabel-wrapper label.floatlabel-label:after,
body#can_fundraising_widget #can_embed_form .floatlabel-wrapper label.floatlabel-label:after {
  display: none;
}
body#js-ticketed_event_widget #can_embed_form input[type=text],
body#js-ticketed_event_widget #can_embed_form input[type=email],
body#js-ticketed_event_widget #can_embed_form input[type=number],
body#js-ticketed_event_widget #can_embed_form input[type=tel],
body#js-ticketed_event_widget #can_embed_form textarea,
body#js-ticketed_event_widget #can_embed_form select + span,
body#can_fundraising_widget #can_embed_form input[type=text],
body#can_fundraising_widget #can_embed_form input[type=email],
body#can_fundraising_widget #can_embed_form input[type=number],
body#can_fundraising_widget #can_embed_form input[type=tel],
body#can_fundraising_widget #can_embed_form textarea,
body#can_fundraising_widget #can_embed_form select + span {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  line-height: 20px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-color: transparent;
  color: #212529;
  height: 46px;
  padding: 13px 11px;
  margin: 0 0 15px !important;
}
body#js-ticketed_event_widget #can_embed_form input[type=text]:focus,
body#js-ticketed_event_widget #can_embed_form input[type=email]:focus,
body#js-ticketed_event_widget #can_embed_form input[type=number]:focus,
body#js-ticketed_event_widget #can_embed_form input[type=tel]:focus,
body#js-ticketed_event_widget #can_embed_form textarea:focus,
body#js-ticketed_event_widget #can_embed_form select + span:focus,
body#can_fundraising_widget #can_embed_form input[type=text]:focus,
body#can_fundraising_widget #can_embed_form input[type=email]:focus,
body#can_fundraising_widget #can_embed_form input[type=number]:focus,
body#can_fundraising_widget #can_embed_form input[type=tel]:focus,
body#can_fundraising_widget #can_embed_form textarea:focus,
body#can_fundraising_widget #can_embed_form select + span:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
body#js-ticketed_event_widget #can_embed_form .country_wrap,
body#can_fundraising_widget #can_embed_form .country_wrap {
  color: #212529;
}
body#js-ticketed_event_widget #can_embed_form .state_wrap, body#js-ticketed_event_widget #can_embed_form .donate_cc_month, body#js-ticketed_event_widget #can_embed_form .donate_cc_year,
body#can_fundraising_widget #can_embed_form .state_wrap,
body#can_fundraising_widget #can_embed_form .donate_cc_month,
body#can_fundraising_widget #can_embed_form .donate_cc_year {
  color: #212529;
}
body#js-ticketed_event_widget #can_embed_form #form_col1 div:nth-of-type(6),
body#can_fundraising_widget #can_embed_form #form_col1 div:nth-of-type(6) {
  padding-top: 15px;
  border-top: 1px solid #212529;
}
body#js-ticketed_event_widget #can_embed_form #form_col2,
body#can_fundraising_widget #can_embed_form #form_col2 {
  padding-top: 15px;
  border-top: 1px solid #212529;
}
body#js-ticketed_event_widget #can_embed_form .control-group,
body#can_fundraising_widget #can_embed_form .control-group {
  margin: 0 0 15px;
}
body#js-ticketed_event_widget #can_embed_form input[type=submit]#ticketed_event_form_button,
body#js-ticketed_event_widget #can_embed_form input[type=submit]#donate_form_button,
body#can_fundraising_widget #can_embed_form input[type=submit]#ticketed_event_form_button,
body#can_fundraising_widget #can_embed_form input[type=submit]#donate_form_button {
  background-color: #FF4007;
  color: #fff;
  display: block;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
  border-top-left-radius: 0px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  margin-top: 20px;
  white-space: normal !important;
}
body#js-ticketed_event_widget #can_embed_form input[type=submit]#ticketed_event_form_button:hover,
body#js-ticketed_event_widget #can_embed_form input[type=submit]#donate_form_button:hover,
body#can_fundraising_widget #can_embed_form input[type=submit]#ticketed_event_form_button:hover,
body#can_fundraising_widget #can_embed_form input[type=submit]#donate_form_button:hover {
  background-color: #10069E;
}
body#js-ticketed_event_widget #can_embed_form #d_sharing, body#js-ticketed_event_widget #can_embed_form #donate_disclaimer,
body#can_fundraising_widget #can_embed_form #d_sharing,
body#can_fundraising_widget #can_embed_form #donate_disclaimer {
  border: none;
}
body#js-ticketed_event_widget #can_embed_form #d_sharing label,
body#can_fundraising_widget #can_embed_form #d_sharing label {
  font-size: 14px !important;
  line-height: 16px !important;
}

/* Sections
------------------------------------------------------------------------------*/
/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
|*/
@media only screen and (min-width: 992px) {
  .extra-space {
    margin-top: 106px;
  }
}

.clc-header {
  z-index: 10;
  width: 100%;
  align-items: center;
  transition: height 0.5s ease-out;
  padding: 0.8rem 1rem;
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-header {
    position: sticky;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-header {
    position: sticky;
  }
}
@media only screen and (min-width: 992px) {
  .clc-header {
    position: static;
  }
}
.clc-header__french {
  text-transform: uppercase;
}
.clc-header .clc-logo {
  fill: #717171;
}
.clc-header .clc-logo:hover {
  fill: #10069E;
}

.clc-header__brand:hover .clc-logo {
  fill: #10069E;
}

@media only screen and (min-width: 992px) {
  .nav-up {
    top: -108px;
    transition: top 1s ease;
  }
  .nav-down {
    transition: background 0.25s ease;
    position: fixed;
    top: 0px;
  }
  .out {
    position: fixed;
    top: -120px;
  }
  .nav-blue {
    background: #10069E;
    transition: all 0.25s ease-in-out;
  }
  .nav-blue .clc-logo {
    fill: #FFFFFF;
    transition: fill 0.25s ease-in-out;
  }
  .nav-blue .clc-header__brand:hover .clc-logo {
    fill: #FFFFFF;
    opacity: 0.75px;
  }
  .nav-blue .navbar-menu li a {
    color: #FFFFFF;
    transition: color 0.25s ease-in-out;
  }
  .nav-blue .navbar-menu li::after {
    border-color: #FFFFFF;
  }
  .nav-blue .navbar-menu li:hover a {
    color: #FF4007;
    transition: color 0.25s ease-in-out;
  }
  .nav-blue .navbar-menu li:hover::after {
    border-color: #FF4007;
    transition: border-color 0.25s ease-in-out;
    width: 50px;
  }
  .nav-blue .clc-header__top .clc-header__left a {
    color: #FFFFFF;
    transition: color 0.25s ease-in-out;
  }
  .nav-blue .clc-header__top .clc-header__left a:hover {
    color: #C4C4C4;
    transition: color 0.25s ease-in-out;
  }
  .nav-blue .searchbar-toggler,
  .nav-blue .navbar-toggler {
    color: #FFFFFF;
    transition: color 0.25s ease-in-out;
  }
  .nav-blue .searchbar-toggler-icon,
  .nav-blue .navbar-toggler-icon {
    color: #FFFFFF;
    transition: color 0.25s ease-in-out;
  }
  .nav-blue .searchbar-toggler:hover,
  .nav-blue .navbar-toggler:hover {
    color: #C4C4C4;
    transition: color 0.25s ease-in-out;
  }
  .nav-blue .searchbar-toggler:hover-icon,
  .nav-blue .navbar-toggler:hover-icon {
    color: #C4C4C4;
    transition: color 0.25s ease-in-out;
  }
  .nav-blue .clc-main-nav__menu-button {
    background-color: #FFFFFF;
    color: #10069E;
    font-weight: 700;
    transition: all 0.25s ease-in-out;
  }
  .nav-blue .clc-main-nav__menu-button:hover {
    background-color: #FF4007;
    color: #FFFFFF;
    transition: all 0.25s ease-in-out;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .nav-blue .navbar-menu li.current-page-ancestor a, .nav-blue .navbar-menu li.current-courses-ancestor a, .nav-blue .navbar-menu li.current-schools-ancestor a, .nav-blue .navbar-menu li.current-series-ancestor a, .nav-blue .navbar-menu li.current_page_item a {
    color: #FF4007;
  }
  .nav-blue .navbar-menu li.current-page-ancestor::after, .nav-blue .navbar-menu li.current-courses-ancestor::after, .nav-blue .navbar-menu li.current-schools-ancestor::after, .nav-blue .navbar-menu li.current-series-ancestor::after, .nav-blue .navbar-menu li.current_page_item::after {
    border-top: 2px solid #FF4007;
    width: 30px;
  }
}
#menu-header-menu,
#menu-header-menu-fr {
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 0;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #menu-header-menu,
  #menu-header-menu-fr {
    display: flex;
    justify-content: center;
  }
}

.navbar-menu__other {
  align-items: center;
}
.navbar-menu__other a:not(.clc-main-nav__menu-button) {
  min-width: 48px;
  color: #6C6C6C;
  padding-right: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}
@media only screen and (max-width: 767px), (pointer: coarse) {
  .navbar-menu__other a:not(.clc-main-nav__menu-button) {
    height: 48px;
    display: flex;
    align-items: center;
  }
}
.navbar-menu__other a:not(.clc-main-nav__menu-button):hover {
  color: #10069E;
}

.navbar-menu li {
  font-family: "Nunito Sans", sans-serif;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
  line-height: 1;
  font-weight: 900;
  display: block;
  padding: 0rem;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-menu li {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-menu li {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-menu li {
    display: inline-block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-menu li {
    padding: 0.5rem 1rem 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-menu li {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-menu li {
    padding: 0 1rem;
  }
}
@media (pointer: coarse) {
  .navbar-menu li {
    margin: 0.5rem 0rem;
  }
}
@media only screen and (pointer: coarse) and (min-width: 576px) and (max-width: 767px) {
  .navbar-menu li {
    margin: 0;
  }
}
@media only screen and (pointer: coarse) and (min-width: 768px) and (max-width: 991px) {
  .navbar-menu li {
    margin: 0;
  }
}
@media only screen and (pointer: coarse) and (min-width: 992px) {
  .navbar-menu li {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-menu li.current-page-ancestor a, .navbar-menu li.current-courses-ancestor a, .navbar-menu li.current-schools-ancestor a, .navbar-menu li.current-series-ancestor a, .navbar-menu li.current_page_item a {
    color: #10069E;
  }
}
.navbar-menu li a {
  color: #000000;
}
@media only screen and (max-width: 767px), (pointer: coarse) {
  .navbar-menu li a {
    height: 48px;
    display: flex;
    align-items: center;
  }
}
.navbar-menu li:hover {
  text-decoration: none;
  color: #10069E;
}
.navbar-menu li:hover a {
  color: #10069E;
}
.navbar-menu li:hover::after {
  width: 50px !important;
  border-color: #10069E;
}
@media only screen and (min-width: 768px) {
  .navbar-menu li::after {
    width: 0;
    border-top: 2px solid #000000;
    display: block;
    content: "";
    margin: 0 auto;
    margin-top: 0.5rem;
    transition: width ease-in 0.15s;
  }
}
@media only screen and (min-width: 768px) and (pointer: coarse) {
  .navbar-menu li::after {
    margin-top: -0.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-menu li.current-page-ancestor a, .navbar-menu li.current-courses-ancestor a, .navbar-menu li.current-schools-ancestor a, .navbar-menu li.current-series-ancestor a, .navbar-menu li.current_page_item a {
    color: #10069E;
  }
  .navbar-menu li.current-page-ancestor::after, .navbar-menu li.current-courses-ancestor::after, .navbar-menu li.current-schools-ancestor::after, .navbar-menu li.current-series-ancestor::after, .navbar-menu li.current_page_item::after {
    border-top: 2px solid #10069E;
    width: 30px;
  }
}

.clc-header__brand a svg {
  width: 100%;
}

.clc-header__top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
@media only screen and (min-width: 992px) {
  .clc-header__top {
    align-items: flex-start;
  }
}
.clc-header__top .clc-header__left {
  align-items: center;
}
.clc-header__top .clc-header__left a {
  color: #6C6C6C;
  padding-right: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}
.clc-header__top .clc-header__left a:hover {
  color: #10069E;
}
.clc-header__top .clc-header__left .clc-header__left__right {
  display: none;
  min-width: 140px;
}
@media (min-width: 768px) {
  .clc-header__top .clc-header__left .clc-header__left__right {
    display: block;
  }
}
.clc-header__top .clc-header__brand {
  text-align: center;
  margin: 0 auto;
  height: auto;
  flex: 1 0 50%;
  max-width: 245px;
  -webkit-backface-visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .clc-header__top .clc-header__brand {
    max-width: 350px;
  }
}
.clc-header__top .clc-header__brand a {
  height: 14px; /* please don't change this, it needs a height for stupid IE */
  display: block;
  line-height: 0;
}
.clc-header__top .clc-header__right {
  align-items: center;
  justify-content: flex-end;
}
.clc-header__top .clc-header__left,
.clc-header__top .clc-header__right {
  flex-basis: 10%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-header__top .clc-header__left,
  .clc-header__top .clc-header__right {
    flex-basis: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-header__top .clc-header__left,
  .clc-header__top .clc-header__right {
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-header__top .clc-header__left,
  .clc-header__top .clc-header__right {
    flex-basis: 25%;
  }
}

.searchbar-toggler,
.navbar-toggler {
  border: none;
  padding: 5px 0;
  background: none;
  cursor: pointer;
  color: #C4C4C4;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .searchbar-toggler,
  .navbar-toggler {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .searchbar-toggler,
  .navbar-toggler {
    padding: 5px 15px 5px 0;
  }
}
@media only screen and (min-width: 992px) {
  .searchbar-toggler,
  .navbar-toggler {
    padding: 5px 15px 5px 0;
  }
}
.searchbar-toggler :focus,
.navbar-toggler :focus {
  outline: none;
}
.searchbar-toggler-icon,
.navbar-toggler-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7333333333 rem;
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
}
@media only screen and (min-width: 992px) {
  .searchbar-toggler-icon,
  .navbar-toggler-icon {
    font-size: 1.2 rem;
  }
}
.searchbar-toggler:hover,
.navbar-toggler:hover {
  color: #717171;
}
.searchbar-toggler:hover-icon,
.navbar-toggler:hover-icon {
  color: #717171;
}

.navbar-toggler-icon {
  color: #10069E;
}

.navbar {
  padding: 0px;
}

/*
|--------------------------------------------------------------------------
| Search
|--------------------------------------------------------------------------
|*/
#searchform {
  top: -60px;
  height: 100%;
  max-height: 60px;
  transition: all 0.7s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #searchform {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #searchform {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #searchform {
    height: 100%;
  }
}
#searchform::after {
  opacity: 0;
  pointer-events: none;
  transition: all 0.7s;
}
#searchform.show {
  top: 0;
  z-index: 99;
}
#searchform.show::after {
  pointer-events: none;
  opacity: 1;
}

.clc-header__search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background-color: #10069E;
  display: flex;
  align-items: center;
  z-index: 1;
}
.clc-header__search::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background-color: rgba(237, 236, 247, 0.8);
}
.clc-header__search .clc-header__search-form {
  width: auto;
  flex-grow: 1;
  padding: 0 1rem;
}
.clc-header__search .clc-header__search-form .clc-header__search-input {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  outline: none;
  border-left: 2px solid #edecf7;
  width: 100%;
  color: #FFFFFF;
  padding-left: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}
.clc-header__search .clc-header__search-form .clc-header__search-input:focus {
  outline: none;
}
.clc-header__search .clc-header__search-form .clc-header__search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.clc-header__search .clc-header__search-form .clc-header__search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.clc-header__search .fas {
  color: #FFFFFF;
}

.footer-subscribe {
  background-color: #6C6C6C;
  padding: 30px 0px;
  width: 100%;
  overflow: hidden;
}
.footer-subscribe__content {
  color: #F5F5F5;
  font-size: 16px;
  line-height: 20px;
  padding-right: 60px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-subscribe__content {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-subscribe__content {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-subscribe__content {
    margin-bottom: 0px;
  }
}
.footer-subscribe__form {
  position: relative;
}
.footer-subscribe__form:focus {
  box-shadow: none;
}
.footer-subscribe__input {
  border-radius: 50px;
  border: none;
}
.footer-subscribe__input:focus {
  box-shadow: none;
}
.footer-subscribe__button {
  position: absolute;
  top: 0;
  right: -20px;
  height: 100%;
}

.clc-footer {
  background-color: #4E4E4E;
  color: #FFFFFF;
}
.clc-footer__menu {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-footer__menu {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-footer__menu {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .clc-footer__menu {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-footer__menu {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-footer__menu {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .clc-footer__menu {
    padding-bottom: 60px;
  }
}
.clc-footer ul {
  margin: 0;
  padding: 0px;
}
.clc-footer li {
  list-style: none;
}
.clc-footer li a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}
.clc-footer__logo {
  width: 45%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-footer__logo {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-footer__logo {
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-footer__logo {
    width: 100%;
  }
}

.clc-footer__copyright {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  margin-top: 10px;
}
.clc-footer__copyright a {
  color: #FFFFFF;
  font-weight: 700;
}
.clc-footer__copyright a:hover {
  color: #FF4007;
}

.clc-nav__social {
  text-align: center;
  min-width: 40px;
  padding: 7px;
  background-color: #FF4007;
  color: #FFFFFF;
  font-size: 20px;
  border-radius: 12px;
  border-top-left-radius: 0px;
  margin-right: 8px;
  font-weight: normal;
}
.clc-nav__social:hover {
  background-color: #10069E;
  color: #FFFFFF;
}

#menu-footer-menu,
#menu-menu-de-bas-de-page {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #menu-footer-menu,
  #menu-menu-de-bas-de-page {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #menu-footer-menu,
  #menu-menu-de-bas-de-page {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  #menu-footer-menu,
  #menu-menu-de-bas-de-page {
    flex-wrap: nowrap;
  }
}
#menu-footer-menu li a,
#menu-menu-de-bas-de-page li a {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.25rem;
}
#menu-footer-menu li a:hover,
#menu-menu-de-bas-de-page li a:hover {
  color: #FF4007;
}
#menu-footer-menu > li,
#menu-menu-de-bas-de-page > li {
  flex: 0 1 20%;
  margin-right: 5%;
  margin-bottom: 30px;
  min-width: 45%;
}
@media (min-width: 768px) {
  #menu-footer-menu > li,
  #menu-menu-de-bas-de-page > li {
    min-width: 0;
  }
}
#menu-footer-menu > li > a,
#menu-menu-de-bas-de-page > li > a {
  margin-bottom: 0.5rem;
}
#menu-footer-menu > li:last-of-type,
#menu-menu-de-bas-de-page > li:last-of-type {
  margin-right: 0;
}
#menu-footer-menu li .sub-menu li,
#menu-menu-de-bas-de-page li .sub-menu li {
  margin: 0;
  margin-bottom: 0.25rem;
  min-width: 0;
}
#menu-footer-menu li .sub-menu li a,
#menu-menu-de-bas-de-page li .sub-menu li a {
  color: #C4C4C4;
  font-weight: 300;
  margin-bottom: 5px;
}
#menu-footer-menu li .sub-menu li a:hover,
#menu-menu-de-bas-de-page li .sub-menu li a:hover {
  color: #FF4007;
}

.clc-footer__bottom {
  text-align: center;
  background-color: #323232;
  width: 100%;
  padding: 40px 0px 60px 0px;
}
.clc-footer__bottom li {
  list-style: none;
  display: inline-block;
  margin: 0px 10px;
}
.clc-footer__bottom li a {
  font-weight: 700;
}
.clc-footer__bottom li a:hover {
  color: #FF4007;
}

@media (pointer: coarse) {
  #menu-footer-utility .menu-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.gutenberg-content h2 {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.gutenberg-content .gb__block-wide {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 576px) {
  .gutenberg-content .gb__block-wide {
    width: 425px;
  }
}
@media only screen and (min-width: 768px) {
  .gutenberg-content .gb__block-wide {
    width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .gutenberg-content .gb__block-wide {
    width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .gutenberg-content .gb__block-wide {
    width: 1140px;
  }
}

/*
|--------------------------------------------------------------------------
| Landing Page
|--------------------------------------------------------------------------
|*/
.landing-banner {
  height: 400px;
  background-color: #F5F5F5;
  position: relative;
  margin-bottom: 60px;
  background-size: cover;
  background-position: center;
}
.landing-banner__content {
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  padding-right: 60px;
  border-bottom-right-radius: 80px;
}

.clc-tiles .clc-tile.last .clc-card {
  flex-direction: column;
}
.clc-tiles .clc-tile.last .clc-card .funnel__image {
  position: relative;
}
.clc-tiles .clc-tile.last .clc-card .funnel__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.clc-tiles .clc-tile.last .clc-card .funnel__image > img {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}
.clc-tiles .clc-tile.last .clc-card .funnel__image img {
  top: 50%;
  transform: translateY(-50%);
}

.clc-section .section__content-columns {
  display: flex;
  flex-wrap: wrap;
}
.clc-section .section__content-columns h3, .clc-section .section__content-columns h4 {
  flex: 1 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 2rem;
}
.clc-section .section__content-columns > p {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 5px solid #FF4007;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-section .section__content-columns > p {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-section .section__content-columns > p {
    flex: 0 0 33.333333%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-section .section__content-columns > p {
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-section .section__content-columns > p {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-section .section__content-columns > p {
    max-width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-section .section__content-columns > p {
    max-width: 25%;
  }
}
.clc-section .section__unions-dont {
  color: #FF4007;
  text-transform: uppercase;
}

.infographic .infographic__number {
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
  color: #FF4007;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 768px) {
  .infographic .infographic__number {
    font-size: 50px;
    line-height: 55px;
  }
}
.infographic .infographic__number::after {
  content: "";
  width: 50px;
  border-top: 4px solid #FF4007;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.single-header:not(.no-image) {
  background-color: #F5F5F5;
  background-size: cover;
  background-position: center;
  position: relative;
  background-blend-mode: multiply;
  margin: auto;
  position: relative;
}
.single-header:not(.no-image):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 85%;
}
.single-header:not(.no-image) > .single-header__content {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}
@media only screen and (min-width: 768px) {
  .single-header:not(.no-image) {
    position: relative;
  }
  .single-header:not(.no-image):before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 20%;
  }
  .single-header:not(.no-image) > .single-header__content {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0px;
  }
}
.single-header:not(.no-image) .single-header__content {
  color: #FFFFFF;
  position: static !important;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.single-header:not(.no-image) .single-header__above {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: calc(15px - 9px);
  font-weight: 700;
  text-transform: uppercase;
}
.single-header:not(.no-image) .single-header__title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .single-header:not(.no-image) .single-header__title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 992px) {
  .single-header:not(.no-image) {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-header:not(.no-image) {
    max-width: 1140px;
  }
}

.single-header--dark {
  background-color: rgba(0, 0, 0, 0.25) !important;
  background-blend-mode: soft-light;
}

.single-header.no-image {
  padding-bottom: 0 !important;
}
.single-header.no-image .single-header__content {
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.single-header.no-image .single-header__content .single-header__title {
  text-shadow: none;
}

.single__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: top ease 0.25s;
  flex-wrap: wrap;
  margin-top: calc(30px - 6px);
}
.single__social span {
  display: none;
  margin-top: 2px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #6C6C6C;
  width: 100%;
  margin-bottom: calc(15px - 3px);
}
.single__social .clc-nav__social {
  font-weight: 900;
  margin: 0 15px 0 0;
  font-size: 16px;
  line-height: 1.4;
  min-width: 40px;
}
@media only screen and (min-width: 992px) {
  .single__social {
    position: sticky;
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 0;
  }
  .single__social span {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
  .single__social .clc-nav__social {
    margin: calc(15px - 5px) 0 0;
  }
}
.single__tags {
  position: relative;
}
.single__tags:before, .single__tags:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 15px;
  max-width: calc(100% - 30px);
  display: block;
  background-color: rgba(16, 6, 158, 0.2);
}
.single__tags:before {
  bottom: 0;
}
.single__tags:after {
  top: 0;
}
.single__tags .tag-title {
  font-size: 14px;
  line-height: 16px;
  margin-right: 20px;
  color: #000000;
}
.single__tags .tag {
  background-color: #edecf7;
  display: inline-block;
  padding: 9px 24px 7px;
  border-radius: 9px;
  color: #10069E;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-right: 7.5px;
  margin-bottom: 15px;
  letter-spacing: 0.03rem;
  transition: 0.15s;
}
.single__tags .tag a {
  color: #10069E;
}
.single__tags .tag:hover {
  color: #FF4007 !important;
}

.page-template-page-officers .card-overflow-container {
  width: calc(100% - 30px);
}

.clc-single-officer .single-header:not(.no-image) {
  background-color: #F5F5F5;
  position: relative;
}
.clc-single-officer .single-header:not(.no-image):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 33.3333333333%;
}
.clc-single-officer .single-header:not(.no-image) > .single-header__content {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}

.field-name-title .field-items .field-item h2 {
  display: none;
}

/* PDF Styles */
.pdf__container {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .pdf__container {
    margin-top: 50px;
  }
}
.pdf__container .single-pdf .single-pdf__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  margin-bottom: calc(15px - 5px);
  max-width: 100%;
}
.pdf__container .single-pdf .single-pdf__cover {
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  box-shadow: 0px 0px 5px 3px rgba(35, 31, 32, 0.27);
  width: 175px !important;
  height: 232px !important;
}
.pdf__container .single-pdf .single-pdf__icon {
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  width: 175px !important;
  height: 232px !important;
}
.pdf__container .single-pdf p:last-child {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}
.pdf__container .single-pdf .btn {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 12px;
  max-width: 100%;
  width: auto;
  white-space: nowrap;
  text-transform: uppercase;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pdf__container .single-pdf .btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    flex-direction: row;
  }
}
.pdf__container .single-pdf--single {
  margin-left: 0;
}
@media (min-width: 768px) {
  .pdf__container .single-pdf--single {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .pdf__container .single-pdf--single {
    margin-left: -3%;
  }
}
@media (min-width: 1200px) {
  .pdf__container .single-pdf--single {
    margin-left: -6%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pdf__container--post .single-pdf .single-pdf__cover,
  .pdf__container--post .single-pdf .single-pdf__icon {
    width: 130px !important;
    height: 172px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pdf__container--post .single-pdf .btn {
    width: 140px;
    min-width: 0;
    max-width: unset;
  }
}
.pdf__container--post .single-pdf--single {
  margin-left: 0;
}
@media (min-width: 768px) {
  .pdf__container--post .single-pdf--single {
    margin-left: -6%;
  }
}
@media (min-width: 992px) {
  .pdf__container--post .single-pdf--single {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .pdf__container--post .single-pdf--single {
    margin-left: 2%;
  }
}

.single-campaigns .clc-single-campaign-petition {
  margin-left: -30px;
  margin-right: -30px;
}

.wp-block-gallery ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-gallery ul li::before {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .wp-block-embed {
    margin-left: -16.666667%;
    margin-right: -16.666667%;
  }
}

@media screen and (min-width: 992px) {
  .is-style-image-wider,
  .wp-block-gallery {
    margin-left: -33.333333%;
    margin-right: -33.333333%;
  }
}

.wp-block-image,
.is-style-image-wider,
.wp-block-gallery,
.wp-block-embed {
  margin: calc(30px + 15px) 0;
}
@media (min-width: 768px) {
  .wp-block-image,
  .is-style-image-wider,
  .wp-block-gallery,
  .wp-block-embed {
    margin: 60px 0;
  }
}

.wp-block-image figcaption,
.is-style-image-wider figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-embed figcaption {
  margin-bottom: calc(30px - 7px);
  margin-top: calc(15px - 7px);
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.75;
}

.wp-block-gallery .blocks-gallery-caption {
  margin-left: auto;
  margin-bottom: 0px;
}

.wp-block-pullquote {
  padding: 0;
  text-align: left;
}
.wp-block-pullquote blockquote {
  margin-top: 0;
  margin-bottom: 0;
}

.clc-content-style img {
  margin-bottom: 0px;
  margin-top: 0px;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 30px);
  margin: 0 30px 15px 0;
}
.blocks-gallery-grid .blocks-gallery-image:nth-last-child(-n+2),
.blocks-gallery-grid .blocks-gallery-item:nth-last-child(-n+2),
.wp-block-gallery .blocks-gallery-image:nth-last-child(-n+2),
.wp-block-gallery .blocks-gallery-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.wp-block-gallery .blocks-gallery-grid {
  display: block;
}
.wp-block-gallery .blocks-gallery-grid li {
  width: 100%;
}
@media (min-width: 576px) {
  .wp-block-gallery .blocks-gallery-grid {
    display: flex;
  }
  .wp-block-gallery .blocks-gallery-grid li {
    width: calc(50% - 30px);
  }
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  display: block;
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: static;
  background: none;
  padding: 0;
  margin-bottom: calc(30px - 7px);
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #212529;
  opacity: 0.75;
}

/*
|--------------------------------------------------------------------------
| Campaign - Single pages
|--------------------------------------------------------------------------
|*/
@keyframes scaleReveal {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.action-layout .banner-caption__single,
.page-template-campaign-form .banner-caption__single {
  position: absolute;
  z-index: 2;
  padding: 10px;
  margin: 0px;
  top: 5px;
  right: 15px;
  background: #edecf7;
  color: #10069E;
  width: auto;
  border-radius: 20px;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
  max-width: 400px;
}
.action-layout .banner-caption__single i,
.action-layout .banner-caption__single span,
.page-template-campaign-form .banner-caption__single i,
.page-template-campaign-form .banner-caption__single span {
  color: #10069E !important;
}
.action-layout .banner-caption__single span,
.page-template-campaign-form .banner-caption__single span {
  padding-right: 10px;
}
.action-layout .banner-caption__single .banner-caption,
.page-template-campaign-form .banner-caption__single .banner-caption {
  padding-top: 0px;
  line-height: 1;
  display: flex;
}
.action-layout .banner-caption__single .caption__text,
.page-template-campaign-form .banner-caption__single .caption__text {
  display: none;
}
.action-layout .banner-caption__single:hover,
.page-template-campaign-form .banner-caption__single:hover {
  border-radius: 15px;
}
.action-layout .banner-caption__single:hover .caption__text,
.page-template-campaign-form .banner-caption__single:hover .caption__text {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .action-layout .banner-caption__single,
  .page-template-campaign-form .banner-caption__single {
    top: 5px;
    right: 5px;
  }
}
.action-layout .single-header,
.page-template-campaign-form .single-header {
  max-width: 100%;
  background: white;
  overflow: hidden;
}
.action-layout .single-header.bg-purple,
.page-template-campaign-form .single-header.bg-purple {
  background-color: #edecf7;
}
.action-layout .single-header__content,
.page-template-campaign-form .single-header__content {
  width: 100%;
}
.action-layout .single-header:before,
.page-template-campaign-form .single-header:before {
  display: none;
}
.action-layout .single-header:after,
.page-template-campaign-form .single-header:after {
  display: none !important;
}
.action-layout .single-header__image,
.page-template-campaign-form .single-header__image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.action-layout .single-header__image:before,
.page-template-campaign-form .single-header__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 74.6666666667%;
}
.action-layout .single-header__image > .single-header__content,
.page-template-campaign-form .single-header__image > .single-header__content {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}
.action-layout .single-header__image img,
.page-template-campaign-form .single-header__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(1.3);
  animation: scaleReveal 1s cubic-bezier(0, 0.91, 0.66, 0.99) 0s forwards;
}
.action-layout .single-header__text,
.page-template-campaign-form .single-header__text {
  position: static;
  padding: 0px 15px;
  margin-bottom: calc(30px - 6px);
}
@media only screen and (min-width: 576px) {
  .action-layout .single-header__text,
  .page-template-campaign-form .single-header__text {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .action-layout .single-header__text,
  .page-template-campaign-form .single-header__text {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .action-layout .single-header__text,
  .page-template-campaign-form .single-header__text {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .action-layout .single-header__text,
  .page-template-campaign-form .single-header__text {
    padding-left: 20px;
  }
}
.action-layout .single-header__text .tag, .action-layout .single-header__text .clc-date,
.page-template-campaign-form .single-header__text .tag,
.page-template-campaign-form .single-header__text .clc-date {
  font-size: 16px;
  line-height: 20px;
}
.action-layout .single-header__text a.tag,
.page-template-campaign-form .single-header__text a.tag {
  display: block;
  margin-bottom: calc(15px - 7px);
}
@media only screen and (min-width: 768px) {
  .action-layout .single-header__text a.tag,
  .page-template-campaign-form .single-header__text a.tag {
    margin-bottom: calc(15px - 10px);
  }
}
.action-layout .single-header__text .clc-date,
.page-template-campaign-form .single-header__text .clc-date {
  margin-top: calc(15px - 0px);
}
@media only screen and (min-width: 768px) {
  .action-layout .single-header__text .clc-date,
  .page-template-campaign-form .single-header__text .clc-date {
    margin-top: calc(15px - 5px);
  }
}
.action-layout .single-header__under,
.page-template-campaign-form .single-header__under {
  color: #212529;
  font-size: 24px;
  line-height: 30px;
  margin-top: calc(30px - 7px);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .action-layout .single-header.main-banner--dark .single-header__image:after,
  .page-template-campaign-form .single-header.main-banner--dark .single-header__image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .action-layout .single-header__image,
  .page-template-campaign-form .single-header__image {
    margin-bottom: 60px;
    min-height: 516px;
  }
  .action-layout .single-header__image:before,
  .page-template-campaign-form .single-header__image:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .action-layout .single-header .container-lg,
  .action-layout .single-header .container-xl,
  .action-layout .single-header .container-md,
  .page-template-campaign-form .single-header .container-lg,
  .page-template-campaign-form .single-header .container-xl,
  .page-template-campaign-form .single-header .container-md {
    padding: 0px;
  }
  .action-layout .single-header__image,
  .page-template-campaign-form .single-header__image {
    margin-left: 0px;
    margin-right: 0px;
  }
  .action-layout .single-header__title, .action-layout .single-header__under,
  .page-template-campaign-form .single-header__title,
  .page-template-campaign-form .single-header__under {
    max-width: 540px;
  }
}
.action-layout .single-header__title,
.page-template-campaign-form .single-header__title {
  color: #212529;
}
.action-layout .action-form #action_welcome_message #log-out,
.page-template-campaign-form .action-form #action_welcome_message #log-out {
  color: #212529;
  text-decoration: underline;
}
.action-layout .action-form #action_welcome_message #log-out:hover,
.page-template-campaign-form .action-form #action_welcome_message #log-out:hover {
  text-decoration: none;
}
.action-layout .action-form #action_welcome_message small,
.page-template-campaign-form .action-form #action_welcome_message small {
  display: block;
  margin-bottom: 15px;
}
.action-layout .action-form--order-first-mobile,
.page-template-campaign-form .action-form--order-first-mobile {
  margin-bottom: 60px !important;
  order: -1;
}
@media only screen and (min-width: 768px) {
  .action-layout .action-form--order-first-mobile,
  .page-template-campaign-form .action-form--order-first-mobile {
    margin-bottom: 0 !important;
    order: 13;
  }
}
.action-layout .single__petition,
.page-template-campaign-form .single__petition {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #edecf7;
  padding: 30px 15px 30px 15px;
  min-height: 400px;
}
@media only screen and (min-width: 576px) {
  .action-layout .single__petition,
  .page-template-campaign-form .single__petition {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 10px;
    padding: 30px 30px 60px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .action-layout .single__petition,
  .page-template-campaign-form .single__petition {
    margin-top: 0px;
  }
  .action-layout .single__petition--campaigns,
  .page-template-campaign-form .single__petition--campaigns {
    transform: scaley(0);
    transform-origin: top;
    animation: scaleInUp 0.3s cubic-bezier(0, 0.91, 0.66, 0.99) 0.5s forwards;
  }
}
@media only screen and (min-width: 992px) {
  .action-layout .single__petition,
  .page-template-campaign-form .single__petition {
    padding: 30px 15px;
  }
}
.action-layout .single__petition--ticketed-event,
.page-template-campaign-form .single__petition--ticketed-event {
  padding: 0;
  background-color: transparent !important;
}
.action-layout .single__petition .letter .lined_after_title,
.page-template-campaign-form .single__petition .letter .lined_after_title {
  display: none;
}
.action-layout .single__petition .letter h4,
.page-template-campaign-form .single__petition .letter h4 {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.action-layout .single__petition .letter h4 span,
.page-template-campaign-form .single__petition .letter h4 span {
  display: block;
  font-weight: bold;
}
.action-layout .single__petition .letter .clc-action-form textarea,
.page-template-campaign-form .single__petition .letter .clc-action-form textarea {
  height: 120px;
}
.action-layout .single__petition .letter #action_welcome_message,
.page-template-campaign-form .single__petition .letter #action_welcome_message {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  margin: 15px 0;
  border-radius: 4px;
}
.action-layout .single__petition .letter #action_welcome_message small,
.page-template-campaign-form .single__petition .letter #action_welcome_message small {
  margin-bottom: 2px;
}
.action-layout #actionFormArea,
.page-template-campaign-form #actionFormArea {
  position: relative;
}
@media screen and (min-width: 992px) {
  .action-layout #actionFormArea.action-form-area--sticky .action-form,
  .page-template-campaign-form #actionFormArea.action-form-area--sticky .action-form {
    top: 0;
    position: sticky;
  }
}
.action-layout .clc-content-style ul,
.page-template-campaign-form .clc-content-style ul {
  list-style: none;
}
.action-layout .clc-content-style ul li:before,
.page-template-campaign-form .clc-content-style ul li:before {
  content: "";
  background-color: #10069E;
  font-weight: bold;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  top: -2px;
  left: -15px;
  position: relative;
}
.action-layout--wide .clc-content, .action-layout--wide-alt .clc-content, .action-layout--contained .clc-content,
.page-template-campaign-form--wide .clc-content,
.page-template-campaign-form--wide-alt .clc-content,
.page-template-campaign-form--contained .clc-content {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .action-layout--contained .single-header__image, .action-layout--wide-alt .single-header__image,
  .page-template-campaign-form--contained .single-header__image,
  .page-template-campaign-form--wide-alt .single-header__image {
    margin-bottom: calc(30px + 15px - 4px);
  }
  .action-layout--contained .single-header__text, .action-layout--wide-alt .single-header__text,
  .page-template-campaign-form--contained .single-header__text,
  .page-template-campaign-form--wide-alt .single-header__text {
    margin-bottom: calc(30px + 15px - 9px);
  }
}
@media screen and (max-width: 992px) {
  .action-layout--contained .single-header__image, .action-layout--wide-alt .single-header__image,
  .page-template-campaign-form--contained .single-header__image,
  .page-template-campaign-form--wide-alt .single-header__image {
    min-height: 280px;
  }
}
@media screen and (min-width: 768px) {
  .action-layout--wide .single-header__text, .action-layout--wide-alt .single-header__text,
  .page-template-campaign-form--wide .single-header__text,
  .page-template-campaign-form--wide-alt .single-header__text {
    top: -15px;
  }
}
.action-layout--wide .action-form,
.page-template-campaign-form--wide .action-form {
  margin-left: 0px;
}
.action-layout--wide .single-header__title, .action-layout--wide .single-header__title:not(.no-image),
.page-template-campaign-form--wide .single-header__title,
.page-template-campaign-form--wide .single-header__title:not(.no-image) {
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .action-layout--wide .single-header__title, .action-layout--wide .single-header__title:not(.no-image),
  .page-template-campaign-form--wide .single-header__title,
  .page-template-campaign-form--wide .single-header__title:not(.no-image) {
    font-size: 50px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 576px) {
  .action-layout--wide .banner-caption__single,
  .page-template-campaign-form--wide .banner-caption__single {
    right: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .action-layout--wide .single-header__title,
  .action-layout--wide .single-header__under,
  .page-template-campaign-form--wide .single-header__title,
  .page-template-campaign-form--wide .single-header__under {
    color: white !important;
  }
  .action-layout--wide .single__petition,
  .page-template-campaign-form--wide .single__petition {
    margin-top: -105px;
  }
}
@media only screen and (min-width: 992px) {
  .action-layout--wide .petition-people,
  .page-template-campaign-form--wide .petition-people {
    padding-left: 15px;
  }
  .action-layout--wide .banner-caption__single,
  .page-template-campaign-form--wide .banner-caption__single {
    right: 5px;
  }
}
.action-layout--wide-alt .single-header__title, .action-layout--wide-alt .single-header__title:not(.no-image),
.page-template-campaign-form--wide-alt .single-header__title,
.page-template-campaign-form--wide-alt .single-header__title:not(.no-image) {
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .action-layout--wide-alt .single-header__title, .action-layout--wide-alt .single-header__title:not(.no-image),
  .page-template-campaign-form--wide-alt .single-header__title,
  .page-template-campaign-form--wide-alt .single-header__title:not(.no-image) {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 576px) {
  .action-layout--wide-alt .single-header__text,
  .page-template-campaign-form--wide-alt .single-header__text {
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .action-layout--wide-alt .single-header__text,
  .page-template-campaign-form--wide-alt .single-header__text {
    position: static;
    padding: 0px;
  }
  .action-layout--wide-alt .single-header__text .single-header__title,
  .page-template-campaign-form--wide-alt .single-header__text .single-header__title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 992px) and (min-width: 768px) {
  .action-layout--wide-alt .single-header__text .single-header__title,
  .page-template-campaign-form--wide-alt .single-header__text .single-header__title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  .action-layout--wide-alt .single-header__image,
  .page-template-campaign-form--wide-alt .single-header__image {
    margin-left: -15vw !important;
    margin-bottom: calc(30px + 15px - 9px);
  }
}
@media only screen and (min-width: 992px) {
  .action-layout--wide-alt .single-header__text,
  .page-template-campaign-form--wide-alt .single-header__text {
    padding-right: 480px;
  }
  .action-layout--wide-alt .single-header__content,
  .page-template-campaign-form--wide-alt .single-header__content {
    padding-left: 0px;
  }
  .action-layout--wide-alt .single-header__image,
  .page-template-campaign-form--wide-alt .single-header__image {
    margin-left: -9vw !important;
    margin-bottom: 60px;
  }
  .action-layout--wide-alt .single-header__title, .action-layout--wide-alt .single-header__under,
  .page-template-campaign-form--wide-alt .single-header__title,
  .page-template-campaign-form--wide-alt .single-header__under {
    color: white !important;
  }
}
@media only screen and (min-width: 1200px) {
  .action-layout--wide-alt .single-header__text,
  .page-template-campaign-form--wide-alt .single-header__text {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .action-layout--wide-alt .single-header__image,
  .page-template-campaign-form--wide-alt .single-header__image {
    margin-left: -22vw !important;
  }
}
@media only screen and (min-width: 1921px) {
  .action-layout--wide-alt .single-header__image,
  .page-template-campaign-form--wide-alt .single-header__image {
    margin-left: -25vw !important;
  }
}
@media only screen and (max-width: 576px) {
  .action-layout--contained .single-header__text,
  .page-template-campaign-form--contained .single-header__text {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .action-layout--contained .single-header__text,
  .page-template-campaign-form--contained .single-header__text {
    position: static !important;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .action-layout--contained .single-header__image,
  .page-template-campaign-form--contained .single-header__image {
    min-height: 410px;
  }
  .action-layout--contained .single-header__text,
  .page-template-campaign-form--contained .single-header__text {
    max-width: 480px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .action-layout--contained .single-header__image img,
  .page-template-campaign-form--contained .single-header__image img {
    min-width: 0px;
    min-height: 0px;
    width: 100%;
  }
  .action-layout--contained .single-header__text,
  .page-template-campaign-form--contained .single-header__text {
    max-width: 570px;
    margin-left: auto;
    padding-left: 20px;
  }
}
.action-layout--featured .single-header__image,
.page-template-campaign-form--featured .single-header__image {
  margin-left: 0px;
  margin-right: 0px;
}
.action-layout--featured .single-header .container,
.action-layout--featured .single-header .container-md,
.action-layout--featured .single-header .container-lg,
.action-layout--featured .single-header .container-xl,
.page-template-campaign-form--featured .single-header .container,
.page-template-campaign-form--featured .single-header .container-md,
.page-template-campaign-form--featured .single-header .container-lg,
.page-template-campaign-form--featured .single-header .container-xl {
  background-color: #edecf7;
  max-width: calc(100% - 30px);
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 576px) {
  .action-layout--featured .single-header .container,
  .action-layout--featured .single-header .container-md,
  .action-layout--featured .single-header .container-lg,
  .action-layout--featured .single-header .container-xl,
  .page-template-campaign-form--featured .single-header .container,
  .page-template-campaign-form--featured .single-header .container-md,
  .page-template-campaign-form--featured .single-header .container-lg,
  .page-template-campaign-form--featured .single-header .container-xl {
    max-width: 510px;
  }
}
@media screen and (min-width: 768px) {
  .action-layout--featured .single-header .container,
  .action-layout--featured .single-header .container-md,
  .action-layout--featured .single-header .container-lg,
  .action-layout--featured .single-header .container-xl,
  .page-template-campaign-form--featured .single-header .container,
  .page-template-campaign-form--featured .single-header .container-md,
  .page-template-campaign-form--featured .single-header .container-lg,
  .page-template-campaign-form--featured .single-header .container-xl {
    max-width: 690px;
  }
}
@media screen and (min-width: 992px) {
  .action-layout--featured .single-header .container,
  .action-layout--featured .single-header .container-md,
  .action-layout--featured .single-header .container-lg,
  .action-layout--featured .single-header .container-xl,
  .page-template-campaign-form--featured .single-header .container,
  .page-template-campaign-form--featured .single-header .container-md,
  .page-template-campaign-form--featured .single-header .container-lg,
  .page-template-campaign-form--featured .single-header .container-xl {
    max-width: 930px;
  }
}
@media screen and (min-width: 1200px) {
  .action-layout--featured .single-header .container,
  .action-layout--featured .single-header .container-md,
  .action-layout--featured .single-header .container-lg,
  .action-layout--featured .single-header .container-xl,
  .page-template-campaign-form--featured .single-header .container,
  .page-template-campaign-form--featured .single-header .container-md,
  .page-template-campaign-form--featured .single-header .container-lg,
  .page-template-campaign-form--featured .single-header .container-xl {
    max-width: 1110px;
  }
}
@media screen and (min-width: 576px) {
  .action-layout--featured .banner-caption__single,
  .page-template-campaign-form--featured .banner-caption__single {
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .action-layout--featured .single-header__image,
  .page-template-campaign-form--featured .single-header__image {
    margin-left: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .action-layout--featured .single-header__image,
  .page-template-campaign-form--featured .single-header__image {
    margin-left: 0px;
    min-height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .action-layout--featured .single-header.single-header--withbg .container,
  .action-layout--featured .single-header.single-header--withbg .container-md,
  .action-layout--featured .single-header.single-header--withbg .container-lg,
  .action-layout--featured .single-header.single-header--withbg .container-xl,
  .page-template-campaign-form--featured .single-header.single-header--withbg .container,
  .page-template-campaign-form--featured .single-header.single-header--withbg .container-md,
  .page-template-campaign-form--featured .single-header.single-header--withbg .container-lg,
  .page-template-campaign-form--featured .single-header.single-header--withbg .container-xl {
    background-color: transparent;
  }
}
.action-layout--featured .main-banner__content,
.page-template-campaign-form--featured .main-banner__content {
  padding: 0 35px;
}
@media screen and (min-width: 992px) {
  .action-layout--featured .main-banner__content,
  .page-template-campaign-form--featured .main-banner__content {
    padding: 30px;
  }
}
.action-layout--featured .clc-lead,
.page-template-campaign-form--featured .clc-lead {
  font-size: 18px;
  line-height: 24px;
  color: #212529;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .action-layout--featured.action-layout--wide-alt .single-header__image,
  .page-template-campaign-form--featured.action-layout--wide-alt .single-header__image {
    min-height: 500px;
  }
}
.action-layout.action-layout--featured.action-layout--contained .main-banner__content,
.page-template-campaign-form.action-layout--featured.action-layout--contained .main-banner__content {
  padding: 0 35px;
}
@media screen and (min-width: 768px) {
  .action-layout.action-layout--featured.action-layout--contained .main-banner__content,
  .page-template-campaign-form.action-layout--featured.action-layout--contained .main-banner__content {
    padding: 0 30px;
  }
}
.action-layout--article .single-header,
.page-template-campaign-form--article .single-header {
  overflow: visible;
}
@media screen and (min-width: 1200px) {
  .action-layout--article .single-header__text,
  .page-template-campaign-form--article .single-header__text {
    padding-left: 15px;
  }
}
.action-layout.article--layout-1 .banner-caption__single, .action-layout.article--layout-2 .banner-caption__single, .action-layout.article--layout-3 .banner-caption__single,
.page-template-campaign-form.article--layout-1 .banner-caption__single,
.page-template-campaign-form.article--layout-2 .banner-caption__single,
.page-template-campaign-form.article--layout-3 .banner-caption__single {
  right: -15px;
}
@media screen and (min-width: 992px) {
  .action-layout.article--layout-1 .banner-caption__single, .action-layout.article--layout-2 .banner-caption__single, .action-layout.article--layout-3 .banner-caption__single,
  .page-template-campaign-form.article--layout-1 .banner-caption__single,
  .page-template-campaign-form.article--layout-2 .banner-caption__single,
  .page-template-campaign-form.article--layout-3 .banner-caption__single {
    right: 15px;
  }
}
.action-layout.article--layout-1 .single-header__content, .action-layout.article--layout-2 .single-header__content, .action-layout.article--layout-3 .single-header__content,
.page-template-campaign-form.article--layout-1 .single-header__content,
.page-template-campaign-form.article--layout-2 .single-header__content,
.page-template-campaign-form.article--layout-3 .single-header__content {
  position: relative !important;
}
.action-layout.article--layout-1 .single-header__title,
.page-template-campaign-form.article--layout-1 .single-header__title {
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .action-layout.article--layout-1 .single-header__title,
  .page-template-campaign-form.article--layout-1 .single-header__title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media screen and (min-width: 768px) {
  .action-layout.article--layout-1 .single-header__image,
  .page-template-campaign-form.article--layout-1 .single-header__image {
    margin-bottom: calc(30px + 15px - 4px);
    min-height: 410px;
  }
  .action-layout.article--layout-1 .single-header__text,
  .page-template-campaign-form.article--layout-1 .single-header__text {
    margin-bottom: calc(30px + 15px - 9px);
  }
  .action-layout.article--layout-1 .single-header__text a.tag,
  .page-template-campaign-form.article--layout-1 .single-header__text a.tag {
    margin-bottom: calc(15px - 6px);
  }
  .action-layout.article--layout-1 .single-header__text .clc-date,
  .page-template-campaign-form.article--layout-1 .single-header__text .clc-date {
    margin-top: calc(15px - 2px);
  }
}
.action-layout.article--layout-1 .single-header__text,
.page-template-campaign-form.article--layout-1 .single-header__text {
  position: static;
}
.action-layout.article--layout-1 .single-header__title,
.action-layout.article--layout-1 .single-header__under,
.page-template-campaign-form.article--layout-1 .single-header__title,
.page-template-campaign-form.article--layout-1 .single-header__under {
  color: #212529 !important;
}
.action-layout.article--layout-2 .single-header__title, .action-layout.article--layout-3 .single-header__title,
.page-template-campaign-form.article--layout-2 .single-header__title,
.page-template-campaign-form.article--layout-3 .single-header__title {
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .action-layout.article--layout-2 .single-header__title, .action-layout.article--layout-3 .single-header__title,
  .page-template-campaign-form.article--layout-2 .single-header__title,
  .page-template-campaign-form.article--layout-3 .single-header__title {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (min-width: 768px) {
  .action-layout.article--layout-2 .single-header a.tag, .action-layout.article--layout-3 .single-header a.tag,
  .page-template-campaign-form.article--layout-2 .single-header a.tag,
  .page-template-campaign-form.article--layout-3 .single-header a.tag {
    color: white;
    transition: all 0.15s ease 0s;
    display: block;
  }
  .action-layout.article--layout-2 .single-header a.tag:hover, .action-layout.article--layout-3 .single-header a.tag:hover,
  .page-template-campaign-form.article--layout-2 .single-header a.tag:hover,
  .page-template-campaign-form.article--layout-3 .single-header a.tag:hover {
    color: #FF4007;
  }
  .action-layout.article--layout-2 .single-header__text, .action-layout.article--layout-3 .single-header__text,
  .page-template-campaign-form.article--layout-2 .single-header__text,
  .page-template-campaign-form.article--layout-3 .single-header__text {
    top: -7.5px;
  }
  .action-layout.article--layout-2 .single-header .clc-date, .action-layout.article--layout-3 .single-header .clc-date,
  .page-template-campaign-form.article--layout-2 .single-header .clc-date,
  .page-template-campaign-form.article--layout-3 .single-header .clc-date {
    color: white;
    opacity: 0.75;
  }
}
@media screen and (min-width: 992px) {
  .action-layout.article--layout-2 .single-header__text, .action-layout.article--layout-3 .single-header__text,
  .page-template-campaign-form.article--layout-2 .single-header__text,
  .page-template-campaign-form.article--layout-3 .single-header__text {
    max-width: 66.666667%;
  }
}
@media screen and (min-width: 992px) {
  .action-layout.article--layout-3 .single-header__text,
  .page-template-campaign-form.article--layout-3 .single-header__text {
    max-width: 75%;
    margin-left: 8.333333%;
  }
}
.action-layout.article--layout-3 .single-header__title,
.action-layout.article--layout-3 .single-header__under,
.page-template-campaign-form.article--layout-3 .single-header__title,
.page-template-campaign-form.article--layout-3 .single-header__under {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .action-layout.article--layout-3 .single-header__image,
  .page-template-campaign-form.article--layout-3 .single-header__image {
    min-height: 624px;
  }
}
@media screen and (min-width: 992px) {
  .action-layout .single-header--bg-primary,
  .page-template-campaign-form .single-header--bg-primary {
    background-color: #10069E;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .action-layout .single-header--bg-primary .clc-button:hover,
  .page-template-campaign-form .single-header--bg-primary .clc-button:hover {
    background-color: #edecf7 !important;
    color: #212529;
  }
}
@media screen and (min-width: 992px) {
  .action-layout .single-header--bg-yellow,
  .page-template-campaign-form .single-header--bg-yellow {
    background-color: #FFCB02;
  }
  .action-layout .single-header--bg-purple,
  .page-template-campaign-form .single-header--bg-purple {
    background-color: #edecf7;
  }
  .action-layout .single-header--bg-secondary,
  .page-template-campaign-form .single-header--bg-secondary {
    background-color: #FF4007;
  }
  .action-layout .single-header--bg-orange,
  .page-template-campaign-form .single-header--bg-orange {
    background-color: #FF4007;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .action-layout .single-header--bg-orange .clc-button:hover,
  .page-template-campaign-form .single-header--bg-orange .clc-button:hover {
    background-color: #edecf7 !important;
    color: #212529;
  }
}
@media screen and (min-width: 992px) {
  .action-layout .single-header--bg-electric-purple,
  .page-template-campaign-form .single-header--bg-electric-purple {
    background-color: #7950CA;
  }
  .action-layout .single-header--bg-electric-purple *,
  .action-layout .single-header--bg-orange *,
  .action-layout .single-header--bg-primary *,
  .page-template-campaign-form .single-header--bg-electric-purple *,
  .page-template-campaign-form .single-header--bg-orange *,
  .page-template-campaign-form .single-header--bg-primary * {
    color: white;
  }
}

.clc-button--electric-purple {
  background-color: #7950CA;
}
.clc-button--yellow {
  background-color: #FFCB02;
  color: #212529;
}
@media screen and (min-width: 992px) {
  .clc-button--electric-purple-lg .clc-button--yellow-lg:hover, .clc-button--primary-lg:hover {
    background-color: #FF4007 !important;
  }
  .clc-button--electric-purple-lg {
    background-color: #7950CA !important;
  }
  .clc-button--yellow-lg {
    background-color: #FFCB02 !important;
    color: #212529 !important;
  }
  .clc-button--primary-lg {
    background-color: #10069E !important;
    color: white;
  }
  .clc-button--orange-lg {
    background-color: #FF4007 !important;
    color: white;
  }
  .clc-button--orange-lg:hover {
    background-color: #10069E !important;
  }
}

#petitionProgress {
  margin-bottom: 20px;
}

.progress.progress--goal {
  background-color: rgba(49, 49, 49, 0.1);
  border-radius: 30px;
}
.progress.progress--goal .progress-bar {
  background-color: #10069E;
  transition: 0.3s;
}
.progress.progress--goal .progress-bar {
  border-radius: 1rem;
}

.sticky-link {
  background-color: #edecf7;
  position: fixed;
  bottom: 0px;
  z-index: 99;
  width: 100%;
  transform: translatey(100%);
  transition: 0.15s;
  display: flex;
}
.sticky-link.active {
  transform: translatey(0);
}
.sticky-link.inactive {
  transform: translatey(100%);
}
.sticky-link .btn--lg {
  padding: 12px 40px;
  font-size: 18px;
  line-height: 24px;
}

@keyframes breathe {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.petition-wrapper {
  transition: 0.3s;
}
.petition-wrapper .petition-person--placeholder .signed-who,
.petition-wrapper .petition-person--placeholder .signed-when {
  display: block;
  position: relative;
  color: transparent;
}
.petition-wrapper .petition-person--placeholder .signed-who:before,
.petition-wrapper .petition-person--placeholder .signed-when:before {
  content: "";
  display: block;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(220, 218.0555555556, 239.4444444444);
  animation: breathe 1.5s infinite;
}
.petition-wrapper .petition-person--placeholder .signed-who:before {
  width: 80px;
  height: 16px;
}
.petition-wrapper .petition-person--placeholder .signed-when:before {
  top: 2px;
  width: 150px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .petition-wrapper {
    opacity: 0;
    animation: fadeIn 0.3s ease 1s forwards;
  }
}
@media screen and (max-width: 576px) {
  .petition-wrapper hr {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.petition-people {
  margin-top: 20px;
  margin-bottom: 20px;
}
.petition-people__name h4 {
  font-weight: bold;
}
.petition-people__name h4,
.petition-people__name p {
  font-size: 14px;
  line-height: 16px;
}
.petition-people__name p {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .petition-people {
    padding-left: 15px;
  }
}

.title--topborder {
  position: relative;
  padding-top: 15px;
  font-size: 20px;
}
.title--topborder:before {
  content: "";
  display: block;
  width: 66px;
  height: 7.5px;
  top: 0;
  position: absolute;
  background-color: rgba(16, 6, 158, 0.1);
}

.bg-purple .card-body {
  background-color: white;
}

.explainer {
  padding: 10px 15px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.explainer:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 15px;
  max-width: calc(100% - 30px);
  display: block;
  background-color: rgba(16, 6, 158, 0.2);
  top: 0;
}

.action-layout .single__event--ticketed,
.page-template-campaign-form .single__event--ticketed {
  opacity: 0;
  transition: max-height 4s, opacity 1s;
  height: auto;
  max-height: 0;
  min-height: 0;
  overflow: hidden;
}

.subscribe-funnel {
  background-color: #F5F5F5;
  width: 100%;
  overflow: hidden;
}
.subscribe-funnel .row {
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-funnel .row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-funnel .row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .subscribe-funnel .row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-funnel .row {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-funnel .row {
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .subscribe-funnel .row {
    align-items: center;
  }
}
.subscribe-funnel__text {
  font-size: 23px;
  line-height: 27px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-funnel__text {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-funnel__text {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .subscribe-funnel__text {
    text-align: right;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-funnel__text {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-funnel__text {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .subscribe-funnel__text {
    margin-bottom: 0px;
  }
}
.subscribe-funnel__form {
  position: relative;
  flex-grow: 1;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-funnel__form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-funnel__form {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .subscribe-funnel__form {
    width: auto;
  }
}
.subscribe-funnel__form:focus {
  box-shadow: none;
}
.subscribe-funnel__input {
  border-radius: 50px;
  border: none;
  font-size: 16px;
  line-height: 20px;
  padding-left: 1.5rem;
}
.subscribe-funnel__input:focus {
  box-shadow: none;
}
.subscribe-funnel__button {
  position: relative;
  margin-top: 20px;
  top: 0;
  right: 0px;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-funnel__button {
    position: absolute;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-funnel__button {
    position: absolute;
  }
}
@media only screen and (min-width: 992px) {
  .subscribe-funnel__button {
    position: absolute;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-funnel__button {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-funnel__button {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .subscribe-funnel__button {
    margin-top: 0;
  }
}

.featured-image {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-color: #F5F5F5;
}

@media only screen and (max-width: 767px) {
  .clc-carousel {
    max-width: none;
  }
}

.infographic-section {
  width: 100%;
  background-color: #F5F5F5;
  padding: 40px 0px;
}

.info-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.info-box__img {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .info-box__img {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-box__img {
    width: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .info-box__img {
    width: 225px;
  }
}
.info-box__title {
  font-size: 23px;
  line-height: 27px;
  font-weight: 800;
  margin-bottom: 1rem;
  max-width: 100%;
}
.info-box__content {
  z-index: 1;
  flex-grow: 1;
  padding: 0 30px 30px;
}
.info-box .small-text {
  display: block;
  max-width: 100%;
}
.info-box .btn {
  margin-top: auto;
  align-self: flex-start;
}
.info-box::after {
  content: "";
  position: absolute;
  height: calc(100% - 100px);
  width: 100%;
  background-color: #edecf7;
  bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .info-box::after {
    height: calc(100% - 100px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-box::after {
    height: calc(100% - 90px);
  }
}
@media only screen and (min-width: 992px) {
  .info-box::after {
    height: calc(100% - 112.5px);
  }
}

/* hide 2nd and 3rd image on mobile for news */
@media only screen and (max-width: 576px) {
  .news-block .col-md-4:nth-child(n+2):nth-child(-n+3) .clc-card__image {
    display: none;
  }
}
.clc-single-event__map {
  width: 100%;
  height: 200px;
  display: block;
  background-color: #F5F5F5;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-single-event__map {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-single-event__map {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .clc-single-event__map {
    height: 400px;
  }
}
.clc-single-event__body {
  align-items: flex-start;
}
.clc-single-event__body img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.section__event-campaign {
  padding: 60px 0px;
  background-color: #edecf7;
}
.section__event-campaign .section__title {
  color: #10069E;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 34px;
}

.workerstogether_event_campaign #can_embed_form #logo_wrap,
.workerstogether_event_campaign #can_embed_form #action_info,
.workerstogether_event_campaign h4.lined_after_title,
.workerstogether_event_campaign #can_embed_form .country_wrap .international_link-wrap {
  display: none;
}
.workerstogether_event_campaign .event_campaign.event_campaign_full #can_embed_form #can_sidebar,
.workerstogether_event_campaign .event_campaign.event_campaign_full.can_embed.v5 #can_embed_form h2 {
  display: none;
}
.workerstogether_event_campaign .event_campaign.event_campaign_full #can_embed_form #can_main_col {
  width: 100% !important;
  min-width: 100% !important;
  float: unset;
}
.workerstogether_event_campaign .can_embed.event_campaign #can_embed_form {
  padding: 0px !important;
  background-color: transparent !important;
  border: none !important;
}
.workerstogether_event_campaign .can_embed.v5.event_campaign #can_embed_form #can_zip_search {
  margin-bottom: 40px !important;
  padding: 25px;
  background-color: #10069E;
}
.workerstogether_event_campaign .can_embed.v5.event_campaign #can_embed_form #can_zip_search:before {
  content: "Find Nearby Events";
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  display: block;
}
.workerstogether_event_campaign .can_embed.v5.event_campaign #can_embed_form .floatlabel-wrapper .floatlabel-label-active {
  display: none !important;
}
.workerstogether_event_campaign .can_embed.v5.event_campaign #can_embed_form #event_campaign_list_search_wrap-search {
  display: flex;
  align-items: center;
}
.workerstogether_event_campaign .can_embed.v5.event_campaign #can_embed_form #event_campaign_list_filters-toggle_wrap {
  order: 2;
}
.workerstogether_event_campaign .can_embed.v5.event_campaign #can_embed_form #event_campaign_list_filters-toggle_wrap a {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: bold;
  margin-left: 20px;
}
.workerstogether_event_campaign .can_embed.v5.event_campaign #can_embed_form #can_zip_search input[type=submit]#form-zip_code-submit,
.workerstogether_event_campaign .can_embed.v5.event_campaign #can_embed_form .single_event_campaign_result .button {
  margin-left: 0px !important;
  order: 1;
  height: 37px !important;
  padding: 0px !important;
  background-color: #10069E !important;
  font-size: 16px !important;
  font-weight: bold !important;
  min-width: 130px;
  color: #10069E !important;
  letter-spacing: normal !important;
}
.workerstogether_event_campaign .can_embed.v5.event_campaign #can_embed_form .single_event_campaign_result .button {
  padding: 9px 0px !important;
}
.workerstogether_event_campaign .can_embed.v5.event_campaign #can_embed_form .single_event_campaign_result:hover .button {
  background-color: #10069E !important;
  color: #fff !important;
}
.workerstogether_event_campaign .can_embed.v5.event_campaign #can_embed_form #search_location_list {
  max-height: unset !important;
  overflow-y: unset !important;
  border: none !important;
  background-color: transparent !important;
}
.workerstogether_event_campaign .can_embed.v5.event_campaign #can_embed_form .single_event_campaign_result {
  border: none !important;
  margin-bottom: 20px;
  background-color: #fff;
}
.workerstogether_event_campaign .can_embed.v5.event_campaign #can_embed_form #search_location_list h4 {
  text-transform: uppercase;
  font-size: 20px !important;
  line-height: 26px !important;
  margin-bottom: 10px !important;
  display: block;
  letter-spacing: normal !important;
}
.workerstogether_event_campaign #search_location_list p {
  margin-top: 15px;
}
.workerstogether_event_campaign .single_event_campaign_result-info-time_location {
  font-size: 16px;
}
.workerstogether_event_campaign .can_embed.v5.event_campaign #can_embed_form .virtual_only_check_wrap label,
.workerstogether_event_campaign #can_embed_form .quick_date_wrapper > *:not(:last-child) {
  color: #ffffff !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form .graytext {
  color: #10069E !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form .accessible_description {
  padding: 10px 20px !important;
  margin-bottom: 20px;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_main_col {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
@media (min-width: 992px) {
  .workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_main_col {
    width: 65% !important;
  }
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_main_col .last_line {
  order: 1;
  border: none !important;
  margin-bottom: 0px !important;
  padding-bottom: 15px !important;
  color: #10069E !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_main_col .last_line h2 {
  text-transform: uppercase !important;
  font-size: 24px !important;
  line-height: 28px !important;
  margin-bottom: 10px !important;
  display: block;
  letter-spacing: normal !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_main_col .last_line .first_line {
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  padding-bottom: 5px !important;
  letter-spacing: normal !important;
  font-size: 16px !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_main_col #event_desc {
  order: 2;
  font-weight: 400;
  color: #10069E !important;
  margin: 0px 0px 40px 0px;
  font-size: 18px;
  line-height: 24px;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_main_col .event_map_wrap {
  order: 3;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar {
  border: none !important;
  background-color: #edecf7 !important;
  width: 100% !important;
  padding: 25px 20px !important;
}
@media (min-width: 992px) {
  .workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar {
    width: 30% !important;
  }
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar .action_sidebar > h4:not(.sidebartitle) {
  display: none;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp {
  display: flex !important;
  flex-direction: column;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp li.core_field {
  order: 1;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp li.core_field .floatlabel-wrapper .floatlabel-label {
  position: unset !important;
  font-size: 16px !important;
  text-transform: none !important;
  letter-spacing: unset !important;
  padding: 0px !important;
  opacity: 1 !important;
  color: #10069E !important;
  margin-bottom: 2px !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp li.core_field input[type=password],
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp li.core_field input[type=url],
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp li.core_field input[type=email],
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp li.core_field input[type=tel],
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp li.core_field input[type=number],
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp li.core_field input[type=text] {
  height: 40px !important;
  border: none !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp li.control-group {
  order: 4;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp li.control-group .check_radio_field {
  margin-bottom: 5px !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp li.control-group .check_radio_field label input.checkbox_group:checked:before {
  color: #10069E;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp li.control-group #mobile_opt_in_default {
  color: #10069E !important;
  font-size: 14px !important;
  padding-left: 10px !important;
  margin-top: -5px;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp .iti {
  margin-bottom: 0 !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp .international_link {
  display: none !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp input[type=submit] {
  margin-left: 0px !important;
  margin-top: 20px;
  order: 10;
  height: 37px !important;
  padding: 0px 10px !important;
  background-color: #10069E !important;
  font-size: 16px !important;
  font-weight: bold !important;
  min-width: 130px;
  max-width: unset !important;
  width: auto !important;
  color: #fff !important;
  letter-spacing: normal !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp .action_sidebar_lined {
  order: 2;
  padding-bottom: 0px !important;
  font-size: 16px !important;
  text-transform: none !important;
  letter-spacing: unset !important;
  color: #10069E !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp .action_sidebar_lined input[type=password],
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp .action_sidebar_lined input[type=url],
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp .action_sidebar_lined input[type=email],
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp .action_sidebar_lined input[type=tel],
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp .action_sidebar_lined input[type=number],
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp .action_sidebar_lined input[type=text] {
  height: 40px !important;
  border: none !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp #d_sharing {
  border: none !important;
  order: 3;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp #d_sharing > ul > li:not(.js-d_sharing_opts) {
  display: none !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp #d_sharing #d_sharing_opts {
  display: list-item !important;
  border: none !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp #d_sharing #d_sharing_opts li label {
  color: #10069E !important;
  font-size: 14px !important;
  line-height: 17px !important;
  padding-left: 35px !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp #d_sharing #d_sharing_opts li label input[type=checkbox] {
  width: 1px !important;
  height: 1px !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp #d_sharing #d_sharing_opts li label input[type=checkbox]:checked:before {
  color: #10069E !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form #can_sidebar form#new_rsvp #d_sharing #edit_d_sharing_opts {
  display: none !important;
}

.contact__title,
.career__title {
  font-size: 23px;
  line-height: 27px;
  font-weight: 900;
}

.contact__page h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
}
.contact__page a {
  font-weight: 400;
}

.history__date-box {
  background-color: #edecf7;
  width: 70px;
  height: 70px;
  padding: 8px 10px;
  position: absolute;
  left: 40px;
  text-align: center;
  z-index: 9;
  text-transform: uppercase;
  color: #10069E;
}
.history__date-box .history__date-month {
  font-size: 16px;
  font-weight: 700;
}
.history__date-box .history__date-day {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.border-section {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}

.clc-content-style--resources .single-pdf {
  margin-top: 20px !important;
}
.clc-content-style--resources .single-pdf .single-pdf__cover {
  height: auto !important;
  min-width: unset !important;
}
.clc-content-style--resources .single-pdf img {
  margin-bottom: 20px;
  align-self: flex-start;
}
.clc-content-style--resources .single-pdf .single-pdf__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  margin: 0.8rem 0;
}
.clc-content-style--resources .single-pdf p {
  line-height: 1.7333333rem;
}
@media only screen and (min-width: 768px) {
  .clc-content-style--resources .single-pdf {
    display: flex;
    margin-top: -10px !important;
  }
  .clc-content-style--resources .single-pdf img {
    margin-right: 15px;
    width: 170px !important;
  }
}
.clc-content-style--resources img {
  margin-bottom: 20px;
}

.election-notice {
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}

.page-template-page-media .applied-filters {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.gutenberg-content h2 {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
}
.gutenberg-content .wp-block-quote {
  margin: 30px 0px;
}
.gutenberg-content .wp-block-pullquote blockquote {
  margin: 30px 0px;
}
.gutenberg-content .gb__block-wide {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 576px) {
  .gutenberg-content .gb__block-wide,
  .gutenberg-content .block-segmented-list,
  .gutenberg-content .block-clc-icon-box,
  .gutenberg-content .is-style-image-wider {
    width: 425px;
  }
}
@media only screen and (min-width: 768px) {
  .gutenberg-content .gb__block-wide,
  .gutenberg-content .block-segmented-list,
  .gutenberg-content .block-clc-icon-box,
  .gutenberg-content .is-style-image-wider {
    width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .gutenberg-content .gb__block-wide,
  .gutenberg-content .block-segmented-list,
  .gutenberg-content .block-clc-icon-box,
  .gutenberg-content .is-style-image-wider {
    width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .gutenberg-content .gb__block-wide,
  .gutenberg-content .block-segmented-list,
  .gutenberg-content .block-clc-icon-box,
  .gutenberg-content .is-style-image-wider {
    width: 1140px;
  }
}
.gutenberg-content .wp-block-columns,
.gutenberg-content .wp-block-media-text {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.gutenberg-content .wp-block-columns p,
.gutenberg-content .wp-block-media-text p {
  color: #212529;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: calc(30px - 5px);
}
.gutenberg-content .wp-block-columns p:last-child,
.gutenberg-content .wp-block-media-text p:last-child {
  margin-bottom: 0;
}
.gutenberg-content .wp-block-columns a:hover,
.gutenberg-content .wp-block-media-text a:hover {
  text-decoration: none;
  color: #FF4007;
}
.gutenberg-content .wp-block-columns ol,
.gutenberg-content .wp-block-media-text ol {
  padding-left: 19px;
}
.gutenberg-content .wp-block-columns ul,
.gutenberg-content .wp-block-media-text ul {
  padding-left: 24px;
  list-style: none;
}
.gutenberg-content .wp-block-columns ul li,
.gutenberg-content .wp-block-media-text ul li {
  text-indent: -8px;
}
.gutenberg-content .wp-block-columns ul li:before,
.gutenberg-content .wp-block-media-text ul li:before {
  content: "";
  background-color: #10069E;
  font-weight: bold;
  display: inline-block;
  width: 7px;
  height: 7px;
  top: -2px;
  left: -15px;
  position: relative;
}
.gutenberg-content .wp-block-columns li,
.gutenberg-content .wp-block-media-text li {
  color: #212529;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: calc(30px - 5px);
}
.gutenberg-content .is-style-image-wider img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .gutenberg-content .is-style-image-wider img {
    width: calc(100% - 32px);
  }
}
.gutenberg-content .block-full-width {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .gutenberg-content .block-full-width {
    width: 928px;
  }
}
@media only screen and (min-width: 1200px) {
  .gutenberg-content .block-full-width {
    width: 1108px;
  }
}

/* Media Queries
------------------------------------------------------------------------------*//*# sourceMappingURL=style.css.map */