@charset "UTF-8";
/* Colours
------------------------------------------------------------------------------*/
/* Structure
------------------------------------------------------------------------------*/
/* Typogarphy
------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,700,800,900|Nunito:400,700");
/*________________________________________________
|                                                 |
|                                                 |
|                                                 |
|                                                 |
|                      º ‿ º                      |
|                                                 |
|                                                 |
|                                                 |
|________________________________________________*/
body.campaign-subsite {
  background-image: none;
}

.campaign-subsite .lead {
  font-size: 24px;
  line-height: 30px;
  margin: 30px 0;
  font-weight: 400;
}
.campaign-subsite .section__title h2 {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 24px;
  text-transform: unset !important;
}
.campaign-subsite .section__title h2:before {
  content: "";
  height: 8px;
  width: 70px;
  display: block;
  margin-bottom: 15px;
  background-color: #10069E;
}
.campaign-subsite .section-purple {
  background-color: #edecf7;
}
.campaign-subsite .section-purple .card-body {
  background-color: #fff;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.campaign-subsite .clc-button--secondary {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #717171;
}
@media (max-width: 992px) {
  .campaign-subsite .clc-button--secondary {
    box-shadow: inset 0 0 0 2px #ffffff;
  }
}
.campaign-subsite .clc-header__french {
  color: #ffffff;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .campaign-subsite .clc-header__french {
    color: #717171;
  }
}
.campaign-subsite .petition-form {
  color: red !important;
}
.campaign-subsite .clc-content-style blockquote.image-quote {
  width: 100%;
}
.campaign-subsite .clc-content-style blockquote.image-quote:before {
  content: unset;
}
.campaign-subsite .clc-content-style blockquote.image-quote .image-quote__img {
  height: 120px !important;
  width: 120px !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0px;
  margin-bottom: 0px;
}
.campaign-subsite .clc-content-style blockquote.image-quote cite.image-quote__cite {
  margin: 0;
}
.campaign-subsite .clc-content-style blockquote.image-quote cite.image-quote__cite span {
  font-size: 16px;
  line-height: 19px;
}

.clc-section {
  overflow: hidden;
}

.campaign-events {
  padding: 50px 0;
}

/*
|--------------------------------------------------------------------------
| Campaign - GUTENBERG STYLES
|--------------------------------------------------------------------------
|*/
.clc-content-style.clc-content-style--campaigns {
  margin-top: 30px;
  margin-bottom: 30px;
  /* Make sure media & text blocks always stack image, then text */
}
@media (min-width: 768px) {
  .clc-content-style.clc-content-style--campaigns {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.clc-content-style.clc-content-style--campaigns h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .clc-content-style.clc-content-style--campaigns h2 {
    margin-top: 0px;
  }
}
.clc-content-style.clc-content-style--campaigns h3 {
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .clc-content-style.clc-content-style--campaigns h3 {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .clc-content-style.clc-content-style--campaigns p {
    padding-right: 30px;
  }
}
.clc-content-style.clc-content-style--campaigns .wp-block-media-text.alignfull {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .clc-content-style.clc-content-style--campaigns .wp-block-media-text.alignfull {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.clc-content-style.clc-content-style--campaigns .wp-block-media-text.alignfull:after {
  content: "";
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #edecf7;
}
.clc-content-style.clc-content-style--campaigns .wp-block-media-text .wp-block-media-text__content {
  padding: 0px;
  z-index: 1;
}
@media (min-width: 768px) {
  .clc-content-style.clc-content-style--campaigns .wp-block-media-text .wp-block-media-text__content {
    padding: 0px 35px 0px 0px;
  }
}
@media (min-width: 768px) {
  .clc-content-style.clc-content-style--campaigns .wp-block-media-text .wp-block-media-text__content h2 {
    margin-top: 0px;
  }
}
.clc-content-style.clc-content-style--campaigns .wp-block-media-text__media {
  z-index: 1;
  padding: 0px;
}
@media (min-width: 768px) {
  .clc-content-style.clc-content-style--campaigns .wp-block-media-text__media {
    padding: 0px 0px 0px 15px;
  }
}
.clc-content-style.clc-content-style--campaigns .wp-block-media-text__media img {
  margin: 0px;
}
.clc-content-style.clc-content-style--campaigns .wp-block-gallery .blocks-gallery-grid {
  margin-bottom: 0px;
}
.clc-content-style.clc-content-style--campaigns .wp-block-gallery img {
  margin-bottom: 0px;
}
.clc-content-style.clc-content-style--campaigns .wp-block-media-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .clc-content-style.clc-content-style--campaigns .wp-block-media-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .clc-content-style.clc-content-style--campaigns .has-media-on-the-right {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .clc-content-style.clc-content-style--campaigns .wp-block-media-text__content {
    padding: 0px;
  }
}
.clc-content-style.clc-content-style--campaigns blockquote.wp-block-quote,
.clc-content-style.clc-content-style--campaigns .wp-block-pullquote blockquote {
  width: 100%;
  margin-top: 60px;
}
.clc-content-style.clc-content-style--campaigns blockquote.wp-block-quote:before,
.clc-content-style.clc-content-style--campaigns .wp-block-pullquote blockquote:before {
  position: absolute;
  margin-top: -40px;
  margin-bottom: 0px;
}
.clc-content-style.clc-content-style--campaigns blockquote.wp-block-quote p,
.clc-content-style.clc-content-style--campaigns .wp-block-pullquote blockquote p {
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
}
.clc-content-style.clc-content-style--campaigns blockquote.wp-block-quote cite,
.clc-content-style.clc-content-style--campaigns .wp-block-pullquote blockquote cite {
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
}
.clc-content-style.clc-content-style--campaigns .wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
  border-top: 2px solid #C4C4C4;
  border-bottom: 2px solid #C4C4C4;
  padding: 20px 0 0 0;
}
.clc-content-style.clc-content-style--campaigns .wp-block-separator {
  margin-top: 30px;
  margin-bottom: 50px;
  border-top: 1px solid #C4C4C4;
}
@media (min-width: 768px) {
  .clc-content-style.clc-content-style--campaigns .wp-block-separator {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .clc-content-style.clc-content-style--campaigns .wp-block-columns {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .clc-content-style.clc-content-style--campaigns .wp-block-columns {
    margin-top: 90px;
  }
}
.clc-content-style.clc-content-style--campaigns .wp-block-column .wp-block-image,
.clc-content-style.clc-content-style--campaigns .wp-block-column .wp-block-video {
  margin: 0px;
}
.clc-content-style.clc-content-style--campaigns .wp-block-column .wp-block-image img,
.clc-content-style.clc-content-style--campaigns .wp-block-column .wp-block-image video,
.clc-content-style.clc-content-style--campaigns .wp-block-column .wp-block-video img,
.clc-content-style.clc-content-style--campaigns .wp-block-column .wp-block-video video {
  margin: 0px;
}
@media (min-width: 768px) {
  .clc-content-style.clc-content-style--campaigns .wp-block-video.small-video {
    max-width: 100%;
    width: 350px !important;
  }
}
.clc-content-style.clc-content-style--campaigns .wp-block-column .wp-block-image,
.clc-content-style.clc-content-style--campaigns .wp-block-column .wp-block-video {
  margin-top: 30px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .clc-content-style.clc-content-style--campaigns .wp-block-column .wp-block-image,
  .clc-content-style.clc-content-style--campaigns .wp-block-column .wp-block-video {
    margin-top: 0px;
  }
}
.clc-content-style.clc-content-style--campaigns .wp-block-column .wp-block-image img,
.clc-content-style.clc-content-style--campaigns .wp-block-column .wp-block-image video,
.clc-content-style.clc-content-style--campaigns .wp-block-column .wp-block-video img,
.clc-content-style.clc-content-style--campaigns .wp-block-column .wp-block-video video {
  margin: 0px;
}
.clc-content-style.clc-content-style--campaigns .wp-block-embed {
  margin-top: 5px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .clc-content-style.clc-content-style--campaigns .wp-block-embed {
    margin-bottom: 0;
  }
}

blockquote.image-quote {
  background-color: #F5F5F5;
  border-radius: 5px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 25px;
}
blockquote.image-quote p:last-child {
  margin-bottom: 5px;
}

.wp-block-group ~ blockquote.image-quote {
  margin-top: 25px;
}

img.image-quote__img {
  max-height: 120px;
  max-width: 120px;
  border-radius: 100%;
  margin-right: 40px;
}

.image-quote__cite span {
  font-size: 16px;
  line-height: 19px;
  color: red;
}

.overlay-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
}
.overlay-button:hover {
  cursor: pointer;
}
.overlay-button:focus-visible {
  outline: 0;
}

@media (max-width: calc(768px - 1px)) {
  .wp-block-columns.mobile-fix .wp-block-column:first-child {
    order: 2;
  }
}

/*
|--------------------------------------------------------------------------
| Coloured Section
|--------------------------------------------------------------------------
*/
/* Full-width section with edge-to-edge background */
.coloured-section {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .coloured-section {
    padding: 60px 0;
  }
}

/* Full-width background */
.coloured-section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
  background-color: inherit; /* Takes on background color from inline style */
  left: -150%;
  width: calc(100vw + 150%);
}

/* Centered content container */
.coloured-section-content {
  position: relative;
  z-index: 1; /* Ensures content is above the background */
  margin: 0 auto;
  box-sizing: border-box;
}

.campaign__content-style .coloured-section:last-child {
  margin-bottom: -75px;
}
@media (min-width: 768px) {
  .campaign__content-style .coloured-section:last-child {
    margin-bottom: -135px;
  }
}

/*
|--------------------------------------------------------------------------
| Accordion
|--------------------------------------------------------------------------
*/
.accordion {
  max-width: 780px;
}
.accordion .accordion-header {
  display: flex;
  align-items: center;
}
.accordion .accordion-header-content {
  padding: 10px 0px;
  width: 100%;
  font-size: 20px;
  font-weight: 800;
}
.accordion button {
  border: none;
  background: none;
  padding: 0;
}
.accordion .icon-button {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-image: url("../img/square-minus.svg");
}
.accordion .accordion-header.collapsed .icon-button {
  background-image: url("../img/square-plus.svg");
}
.accordion .accordion-body {
  padding: 10px 0;
}
.accordion .accordion-body b, .accordion .accordion-body strong {
  font-weight: 600;
}
.accordion .accordion-body li {
  margin-bottom: 6px;
}
.accordion .accordion-body ul {
  margin-bottom: 30px;
  margin-top: -5px;
}
.accordion .accordion-item {
  margin-bottom: 30px;
}

/*
|--------------------------------------------------------------------------
| 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;
}

/*
|--------------------------------------------------------------------------
| Campaign - Mini sites
|--------------------------------------------------------------------------
|*/
body.no-scroll {
  position: fixed;
  right: 0;
  left: 0;
}

.clc-content.clc-content--campaigns {
  margin-top: 60px;
}

.main-banner--mobile {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .main-banner--mobile {
    background: none !important;
  }
}

.clc-header.clc-header--campaign {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 15px;
  box-shadow: 0px -5px 10px 0px #717171;
}
@media (min-width: 992px) {
  .clc-header.clc-header--campaign.nav-blue .nav-lang .clc-button--secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 2px #FFFFFF;
  }
}
.clc-header.clc-header--campaign .clc-campaign-header {
  position: relative;
  height: 100%;
  flex-grow: 1;
  align-self: flex-end;
  padding-right: 0px !important;
}
.clc-header.clc-header--campaign .navbar-menu {
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #10069E;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.25s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 74px;
}
@media (min-width: 992px) {
  .clc-header.clc-header--campaign .navbar-menu {
    padding-top: 0px;
    width: auto;
    height: auto;
    position: unset;
    background-color: transparent;
    transform: none;
  }
}
.clc-header.clc-header--campaign .menu {
  flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 0;
  padding: 0;
}
.clc-header.clc-header--campaign .navbar-menu.drawer-out {
  transform: none;
}
.clc-header.clc-header--campaign .nav-btn {
  width: 30px;
  position: relative;
  z-index: 99;
}
@media (min-width: 992px) {
  .clc-header.clc-header--campaign .nav-btn {
    display: none;
  }
}
.clc-header.clc-header--campaign .nav-lang {
  display: block;
  position: unset;
  order: 2;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 26px;
}
.clc-header.clc-header--campaign .nav-lang .clc-button--secondary {
  color: #FFFFFF;
  box-shadow: inset 0 0 0 2px #FFFFFF;
}
@media (min-width: 992px) {
  .clc-header.clc-header--campaign .nav-lang {
    display: block;
    text-align: right;
    order: 1;
  }
  .clc-header.clc-header--campaign .nav-lang .clc-button--secondary {
    color: #717171;
    box-shadow: inset 0 0 0 2px #717171;
  }
}
.clc-header.clc-header--campaign .nav-lang .nav-lang__button {
  color: #717171;
}
.clc-header.clc-header--campaign .drawer-out .nav-lang .nav-lang__button {
  color: #FFFFFF;
}
.clc-header.clc-header--campaign .navbar-menu__wrapper {
  flex-grow: 1;
  display: flex;
  order: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .clc-header.clc-header--campaign .navbar-menu__wrapper {
    display: block;
  }
}
.clc-header.clc-header--campaign .hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #000000;
  display: block;
  margin: 4px auto;
  transition: all 0.3s ease-in-out;
}
.clc-header.clc-header--campaign .hamburger:hover {
  cursor: pointer;
}
.clc-header.clc-header--campaign .hamburger {
  transition: all 0.3s ease-in-out;
}
@media (min-width: mdc-layout-grid-breakpoint-min(desktop)) {
  .clc-header.clc-header--campaign .hamburger {
    display: none;
  }
}
.clc-header.clc-header--campaign .hamburger.drawer-out {
  transform: rotate(135deg);
}
.clc-header.clc-header--campaign .hamburger.drawer-out .line {
  width: 20px;
  background-color: #FFFFFF;
}
.clc-header.clc-header--campaign .hamburger.drawer-out .line:nth-child(2) {
  opacity: 0;
}
.clc-header.clc-header--campaign .hamburger.drawer-out .line:nth-child(1) {
  transform: translateY(6px);
}
.clc-header.clc-header--campaign .hamburger.drawer-out .line:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}
.clc-header.clc-header--campaign .clc-header__right {
  flex-basis: 100%;
  justify-content: flex-end;
  margin-right: 14px;
}
@media (min-width: 992px) {
  .clc-header.clc-header--campaign .navbar-menu li {
    padding: 0px 0px 0px 0px;
    margin: 0px 10px;
  }
}
.clc-header.clc-header--campaign .navbar-menu li a {
  display: block;
  height: auto;
  padding-bottom: 20px;
  letter-spacing: 0px;
}
@media (min-width: 992px) {
  .clc-header.clc-header--campaign .navbar-menu li a {
    border-bottom: 8px solid rgba(255, 255, 255, 0);
  }
}
.clc-header.clc-header--campaign .navbar-menu li:hover a, .clc-header.clc-header--campaign .navbar-menu li.current_page_item a, .clc-header.clc-header--campaign .navbar-menu li.current-page-ancestor a {
  color: #FF4007;
}
@media (min-width: 992px) {
  .clc-header.clc-header--campaign .navbar-menu li:hover a, .clc-header.clc-header--campaign .navbar-menu li.current_page_item a, .clc-header.clc-header--campaign .navbar-menu li.current-page-ancestor a {
    border-bottom: 8px solid #10069E;
    color: #FF4007;
  }
}
.clc-header.clc-header--campaign .navbar-menu li:after {
  content: none;
}

.navbar-menu__footer {
  text-align: center;
  color: #FFFFFF;
  flex-basis: 170px;
  padding: 30px;
  order: 3;
}
@media (min-width: 992px) {
  .navbar-menu__footer {
    display: none;
  }
}

.clc-header--campaign.nav-blue .navbar-menu li a {
  color: #212529;
}
.clc-header--campaign.nav-blue .clc-campaign-header__logo img {
  filter: brightness(0) invert(1);
}
.clc-header--campaign.nav-blue .navbar-menu li a {
  color: #FFFFFF;
}
.clc-header--campaign.nav-blue .nav-lang a {
  color: #FFFFFF;
}
.clc-header--campaign.nav-blue .clc-header--campaign .hamburger .line {
  background-color: #FFFFFF;
}

.clc-header--campaign.nav-blue .alt-logo-exists {
  display: none;
}
.clc-header--campaign.nav-blue .clc-campaign-header__logo.alt-logo {
  display: block;
}
.clc-header--campaign.nav-blue .clc-campaign-header__logo.alt-logo img {
  filter: unset;
}

.campaign-banner.banner-desktop.campaign-banner-nobanner {
  background-image: none;
  height: auto;
  min-height: auto;
}

.campaign-banner--dark:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.clc-campaign-header__logo.alt-logo {
  display: none;
}

.clc-campaign-header {
  justify-content: space-between;
  align-items: center;
}
.clc-campaign-header__logo, .clc-campaign-header__toggle {
  display: block;
}
.clc-campaign-header__logo img, .clc-campaign-header__toggle img {
  width: auto;
  height: 100%;
  z-index: 1;
  position: relative;
}
.clc-campaign-header__logo {
  align-self: center;
  height: 80px;
  padding: 15px 5px;
}
@media (min-width: 992px) {
  .clc-campaign-header__logo {
    height: 90px;
  }
}
.clc-campaign-header__logo {
  width: 300px;
}
.clc-campaign-header .navbar-menu li {
  font-size: 20px;
  flex-basis: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .clc-campaign-header .navbar-menu li {
    font-size: 18px;
  }
}
.clc-campaign-header .navbar-menu li a {
  justify-content: center;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .clc-campaign-header .navbar-menu li a {
    color: #212529;
  }
}

.menu-toggler {
  height: 30px;
  width: 30px;
  background: none;
  border: 0;
  position: relative;
  z-index: 10;
}

.clc-footer.clc-footer--campaign {
  background-color: #323232;
  padding: 30px 0px;
  height: auto;
}
@media (min-width: 768px) {
  .clc-footer.clc-footer--campaign {
    min-height: 195px;
  }
}
.clc-footer.clc-footer--campaign .campaign-footer__credit {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #C4C4C4;
}
.clc-footer.clc-footer--campaign .campaign-footer__credit a {
  color: #C4C4C4;
}
.clc-footer.clc-footer--campaign .campaign-footer__credit a:hover {
  color: #C4C4C4;
  text-decoration: underline;
}
.clc-footer.clc-footer--campaign .campaign__footer-links {
  margin-top: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .clc-footer.clc-footer--campaign .campaign__footer-links {
    margin-top: 0;
    text-align: right;
  }
}
.clc-footer.clc-footer--campaign .campaign-footer__social {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .clc-footer.clc-footer--campaign .campaign-footer__social {
    justify-content: flex-end;
  }
}
.clc-footer.clc-footer--campaign .campaign-footer__social .clc-nav__social {
  width: 40px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 15px;
  color: #323232;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .clc-footer.clc-footer--campaign .campaign-footer__social .clc-nav__social {
    margin-right: 0px;
    margin-left: 15px;
  }
}
.clc-footer.clc-footer--campaign .campaign-footer__social .clc-nav__social svg {
  width: 22px;
}
.clc-footer.clc-footer--campaign .campaign__footer-links {
  list-style: none;
}
.clc-footer.clc-footer--campaign .campaign__footer-links li {
  display: inline-block;
}
.clc-footer.clc-footer--campaign .campaign__footer-links li a {
  font-size: 16px;
  line-height: 20px;
  line-height: 26px;
  font-weight: 700;
}
.clc-footer.clc-footer--campaign .campaign__footer-links li a:hover {
  text-decoration: underline;
}
.clc-footer.clc-footer--campaign .clc-footer__logo {
  width: 120px;
}

.clc-nav__social {
  width: 40px;
  display: inline-block;
}

.campaign__background {
  min-height: calc(100vh - 140px);
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .campaign__background {
    min-height: calc(100vh - 150px);
  }
}

.campaign-content {
  flex-grow: 1;
  overflow-x: hidden;
}

.campaign-news .news-block {
  margin-top: 20px;
}
.campaign-news .news-block .card-body {
  background-color: #fff;
}
@media (min-width: 992px) {
  .campaign-news .news-block {
    margin-top: -90px;
  }
}

.campaign__content-style {
  color: #FFFFFF;
}
.campaign__content-style .clc-lead,
.campaign__content-style p {
  color: #FFFFFF;
}

.campaign__petition-iframe {
  width: 100%;
  min-height: 600px;
}
@media (min-width: 768px) {
  .campaign__petition-iframe {
    min-height: 605px;
  }
}
@media (min-width: 1200px) {
  .campaign__petition-iframe {
    min-height: 560px;
  }
}

.campaign__signup-iframe {
  width: 100%;
  min-height: 350px;
}
@media (min-width: 768px) {
  .campaign__signup-iframe {
    min-height: 375px;
  }
}
@media (min-width: 1200px) {
  .campaign__signup-iframe {
    min-height: 355px;
  }
}

.campaign-subsite .clc-single-event__title {
  margin-top: 2rem;
}

.campaign-banner {
  height: calc(100vh - 74px);
  background-color: #edecf7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .campaign-banner {
    height: calc(70vh - 10px);
    min-height: 600px;
    max-height: 800px;
    background-position: 66%;
  }
}
@media (min-width: 1200px) {
  .campaign-banner {
    background-position: center;
  }
}
.campaign-banner--dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.campaign-banner .main-banner__content {
  padding-top: 0;
}

.campaign-banner__title {
  font-size: 40px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .campaign-banner__title {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (min-width: 768px) {
  .campaign-banner-tall .campaign-banner {
    height: 720px;
  }
}

.campaign-banner-short .campaign-banner {
  height: 270px;
}
@media (min-width: 768px) {
  .campaign-banner-short .campaign-banner {
    height: 500px;
  }
}

@media (min-width: 768px) {
  .banner-mobile {
    background: none;
  }
}

/*
|--------------------------------------------------------------------------
| Campaign - Video backgrounds
|--------------------------------------------------------------------------
|*/
.video-banner {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0px;
  max-height: 800px;
  overflow: hidden;
}

.video-banner iframe,
.video-banner video {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-banner iframe,
  .video-banner video {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-banner iframe,
  .video-banner video {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .video-banner iframe,
  .video-banner video {
    display: block;
  }
}

.video-foreground {
  position: relative;
  padding-bottom: 200%;
  top: 0;
  height: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-foreground {
    padding-bottom: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-foreground {
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .video-foreground {
    padding-bottom: 56.25%;
  }
}

.video-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .video-content {
    background-image: none !important;
  }
}

.video-banner_text {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .video-banner_text {
    width: 80%;
  }
}

.modal-content {
  border-radius: 0px;
  padding: 40px 15px 15px 15px;
  background-color: #edecf7;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
}
.modal-content .modal-content__text {
  padding-right: 30px;
  display: inline-block;
}
.modal-content .clc-nav__social {
  height: 40px;
  min-width: 42px;
  padding-top: 5px;
}

.video-close {
  position: absolute;
  top: 3px;
  right: 3px;
  border: none;
  width: 30px;
  height: 30px;
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 110%;
    top: -5%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 110%;
    left: -5%;
  }
}
.page-template-campaign-home .main-banner {
  background-color: transparent;
}

.main-banner--campaign:not(.no-image) {
  background-color: translucent;
  background-size: 0px;
}
@media (max-width: 767px) {
  .main-banner--campaign:not(.no-image) {
    min-height: calc(100vh - 64px);
  }
}
@media (min-width: 768px) {
  .main-banner--campaign:not(.no-image) {
    background-color: #edecf7;
    background-size: cover;
  }
}

.plank-card__row {
  margin-top: 30px;
  margin-bottom: 50px;
}

.plank-card {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.plank-card:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.plank-card > .plank-card__img {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}
.plank-card .plank-card__img {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-size: cover;
  background-position: 75%;
}
@media (min-width: 992px) {
  .plank-card .plank-card__img {
    padding: 30px;
  }
}
.plank-card .plank-card__img .plank-card__title {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
}

.campaign-plank__actions {
  margin-top: -60px;
}
@media (min-width: 768px) {
  .campaign-plank__actions {
    margin-top: -120px;
  }
}

.action-card {
  width: 100%;
  margin-bottom: 15px;
}

.action-card__container {
  padding: 30px;
  background-color: #edecf7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.action-card__content {
  margin-bottom: 20px;
}
.action-card__content .action-card__content__title {
  margin-top: 15px;
  font-size: 28px;
  line-height: 32px;
}

.action-card__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 13px;
}
.action-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 50px;
  max-height: 50px;
}

.action-card__takeaction {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .action-card__takeaction:nth-child(odd) .action-card__takeaction-col {
    order: -1;
    margin-left: auto;
  }
  .action-card__takeaction:nth-child(odd) .action-card__content {
    text-align: right;
  }
  .action-card__takeaction:nth-child(odd) .clc-button {
    margin-left: auto;
    display: inline-block;
  }
}

.action-card__takeaction--with-petition {
  margin-top: 30px;
}
.action-card__takeaction--with-petition .lead {
  margin-top: 0;
}
@media (min-width: 768px) {
  .action-card__takeaction--with-petition .campaign-form {
    margin-top: 0 !important;
  }
}

.action-card__container-takeaction {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.action-card__container-takeaction h2 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .action-card__container-takeaction h2 {
    margin-top: 0px;
  }
}

.action-card__image {
  height: 175px;
  width: 100%;
  background-color: #10069E;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .action-card__image {
    height: 275px;
  }
}
.action-card__image img {
  width: 100%;
  height: 100%;
}
.action-card__image .action-card__image-icon {
  filter: invert(1);
  opacity: 0.2;
  height: 60%;
  width: auto;
  margin-left: 50px;
}

/*
|--------------------------------------------------------------------------
| Campaign - Form page
|--------------------------------------------------------------------------
|*/
.campaign-form {
  background-color: #F5F5F5;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 0px;
  padding: 15px 30px 30px 30px;
}
@media (min-width: 768px) {
  .campaign-form {
    border-radius: 6px;
    margin: -90px 0px 60px 15px;
    padding: 18px 15px 20px;
  }
}
@media (min-width: 992px) {
  .campaign-form {
    margin-top: -120px !important;
  }
}

@media (min-width: 768px) {
  .campaign-form.form-no-overlap {
    margin-top: 0px !important;
  }
}

.post-type-archive-events {
  background-color: #fff;
}

.clc-action-form .checkbox_group_wrap .clc-custom-checkmark {
  top: 3px !important;
}

.campaign-subsite .clc-action-form .checkbox_group_wrap .clc-custom-checkmark:before,
.campaign-subsite .clc-action-form .js-d_sharing .clc-custom-checkmark:before {
  font-family: "Font Awesome 6 Pro";
}

#d_sharing label {
  position: relative;
}
#d_sharing input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  pointer-events: none;
  border-radius: 1px;
  background-color: #fff;
}
#d_sharing input[type=checkbox]:checked:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  content: "\f00c";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #10069e;
  opacity: 1;
}

.page-template-page .check_radio_field label {
  position: relative;
}
.page-template-page .check_radio_field input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  pointer-events: none;
  border-radius: 1px;
  background-color: #fff;
}
.page-template-page .check_radio_field input[type=checkbox]:checked:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  content: "\f00c";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #10069e;
  opacity: 1;
}

#can_embed_form .check_radio_field label.checkbox,
#can_embed_form .check_radio_field label {
  font-size: 14px !important;
  line-height: 22px;
}

#can_embed_form .check_radio_field {
  margin-top: 10px;
}

#can_embed_form .form_builder_other_input input.js-form_builder_other_input {
  position: relative !important;
  widtH: 100%;
  height: calc(3rem + 2px);
}

#can_embed_form .check_radio_field label.checkbox input.checkbox_group {
  top: 0px !important;
}

#can_embed_form .check_radio_field label input.checkbox_group:before {
  border: 1px solid #ccc;
  border-radius: 40px;
  background-color: #fff;
  padding: 4px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

#can_embed_form .check_radio_field label input.checkbox_group:checked:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  content: "\f00c";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #10069e;
  opacity: 1;
}

.js-other_option.checkbox_group + .form_builder_other_input {
  display: none;
}

.js-other_option.checkbox_group:checked + .form_builder_other_input {
  display: block;
}

/***************************************************************************************************
| IMPORTANT!! ANY CHANGES MADE HERE SHOULD BE COPIED INTO THE old-campaign-theme branch
/***************************************************************************************************/
.page-template-campaign-form .single__petition {
  background-color: #F5F5F5 !important;
}
@media (min-width: 768px) {
  .page-template-campaign-form .single__petition {
    padding: 18px 15px 20px !important;
    margin-top: -105px !important;
  }
}

.page-template-campaign-form .single__petition .clc-action-form .petition__title,
.page-template-page .action-card__takeaction--with-petition .clc-action-form .petition__title {
  margin-bottom: 11px;
}
.page-template-campaign-form .single__petition .clc-action-form li.form_builder_output.js-form_builder_output,
.page-template-page .action-card__takeaction--with-petition .clc-action-form li.form_builder_output.js-form_builder_output {
  margin-bottom: 0;
}
.page-template-campaign-form .single__petition .clc-action-form .ajax-loading,
.page-template-page .action-card__takeaction--with-petition .clc-action-form .ajax-loading {
  height: 0;
}
.page-template-campaign-form .single__petition .clc-action-form--loaded,
.page-template-page .action-card__takeaction--with-petition .clc-action-form--loaded {
  display: block;
}
.page-template-campaign-form .single__petition .clc-action-form #can_embed_form_inner h2:first-of-type,
.page-template-campaign-form .single__petition .clc-action-form #can_embed_form_inner h3:first-of-type,
.page-template-campaign-form .single__petition .clc-action-form #can_embed_form_inner h4:first-of-type,
.page-template-page .action-card__takeaction--with-petition .clc-action-form #can_embed_form_inner h2:first-of-type,
.page-template-page .action-card__takeaction--with-petition .clc-action-form #can_embed_form_inner h3:first-of-type,
.page-template-page .action-card__takeaction--with-petition .clc-action-form #can_embed_form_inner h4:first-of-type {
  display: none;
}
.page-template-campaign-form .single__petition .clc-action-form #can_embed_form_inner #letter-form h4,
.page-template-page .action-card__takeaction--with-petition .clc-action-form #can_embed_form_inner #letter-form h4 {
  display: block;
  margin-top: 10px;
}
.page-template-campaign-form .single__petition .clc-action-form #can_embed_form_inner #letter-form h4 span,
.page-template-page .action-card__takeaction--with-petition .clc-action-form #can_embed_form_inner #letter-form h4 span {
  font-weight: 400;
}
.page-template-campaign-form .single__petition .clc-action-form #can_embed_form_inner ul li,
.page-template-page .action-card__takeaction--with-petition .clc-action-form #can_embed_form_inner ul li {
  text-indent: 0;
}
.page-template-campaign-form .single__petition .clc-action-form #can_embed_form_inner li.core_field,
.page-template-page .action-card__takeaction--with-petition .clc-action-form #can_embed_form_inner li.core_field {
  margin-bottom: 0;
}
.page-template-campaign-form .single__petition .clc-action-form #can_embed_form_inner ul li:before,
.page-template-page .action-card__takeaction--with-petition .clc-action-form #can_embed_form_inner ul li:before {
  display: none !important;
}
.page-template-campaign-form .single__petition .clc-action-form #can_embed_form_inner #can_thank_you h1,
.page-template-page .action-card__takeaction--with-petition .clc-action-form #can_embed_form_inner #can_thank_you h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
.page-template-campaign-form .single__petition .clc-action-form #can_embed_form_inner #form_col2,
.page-template-page .action-card__takeaction--with-petition .clc-action-form #can_embed_form_inner #form_col2 {
  margin-top: 22px;
}
.page-template-campaign-form .single__petition .clc-action-form #can_embed_form_inner #form_col2 .js-d_sharing label,
.page-template-page .action-card__takeaction--with-petition .clc-action-form #can_embed_form_inner #form_col2 .js-d_sharing label {
  margin-bottom: 0;
}
.page-template-campaign-form .single__petition .clc-action-form #can_embed_form_inner #form_col2 ul li,
.page-template-page .action-card__takeaction--with-petition .clc-action-form #can_embed_form_inner #form_col2 ul li {
  margin-bottom: 20px;
}
.page-template-campaign-form .single__petition .clc-action-form #can_embed_form_inner #form_col2 input[type=submit],
.page-template-page .action-card__takeaction--with-petition .clc-action-form #can_embed_form_inner #form_col2 input[type=submit] {
  margin-bottom: 0;
}
.page-template-campaign-form .single__petition .clc-action-form #can_embed_form_inner #form_col2 .additional_text,
.page-template-page .action-card__takeaction--with-petition .clc-action-form #can_embed_form_inner #form_col2 .additional_text {
  display: none;
}

.clc-section .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.clc-section .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
|--------------------------------------------------------------------------
| Embedded forms NEW newmode 
|--------------------------------------------------------------------------
|*/
.nm-campaign {
  padding: 0px !important;
  background: transparent !important;
}

.clc-action-form .nm-campaign {
  padding: 0px !important;
  background: transparent !important;
}
.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;
}

.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;
}

.page-template-workerstogether.extra-space {
  margin: 0;
}

.page-template-workerstogether h2 {
  color: #6b50a1;
}
.page-template-workerstogether .page-template-workerstogetherpage-workerstogether-thanks-php .clc-content-style--campaigns {
  padding-bottom: 0px;
}
.page-template-workerstogether .clc-content-style.clc-content-style--campaigns h2 {
  font-family: "newnord", sans-serif;
}
.page-template-workerstogether .clc-content-style ul li,
.page-template-workerstogether .clc-content-style p,
.page-template-workerstogether .campaign__content-style p {
  font-family: "canada-type-gibson", sans-serif;
  line-height: 28px;
  font-size: 22px;
  color: #122D50;
}
.page-template-workerstogether .sticky-link {
  background: #F1C234;
  display: flex !important;
  z-index: 99;
}
.page-template-workerstogether .sticky-link .btn.btn-primary.clc-button {
  background-color: #05223F;
  color: #fff;
  font-weight: 700;
  margin-top: 0;
}
.page-template-workerstogether .sticky-link .btn.btn-primary.clc-button:hover {
  background-color: #05223F;
  color: #fff;
}
.page-template-workerstogether .clc-custom-checkmark {
  display: none;
}
.page-template-workerstogether .wt-section .wp-block-button .wp-block-button__link {
  font-size: 16px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: "newnord", sans-serif;
  font-weight: 700;
}

.wt-header .clc-campaign-header__logo {
  max-width: 300px;
  width: auto;
  height: 70px;
  margin-top: 6px;
}
@media (min-width: 992px) {
  .wt-header .clc-campaign-header__logo {
    margin-left: 20px;
    margin-top: 0px;
  }
}
.wt-header.clc-header.clc-header--campaign .hamburger .line {
  width: 30px;
  height: 4px;
  background-color: white;
  margin: 6px auto;
}
.wt-header.clc-header.clc-header--campaign .hamburger.drawer-out .line {
  width: 30px;
}
.wt-header.clc-header.clc-header--campaign .hamburger.drawer-out .line:nth-child(1) {
  transform: translateY(14px);
}
.wt-header.clc-header.clc-header--campaign .navbar-menu__wrapper {
  display: flex;
}
@media (min-width: 992px) {
  .wt-header.clc-header.clc-header--campaign .navbar-menu__wrapper {
    flex-direction: row;
  }
}
.wt-header.clc-header.clc-header--campaign .navbar-menu {
  background-color: transparent;
}
.wt-header .fr-toggle a {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 800;
  color: #fff;
}
@media (min-width: 992px) {
  .wt-header .fr-toggle a {
    border-bottom: 1px solid white;
  }
}

.admin-bar .wt-header {
  margin-top: 32px;
}

.wt-header.clc-header--campaign {
  background-color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: none;
  box-shadow: none;
}

.wt-header .clc-header__french {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 800;
  border-bottom: 1px solid #fff;
  color: #fff;
}

@media (min-width: 992px) {
  .wt-header.clc-header.clc-header--campaign .clc-campaign-header {
    width: calc(50vw + 75px);
    flex-grow: unset;
    margin-top: 15px;
  }
}

.wt-header.clc-header.clc-header--campaign .navbar-menu li a {
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "canada-type-gibson", sans-serif;
}
@media (min-width: 992px) {
  .wt-header.clc-header.clc-header--campaign .navbar-menu li a {
    padding-bottom: 2px !important;
    border-bottom: 1px solid white !important;
  }
}

.wt-header.clc-header.clc-header--campaign .navbar-menu li {
  display: block;
}
@media (min-width: 992px) {
  .wt-header.clc-header.clc-header--campaign .navbar-menu li {
    display: inline-block;
  }
}

.wt-banner {
  background-color: #6b50a1;
  overflow: hidden;
  padding-top: 80px;
}
@media (min-width: 992px) {
  .wt-banner {
    height: 360px;
    padding-top: 0;
    height: 700px;
    min-height: 700px;
    max-height: 700px;
  }
}
.wt-banner .container {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 992px) {
  .wt-banner .container {
    flex-direction: row;
  }
}
.wt-banner .wt-banner--left {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (min-width: 992px) {
  .wt-banner .wt-banner--left {
    padding-top: 30px;
    max-width: 65%;
    width: 65%;
  }
}
.wt-banner .wt-banner--left h1 {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  font-family: "canada-type-gibson", sans-serif;
}
@media (min-width: 768px) {
  .wt-banner .wt-banner--left h1 {
    font-size: clamp(60px, 2.5vw, 110px);
  }
}
@media (min-width: 992px) {
  .wt-banner .wt-banner--left h1 {
    font-size: clamp(70px, 2.5vw, 110px);
    line-height: 4.3rem;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .wt-banner .wt-banner--left h1 {
    width: 100%;
  }
}
.wt-banner .wt-banner--left h1.wt-medium-title {
  font-size: 64px;
  line-height: 60px;
}
.wt-banner .wt-banner--left h1.wt-large-title {
  font-size: 80px;
  line-height: 70px;
}
@media (min-width: 992px) {
  .wt-banner .wt-banner--left h1.wt-medium-title {
    font-size: 80px;
    line-height: 80px;
  }
  .wt-banner .wt-banner--left h1.wt-large-title {
    font-size: 130px;
    line-height: 110px;
  }
}
.wt-banner .wt-banner--right {
  position: relative;
  background-color: white;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .wt-banner .wt-banner--right {
    margin-right: -40px;
    margin-left: -40px;
  }
}
@media (min-width: 992px) {
  .wt-banner .wt-banner--right {
    background-color: transparent;
    margin-right: auto;
    margin-left: auto;
    width: 45%;
  }
}
.wt-banner .wt-banner--right .wt-banner--tri {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 450px 0 0;
  border-color: #6b50a1 transparent transparent transparent;
  transform: rotate(0deg);
}
@media (min-width: 768px) {
  .wt-banner .wt-banner--right .wt-banner--tri {
    border-width: 40px 860px 0 0;
  }
}
@media (min-width: 992px) {
  .wt-banner .wt-banner--right .wt-banner--tri {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    border-width: 702px 100px 0 0;
    border-color: #6b50a1 transparent transparent transparent;
    transform: rotate(0deg);
  }
}
.wt-banner .wt-banner--right img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -40px;
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) {
  .wt-banner .wt-banner--right img {
    margin-top: 0px;
    width: 49vw;
    height: 100%;
  }
}

.wt-action-section {
  background-color: #6b50a1;
  position: relative;
  color: #fff;
}
@media (min-width: 768px) {
  .wt-action-section {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .wt-action-section {
    height: 580px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.wt-action-section .wt-action-img {
  background: white;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .wt-action-section .wt-action-img {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 992px) {
  .wt-action-section .wt-action-img {
    position: relative;
    height: 540px;
    background: transparent;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.wt-action-section .wt-action-img img {
  width: 100%;
}
@media (min-width: 992px) {
  .wt-action-section .wt-action-img img {
    height: 650px;
    width: calc(100% + 100px);
    margin-top: -150px;
    margin-left: -150px;
    position: absolute;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top right;
       object-position: top right;
  }
}
.wt-action-section .wt-action-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 56px;
  line-height: 56px;
  font-family: "canada-type-gibson", sans-serif;
}
@media (min-width: 992px) {
  .wt-action-section .wt-action-title {
    font-size: 60px;
    line-height: 60px;
  }
}
.wt-action-section p {
  font-family: "canada-type-gibson", sans-serif;
  color: #fff !important;
}

.wt-form-section {
  background-color: #F1C234;
}
.wt-form-section h2 {
  font-size: 34px;
  line-height: 38px;
  text-transform: uppercase;
  color: #05223F;
}
.wt-form-section .clc-content-style ul li:before {
  background-color: #05223F;
}
.wt-form-section .clc-content-style.clc-content-style--campaigns {
  padding-bottom: 0px;
}

.wt-bottom-form-section {
  background-color: #ffffff;
}
.wt-bottom-form-section h2 {
  font-size: 34px;
  line-height: 38px;
  text-transform: uppercase;
  color: #05223F;
}
.wt-bottom-form-section .clc-content-style ul li:before {
  background-color: #05223F;
}
.wt-bottom-form-section .clc-content-style.clc-content-style--campaigns {
  padding-bottom: 0px;
}

.event-end {
  padding-bottom: 20px;
}
.event-end p {
  margin-bottom: 0;
  color: #05223F;
}
.event-end a {
  color: #05223F;
}

.page-template-workerstogether.page-template-page-workerstogether-textandform .wt-bottom-form-section .single__petition,
.page-template-workerstogether.page-template-page-workerstogether-form .wt-bottom-form-section .single__petition {
  margin-top: 0;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .page-template-workerstogether.page-template-page-workerstogether-textandform .wt-bottom-form-section .single__petition,
  .page-template-workerstogether.page-template-page-workerstogether-form .wt-bottom-form-section .single__petition {
    padding-top: 30px;
  }
}
.page-template-workerstogether.page-template-page-workerstogether-textandform .wt-bottom-form-section .single__petition:before, .page-template-workerstogether.page-template-page-workerstogether-textandform .wt-bottom-form-section .single__petition:after,
.page-template-workerstogether.page-template-page-workerstogether-form .wt-bottom-form-section .single__petition:before,
.page-template-workerstogether.page-template-page-workerstogether-form .wt-bottom-form-section .single__petition:after {
  content: unset;
}
.page-template-workerstogether.page-template-page-workerstogether-textandform .wt-bottom-form-section .single__petition .js-d_sharing ul li,
.page-template-workerstogether.page-template-page-workerstogether-form .wt-bottom-form-section .single__petition .js-d_sharing ul li {
  text-indent: 0;
}

.page-template-workerstogether .clc-content-style ul li:before,
.template-events-workerstogether .clc-content-style ul li:before {
  background-color: #05223F;
}
.page-template-workerstogether .single__petition,
.template-events-workerstogether .single__petition {
  margin-top: -30px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
  background-color: #B4D8F1;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  position: relative;
  /*&:before {
  			content: "";
  			display: block;
  			position: absolute;
  			width: 100%;
  			height: 45px;
  			top: -45px;
  			left: 0px;
  			background-image: url(../img/form-bg.svg);
  			background-repeat: no-repeat;
  			background-position: left bottom;
  			@media (min-width: ($screen-md)) {
  				height: 76px;
  				top: -76px;
  			}

  			@media (min-width: ($screen-lg)) {
  				height: 68px;
  				top: -67px;
  			}
  		}

  		&:after {
  			content: "";
  			display: block;
  			position: absolute;
  			width: 100%;
  			height: 45px;
  			bottom: -45px;
  			left: 0px;
  			background-image: url(../img/form-bg.svg);
  			background-repeat: no-repeat;
  			background-position: bottom;
  			transform: rotate(180deg);
  			@media (min-width: ($screen-md)) {
  				height: 76px;
  				bottom: -76px;
  			}
  			@media (min-width: ($screen-lg)) {
  				height: 68px;
  				bottom: -67px;
  			}
  		}
  */
}
@media (min-width: 768px) {
  .page-template-workerstogether .single__petition,
  .template-events-workerstogether .single__petition {
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -60px;
  }
}
@media (min-width: 992px) {
  .page-template-workerstogether .single__petition,
  .template-events-workerstogether .single__petition {
    margin-top: -250px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.page-template-workerstogether .single__petition .petition__title,
.template-events-workerstogether .single__petition .petition__title {
  color: #05223F;
  margin-bottom: -10px;
  font-family: "newnord", sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.page-template-workerstogether .single__petition #js-ticketed_event_widget #can_embed_form #select_tickets h4,
.template-events-workerstogether .single__petition #js-ticketed_event_widget #can_embed_form #select_tickets h4 {
  color: #05223F;
  font-family: "newnord", sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.page-template-workerstogether .single__petition .js-d_sharing ul li,
.template-events-workerstogether .single__petition .js-d_sharing ul li {
  text-indent: 0;
}
.page-template-workerstogether .single__petition .js-d_sharing input[type=checkbox],
.template-events-workerstogether .single__petition .js-d_sharing input[type=checkbox] {
  width: 1px !important;
  height: 1px !important;
}
.page-template-workerstogether .single__petition #d_sharing li:before,
.template-events-workerstogether .single__petition #d_sharing li:before {
  content: unset;
}
.page-template-workerstogether .single__petition #d_sharing input[type=checkbox]:checked::before,
.template-events-workerstogether .single__petition #d_sharing input[type=checkbox]:checked::before {
  color: #05223F;
}
.page-template-workerstogether .single__petition .clc-action-form .floatlabel-wrapper label,
.page-template-workerstogether .single__petition .clc-action-form label.control-label,
.page-template-workerstogether .single__petition #js-ticketed_event_widget #can_embed_form .floatlabel-wrapper label.floatlabel-label,
.template-events-workerstogether .single__petition .clc-action-form .floatlabel-wrapper label,
.template-events-workerstogether .single__petition .clc-action-form label.control-label,
.template-events-workerstogether .single__petition #js-ticketed_event_widget #can_embed_form .floatlabel-wrapper label.floatlabel-label {
  margin-bottom: 3px;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 18px;
}
.page-template-workerstogether .single__petition .clc-action-form label.control-label.disabled,
.template-events-workerstogether .single__petition .clc-action-form label.control-label.disabled {
  display: none;
}
.page-template-workerstogether .single__petition .clc-sidebar,
.template-events-workerstogether .single__petition .clc-sidebar {
  z-index: 1;
  position: relative;
}

.template-events-workerstogether .single__petition {
  margin-top: 30px;
}

.single__petition .clc-action-form input[type=submit],
.page-template-workerstogether .clc-button,
.template-events-workerstogether #ticketed_event_form_button {
  background: #05223F;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-family: "canada-type-gibson", sans-serif;
  min-width: 150px;
  margin-top: 30px;
}

.page-template-workerstogether .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button {
  border: 5px solid #05223F;
  color: #05223F;
  text-transform: uppercase;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: 700;
  font-family: "canada-type-gibson", sans-serif;
}

.wt-footer {
  background-color: #05223F;
  padding: 40px;
  font-family: "canada-type-gibson", sans-serif;
}
@media (min-width: 992px) {
  .wt-footer {
    padding-top: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.wt-footer .clc-nav__social {
  text-align: center;
  width: 30px;
  color: #fff;
  margin-right: 0px;
  border-radius: unset;
  background: transparent;
  padding: 0;
  min-width: 30px;
  margin-bottom: 10px;
}
.wt-footer .wt-bottom-links a {
  font-weight: 400;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-size: 14px;
}
.wt-footer .clc-footer__logo {
  width: 180px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .wt-footer .clc-footer__logo {
    margin-top: 0px;
  }
}

.wt-section h3 {
  font-family: "newnord", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
}
.wt-section .campaign__content-style h2 {
  text-transform: none;
}
.wt-section .wp-block-group {
  padding: 20px 24px;
}
.wt-section .accordion .accordion-header-content {
  font-family: "newnord", sans-serif;
  text-transform: uppercase;
  color: white;
  text-align: left;
}
.wt-section .accordion .icon-button {
  background-image: url("../img/square-minus-wt.svg");
}
.wt-section .accordion .accordion-header.collapsed .icon-button {
  background-image: url("../img/square-plus-wt.svg");
}
.wt-section .accordion .accordion-body {
  padding: 20px;
  margin-top: 10px;
  background-color: white;
  display: block;
}
.wt-section .accordion .accordion-body p {
  line-height: 27px;
  color: #122d50;
  font-size: 22px;
  font-weight: 400;
  padding-right: 0px;
}
.wt-section .action-form--order-last-mobile {
  order: 2;
}
@media (max-width: 768px) {
  .wt-section .action-form--order-last-mobile + .campaign__content-style {
    margin-top: 0px !important;
  }
}

.workerstogether-edge:after {
  content: "";
  position: absolute;
  background: inherit;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  transform: rotate(-2deg);
  top: -20px;
  left: -20px;
  right: -20px;
}
@media (min-width: 768px) {
  .workerstogether-edge:after {
    width: calc(100% + 40px);
    left: -5px;
    right: 0;
  }
}

.wt-section .block-segmented-list,
.wt-section .clc-content-style.clc-content-style--campaigns .block-segmented-list {
  background-color: #122D50;
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}
.wt-section .block-segmented-list:before,
.wt-section .clc-content-style.clc-content-style--campaigns .block-segmented-list:before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #122D50;
  background-image: url("../img/WT_Pattern.png");
  background-size: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  left: -150%;
  width: calc(100vw + 150%);
}
@media (min-width: 768px) {
  .wt-section .block-segmented-list:before,
  .wt-section .clc-content-style.clc-content-style--campaigns .block-segmented-list:before {
    background-size: 50%;
  }
}
.wt-section .block-segmented-list .section__unions-dont,
.wt-section .clc-content-style.clc-content-style--campaigns .block-segmented-list .section__unions-dont {
  color: #fff;
}
.wt-section .block-segmented-list .section__content-columns > p,
.wt-section .clc-content-style.clc-content-style--campaigns .block-segmented-list .section__content-columns > p {
  flex: 0 0 94%;
  max-width: 100%;
  border: none;
  padding: 30px 40px 20px 40px;
  margin: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 22px;
  line-height: 24px;
  color: #E71E45;
}
@media (min-width: 768px) {
  .wt-section .block-segmented-list .section__content-columns > p,
  .wt-section .clc-content-style.clc-content-style--campaigns .block-segmented-list .section__content-columns > p {
    flex: 0 0 calc(33% - 30px);
    padding: 20px 40px;
  }
}
.wt-section .block-segmented-list .section__content-columns > p:nth-child(4n-1),
.wt-section .clc-content-style.clc-content-style--campaigns .block-segmented-list .section__content-columns > p:nth-child(4n-1) {
  background-image: url("../img/rect1.svg");
  color: #fff;
}
.wt-section .block-segmented-list .section__content-columns > p:nth-child(4n-2),
.wt-section .clc-content-style.clc-content-style--campaigns .block-segmented-list .section__content-columns > p:nth-child(4n-2) {
  background-image: url("../img/rect2.svg");
}
.wt-section .block-segmented-list .section__content-columns > p:nth-child(4n-3),
.wt-section .clc-content-style.clc-content-style--campaigns .block-segmented-list .section__content-columns > p:nth-child(4n-3) {
  background-image: url("../img/rect3.svg");
  color: #fff;
}
.wt-section .block-segmented-list .section__content-columns > p:nth-child(4n-4),
.wt-section .clc-content-style.clc-content-style--campaigns .block-segmented-list .section__content-columns > p:nth-child(4n-4) {
  background-image: url("../img/rect4.svg");
}
.wt-section .block-segmented-list .section__content-columns > p:hover,
.wt-section .clc-content-style.clc-content-style--campaigns .block-segmented-list .section__content-columns > p:hover {
  animation: tilt-shaking 0.25s 2;
}
.wt-section .wp-block-media-text,
.wt-section .clc-content-style.clc-content-style--campaigns .wp-block-media-text {
  position: relative;
  margin-top: 50px;
  margin-bottom: 70px;
}
.wt-section .wp-block-media-text:after,
.wt-section .clc-content-style.clc-content-style--campaigns .wp-block-media-text:after {
  content: "";
  background: inherit;
  height: 50px;
  width: 100%;
  top: -20px;
  left: 0;
  position: absolute;
  transform: skewX(-5deg) rotate(-5deg);
}
@media (min-width: 768px) {
  .wt-section .wp-block-media-text:after,
  .wt-section .clc-content-style.clc-content-style--campaigns .wp-block-media-text:after {
    left: -20px;
    height: calc(100% + 40px);
    width: 105%;
    transform: skewx(-5deg) rotate(-2deg);
  }
}
.wt-section .wp-block-media-text .wp-block-media-text__media img,
.wt-section .clc-content-style.clc-content-style--campaigns .wp-block-media-text .wp-block-media-text__media img {
  width: 100% !important;
}
.wt-section .wp-block-media-text .wp-block-media-text__content,
.wt-section .clc-content-style.clc-content-style--campaigns .wp-block-media-text .wp-block-media-text__content {
  padding: 30px;
}
.wt-section .wp-block-media-text .wp-block-media-text__content a,
.wt-section .clc-content-style.clc-content-style--campaigns .wp-block-media-text .wp-block-media-text__content a {
  color: inherit;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-decoration: underline;
}
.wt-section .wp-block-media-text .wp-block-media-text__content h3,
.wt-section .clc-content-style.clc-content-style--campaigns .wp-block-media-text .wp-block-media-text__content h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}

.campaign-subsite .wt-section-thankyou.section-purple {
  background-color: #C3DFF3;
}
.campaign-subsite .wt-section-thankyou.section-purple .section__title h2:before {
  content: unset;
}

.poilievre-countbar {
  text-align: center;
  color: #fff;
  padding: 50px 0px;
  background-color: #122D50;
  background-image: url("../img/WT_Pattern.png");
  background-size: 100%;
}
.poilievre-countbar h2 {
  color: #fff !important;
  text-transform: uppercase;
  font-family: "canada-type-gibson", sans-serif;
}
.poilievre-countbar h2 .pp-bar__1000 {
  color: #E71B45;
}
.poilievre-countbar .pp-btn {
  border: 4px solid #fff;
  background-color: transparent;
  text-transform: uppercase;
  margin-top: 20px;
  color: #fff;
  font-family: "canada-type-gibson", sans-serif;
}
.poilievre-countbar .pp-btn:hover, .poilievre-countbar .pp-btn:active {
  border: 4px solid #fff;
  background-color: transparent;
}
.poilievre-countbar .pp-bar .pp-bar_load {
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
  height: 25px;
  position: relative;
  overflow: hidden;
  margin: 40px 0px 20px 0px;
}
.poilievre-countbar .pp-bar .pp-bar_load:before {
  content: "";
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  border-radius: 50px;
  background-color: #E71B45;
  animation-name: pp-load;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
.poilievre-countbar .pp-bar .pp-bar_num {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 50px;
  animation: counter 2s 1 forwards ease-in;
  counter-reset: num var(--num);
  font-family: "canada-type-gibson", sans-serif;
  padding: 10px;
}
.poilievre-countbar .pp-bar .pp-bar_num::after {
  content: counter(num);
}
.poilievre-countbar .pp-bar .shake {
  animation: tilt-scale 0.25s;
  animation-iteration-count: 4;
  animation-delay: 2s;
}
.poilievre-countbar .pp-bar .shake:hover {
  animation: tilt-shaking 0.25s 2;
}

@keyframes pp-load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
@keyframes counter {
  from {
    --num: 0;
    font-size: 26px;
  }
  to {
    --num: 500;
    font-size: 70px;
  }
}
@keyframes tilt-scale {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(0deg) scale(1.5);
  }
  75% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.events-template-default .clc-content-style--campaigns h2, .events-template-default .clc-content-style--campaigns h3 {
  font-family: "newnord", sans-serif;
  color: #05223F;
}
.events-template-default .clc-content-style--campaigns p, .events-template-default .clc-content-style--campaigns ul, .events-template-default .clc-content-style--campaigns li {
  font-family: "canada-type-gibson", sans-serif;
  color: #05223F;
}
.events-template-default .clc-content-style--campaigns li:before {
  background-color: #05223F;
}

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: #05223F !important;
  color: #fff;
  display: block;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase !important;
  font-family: "newnord", sans-serif !important;
  letter-spacing: normal;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0px !important;
  border-top-left-radius: 0px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700 !important;
  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: #05223F;
}
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;
  padding-left: 30px;
}
body#js-ticketed_event_widget #can_embed_form #d_sharing input[type=checkbox],
body#can_fundraising_widget #can_embed_form #d_sharing input[type=checkbox] {
  width: 1px !important;
  height: 1px !important;
}
body#js-ticketed_event_widget #can_embed_form #d_sharing input[type=checkbox]:before,
body#can_fundraising_widget #can_embed_form #d_sharing input[type=checkbox]:before {
  color: #05223F;
}
body#js-ticketed_event_widget #can_embed_form #select_tickets h4,
body#can_fundraising_widget #can_embed_form #select_tickets h4 {
  color: #05223F;
  font-family: "newnord", sans-serif !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-transform: uppercase !important;
  letter-spacing: normal !important;
  font-weight: 900 !important;
}

.section__event-campaign {
  padding: 60px 0px;
  background-color: #B4D8F1;
}
.section__event-campaign .section__title {
  color: #05223F;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 34px;
  font-family: "canada-type-gibson", sans-serif;
}

.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: #05223F;
}
.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;
  font-family: "newnord", sans-serif;
  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: #F1C234 !important;
  font-family: "canada-type-gibson", sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  min-width: 130px;
  color: #05223F !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: #05223F !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;
  font-family: "newnord", sans-serif !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_form .quick_date_wrapper > a.quick_date {
  color: #F1C234 !important;
}
.workerstogether_event_campaign .can_embed.v5.event_full.event #can_embed_form .graytext {
  color: #05223F !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: #05223F !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;
  font-family: "newnord", sans-serif !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-family: "canada-type-gibson", sans-serif !important;
  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-family: "canada-type-gibson", sans-serif !important;
  font-weight: 400;
  color: #05223F !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: #B4D8F1 !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: #05223F !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: #05223F;
}
.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: #05223F !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: #05223F !important;
  font-family: "canada-type-gibson", sans-serif !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: #05223F !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: #05223F !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: #05223F !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;
}

.post-type-archive-events .wt-header .clc-header__french,
.post-type-archive-events .wt-header.clc-header.clc-header--campaign .navbar-menu li a {
  border-bottom: 1px solid #05223F !important;
  color: #05223F;
}

.wt-banner__events {
  background-color: #B4D8F1;
}
.wt-banner__events .wt-banner--right .wt-banner--tri {
  border-color: #B4D8F1 transparent transparent transparent;
}
.wt-banner__events .wt-banner--left h1 {
  color: #05223F;
}

.campaign-events h2 {
  color: #05223F;
  text-transform: uppercase;
  font-family: "newnord", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.campaign-events__upcoming {
  background-color: #B4D8F1;
}

.campaign-card-event .card__body .card__title {
  font-family: "newnord", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #05223F;
}
.campaign-card-event .card__body .single__event-date {
  font-family: "canada-type-gibson", sans-serif;
  color: #05223F;
}
.campaign-card-event .card__body .single__event-location {
  font-family: "canada-type-gibson", sans-serif;
  color: #05223F;
  font-size: 16px;
}
.campaign-card-event .card__body .single__event-virtual {
  color: #6b50a1;
}
.campaign-card-event .card__btn {
  background-color: #F1C234;
  color: #05223F;
  border-radius: 0px;
  font-family: "newnord", sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
}
.campaign-card-event:hover .card__btn {
  color: #fff;
  background-color: #05223F;
}

.campaign-events__past .campaign-card-event {
  background-color: #05223F;
}
.campaign-events__past .campaign-card-event .card__title,
.campaign-events__past .campaign-card-event .single__event-date,
.campaign-events__past .campaign-card-event .single__event-location {
  color: #ffffff;
}
.campaign-events__past .campaign-card-event .event-label__wrapper {
  display: flex;
}
.campaign-events__past .campaign-card-event .event-label {
  background-color: #B4D8F1;
  font-family: "canada-type-gibson", sans-serif;
  color: #05223F;
  position: relative;
  padding-right: 6px;
}
.campaign-events__past .campaign-card-event .event-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 34px 15px 0 0;
  border-color: #B4D8F1 transparent;
  transform: rotate(0deg);
  z-index: 1;
}
.campaign-events__past .campaign-card-event .event-label__series {
  background-color: #05223F;
  color: #ffffff;
  padding-left: 25px;
}
.campaign-events__past .campaign-card-event .event-label__series:after {
  border-color: #05223F transparent;
}
.campaign-events__past .campaign-card-event:hover .card__btn {
  color: #05223F;
  background-color: #B4D8F1;
}

.campaign-card-event__series .event-series__locations .series-location {
  background-color: #B4D8F1;
  color: #05223F;
  font-family: "canada-type-gibson", sans-serif;
}

.campaign-card-event__series .card__btn {
  margin-top: 10px;
}

.wt-events-locations {
  margin-bottom: 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: #c3dff3;
  padding: 0px 10px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}/*# sourceMappingURL=campaigns.css.map */