@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");
/*________________________________________________
|                                                 |
|                                                 |
|                                                 |
|                                                 |
|                      º ‿ º                      |
|                                                 |
|                                                 |
|                                                 |
|________________________________________________*/
.clc-union {
  /* Overrides for basic page type */
  /* Thank you page */
  /* General Form Styles */
  /* Member login */
  /* Buttons */
  /* Action Card Wide */
  /* Newsletter CTA */
  /* Card Overrides from parent theme */
  /* Misc Overrides */
  /* Sidebar for Resources and Who We Are */
  /* Resources Componetns */
  /* Who We Are Components */
  /* Modal */
  /* Forms */
  /* Dat Sticky Boi on event pages */
  /* Huslte Plugin */
}
.clc-union a[href$=".pdf"]::after {
  display: none !important;
}
@-webkit-keyframes scaleReveal {
  from {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleReveal {
  from {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.clc-union {
  background-image: none;
  background-color: #fff;
  overflow-x: hidden;
}
.clc-union.extra-space {
  margin-top: 0;
}
@media (max-width: calc( 992px - 1px )) {
  .clc-union.no-scroll {
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: calc(576px - 1px)) {
  .clc-union .col-sm--full-width {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.clc-union .section-grey {
  position: relative;
}
.clc-union .section-grey:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #EFEFEF;
}
@media (min-width: 992px) {
  .clc-union .section-grey:before {
    left: calc(75% + 7.5px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
  }
}
.clc-union .overflow-wrapper-lg {
  overflow: hidden;
}
@media (min-width: 992px) {
  .clc-union .overflow-wrapper-lg {
    overflow: initial;
  }
}
.clc-union p, .clc-union li, .clc-union ul {
  color: #313131;
}
.clc-union li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.clc-union .section__title {
  margin-bottom: 26px;
}
.clc-union .section__title:before {
  content: "";
  height: 8px;
  width: 70px;
  display: block;
  margin-bottom: 15px;
}
.clc-union .section__title h2 {
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 0;
}
.clc-union .action-layout.action-layout--page {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .clc-union .action-layout.action-layout--page {
    margin-bottom: calc(30px + 15px);
  }
}
.clc-union .action-layout.article--layout-1 .single-header__image--page {
  margin-bottom: 0;
}
.clc-union .action-layout .single-header__title--page {
  max-width: 100%;
}
.clc-union .single-header__text--page {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .clc-union .single-header__text--page {
    margin-top: calc(30px + 15px);
  }
}
.clc-union .clc-union__header {
  box-shadow: 0 3px 6px #7171714D;
  background-color: #fff;
  z-index: 10;
  width: 100%;
  align-items: center;
  transition: height 0.5s ease-out;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-union .clc-union__header {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-union .clc-union__header {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media only screen and (min-width: 992px) {
  .clc-union .clc-union__header {
    position: static;
  }
}
@media (min-width: 768px) {
  .clc-union .clc-union__header {
    box-shadow: none;
  }
}
.clc-union .clc-union__header a {
  font-size: 24px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .clc-union .clc-union__header a {
    font-size: 16px;
    line-height: 16px;
  }
}
.clc-union .clc-union__header-top {
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .clc-union .clc-union__header-top {
    width: auto;
  }
}
.clc-union .clc-union-header__logo img {
  height: 80px;
  width: auto;
  max-width: 240px;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
@media (min-width: 375px) {
  .clc-union .clc-union-header__logo img {
    max-width: 295px;
  }
}
.clc-union .navbar-toggler-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-top: 3px;
}
.clc-union .navbar-toggler-icon .fa-times {
  display: block;
}
.clc-union .navbar-toggler-icon .fa-bars {
  display: none;
}
.clc-union .collapsed .navbar-toggler-icon .fa-times {
  display: none;
}
.clc-union .collapsed .navbar-toggler-icon .fa-bars {
  display: block;
}
.clc-union .clc-union__navbar {
  padding: 0;
  background: #fff;
}
@media (min-width: 992px) {
  .clc-union .clc-union__navbar {
    display: flex;
    justify-content: space-between;
  }
}
.clc-union .navbar-menu.union-navbar-menu {
  padding: 0 25px;
}
@media (min-width: 992px) {
  .clc-union .navbar-menu.union-navbar-menu {
    flex-grow: 0;
    background-color: #fff;
    padding: 12px 15px;
  }
}
.clc-union .navbar-menu.union-navbar-menu .clc-union-header__french {
  align-items: center;
  height: 48px;
  text-transform: uppercase;
  display: flex;
  padding: 0rem 0rem;
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-union .navbar-menu.union-navbar-menu .clc-union-header__french {
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-union .navbar-menu.union-navbar-menu .clc-union-header__french {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .clc-union .navbar-menu.union-navbar-menu .clc-union-header__french {
    display: inline-block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-union .navbar-menu.union-navbar-menu .clc-union-header__french {
    padding: 0rem 0rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-union .navbar-menu.union-navbar-menu .clc-union-header__french {
    padding: 1.15rem 0rem;
  }
}
@media only screen and (min-width: 992px) {
  .clc-union .navbar-menu.union-navbar-menu .clc-union-header__french {
    padding: 0 1rem;
  }
}
.clc-union .navbar-menu.union-navbar-menu .clc-union-header__french:after {
  display: block;
  content: "";
  margin: 0 auto;
  margin-top: 0.5rem;
  transition: width ease-in 0.15s;
  width: 0;
}
.clc-union .navbar-menu.union-navbar-menu .clc-union-header__french:hover:after {
  width: 100% !important;
  max-width: 80px;
}
@media (min-width: 992px) {
  .clc-union .navbar-menu.union-navbar-menu .clc-union-header__french {
    height: 0;
  }
}
.clc-union .navbar-menu.union-navbar-menu li {
  display: block;
  padding: 0rem 0rem;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-union .navbar-menu.union-navbar-menu li {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-union .navbar-menu.union-navbar-menu li {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .clc-union .navbar-menu.union-navbar-menu li {
    display: inline-block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-union .navbar-menu.union-navbar-menu li {
    padding: 0rem 0rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-union .navbar-menu.union-navbar-menu li {
    padding: 1.15rem 0rem;
  }
}
@media only screen and (min-width: 992px) {
  .clc-union .navbar-menu.union-navbar-menu li {
    padding: 0 1rem;
  }
}
.clc-union .navbar-menu.union-navbar-menu li::after, .clc-union .navbar-menu.union-navbar-menu li:hover::after, .clc-union .navbar-menu.union-navbar-menu li.current_page_item a::after {
  border: none;
}
.clc-union .navbar-menu.union-navbar-menu li.current_page_item::after {
  width: 75%;
  max-width: 50px;
}
.clc-union .navbar-menu.union-navbar-menu li:hover::after {
  width: 100% !important;
  max-width: 80px;
}
.clc-union .navbar-menu.union-navbar-menu li a {
  display: flex;
  align-items: center;
}
.clc-union .navbar-menu.union-navbar-menu li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  margin-right: 6.5px;
  font-weight: 700 !important;
}
@media (min-width: 992px) {
  .clc-union .navbar-menu.union-navbar-menu li a {
    text-transform: uppercase;
  }
  .clc-union .navbar-menu.union-navbar-menu li a:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .clc-union .navbar-menu.union-navbar-menu li#member-portal-li {
    display: none;
  }
}
.clc-union .union-navbar-inner-container {
  height: calc(100vh - 104px);
}
@media (min-width: 992px) {
  .clc-union .union-navbar-inner-container {
    height: auto;
  }
}
.clc-union .union-menu {
  flex-direction: column;
  margin-top: 0px;
  padding: 1.15rem 0 0;
  margin-bottom: 0;
  justify-content: flex-start;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-union .union-menu {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-union .union-menu {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .clc-union .union-menu {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .clc-union .union-menu {
    height: auto;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
  }
}
.clc-union .clc-union__header-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 45px 0 0;
}
.clc-union .clc-union__header-footer a {
  display: block;
  margin-bottom: 15px;
  text-decoration: underline;
  font-weight: 400;
}
.clc-union .clc-union__header-footer a:hover, .clc-union .clc-union__header-footer a:active {
  color: #313131;
}
.clc-union .clc-union__header-footer p {
  margin-bottom: 20px;
}
.clc-union .clc-union__header-footer a, .clc-union .clc-union__header-footer p {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .clc-union .clc-union__header-footer {
    display: none;
  }
}
@media (max-width: calc( 768px - 1px)) {
  .clc-union .no-scroll {
    overflow: hidden;
    width: 100%;
  }
}
.clc-union .clc-union__union-footer {
  background-color: #313131;
  padding: 60px 0;
}
.clc-union .clc-union__union-footer p {
  color: #fff;
  margin-bottom: 5px;
}
.clc-union .clc-union__union-footer br {
  margin-bottom: 5px;
}
.clc-union .clc-union__union-footer .footer__link {
  margin-bottom: 5px;
  display: block;
}
.clc-union .clc-union__union-footer .footer__link:hover {
  color: #fff;
}
.clc-union .clc-union__union-footer .footer__link:last-child {
  margin-bottom: 0;
}
.clc-union .clc-union__union-footer .footer__link--privacy {
  display: block;
}
@media (min-width: 768px) {
  .clc-union .clc-union__union-footer .footer__link--privacy {
    display: inline-block;
  }
}
.clc-union .clc-union__union-footer .clc-button {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .clc-union .clc-union__union-footer .clc-button {
    display: inline-block;
    margin-top: 0;
    margin-left: 30px;
  }
}
.clc-union .clc-union__union-footer .section__seemore--secondary {
  font-size: 18px;
  line-height: 24px;
  line-height: 18px;
  font-weight: 800;
}
.clc-union .page-banner {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .clc-union .page-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.clc-union .page-banner h1 {
  margin: 0;
  font-size: 40px;
  line-height: 44px;
}
.clc-union .page-banner h1 + p {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .clc-union .page-banner h1 + p {
    margin-top: 30px;
  }
}
.clc-union .page-banner--center-lg {
  align-items: center;
}
@media (min-width: 768px) {
  .clc-union .page-banner--center-lg {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .clc-union .single-header h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
.clc-union .single-header__content--clc-news {
  display: block;
}
.clc-union .single-header__content--clc-news:before, .clc-union .single-header__content--clc-news-fr:before {
  width: auto;
  height: auto;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #10069E;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  padding: 6px 10px 4px;
  position: absolute;
}
.clc-union .single-header__content--clc-news:before {
  content: "CLC News";
}
.clc-union .single-header__content--clc-news-fr:before {
  content: "CTC Nouvelles";
}
@media (min-width: 992px) {
  .clc-union .single-header__content--clc-news:before, .clc-union .single-header__content--clc-news-fr:before {
    left: 15px;
  }
}
.clc-union .bg-blur {
  display: none;
}
.clc-union .single__related-stories-section {
  background-color: #EFEFEF;
}
.clc-union .take-action__section {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .clc-union .take-action__section {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .clc-union.page .take-action__section, .clc-union.archive .event__section.event__section--no-past-events {
    min-height: calc(100vh - 104px - 164px - 285px - 160px);
  }
}
@media (min-width: 768px) {
  .clc-union.archive .event__section, .clc-union.archive .event-past__section {
    min-height: 500px;
  }
}
.clc-union .who-we-are__group-section {
  padding-bottom: 30px;
}
.clc-union .who-we-are__group-section p:last-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .clc-union .who-we-are__group-section {
    padding-bottom: 60px;
  }
}
.clc-union .event__section {
  padding-bottom: 30px;
}
.clc-union .event-past__section {
  background-color: #EFEFEF;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .clc-union .event-past__section {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .clc-union .news__section {
    padding-bottom: 45px;
  }
}
.clc-union .bg-purple {
  background-color: #EFEFEF;
}
.clc-union .union-homepage__union-main-banner {
  background: #fff;
  overflow: hidden;
}
.clc-union .union-homepage__union-main-banner .union-main-banner__row {
  align-items: center;
}
.clc-union .union-main-banner__container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.clc-union h1.union-main-banner__title {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .clc-union h1.union-main-banner__title {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (min-width: 992px) {
  .clc-union h1.union-main-banner__title {
    margin-bottom: 15px;
    padding-right: 15px;
  }
}
.clc-union p.union-main-banner__content {
  color: #313131;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .clc-union p.union-main-banner__content {
    padding-right: 30px;
  }
}
.clc-union .union-main-banner__image-container {
  width: 100%;
  min-height: 270px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .clc-union .union-main-banner__image-container {
    min-height: 550px;
    overflow: visible;
  }
}
.clc-union .union-main-banner__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .clc-union .union-main-banner__image {
    width: 65vw;
    max-width: 1200px;
  }
}
.clc-union .homepage-news__section,
.clc-union .homepage-action__section,
.clc-union .homepage-event__section {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .clc-union .homepage-news__section,
.clc-union .homepage-action__section,
.clc-union .homepage-event__section {
    padding-bottom: 60px;
  }
}
.clc-union .homepage-event__section, .clc-union .homepage-news__section {
  background-color: #EFEFEF;
}
.clc-union label {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
}
.clc-union input[type=text],
.clc-union input[type=number],
.clc-union input[type=email] {
  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: none;
  margin-bottom: 15px;
}
.clc-union input[type=text]:focus,
.clc-union input[type=number]:focus,
.clc-union input[type=email]: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-union .clc-action-form .floatlabel-wrapper label {
  display: block;
}
.clc-union .clc-union-form {
  padding: 30px 15px 20px;
  margin: 120px -15px;
}
@media (min-width: 576px) {
  .clc-union .clc-union-form {
    margin: 120px 0;
    width: 350px;
  }
}
.clc-union .clc-union-form h1 {
  font-size: 40px;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 20px;
}
.clc-union .clc-union-form__form .clc-union-form__link-container {
  display: flex;
  justify-content: flex-end;
}
.clc-union .clc-union-form__form .clc-union-form__link-container a {
  display: inline-block;
  margin-top: 25px;
  font-weight: 400;
  color: #ffffff;
  max-width: 50%;
  flex: 1 0 auto;
}
.clc-union .clc-union-form__form .clc-union-form__link-container .request-login {
  font-weight: 700;
  text-align: left;
}
.clc-union .clc-union-form__form .clc-union-form__link-container .forgot-password {
  font-weight: 400;
  text-align: right;
}
.clc-union .action-layout .action-form #action_welcome_message #log-out {
  color: #fff;
}
.clc-union .action-layout .single__petition .clc-wide-form {
  padding: 30px;
  border-radius: 10px;
  background-color: #eee;
}
.clc-union .action-layout .single__petition .clc-wide-form h2.petition__title {
  color: #313131;
}
.clc-union .clc-button.btn-primary,
.clc-union .clc-button.btn-primary:not(:disabled):not(.disabled).active {
  width: auto;
  color: #fff;
}
.clc-union .clc-button.btn-primary:not(:disabled):not(.disabled):active, .clc-union .clc-button.btn-primary:not(:disabled):not(.disabled):hover,
.clc-union .clc-button.btn-primary:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):active,
.clc-union .clc-button.btn-primary:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):hover {
  color: #fff;
}
.clc-union .clc-button.btn-primary:not(:disabled):not(.disabled):focus:active,
.clc-union .clc-button.btn-primary:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):focus:active {
  box-shadow: none;
}
.clc-union .clc-button.clc-button--inverted {
  color: #313131;
}
.clc-union .clc-button.clc-button--inverted:not(:disabled):not(.disabled):active, .clc-union .clc-button.clc-button--inverted:not(:disabled):not(.disabled):hover {
  color: #313131;
}
.clc-union .clc-button.section__seemore {
  opacity: 1;
}
.clc-union .homepage-action__section .clc-button.section__seemore, .clc-union .homepage-event__section .clc-button.section__seemore, .clc-union .homepage-news__section .clc-button.section__seemore {
  padding-top: 0px;
}
@media (min-width: 768px) {
  .clc-union .homepage-action__section .clc-button.section__seemore, .clc-union .homepage-event__section .clc-button.section__seemore, .clc-union .homepage-news__section .clc-button.section__seemore {
    padding-top: 35px;
  }
}
.clc-union .news__section .clc-button.section__seemore {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .clc-union .news__section .clc-button.section__seemore {
    margin-bottom: 0;
  }
}
.clc-union a.clc-nav__social {
  color: #313131;
  transition: all 0.15s ease-in-out;
}
.clc-union a.clc-nav__social:last-child {
  margin-right: 0;
}
.clc-union .wide-action-card {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  max-width: calc(100% - 30px);
  margin-top: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-union .wide-action-card {
    max-width: 510px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-union .wide-action-card {
    max-width: 690px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .clc-union .wide-action-card {
    max-width: 930px;
  }
}
@media only screen and (min-width: 1200px) {
  .clc-union .wide-action-card {
    max-width: 1110px;
  }
}
.clc-union .wide-action-card h2.card-title {
  font-size: 23px;
  line-height: 27px;
}
.clc-union .wide-action-card .clc-button {
  z-index: 2;
}
.clc-union .wide-action-card__image {
  overflow: hidden;
  position: relative;
  min-height: 260px;
}
.clc-union .wide-action-card__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-animation: scaleReveal 1s cubic-bezier(0, 0.91, 0.66, 0.99) 0s forwards;
          animation: scaleReveal 1s cubic-bezier(0, 0.91, 0.66, 0.99) 0s forwards;
}
@media (min-width: 768px) {
  .clc-union .wide-action-card__image {
    min-height: 400px;
  }
}
.clc-union .wide-action-card__content-container {
  padding: 15px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .clc-union .wide-action-card__content-container {
    padding: 15px 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .clc-union .wide-action-card__content-container {
    padding: 15px;
    padding-right: 30px;
  }
}
.clc-union .wide-action-card__content {
  margin-bottom: 30px;
  width: 100%;
  transition: all 0.15s ease-in-out;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .clc-union .wide-action-card__content {
    width: calc(100% - 30px);
  }
}
.clc-union .newsletter-cta__section p {
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .clc-union .newsletter-cta__section p {
    margin-bottom: 0;
    text-align: left;
  }
}
.clc-union .newsletter-cta__section .newsletter-cta__row {
  display: flex;
  align-items: center;
  padding: 30px 0;
  min-height: 162px;
}
.clc-union .newsletter-cta__section .newsletter-cta__content-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .clc-union .newsletter-cta__section .newsletter-cta__content-column {
    flex-direction: row;
    align-items: center;
  }
}
.clc-union .newsletter-cta__section img.newsletter-cta__icon {
  height: 70px;
  image-rendering: -webkit-optimize-contrast;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .clc-union .newsletter-cta__section img.newsletter-cta__icon {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.clc-union .newsletter-cta__section h2.newsletter-cta__header {
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 768px) {
  .clc-union .newsletter-cta__section h2.newsletter-cta__header {
    text-align: left;
  }
}
.clc-union .newsletter-cta__section .newsletter-cta__form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .clc-union .newsletter-cta__section .newsletter-cta__form {
    margin-left: 60px;
  }
}
.clc-union .newsletter-cta__section .cta-form__label {
  color: #313131;
}
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form h1, .clc-union .newsletter-cta__section .union-newsletter-cta__cta-form h2, .clc-union .newsletter-cta__section .union-newsletter-cta__cta-form h3, .clc-union .newsletter-cta__section .union-newsletter-cta__cta-form h4,
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form .country_drop_wrap,
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form .international_link-wrap,
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form #logo_wrap,
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form #action_info #ty_instructions,
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form .discussion-board,
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form .thank-you-message,
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form #add-to-calendar,
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form #referral_code_select_wrap,
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form .action_info_user,
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form .can_thank_you-block,
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form .ajax-loading,
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form #d_sharing,
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form .form_builder_output {
  display: none !important;
}
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form #can_thank_you h1 {
  display: block !important;
}
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form li {
  list-style: none;
  margin-bottom: 0px;
}
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form label {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  display: inline-block;
  color: #313131;
}
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form input[type=email] {
  margin-bottom: 0;
}
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form input[type=email]::-webkit-input-placeholder {
  color: transparent;
}
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form input[type=email]::-moz-placeholder {
  color: transparent;
}
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form input[type=email]:-ms-input-placeholder {
  color: transparent;
}
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form input[type=email]::placeholder {
  color: transparent;
}
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form input[type=submit] {
  margin-top: 15px;
  cursor: pointer;
  color: #fff;
}
.clc-union .newsletter-cta__section .union-newsletter-cta__cta-form #can_thank_you h1 {
  display: block !important;
  font-size: 23px;
  line-height: 27px;
}
.clc-union .newsletter-cta__section .clc-action-form [type=submit] {
  margin-bottom: 0;
  min-width: 0;
}
.clc-union .newsletter-cta__section .clc-action-form .floatlabel-wrapper {
  margin-bottom: 0;
}
.clc-union .homepage-event__section .clc-tile .clc-card__body, .clc-union .homepage-news__section .clc-tile .clc-card__body, .clc-union .news__section .clc-tile .clc-card__body, .clc-union .event__section .clc-tile .clc-card__body, .clc-union .event-past__section .clc-tile .clc-card__body, .clc-union .clc-single-campaign-petition .clc-tile .clc-card__body {
  background-color: #fff;
}
.clc-union .grayscale-card .clc-card__image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.clc-union .clc-card .card-title {
  transition: all 0.15s ease-in-out;
}
.clc-union .clc-card .clc-card__image {
  margin-top: 0 !important;
}
.clc-union .clc-card .clc-card__image--clc-news:after, .clc-union .clc-card .clc-card__image--clc-news-fr:after {
  top: 0;
  left: 0;
  color: #fff;
  background-color: #10069E;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  padding: 6px 10px 4px;
  position: absolute;
}
.clc-union .clc-card .clc-card__image--clc-news:after {
  content: "CLC News";
}
.clc-union .clc-card .clc-card__image--clc-news-fr:after {
  content: "CTC Nouvelles";
}
.clc-union .clc-card--mini {
  border-color: #EFEFEF;
}
.clc-union .clc-card__content-type {
  display: none;
}
.clc-union .explainer:before {
  background-color: #EFEFEF;
}
.clc-union .sidebar {
  display: none;
  padding: 20px 35px;
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .clc-union .sidebar {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 210px;
  }
}
.clc-union .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clc-union .sidebar ul li {
  padding: 9px 0;
  position: relative;
}
.clc-union .sidebar ul li a {
  font-weight: 700;
  color: #fff;
}
.clc-union .sidebar ul li a:hover:before, .clc-union .sidebar ul li a:active:before, .clc-union .sidebar ul li a.active:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  left: -22px;
  top: calc(50% - 13px);
  font-weight: 700 !important;
}
.clc-union .resources__group-section {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .clc-union .resources__group-section {
    padding-bottom: 40px;
  }
}
.clc-union .resources__group-section p {
  font-weight: 400;
  margin-bottom: 20px;
}
.clc-union .resources__group-section ul.resources__link-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
@media (min-width: 768px) {
  .clc-union .resources__group-section ul.resources__link-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.clc-union .resources__group-section ul.resources__link-list li {
  margin-bottom: 20px;
}
.clc-union .resources__group-section ul.resources__link-list span {
  display: inline-block;
  margin-top: 3px;
}
.clc-union .resources__group-section ul.resources__link-list a {
  font-weight: 400;
  line-height: 1.65rem;
  display: inline-flex;
}
.clc-union .resources__group-section ul.resources__link-list a i {
  margin-right: 15px;
  font-size: 25px;
  text-decoration: none;
  margin-top: 1px;
}
.clc-union .resources__group-section ul.resources__link-list a i.fas.fa-external-link-alt {
  font-size: 21px;
  margin-right: 13px;
  margin-top: 3px;
}
.clc-union .who-we-are__card {
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
.clc-union .who-we-are__card:last-child {
  margin-bottom: 0;
}
.clc-union .who-we-are__card .who-we-are__image {
  height: 90px;
  min-width: 90px;
  width: 90px;
  background-image: url("../icons/default-user.svg");
  display: inline-block;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.clc-union .who-we-are__card .who-we-are__person {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 7px;
  display: block;
}
.clc-union .who-we-are__card .who-we-are__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.clc-union .who-we-are__card .overlay-button {
  background: transparent;
  border: none !important;
  font-size: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.clc-union .modal-dialog {
  margin: 0;
}
@media (min-width: 576px) {
  .clc-union .modal-dialog {
    margin: 1.75rem auto;
  }
}
.clc-union .modal-content {
  padding: 15px 15px 15px 15px;
  border: none;
  border-radius: 0;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .clc-union .modal-content {
    padding: 30px 30px 30px 30px;
    min-height: 0;
  }
}
.clc-union .modal-content__box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.clc-union .modal-content__box .modal-content__modal-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .clc-union .modal-content__box .modal-content__modal-header {
    flex-wrap: nowrap;
  }
}
.clc-union .modal-content__box .modal-content__image {
  width: 100%;
  max-width: 240px;
  margin-bottom: 30px;
  background-image: url("../icons/default-user.svg");
  background-position: center;
  background-size: cover;
  position: relative;
}
.clc-union .modal-content__box .modal-content__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.clc-union .modal-content__box .modal-content__image > img {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}
@media (min-width: 768px) {
  .clc-union .modal-content__box .modal-content__image {
    flex: 1 1 35%;
    max-width: 35%;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.clc-union .modal-content__box .modal-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clc-union .modal-content__box .modal-header__content {
  display: flex;
  flex: 1 1 65%;
  max-width: 65%;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
.clc-union .modal-content__box .modal-header__content h2 {
  font-size: 28px;
  line-height: 32px;
}
.clc-union .modal-content__box .modal-header__content .modal-content__lead {
  font-weight: 400;
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.clc-union .modal-content__box .modal-content__content {
  margin-top: 30px;
}
.clc-union .modal-content__box .modal-content__content p {
  font-weight: 400;
}
.clc-union .modal-content__box .modal-content__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .clc-union .modal-dialog {
    max-width: 550px;
  }
}
.clc-union .modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 60px;
  width: 60px;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  background-color: transparent;
  border: none;
  z-index: 10;
}
.clc-union .modal__close:hover, .clc-union .modal__close:focus {
  cursor: pointer;
}
.clc-union .action-layout .single__petition p, .clc-union .action-layout .single__petition h2, .clc-union .action-layout .single__petition label, .clc-union .action-layout .single__petition a, .clc-union .action-layout .single__petition div {
  color: #fff;
}
.clc-union .action-layout .single__petition .clc-action-form .progress.progress--goal {
  background-color: rgba(49, 49, 49, 0.4);
}
.clc-union .action-layout .single__petition .clc-action-form .js-d_sharing label:hover {
  cursor: pointer;
}
.clc-union .action-layout .single__petition .clc-action-form [type=submit] {
  color: #313131;
}
.clc-union .union-wide-form .action-form .single__petition {
  margin-top: 60px;
  padding: 0px;
  background-color: #ffffff !important;
}
.clc-union .sticky-link {
  background: #EFEFEF;
}
.clc-union .wph-modal .hustle-modal {
  position: relative;
  max-width: 400px !important;
}
.clc-union .wph-modal .hustle-modal .hustle-modal-body {
  margin: 0 15px;
  padding: 15px 15px 30px;
}
.clc-union .wph-modal .hustle-modal .hustle-modal-body .hustle-modal-content {
  display: block;
  background-color: transparent;
  margin-top: 0;
  padding: 0 !important;
}
.clc-union .wph-modal .hustle-modal .hustle-modal-close {
  margin-right: 0;
  margin-top: 0;
  position: static !important;
  height: 30px !important;
  width: 30px !important;
}
.clc-union .wph-modal .hustle-modal .hustle-modal-close .hustle-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  background-color: transparent;
  border: none;
  z-index: 10;
  padding: 0;
  height: 20px !important;
  width: 20px !important;
}
.clc-union .wph-modal .hustle-modal .hustle-modal-close .hustle-icon path {
  fill: #313131 !important;
}
.clc-union .wph-modal .hustle-modal .hustle-modal-image {
  position: absolute;
  top: -75px;
  left: 0;
  height: 140px !important;
  max-width: 100% !important;
  width: 100%;
  z-index: 1;
  image-rendering: -webkit-optimize-contrast;
}
.clc-union .wph-modal .hustle-modal .hustle-modal-image:after {
  z-index: -1;
  content: "";
  display: block;
  width: 175px;
  height: 50px;
  border-radius: 100%;
  background-color: black;
  opacity: 0.2;
  position: absolute;
  top: 115px;
  margin-left: calc(50% - 87.5px);
}
.clc-union .wph-modal .hustle-modal .hustle-modal-title {
  font-family: "Nunito Sans", sans-serif;
  color: #313131;
  font-size: 23px;
  line-height: 27px;
  font-weight: 900;
  color: #313131 !important;
  margin-bottom: calc(30px - 8px);
  margin-top: 35px;
  max-width: 500px;
}
.clc-union .wph-modal .hustle-modal .hustle-modal-wrap--content {
  padding: 0 !important;
  max-width: 500px;
}
.clc-union .wph-modal .hustle-modal .hustle-modal-wrap--content p {
  font-size: 18px;
  line-height: 24px;
  color: #313131 !important;
  margin-bottom: calc(30px - 10px);
}
.clc-union .wph-modal .hustle-modal .hustle-modal-wrap--content .hustle-modal-message {
  padding: 0 !important;
}
.clc-union .wph-modal .hustle-modal .newsletter-cta__section {
  max-width: 375px;
}
.clc-union .wph-modal .hustle-modal #can_thank_you h1 {
  font-size: 23px;
  line-height: 27px;
}
.clc-union.theme-option-layout-1 {
  /* content.scss */
  /*  end content.scss  */
  /* header.scss */
  /* end header.scss */
  /* footer.scss */
  /* end footer.scss */
  /* page.scss */
  /* End page.scss */
  /* homepage.scss */
  /* End homepage.scss */
  /* form.scss */
  /* end form.scss */
  /* components.scss */
  /* end components.scss */
  /* Card background image defaults */
  /* end default backgrounds */
  /* Page Types */
  /* End Page types */
  /* footer */
  /* End footer */
  /* Default Header images */
  /* End Default Header images */
}
.clc-union.theme-option-layout-1 {
  font-family: "Nunito Sans";
}
.clc-union.theme-option-layout-1 h1, .clc-union.theme-option-layout-1 h2, .clc-union.theme-option-layout-1 h3, .clc-union.theme-option-layout-1 .clc-button, .clc-union.theme-option-layout-1 input[type=submit], .clc-union.theme-option-layout-1 .wph-modal .hustle-modal .hustle-modal-title {
  font-family: "Nunito Sans";
}
.clc-union.theme-option-layout-1 h1.single-header__title {
  color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .action-layout.article--layout-1 h1.single-header__title {
  color: #0E6FA7 !important;
}
.clc-union.theme-option-layout-1 .section__title:before {
  background-color: #0E6FA733;
}
.clc-union.theme-option-layout-1 .single-header h1 {
  color: #0E6FA7;
}
.clc-union.theme-option-layout-1 a {
  color: #0E6FA7;
}
.clc-union.theme-option-layout-1 a:hover, .clc-union.theme-option-layout-1 a:active {
  color: #0a5078;
}
.clc-union.theme-option-layout-1 .clc-content-style a:hover,
.clc-union.theme-option-layout-1 .clc-content-style a:active {
  color: #0a5078;
}
.clc-union.theme-option-layout-1 .clc-content-style li:before,
.clc-union.theme-option-layout-1 .action-layout .clc-content-style ul li:before {
  background-color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .navbar-toggler-icon {
  color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .navbar-menu.union-navbar-menu {
  background-color: #0E6FA726;
}
.clc-union.theme-option-layout-1 .navbar-menu.union-navbar-menu li a {
  color: #0E6FA7;
  font-family: "Nunito Sans";
}
.clc-union.theme-option-layout-1 .navbar-menu.union-navbar-menu li:hover a,
.clc-union.theme-option-layout-1 .navbar-menu.union-navbar-menu li.current_page_item a,
.clc-union.theme-option-layout-1 .navbar-menu.union-navbar-menu li:after,
.clc-union.theme-option-layout-1 .navbar-menu.union-navbar-menu li:hover:after,
.clc-union.theme-option-layout-1 .navbar-menu.union-navbar-menu li.current_page_item a:after {
  color: #0a5078;
}
@media screen and (min-width: 992px) {
  .clc-union.theme-option-layout-1 .navbar-menu.union-navbar-menu {
    background-color: #fff;
  }
  .clc-union.theme-option-layout-1 .navbar-menu.union-navbar-menu li:hover a,
.clc-union.theme-option-layout-1 .navbar-menu.union-navbar-menu li.current_page_item a {
    color: #0E6FA7;
  }
  .clc-union.theme-option-layout-1 .navbar-menu.union-navbar-menu li:after,
.clc-union.theme-option-layout-1 .navbar-menu.union-navbar-menu li:hover:after,
.clc-union.theme-option-layout-1 .navbar-menu.union-navbar-menu li.current_page_item a:after {
    border-top: 2px solid #0E6FA7;
  }
}
.clc-union.theme-option-layout-1 .navbar-menu.union-navbar-menu li a {
  color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .clc-union__header-footer a {
  color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .clc-union__header-footer a.clc-nav__social {
  color: #313131;
}
.clc-union.theme-option-layout-1 .clc-union__union-footer a {
  color: #FFBA43;
}
.clc-union.theme-option-layout-1 .clc-union__union-footer a.clc-nav__social {
  color: #313131;
}
.clc-union.theme-option-layout-1 .page-banner h1 {
  color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .single-header__image {
  background-color: #0E6FA7B3;
}
.clc-union.theme-option-layout-1 .title--topborder:before {
  background-color: #0E6FA733;
}
.clc-union.theme-option-layout-1 h1.union-main-banner__title {
  color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .clc-union-form {
  background-color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .clc-button.btn-primary,
.clc-union.theme-option-layout-1 .clc-button.btn-primary:not(:disabled):not(.disabled).active,
.clc-union.theme-option-layout-1 .union-newsletter-cta__cta-form input[type=submit],
.clc-union.theme-option-layout-1 input[type=submit] {
  background-color: #0E6FA7;
  text-transform: capitalize;
  font-weight: 900;
}
.clc-union.theme-option-layout-1 .clc-button.btn-primary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-1 .clc-button.btn-primary:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-1 .clc-button.btn-primary:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-1 .clc-button.btn-primary:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-1 .union-newsletter-cta__cta-form input[type=submit]:active,
.clc-union.theme-option-layout-1 .union-newsletter-cta__cta-form input[type=submit]:hover {
  background-color: #0a5078;
  box-shadow: none !important;
}
.clc-union.theme-option-layout-1 .clc-button.btn-primary:focus,
.clc-union.theme-option-layout-1 .clc-button.btn-primary:not(:disabled):not(.disabled).active,
.clc-union.theme-option-layout-1 .union-newsletter-cta__cta-form input[type=submit]:focus {
  box-shadow: inset 0 0 0 0.2rem #0a5078;
}
.clc-union.theme-option-layout-1 .clc-button.clc-button--inverted {
  background-color: #FFBA43;
}
.clc-union.theme-option-layout-1 .clc-button.clc-button--inverted.btn-primary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-1 .clc-button.clc-button--inverted.btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #ffa710;
  box-shadow: none !important;
}
.clc-union.theme-option-layout-1 .clc-button.clc-button--inverted:focus {
  box-shadow: inset 0 0 0 0.2rem #ffa710;
}
.clc-union.theme-option-layout-1 .clc-button.section__seemore {
  color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .clc-button.section__seemore:after {
  background-color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .clc-button.section__seemore:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-1 .clc-button.section__seemore:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-1 .clc-button.section__seemore:focus {
  color: #0a5078;
}
.clc-union.theme-option-layout-1 .clc-button.section__seemore:not(:disabled):not(.disabled):active:after,
.clc-union.theme-option-layout-1 .clc-button.section__seemore:not(:disabled):not(.disabled):hover:after,
.clc-union.theme-option-layout-1 .clc-button.section__seemore:focus:after {
  background-color: #0a5078;
}
.clc-union.theme-option-layout-1 .clc-button.section__seemore.section__seemore--secondary {
  color: #FFBA43;
}
.clc-union.theme-option-layout-1 .clc-button.section__seemore.section__seemore--secondary:after {
  background-color: #FFBA43;
}
.clc-union.theme-option-layout-1 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-1 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-1 .clc-button.section__seemore.section__seemore--secondary:focus {
  color: #ffa710;
}
.clc-union.theme-option-layout-1 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):active:after,
.clc-union.theme-option-layout-1 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):hover:after,
.clc-union.theme-option-layout-1 .clc-button.section__seemore.section__seemore--secondary:focus:after {
  background-color: #ffa710;
}
.clc-union.theme-option-layout-1 a.clc-nav__social {
  background-color: #FFBA43;
  color: #313131;
}
.clc-union.theme-option-layout-1 a.clc-nav__social:hover,
.clc-union.theme-option-layout-1 a.clc-nav__social:active {
  color: #313131;
  background-color: #ffa710;
}
.clc-union.theme-option-layout-1 .wide-action-card {
  background-color: #0E6FA726;
}
.clc-union.theme-option-layout-1 .wide-action-card:hover h2.card-title {
  color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .newsletter-cta__section {
  background-color: #FFBA43;
}
.clc-union.theme-option-layout-1 .clc-tile .clc-card__body {
  background-color: #0E6FA726;
}
.clc-union.theme-option-layout-1 .homepage-event__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-1 .homepage-news__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-1 .news__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-1 .action-layout .clc-tile .clc-card__body,
.clc-union.theme-option-layout-1 .event__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-1 .event-past__section .clc-tile .clc-card__body, .clc-union.theme-option-layout-1.clc-single-campaign-petition .clc-tile .clc-card__body {
  background-color: #fff;
}
.clc-union.theme-option-layout-1 .clc-card:hover .card-title {
  color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .clc-card .clc-card__image--clc-news:after,
.clc-union.theme-option-layout-1 .clc-card .clc-card__image--clc-news-fr:after {
  font-family: "Nunito Sans";
}
.clc-union.theme-option-layout-1 .clc-card--mini h2.card-title {
  font-family: "Nunito Sans";
}
.clc-union.theme-option-layout-1 .sidebar {
  background-color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .sidebar ul li a:hover {
  color: #fff;
}
.clc-union.theme-option-layout-1 .resources__group-section ul.resources__link-list a i {
  color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .resources__group-section ul.resources__link-list a:hover i,
.clc-union.theme-option-layout-1 .resources__group-section ul.resources__link-list a:active i {
  color: #0a5078;
}
.clc-union.theme-option-layout-1 .modal-header__content h2,
.clc-union.theme-option-layout-1 .modal-header__content .modal-content__lead,
.clc-union.theme-option-layout-1 .modal__close {
  color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .action-layout .single__petition {
  background-color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .action-layout .single__petition .clc-action-form .progress.progress--goal .progress-bar {
  background-color: #FFBA43;
}
.clc-union.theme-option-layout-1 .action-layout .single__petition .clc-action-form .js-d_sharing .clc-custom-checkmark:before {
  background-color: #0E6FA7;
}
.clc-union.theme-option-layout-1 .action-layout .single__petition .clc-action-form [type=submit] {
  background-color: #FFBA43;
}
.clc-union.theme-option-layout-1 .action-layout .single__petition .clc-action-form [type=submit]:hover,
.clc-union.theme-option-layout-1 .action-layout .single__petition .clc-action-form [type=submit]:active {
  background-color: #ffa710;
}
.clc-union.theme-option-layout-1 .action-layout .explainer {
  font-weight: 400;
}
.clc-union.theme-option-layout-1 .wph-modal .hustle-modal .hustle-modal-body {
  background-color: #FFBA43;
}
.clc-union.theme-option-layout-1 .homepage-news__section .clc-card__image,
.clc-union.theme-option-layout-1 .news__section .clc-card__image, .clc-union.theme-option-layout-1.single .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_GenericNews-layout-1.png");
  background-position: top center;
  background-size: 57%;
}
.clc-union.theme-option-layout-1.single .clc-card__image {
  background-position: top center;
  background-size: 85.25%;
}
.clc-union.theme-option-layout-1 .homepage-action__section .wide-action-card__image img, .clc-union.theme-option-layout-1.page-template-page-take-action .wide-action-card__image img {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-1.png");
  background-position: top center;
  background-size: 64%;
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-1 .homepage-action__section .wide-action-card__image img, .clc-union.theme-option-layout-1.page-template-page-take-action .wide-action-card__image img {
    background-size: 46.25%;
  }
}
.clc-union.theme-option-layout-1 .action-layout .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-1.png");
  background-position: top center;
  background-size: 56%;
}
.clc-union.theme-option-layout-1.single .is--featured .clc-card__image a {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-1.png") !important;
  background-position: top center;
  background-size: 56.5%;
}
.clc-union.theme-option-layout-1 .homepage-event__section .clc-card__image,
.clc-union.theme-option-layout-1 .event__section .clc-card__image,
.clc-union.theme-option-layout-1 .event-past__section .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_InPersonEvent-layout-1.png");
  background-position: top center;
  background-size: 56%;
}
.clc-union.theme-option-layout-1 .homepage-event__section .virtual-event .clc-card__image,
.clc-union.theme-option-layout-1 .event__section .virtual-event .clc-card__image,
.clc-union.theme-option-layout-1 .event-past__section .virtual-event .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_DigitalEvent-layout-1.png");
  background-position: top center;
  background-size: 56%;
}
.clc-union.theme-option-layout-1 footer a {
  font-family: "Nunito Sans";
}
.clc-union.theme-option-layout-1 .single-header__image {
  background-image: url("../img/placeholders/Placeholders_GenericNews-layout-1.png");
  background-position: top center;
  background-size: 64%;
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-1 .single-header__image {
    background-size: 58.5%;
  }
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-1 .article--layout-2 .single-header__image {
    background-size: 46.5%;
  }
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-1 .article--layout-3 .single-header__image {
    background-size: 46.5%;
  }
}
.clc-union.theme-option-layout-1.single-campaigns .single-header__image {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-1.png");
}
.clc-union.theme-option-layout-1.single-events .single-header__image {
  background-image: url("../img/placeholders/Placeholders_InPersonEvent-layout-1.png");
}
.clc-union.theme-option-layout-1.single-events .virtual-event .single-header__image {
  background-image: url("../img/placeholders/Placeholders_DigitalEvent-layout-1.png");
}
.clc-union.theme-option-layout-2 {
  /* content.scss */
  /*  end content.scss  */
  /* header.scss */
  /* end header.scss */
  /* footer.scss */
  /* end footer.scss */
  /* page.scss */
  /* End page.scss */
  /* homepage.scss */
  /* End homepage.scss */
  /* form.scss */
  /* end form.scss */
  /* components.scss */
  /* end components.scss */
  /* Card background image defaults */
  /* end default backgrounds */
  /* Page Types */
  /* End Page types */
  /* footer */
  /* End footer */
  /* Default Header images */
  /* End Default Header images */
}
.clc-union.theme-option-layout-2 {
  font-family: "Roboto";
}
.clc-union.theme-option-layout-2 h1, .clc-union.theme-option-layout-2 h2, .clc-union.theme-option-layout-2 h3, .clc-union.theme-option-layout-2 .clc-button, .clc-union.theme-option-layout-2 input[type=submit], .clc-union.theme-option-layout-2 .wph-modal .hustle-modal .hustle-modal-title {
  font-family: "Roboto Slab";
}
.clc-union.theme-option-layout-2 h1, .clc-union.theme-option-layout-2 h2, .clc-union.theme-option-layout-2 h3, .clc-union.theme-option-layout-2 h4, .clc-union.theme-option-layout-2 .single-header:not(.no-image) .single-header__title {
  font-weight: 400;
}
.clc-union.theme-option-layout-2 h1.single-header__title {
  color: #B90000;
}
.clc-union.theme-option-layout-2 .action-layout.article--layout-1 h1.single-header__title {
  color: #B90000 !important;
}
.clc-union.theme-option-layout-2 .section__title:before {
  background-color: #B90000;
}
.clc-union.theme-option-layout-2 .section__title h2 {
  font-weight: 400;
  text-transform: uppercase;
}
.clc-union.theme-option-layout-2 .single-header h1 {
  color: #B90000;
}
.clc-union.theme-option-layout-2 a {
  color: #B90000;
  font-weight: 700;
}
.clc-union.theme-option-layout-2 a:hover, .clc-union.theme-option-layout-2 a:active {
  color: #860000;
}
.clc-union.theme-option-layout-2 .clc-content-style a:hover,
.clc-union.theme-option-layout-2 .clc-content-style a:active {
  color: #860000;
}
.clc-union.theme-option-layout-2 .clc-content-style li:before,
.clc-union.theme-option-layout-2 .action-layout .clc-content-style ul li:before {
  background-color: #B90000;
}
.clc-union.theme-option-layout-2 .navbar-toggler-icon {
  color: #B90000;
}
.clc-union.theme-option-layout-2 .navbar-menu.union-navbar-menu {
  background-color: #B9000026;
}
.clc-union.theme-option-layout-2 .navbar-menu.union-navbar-menu li a {
  color: #B90000;
  font-weight: 700;
  font-family: "Roboto";
}
.clc-union.theme-option-layout-2 .navbar-menu.union-navbar-menu li:hover a,
.clc-union.theme-option-layout-2 .navbar-menu.union-navbar-menu li.current_page_item a,
.clc-union.theme-option-layout-2 .navbar-menu.union-navbar-menu li:after,
.clc-union.theme-option-layout-2 .navbar-menu.union-navbar-menu li:hover:after,
.clc-union.theme-option-layout-2 .navbar-menu.union-navbar-menu li.current_page_item a:after {
  color: #860000;
}
@media screen and (min-width: 992px) {
  .clc-union.theme-option-layout-2 .navbar-menu.union-navbar-menu {
    background-color: #fff;
  }
  .clc-union.theme-option-layout-2 .navbar-menu.union-navbar-menu li:hover a,
.clc-union.theme-option-layout-2 .navbar-menu.union-navbar-menu li.current_page_item a {
    color: #B90000;
  }
  .clc-union.theme-option-layout-2 .navbar-menu.union-navbar-menu li:after,
.clc-union.theme-option-layout-2 .navbar-menu.union-navbar-menu li:hover:after,
.clc-union.theme-option-layout-2 .navbar-menu.union-navbar-menu li.current_page_item a:after {
    border-top: 2px solid #B90000;
  }
}
.clc-union.theme-option-layout-2 .navbar-menu.union-navbar-menu li a {
  color: #B90000;
}
.clc-union.theme-option-layout-2 .clc-union__header-footer a {
  color: #B90000;
}
.clc-union.theme-option-layout-2 .clc-union__header-footer a.clc-nav__social {
  color: #313131;
}
.clc-union.theme-option-layout-2 .clc-union__union-footer a {
  color: #89E8FF;
}
.clc-union.theme-option-layout-2 .clc-union__union-footer a.clc-nav__social {
  color: #313131;
}
.clc-union.theme-option-layout-2 .page-banner h1 {
  color: #B90000;
}
.clc-union.theme-option-layout-2 .single-header__image {
  background-color: #B90000B3;
}
.clc-union.theme-option-layout-2 .title--topborder:before {
  background-color: #B90000;
}
.clc-union.theme-option-layout-2 h1.union-main-banner__title {
  color: #B90000;
}
.clc-union.theme-option-layout-2 .clc-union-form {
  background-color: #B90000;
}
.clc-union.theme-option-layout-2 .clc-button.btn-primary,
.clc-union.theme-option-layout-2 .clc-button.btn-primary:not(:disabled):not(.disabled).active,
.clc-union.theme-option-layout-2 .union-newsletter-cta__cta-form input[type=submit],
.clc-union.theme-option-layout-2 input[type=submit] {
  background-color: #B90000;
  text-transform: capitalize;
  font-weight: 400;
}
.clc-union.theme-option-layout-2 .clc-button.btn-primary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-2 .clc-button.btn-primary:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-2 .clc-button.btn-primary:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-2 .clc-button.btn-primary:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-2 .union-newsletter-cta__cta-form input[type=submit]:active,
.clc-union.theme-option-layout-2 .union-newsletter-cta__cta-form input[type=submit]:hover {
  background-color: #860000;
  box-shadow: none !important;
}
.clc-union.theme-option-layout-2 .clc-button.btn-primary:focus,
.clc-union.theme-option-layout-2 .clc-button.btn-primary:not(:disabled):not(.disabled).active,
.clc-union.theme-option-layout-2 .union-newsletter-cta__cta-form input[type=submit]:focus {
  box-shadow: inset 0 0 0 0.2rem #860000;
}
.clc-union.theme-option-layout-2 .clc-button.clc-button--inverted {
  background-color: #89E8FF;
}
.clc-union.theme-option-layout-2 .clc-button.clc-button--inverted.btn-primary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-2 .clc-button.clc-button--inverted.btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #56deff;
  box-shadow: none !important;
}
.clc-union.theme-option-layout-2 .clc-button.clc-button--inverted:focus {
  box-shadow: inset 0 0 0 0.2rem #56deff;
}
.clc-union.theme-option-layout-2 .clc-button.section__seemore {
  color: #B90000;
  font-weight: 400;
}
.clc-union.theme-option-layout-2 .clc-button.section__seemore:after {
  background-color: #B90000;
}
.clc-union.theme-option-layout-2 .clc-button.section__seemore:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-2 .clc-button.section__seemore:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-2 .clc-button.section__seemore:focus {
  color: #860000;
}
.clc-union.theme-option-layout-2 .clc-button.section__seemore:not(:disabled):not(.disabled):active:after,
.clc-union.theme-option-layout-2 .clc-button.section__seemore:not(:disabled):not(.disabled):hover:after,
.clc-union.theme-option-layout-2 .clc-button.section__seemore:focus:after {
  background-color: #860000;
}
.clc-union.theme-option-layout-2 .clc-button.section__seemore.section__seemore--secondary {
  color: #89E8FF;
}
.clc-union.theme-option-layout-2 .clc-button.section__seemore.section__seemore--secondary:after {
  background-color: #89E8FF;
}
.clc-union.theme-option-layout-2 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-2 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-2 .clc-button.section__seemore.section__seemore--secondary:focus {
  color: #56deff;
}
.clc-union.theme-option-layout-2 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):active:after,
.clc-union.theme-option-layout-2 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):hover:after,
.clc-union.theme-option-layout-2 .clc-button.section__seemore.section__seemore--secondary:focus:after {
  background-color: #56deff;
}
.clc-union.theme-option-layout-2 a.clc-nav__social {
  background-color: #89E8FF;
  color: #313131;
}
.clc-union.theme-option-layout-2 a.clc-nav__social:hover,
.clc-union.theme-option-layout-2 a.clc-nav__social:active {
  color: #313131;
  background-color: #56deff;
}
.clc-union.theme-option-layout-2 .wide-action-card {
  background-color: #EFEFEF;
}
.clc-union.theme-option-layout-2 .wide-action-card:hover h2.card-title {
  color: #B90000;
}
.clc-union.theme-option-layout-2 .newsletter-cta__section {
  background-color: #89E8FF;
}
.clc-union.theme-option-layout-2 .newsletter-cta__section h2.newsletter-cta__header {
  text-transform: uppercase;
  font-weight: 400;
}
.clc-union.theme-option-layout-2 .clc-tile .clc-card__body {
  background-color: #B9000026;
}
.clc-union.theme-option-layout-2 .homepage-event__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-2 .homepage-news__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-2 .news__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-2 .action-layout .clc-tile .clc-card__body,
.clc-union.theme-option-layout-2 .event__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-2 .event-past__section .clc-tile .clc-card__body, .clc-union.theme-option-layout-2.clc-single-campaign-petition .clc-tile .clc-card__body {
  background-color: #fff;
}
.clc-union.theme-option-layout-2 .clc-card:hover .card-title {
  color: #B90000;
}
.clc-union.theme-option-layout-2 .clc-card .clc-card__image--clc-news:after,
.clc-union.theme-option-layout-2 .clc-card .clc-card__image--clc-news-fr:after {
  font-family: "Nunito Sans";
}
.clc-union.theme-option-layout-2 .clc-card--mini h2.card-title {
  font-family: "Roboto Slab";
  font-weight: 400;
}
.clc-union.theme-option-layout-2 .sidebar {
  background-color: #B90000;
}
.clc-union.theme-option-layout-2 .sidebar ul li a:hover {
  color: #fff;
}
.clc-union.theme-option-layout-2 .resources__group-section ul.resources__link-list a i {
  color: #B90000;
}
.clc-union.theme-option-layout-2 .resources__group-section ul.resources__link-list a:hover i,
.clc-union.theme-option-layout-2 .resources__group-section ul.resources__link-list a:active i {
  color: #860000;
}
.clc-union.theme-option-layout-2 .modal-header__content h2,
.clc-union.theme-option-layout-2 .modal-header__content .modal-content__lead,
.clc-union.theme-option-layout-2 .modal__close {
  color: #B90000;
}
.clc-union.theme-option-layout-2 .who-we-are__card .who-we-are__person {
  font-weight: 400;
}
.clc-union.theme-option-layout-2 .sidebar ul li a {
  font-weight: 400;
}
.clc-union.theme-option-layout-2 .action-layout .single__petition {
  background-color: #B90000;
}
.clc-union.theme-option-layout-2 .action-layout .single__petition .clc-action-form .progress.progress--goal .progress-bar {
  background-color: #89E8FF;
}
.clc-union.theme-option-layout-2 .action-layout .single__petition .clc-action-form .js-d_sharing .clc-custom-checkmark:before {
  background-color: #B90000;
}
.clc-union.theme-option-layout-2 .action-layout .single__petition .clc-action-form [type=submit] {
  background-color: #89E8FF;
}
.clc-union.theme-option-layout-2 .action-layout .single__petition .clc-action-form [type=submit]:hover,
.clc-union.theme-option-layout-2 .action-layout .single__petition .clc-action-form [type=submit]:active {
  background-color: #56deff;
}
.clc-union.theme-option-layout-2 .action-layout .single__petition strong {
  font-weight: 600;
}
.clc-union.theme-option-layout-2 .action-layout .explainer {
  font-weight: 400;
}
.clc-union.theme-option-layout-2 .wph-modal .hustle-modal .hustle-modal-body {
  background-color: #89E8FF;
}
.clc-union.theme-option-layout-2 .wph-modal .hustle-modal .hustle-modal-title {
  font-weight: 400;
}
.clc-union.theme-option-layout-2 .homepage-news__section .clc-card__image,
.clc-union.theme-option-layout-2 .news__section .clc-card__image, .clc-union.theme-option-layout-2.single .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_GenericNews-layout-2.png");
  background-position: top center;
  background-size: 57%;
}
.clc-union.theme-option-layout-2.single .clc-card__image {
  background-position: top center;
  background-size: 85.25%;
}
.clc-union.theme-option-layout-2 .homepage-action__section .wide-action-card__image img, .clc-union.theme-option-layout-2.page-template-page-take-action .wide-action-card__image img {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-2.png");
  background-position: top center;
  background-size: 64%;
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-2 .homepage-action__section .wide-action-card__image img, .clc-union.theme-option-layout-2.page-template-page-take-action .wide-action-card__image img {
    background-size: 46.25%;
  }
}
.clc-union.theme-option-layout-2 .action-layout .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-2.png");
  background-position: top center;
  background-size: 56%;
}
.clc-union.theme-option-layout-2.single .is--featured .clc-card__image a {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-2.png") !important;
  background-position: top center;
  background-size: 56.5%;
}
.clc-union.theme-option-layout-2 .homepage-event__section .clc-card__image,
.clc-union.theme-option-layout-2 .event__section .clc-card__image,
.clc-union.theme-option-layout-2 .event-past__section .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_InPersonEvent-layout-2.png");
  background-position: top center;
  background-size: 56%;
}
.clc-union.theme-option-layout-2 .homepage-event__section .virtual-event .clc-card__image,
.clc-union.theme-option-layout-2 .event__section .virtual-event .clc-card__image,
.clc-union.theme-option-layout-2 .event-past__section .virtual-event .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_DigitalEvent-layout-2.png");
  background-position: top center;
  background-size: 56%;
}
.clc-union.theme-option-layout-2.single-events strong {
  font-weight: 400;
}
.clc-union.theme-option-layout-2 footer a {
  font-family: "Roboto Slab";
  font-weight: 400;
}
.clc-union.theme-option-layout-2 footer div div div:not(.flex-column) p {
  font-family: "Roboto Slab";
}
.clc-union.theme-option-layout-2 .single-header__image {
  background-image: url("../img/placeholders/Placeholders_GenericNews-layout-2.png");
  background-position: top center;
  background-size: 64%;
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-2 .single-header__image {
    background-size: 58.5%;
  }
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-2 .article--layout-2 .single-header__image {
    background-size: 46.5%;
  }
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-2 .article--layout-3 .single-header__image {
    background-size: 46.5%;
  }
}
.clc-union.theme-option-layout-2.single-campaigns .single-header__image {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-2.png");
}
.clc-union.theme-option-layout-2.single-events .single-header__image {
  background-image: url("../img/placeholders/Placeholders_InPersonEvent-layout-2.png");
}
.clc-union.theme-option-layout-2.single-events .virtual-event .single-header__image {
  background-image: url("../img/placeholders/Placeholders_DigitalEvent-layout-2.png");
}
.clc-union.theme-option-layout-3 {
  /* content.scss */
  /*  end content.scss  */
  /* header.scss */
  /* end header.scss */
  /* footer.scss */
  /* end footer.scss */
  /* page.scss */
  /* End page.scss */
  /* homepage.scss */
  /* End homepage.scss */
  /* form.scss */
  /* end form.scss */
  /* components.scss */
  /* end components.scss */
  /* Card background image defaults */
  /* end default backgrounds */
  /* Page Types */
  /* End Page types */
  /* footer */
  /* End footer */
  /* Default Header images */
  /* End Default Header images */
}
.clc-union.theme-option-layout-3 {
  font-family: "Poppins";
}
.clc-union.theme-option-layout-3 h1, .clc-union.theme-option-layout-3 h2, .clc-union.theme-option-layout-3 h3, .clc-union.theme-option-layout-3 .clc-button, .clc-union.theme-option-layout-3 input[type=submit], .clc-union.theme-option-layout-3 .wph-modal .hustle-modal .hustle-modal-title {
  font-family: "Oxygen";
}
.clc-union.theme-option-layout-3 h1, .clc-union.theme-option-layout-3 h2, .clc-union.theme-option-layout-3 h3, .clc-union.theme-option-layout-3 h4, .clc-union.theme-option-layout-3 .single-header:not(.no-image) .single-header__title {
  font-weight: 400;
}
.clc-union.theme-option-layout-3 h1.single-header__title {
  color: #360768;
}
.clc-union.theme-option-layout-3 .action-layout.article--layout-1 h1.single-header__title {
  color: #360768 !important;
}
.clc-union.theme-option-layout-3 .section__title:before {
  background-color: #360768;
}
.clc-union.theme-option-layout-3 .section__title h2 {
  font-weight: 400;
  text-transform: uppercase;
}
.clc-union.theme-option-layout-3 .single-header h1 {
  color: #360768;
}
.clc-union.theme-option-layout-3 a {
  color: #360768;
  font-weight: 400;
}
.clc-union.theme-option-layout-3 a:hover, .clc-union.theme-option-layout-3 a:active {
  color: #1d0438;
}
.clc-union.theme-option-layout-3 .clc-content-style a:hover,
.clc-union.theme-option-layout-3 .clc-content-style a:active {
  color: #1d0438;
}
.clc-union.theme-option-layout-3 .clc-content-style li:before,
.clc-union.theme-option-layout-3 .action-layout .clc-content-style ul li:before {
  background-color: #360768;
}
.clc-union.theme-option-layout-3 .navbar-toggler-icon {
  color: #360768;
}
.clc-union.theme-option-layout-3 .navbar-menu.union-navbar-menu {
  background-color: #36076826;
}
.clc-union.theme-option-layout-3 .navbar-menu.union-navbar-menu li a {
  color: #360768;
  font-weight: 400;
  font-family: "Poppins";
}
.clc-union.theme-option-layout-3 .navbar-menu.union-navbar-menu li:hover a,
.clc-union.theme-option-layout-3 .navbar-menu.union-navbar-menu li.current_page_item a,
.clc-union.theme-option-layout-3 .navbar-menu.union-navbar-menu li:after,
.clc-union.theme-option-layout-3 .navbar-menu.union-navbar-menu li:hover:after,
.clc-union.theme-option-layout-3 .navbar-menu.union-navbar-menu li.current_page_item a:after {
  color: #1d0438;
}
@media screen and (min-width: 992px) {
  .clc-union.theme-option-layout-3 .navbar-menu.union-navbar-menu {
    background-color: #fff;
  }
  .clc-union.theme-option-layout-3 .navbar-menu.union-navbar-menu li:hover a,
.clc-union.theme-option-layout-3 .navbar-menu.union-navbar-menu li.current_page_item a {
    color: #360768;
  }
  .clc-union.theme-option-layout-3 .navbar-menu.union-navbar-menu li:after,
.clc-union.theme-option-layout-3 .navbar-menu.union-navbar-menu li:hover:after,
.clc-union.theme-option-layout-3 .navbar-menu.union-navbar-menu li.current_page_item a:after {
    border-top: 2px solid #360768;
  }
}
.clc-union.theme-option-layout-3 .navbar-menu.union-navbar-menu li a {
  color: #360768;
}
.clc-union.theme-option-layout-3 .clc-union__header-footer a {
  color: #360768;
}
.clc-union.theme-option-layout-3 .clc-union__header-footer a.clc-nav__social {
  color: #313131;
}
.clc-union.theme-option-layout-3 .clc-union__union-footer a {
  color: #A5E6BA;
}
.clc-union.theme-option-layout-3 .clc-union__union-footer a.clc-nav__social {
  color: #313131;
}
.clc-union.theme-option-layout-3 .page-banner h1 {
  color: #360768;
}
.clc-union.theme-option-layout-3 .single-header__image {
  background-color: #360768B3;
}
.clc-union.theme-option-layout-3 .title--topborder:before {
  background-color: #360768;
}
.clc-union.theme-option-layout-3 h1.union-main-banner__title {
  color: #360768;
}
.clc-union.theme-option-layout-3 .clc-union-form {
  background-color: #360768;
}
.clc-union.theme-option-layout-3 .clc-button.btn-primary,
.clc-union.theme-option-layout-3 .clc-button.btn-primary:not(:disabled):not(.disabled).active,
.clc-union.theme-option-layout-3 .union-newsletter-cta__cta-form input[type=submit],
.clc-union.theme-option-layout-3 input[type=submit] {
  background-color: #360768;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.75px;
}
.clc-union.theme-option-layout-3 .clc-button.btn-primary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-3 .clc-button.btn-primary:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-3 .clc-button.btn-primary:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-3 .clc-button.btn-primary:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-3 .union-newsletter-cta__cta-form input[type=submit]:active,
.clc-union.theme-option-layout-3 .union-newsletter-cta__cta-form input[type=submit]:hover {
  background-color: #1d0438;
  box-shadow: none !important;
}
.clc-union.theme-option-layout-3 .clc-button.btn-primary:focus,
.clc-union.theme-option-layout-3 .clc-button.btn-primary:not(:disabled):not(.disabled).active,
.clc-union.theme-option-layout-3 .union-newsletter-cta__cta-form input[type=submit]:focus {
  box-shadow: inset 0 0 0 0.2rem #1d0438;
}
.clc-union.theme-option-layout-3 .clc-button.clc-button--inverted {
  background-color: #A5E6BA;
}
.clc-union.theme-option-layout-3 .clc-button.clc-button--inverted.btn-primary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-3 .clc-button.clc-button--inverted.btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #7ddb9b;
  box-shadow: none !important;
}
.clc-union.theme-option-layout-3 .clc-button.clc-button--inverted:focus {
  box-shadow: inset 0 0 0 0.2rem #7ddb9b;
}
.clc-union.theme-option-layout-3 .clc-button.section__seemore {
  color: #360768;
  text-transform: uppercase;
  font-weight: 400;
}
.clc-union.theme-option-layout-3 .clc-button.section__seemore:after {
  background-color: #360768;
}
.clc-union.theme-option-layout-3 .clc-button.section__seemore:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-3 .clc-button.section__seemore:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-3 .clc-button.section__seemore:focus {
  color: #1d0438;
}
.clc-union.theme-option-layout-3 .clc-button.section__seemore:not(:disabled):not(.disabled):active:after,
.clc-union.theme-option-layout-3 .clc-button.section__seemore:not(:disabled):not(.disabled):hover:after,
.clc-union.theme-option-layout-3 .clc-button.section__seemore:focus:after {
  background-color: #1d0438;
}
.clc-union.theme-option-layout-3 .clc-button.section__seemore.section__seemore--secondary {
  color: #A5E6BA;
}
.clc-union.theme-option-layout-3 .clc-button.section__seemore.section__seemore--secondary:after {
  background-color: #A5E6BA;
}
.clc-union.theme-option-layout-3 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-3 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-3 .clc-button.section__seemore.section__seemore--secondary:focus {
  color: #7ddb9b;
}
.clc-union.theme-option-layout-3 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):active:after,
.clc-union.theme-option-layout-3 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):hover:after,
.clc-union.theme-option-layout-3 .clc-button.section__seemore.section__seemore--secondary:focus:after {
  background-color: #7ddb9b;
}
.clc-union.theme-option-layout-3 a.clc-nav__social {
  background-color: #A5E6BA;
  color: #313131;
}
.clc-union.theme-option-layout-3 a.clc-nav__social:hover,
.clc-union.theme-option-layout-3 a.clc-nav__social:active {
  color: #313131;
  background-color: #7ddb9b;
}
.clc-union.theme-option-layout-3 .wide-action-card {
  background-color: #EFEFEF;
}
.clc-union.theme-option-layout-3 .wide-action-card:hover h2.card-title {
  color: #360768;
}
.clc-union.theme-option-layout-3 .newsletter-cta__section {
  background-color: #A5E6BA;
}
.clc-union.theme-option-layout-3 .newsletter-cta__section h2.newsletter-cta__header {
  text-transform: uppercase;
  font-weight: 400;
}
.clc-union.theme-option-layout-3 .clc-tile .clc-card__body {
  background-color: #36076826;
}
.clc-union.theme-option-layout-3 .homepage-event__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-3 .homepage-news__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-3 .news__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-3 .action-layout .clc-tile .clc-card__body,
.clc-union.theme-option-layout-3 .event__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-3 .event-past__section .clc-tile .clc-card__body, .clc-union.theme-option-layout-3.clc-single-campaign-petition .clc-tile .clc-card__body {
  background-color: #fff;
}
.clc-union.theme-option-layout-3 .clc-card:hover .card-title {
  color: #360768;
}
.clc-union.theme-option-layout-3 .clc-card .clc-card__image--clc-news:after,
.clc-union.theme-option-layout-3 .clc-card .clc-card__image--clc-news-fr:after {
  font-family: "Nunito Sans";
}
.clc-union.theme-option-layout-3 .clc-card--mini h2.card-title {
  font-family: "Oxygen";
  font-weight: 400;
}
.clc-union.theme-option-layout-3 .sidebar {
  background-color: #360768;
}
.clc-union.theme-option-layout-3 .sidebar ul li a:hover {
  color: #fff;
}
.clc-union.theme-option-layout-3 .resources__group-section ul.resources__link-list a i {
  color: #360768;
}
.clc-union.theme-option-layout-3 .resources__group-section ul.resources__link-list a:hover i,
.clc-union.theme-option-layout-3 .resources__group-section ul.resources__link-list a:active i {
  color: #1d0438;
}
.clc-union.theme-option-layout-3 .modal-header__content h2,
.clc-union.theme-option-layout-3 .modal-header__content .modal-content__lead,
.clc-union.theme-option-layout-3 .modal__close {
  color: #360768;
}
.clc-union.theme-option-layout-3 .who-we-are__card .who-we-are__person {
  font-weight: 400;
}
.clc-union.theme-option-layout-3 .sidebar ul li a {
  font-weight: 400;
}
.clc-union.theme-option-layout-3 .action-layout .single__petition {
  background-color: #360768;
  background-color: #A5E6BA;
}
.clc-union.theme-option-layout-3 .action-layout .single__petition .clc-action-form .progress.progress--goal .progress-bar {
  background-color: #A5E6BA;
  background-color: #360768;
}
.clc-union.theme-option-layout-3 .action-layout .single__petition .clc-action-form .js-d_sharing .clc-custom-checkmark:before {
  background-color: #360768;
}
.clc-union.theme-option-layout-3 .action-layout .single__petition .clc-action-form [type=submit] {
  background-color: #A5E6BA;
  background-color: #360768;
  color: #fff;
}
.clc-union.theme-option-layout-3 .action-layout .single__petition .clc-action-form [type=submit]:hover,
.clc-union.theme-option-layout-3 .action-layout .single__petition .clc-action-form [type=submit]:active {
  background-color: #7ddb9b;
  background-color: #1d0438;
}
.clc-union.theme-option-layout-3 .action-layout .single__petition h2,
.clc-union.theme-option-layout-3 .action-layout .single__petition p,
.clc-union.theme-option-layout-3 .action-layout .single__petition label,
.clc-union.theme-option-layout-3 .action-layout .single__petition div {
  color: #313131;
}
.clc-union.theme-option-layout-3 .action-layout .single__petition strong {
  font-weight: 600;
}
.clc-union.theme-option-layout-3 .action-layout .explainer {
  font-weight: 400;
}
.clc-union.theme-option-layout-3 .wph-modal .hustle-modal .hustle-modal-body {
  background-color: #A5E6BA;
}
.clc-union.theme-option-layout-3 .wph-modal .hustle-modal .hustle-modal-title {
  font-weight: 400;
}
.clc-union.theme-option-layout-3 .homepage-news__section .clc-card__image,
.clc-union.theme-option-layout-3 .news__section .clc-card__image, .clc-union.theme-option-layout-3.single .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_GenericNews-layout-3.png");
  background-position: top center;
  background-size: 57%;
}
.clc-union.theme-option-layout-3.single .clc-card__image {
  background-position: top center;
  background-size: 85.25%;
}
.clc-union.theme-option-layout-3 .homepage-action__section .wide-action-card__image img, .clc-union.theme-option-layout-3.page-template-page-take-action .wide-action-card__image img {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-3.png");
  background-position: top center;
  background-size: 64%;
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-3 .homepage-action__section .wide-action-card__image img, .clc-union.theme-option-layout-3.page-template-page-take-action .wide-action-card__image img {
    background-size: 46.25%;
  }
}
.clc-union.theme-option-layout-3 .action-layout .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-3.png");
  background-position: top center;
  background-size: 56%;
}
.clc-union.theme-option-layout-3.single .is--featured .clc-card__image a {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-3.png") !important;
  background-position: top center;
  background-size: 56.5%;
}
.clc-union.theme-option-layout-3 .homepage-event__section .clc-card__image,
.clc-union.theme-option-layout-3 .event__section .clc-card__image,
.clc-union.theme-option-layout-3 .event-past__section .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_InPersonEvent-layout-3.png");
  background-position: top center;
  background-size: 56%;
}
.clc-union.theme-option-layout-3 .homepage-event__section .virtual-event .clc-card__image,
.clc-union.theme-option-layout-3 .event__section .virtual-event .clc-card__image,
.clc-union.theme-option-layout-3 .event-past__section .virtual-event .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_DigitalEvent-layout-3.png");
  background-position: top center;
  background-size: 56%;
}
.clc-union.theme-option-layout-3.single-events strong {
  font-weight: 400;
}
.clc-union.theme-option-layout-3 footer a {
  font-family: "Oxygen";
  font-weight: 400;
}
.clc-union.theme-option-layout-3 footer div div div:not(.flex-column) p {
  font-family: "Oxygen";
}
.clc-union.theme-option-layout-3 .single-header__image {
  background-image: url("../img/placeholders/Placeholders_GenericNews-layout-3.png");
  background-position: top center;
  background-size: 64%;
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-3 .single-header__image {
    background-size: 58.5%;
  }
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-3 .article--layout-2 .single-header__image {
    background-size: 46.5%;
  }
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-3 .article--layout-3 .single-header__image {
    background-size: 46.5%;
  }
}
.clc-union.theme-option-layout-3.single-campaigns .single-header__image {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-3.png");
}
.clc-union.theme-option-layout-3.single-events .single-header__image {
  background-image: url("../img/placeholders/Placeholders_InPersonEvent-layout-3.png");
}
.clc-union.theme-option-layout-3.single-events .virtual-event .single-header__image {
  background-image: url("../img/placeholders/Placeholders_DigitalEvent-layout-3.png");
}
.clc-union.theme-option-layout-4 {
  /* content.scss */
  /*  end content.scss  */
  /* header.scss */
  /* end header.scss */
  /* footer.scss */
  /* end footer.scss */
  /* page.scss */
  /* End page.scss */
  /* homepage.scss */
  /* End homepage.scss */
  /* form.scss */
  /* end form.scss */
  /* components.scss */
  /* end components.scss */
  /* Card background image defaults */
  /* end default backgrounds */
  /* Page Types */
  /* End Page types */
  /* footer */
  /* End footer */
  /* Default Header images */
  /* End Default Header images */
}
.clc-union.theme-option-layout-4 {
  font-family: "Lora";
}
.clc-union.theme-option-layout-4 h1, .clc-union.theme-option-layout-4 h2, .clc-union.theme-option-layout-4 h3, .clc-union.theme-option-layout-4 .clc-button, .clc-union.theme-option-layout-4 input[type=submit], .clc-union.theme-option-layout-4 .wph-modal .hustle-modal .hustle-modal-title {
  font-family: "Oswald";
}
.clc-union.theme-option-layout-4 h1, .clc-union.theme-option-layout-4 h2, .clc-union.theme-option-layout-4 h3, .clc-union.theme-option-layout-4 h4, .clc-union.theme-option-layout-4 .single-header:not(.no-image) .single-header__title {
  font-weight: 400;
}
.clc-union.theme-option-layout-4 h1.single-header__title {
  color: #16A09A;
  text-transform: uppercase;
}
.clc-union.theme-option-layout-4 .action-layout.article--layout-1 h1.single-header__title {
  color: #16A09A !important;
}
.clc-union.theme-option-layout-4 .section__title:before {
  background-color: #16A09A;
}
.clc-union.theme-option-layout-4 .section__title h2 {
  font-weight: 400;
  text-transform: uppercase;
}
.clc-union.theme-option-layout-4 .single-header h1 {
  color: #16A09A;
}
.clc-union.theme-option-layout-4 a {
  color: #16A09A;
  font-weight: 700;
}
.clc-union.theme-option-layout-4 a:hover, .clc-union.theme-option-layout-4 a:active {
  color: #10736f;
}
.clc-union.theme-option-layout-4 .clc-content-style a:hover,
.clc-union.theme-option-layout-4 .clc-content-style a:active {
  color: #10736f;
}
.clc-union.theme-option-layout-4 .clc-content-style li:before,
.clc-union.theme-option-layout-4 .action-layout .clc-content-style ul li:before {
  background-color: #16A09A;
}
.clc-union.theme-option-layout-4 .navbar-toggler-icon {
  color: #16A09A;
}
.clc-union.theme-option-layout-4 .navbar-menu.union-navbar-menu {
  background-color: #16A09A26;
}
.clc-union.theme-option-layout-4 .navbar-menu.union-navbar-menu li a {
  color: #16A09A;
  font-weight: 400;
  font-family: "Oswald";
}
.clc-union.theme-option-layout-4 .navbar-menu.union-navbar-menu li:hover a,
.clc-union.theme-option-layout-4 .navbar-menu.union-navbar-menu li.current_page_item a,
.clc-union.theme-option-layout-4 .navbar-menu.union-navbar-menu li:after,
.clc-union.theme-option-layout-4 .navbar-menu.union-navbar-menu li:hover:after,
.clc-union.theme-option-layout-4 .navbar-menu.union-navbar-menu li.current_page_item a:after {
  color: #10736f;
}
@media screen and (min-width: 992px) {
  .clc-union.theme-option-layout-4 .navbar-menu.union-navbar-menu {
    background-color: #fff;
  }
  .clc-union.theme-option-layout-4 .navbar-menu.union-navbar-menu li:hover a,
.clc-union.theme-option-layout-4 .navbar-menu.union-navbar-menu li.current_page_item a {
    color: #16A09A;
  }
  .clc-union.theme-option-layout-4 .navbar-menu.union-navbar-menu li:after,
.clc-union.theme-option-layout-4 .navbar-menu.union-navbar-menu li:hover:after,
.clc-union.theme-option-layout-4 .navbar-menu.union-navbar-menu li.current_page_item a:after {
    border-top: 2px solid #16A09A;
  }
}
.clc-union.theme-option-layout-4 .navbar-menu.union-navbar-menu li a {
  color: #16A09A;
}
.clc-union.theme-option-layout-4 .clc-union__header-footer a {
  color: #16A09A;
}
.clc-union.theme-option-layout-4 .clc-union__header-footer a.clc-nav__social {
  color: #313131;
}
.clc-union.theme-option-layout-4 .clc-union__union-footer a {
  color: #DEEBFF;
}
.clc-union.theme-option-layout-4 .clc-union__union-footer a.clc-nav__social {
  color: #313131;
}
.clc-union.theme-option-layout-4 .page-banner h1 {
  color: #16A09A;
  text-transform: uppercase;
}
.clc-union.theme-option-layout-4 .single-header__image {
  background-color: #16A09AB3;
}
.clc-union.theme-option-layout-4 .title--topborder:before {
  background-color: #16A09A;
}
.clc-union.theme-option-layout-4 h1.union-main-banner__title {
  color: #16A09A;
  text-transform: uppercase;
}
.clc-union.theme-option-layout-4 .clc-union-form {
  background-color: #16A09A;
}
.clc-union.theme-option-layout-4 .clc-button.btn-primary,
.clc-union.theme-option-layout-4 .clc-button.btn-primary:not(:disabled):not(.disabled).active,
.clc-union.theme-option-layout-4 .union-newsletter-cta__cta-form input[type=submit],
.clc-union.theme-option-layout-4 input[type=submit] {
  background-color: #16A09A;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.clc-union.theme-option-layout-4 .clc-button.btn-primary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-4 .clc-button.btn-primary:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-4 .clc-button.btn-primary:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-4 .clc-button.btn-primary:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-4 .union-newsletter-cta__cta-form input[type=submit]:active,
.clc-union.theme-option-layout-4 .union-newsletter-cta__cta-form input[type=submit]:hover {
  background-color: #10736f;
  box-shadow: none !important;
}
.clc-union.theme-option-layout-4 .clc-button.btn-primary:focus,
.clc-union.theme-option-layout-4 .clc-button.btn-primary:not(:disabled):not(.disabled).active,
.clc-union.theme-option-layout-4 .union-newsletter-cta__cta-form input[type=submit]:focus {
  box-shadow: inset 0 0 0 0.2rem #10736f;
}
.clc-union.theme-option-layout-4 .clc-button.clc-button--inverted {
  background-color: #DEEBFF;
}
.clc-union.theme-option-layout-4 .clc-button.clc-button--inverted.btn-primary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-4 .clc-button.clc-button--inverted.btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #abccff;
  box-shadow: none !important;
}
.clc-union.theme-option-layout-4 .clc-button.clc-button--inverted:focus {
  box-shadow: inset 0 0 0 0.2rem #abccff;
}
.clc-union.theme-option-layout-4 .clc-button.section__seemore {
  color: #16A09A;
  text-transform: uppercase;
  font-weight: 400;
}
.clc-union.theme-option-layout-4 .clc-button.section__seemore:after {
  background-color: #16A09A;
}
.clc-union.theme-option-layout-4 .clc-button.section__seemore:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-4 .clc-button.section__seemore:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-4 .clc-button.section__seemore:focus {
  color: #10736f;
}
.clc-union.theme-option-layout-4 .clc-button.section__seemore:not(:disabled):not(.disabled):active:after,
.clc-union.theme-option-layout-4 .clc-button.section__seemore:not(:disabled):not(.disabled):hover:after,
.clc-union.theme-option-layout-4 .clc-button.section__seemore:focus:after {
  background-color: #10736f;
}
.clc-union.theme-option-layout-4 .clc-button.section__seemore.section__seemore--secondary {
  color: #DEEBFF;
}
.clc-union.theme-option-layout-4 .clc-button.section__seemore.section__seemore--secondary:after {
  background-color: #DEEBFF;
}
.clc-union.theme-option-layout-4 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-4 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-4 .clc-button.section__seemore.section__seemore--secondary:focus {
  color: #abccff;
}
.clc-union.theme-option-layout-4 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):active:after,
.clc-union.theme-option-layout-4 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):hover:after,
.clc-union.theme-option-layout-4 .clc-button.section__seemore.section__seemore--secondary:focus:after {
  background-color: #abccff;
}
.clc-union.theme-option-layout-4 a.clc-nav__social {
  background-color: #DEEBFF;
  color: #313131;
}
.clc-union.theme-option-layout-4 a.clc-nav__social:hover,
.clc-union.theme-option-layout-4 a.clc-nav__social:active {
  color: #313131;
  background-color: #abccff;
}
.clc-union.theme-option-layout-4 .wide-action-card {
  background-color: #16A09A26;
}
.clc-union.theme-option-layout-4 .wide-action-card:hover h2.card-title {
  color: #16A09A;
}
.clc-union.theme-option-layout-4 .wide-action-card .clc-button {
  background-color: #16A09A;
  color: #fff;
}
.clc-union.theme-option-layout-4 .wide-action-card .clc-button.clc-button--inverted.btn-primary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-4 .wide-action-card .clc-button.clc-button--inverted.btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #10736f;
  color: #fff;
}
.clc-union.theme-option-layout-4 .wide-action-card .clc-button.clc-button--inverted:focus {
  box-shadow: inset 0 0 0 0.2rem #10736f;
}
.clc-union.theme-option-layout-4 .newsletter-cta__section {
  background-color: #DEEBFF;
}
.clc-union.theme-option-layout-4 .newsletter-cta__section h2.newsletter-cta__header {
  text-transform: uppercase;
  font-weight: 400;
}
.clc-union.theme-option-layout-4 .clc-tile .clc-card__body {
  background-color: #16A09A26;
}
.clc-union.theme-option-layout-4 .homepage-event__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-4 .homepage-news__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-4 .news__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-4 .action-layout .clc-tile .clc-card__body,
.clc-union.theme-option-layout-4 .event__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-4 .event-past__section .clc-tile .clc-card__body, .clc-union.theme-option-layout-4.clc-single-campaign-petition .clc-tile .clc-card__body {
  background-color: #fff;
}
.clc-union.theme-option-layout-4 .clc-card:hover .card-title {
  color: #16A09A;
}
.clc-union.theme-option-layout-4 .clc-card .clc-card__image--clc-news:after,
.clc-union.theme-option-layout-4 .clc-card .clc-card__image--clc-news-fr:after {
  font-family: "Nunito Sans";
}
.clc-union.theme-option-layout-4 .clc-card--mini h2.card-title {
  font-family: "Oswald";
  font-weight: 400;
}
.clc-union.theme-option-layout-4 .sidebar {
  background-color: #16A09A;
}
.clc-union.theme-option-layout-4 .sidebar ul li a:hover {
  color: #fff;
}
.clc-union.theme-option-layout-4 .resources__group-section ul.resources__link-list a i {
  color: #16A09A;
}
.clc-union.theme-option-layout-4 .resources__group-section ul.resources__link-list a:hover i,
.clc-union.theme-option-layout-4 .resources__group-section ul.resources__link-list a:active i {
  color: #10736f;
}
.clc-union.theme-option-layout-4 .modal-header__content h2,
.clc-union.theme-option-layout-4 .modal-header__content .modal-content__lead,
.clc-union.theme-option-layout-4 .modal__close {
  color: #16A09A;
}
.clc-union.theme-option-layout-4 .who-we-are__card .who-we-are__person {
  font-weight: 700;
}
.clc-union.theme-option-layout-4 .sidebar ul li a {
  font-weight: 700;
}
.clc-union.theme-option-layout-4 .action-layout .single__petition {
  background-color: #16A09A;
}
.clc-union.theme-option-layout-4 .action-layout .single__petition .clc-action-form .progress.progress--goal .progress-bar {
  background-color: #DEEBFF;
}
.clc-union.theme-option-layout-4 .action-layout .single__petition .clc-action-form .js-d_sharing .clc-custom-checkmark:before {
  background-color: #16A09A;
}
.clc-union.theme-option-layout-4 .action-layout .single__petition .clc-action-form [type=submit] {
  background-color: #DEEBFF;
}
.clc-union.theme-option-layout-4 .action-layout .single__petition .clc-action-form [type=submit]:hover,
.clc-union.theme-option-layout-4 .action-layout .single__petition .clc-action-form [type=submit]:active {
  background-color: #abccff;
}
.clc-union.theme-option-layout-4 .action-layout .explainer {
  font-weight: 400;
}
.clc-union.theme-option-layout-4 .wph-modal .hustle-modal .hustle-modal-body {
  background-color: #DEEBFF;
}
.clc-union.theme-option-layout-4 .wph-modal .hustle-modal .hustle-modal-title {
  font-weight: 400;
}
.clc-union.theme-option-layout-4 .homepage-news__section .clc-card__image,
.clc-union.theme-option-layout-4 .news__section .clc-card__image, .clc-union.theme-option-layout-4.single .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_GenericNews-layout-4.png");
  background-position: top center;
  background-size: 57%;
}
.clc-union.theme-option-layout-4.single .clc-card__image {
  background-position: top center;
  background-size: 85.25%;
}
.clc-union.theme-option-layout-4 .homepage-action__section .wide-action-card__image img, .clc-union.theme-option-layout-4.page-template-page-take-action .wide-action-card__image img {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-4.png");
  background-position: top center;
  background-size: 64%;
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-4 .homepage-action__section .wide-action-card__image img, .clc-union.theme-option-layout-4.page-template-page-take-action .wide-action-card__image img {
    background-size: 46.25%;
  }
}
.clc-union.theme-option-layout-4 .action-layout .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-4.png");
  background-position: top center;
  background-size: 56%;
}
.clc-union.theme-option-layout-4.single .is--featured .clc-card__image a {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-4.png") !important;
  background-position: top center;
  background-size: 56.5%;
}
.clc-union.theme-option-layout-4 .homepage-event__section .clc-card__image,
.clc-union.theme-option-layout-4 .event__section .clc-card__image,
.clc-union.theme-option-layout-4 .event-past__section .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_InPersonEvent-layout-4.png");
  background-position: top center;
  background-size: 56%;
}
.clc-union.theme-option-layout-4 .homepage-event__section .virtual-event .clc-card__image,
.clc-union.theme-option-layout-4 .event__section .virtual-event .clc-card__image,
.clc-union.theme-option-layout-4 .event-past__section .virtual-event .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_DigitalEvent-layout-4.png");
  background-position: top center;
  background-size: 56%;
}
.clc-union.theme-option-layout-4 footer a {
  font-family: "Oswald";
  font-weight: 400;
}
.clc-union.theme-option-layout-4 footer div div div:not(.flex-column) p {
  font-family: "Oswald";
}
.clc-union.theme-option-layout-4 .single-header__image {
  background-image: url("../img/placeholders/Placeholders_GenericNews-layout-4.png");
  background-position: top center;
  background-size: 64%;
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-4 .single-header__image {
    background-size: 58.5%;
  }
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-4 .article--layout-2 .single-header__image {
    background-size: 46.5%;
  }
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-4 .article--layout-3 .single-header__image {
    background-size: 46.5%;
  }
}
.clc-union.theme-option-layout-4.single-campaigns .single-header__image {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-4.png");
}
.clc-union.theme-option-layout-4.single-events .single-header__image {
  background-image: url("../img/placeholders/Placeholders_InPersonEvent-layout-4.png");
}
.clc-union.theme-option-layout-4.single-events .virtual-event .single-header__image {
  background-image: url("../img/placeholders/Placeholders_DigitalEvent-layout-4.png");
}
.clc-union.theme-option-layout-5 {
  /* content.scss */
  /*  end content.scss  */
  /* header.scss */
  /* end header.scss */
  /* footer.scss */
  /* end footer.scss */
  /* page.scss */
  /* End page.scss */
  /* homepage.scss */
  /* End homepage.scss */
  /* form.scss */
  /* end form.scss */
  /* components.scss */
  /* end components.scss */
  /* Card background image defaults */
  /* end default backgrounds */
  /* Page Types */
  /* End Page types */
  /* footer */
  /* End footer */
  /* Default Header images */
  /* End Default Header images */
}
.clc-union.theme-option-layout-5 {
  font-family: "Open Sans";
}
.clc-union.theme-option-layout-5 h1, .clc-union.theme-option-layout-5 h2, .clc-union.theme-option-layout-5 h3, .clc-union.theme-option-layout-5 .clc-button, .clc-union.theme-option-layout-5 input[type=submit], .clc-union.theme-option-layout-5 .wph-modal .hustle-modal .hustle-modal-title {
  font-family: "Oswald";
}
.clc-union.theme-option-layout-5 h1, .clc-union.theme-option-layout-5 h2, .clc-union.theme-option-layout-5 h3, .clc-union.theme-option-layout-5 h4, .clc-union.theme-option-layout-5 .single-header:not(.no-image) .single-header__title {
  font-weight: 400;
}
.clc-union.theme-option-layout-5 h1.single-header__title {
  color: #106122;
  text-transform: uppercase;
}
.clc-union.theme-option-layout-5 .action-layout.article--layout-1 h1.single-header__title {
  color: #106122 !important;
}
.clc-union.theme-option-layout-5 .section__title:before {
  background-color: #106122;
}
.clc-union.theme-option-layout-5 .section__title h2 {
  font-weight: 400;
  text-transform: uppercase;
}
.clc-union.theme-option-layout-5 .single-header h1 {
  color: #106122;
}
.clc-union.theme-option-layout-5 a {
  color: #106122;
  font-weight: 700;
}
.clc-union.theme-option-layout-5 a:hover, .clc-union.theme-option-layout-5 a:active {
  color: #093513;
}
.clc-union.theme-option-layout-5 .clc-content-style a:hover,
.clc-union.theme-option-layout-5 .clc-content-style a:active {
  color: #093513;
}
.clc-union.theme-option-layout-5 .clc-content-style li:before,
.clc-union.theme-option-layout-5 .action-layout .clc-content-style ul li:before {
  background-color: #106122;
}
.clc-union.theme-option-layout-5 .navbar-toggler-icon {
  color: #106122;
}
.clc-union.theme-option-layout-5 .navbar-menu.union-navbar-menu {
  background-color: #10612226;
}
.clc-union.theme-option-layout-5 .navbar-menu.union-navbar-menu li a {
  color: #106122;
  font-weight: 700;
  font-family: "Open Sans";
}
.clc-union.theme-option-layout-5 .navbar-menu.union-navbar-menu li:hover a,
.clc-union.theme-option-layout-5 .navbar-menu.union-navbar-menu li.current_page_item a,
.clc-union.theme-option-layout-5 .navbar-menu.union-navbar-menu li:after,
.clc-union.theme-option-layout-5 .navbar-menu.union-navbar-menu li:hover:after,
.clc-union.theme-option-layout-5 .navbar-menu.union-navbar-menu li.current_page_item a:after {
  color: #093513;
}
@media screen and (min-width: 992px) {
  .clc-union.theme-option-layout-5 .navbar-menu.union-navbar-menu {
    background-color: #fff;
  }
  .clc-union.theme-option-layout-5 .navbar-menu.union-navbar-menu li:hover a,
.clc-union.theme-option-layout-5 .navbar-menu.union-navbar-menu li.current_page_item a {
    color: #106122;
  }
  .clc-union.theme-option-layout-5 .navbar-menu.union-navbar-menu li:after,
.clc-union.theme-option-layout-5 .navbar-menu.union-navbar-menu li:hover:after,
.clc-union.theme-option-layout-5 .navbar-menu.union-navbar-menu li.current_page_item a:after {
    border-top: 2px solid #106122;
  }
}
.clc-union.theme-option-layout-5 .navbar-menu.union-navbar-menu li a {
  color: #106122;
}
.clc-union.theme-option-layout-5 .clc-union__header-footer a {
  color: #106122;
}
.clc-union.theme-option-layout-5 .clc-union__header-footer a.clc-nav__social {
  color: #313131;
}
.clc-union.theme-option-layout-5 .clc-union__union-footer a {
  color: #F8E448;
}
.clc-union.theme-option-layout-5 .clc-union__union-footer a.clc-nav__social {
  color: #313131;
}
.clc-union.theme-option-layout-5 .page-banner h1 {
  color: #106122;
  text-transform: uppercase;
}
.clc-union.theme-option-layout-5 .single-header__image {
  background-color: #106122B3;
}
.clc-union.theme-option-layout-5 .title--topborder:before {
  background-color: #106122;
}
.clc-union.theme-option-layout-5 h1.union-main-banner__title {
  color: #106122;
  text-transform: uppercase;
}
.clc-union.theme-option-layout-5 .clc-union-form {
  background-color: #106122;
}
.clc-union.theme-option-layout-5 .clc-button.btn-primary,
.clc-union.theme-option-layout-5 .clc-button.btn-primary:not(:disabled):not(.disabled).active,
.clc-union.theme-option-layout-5 .union-newsletter-cta__cta-form input[type=submit],
.clc-union.theme-option-layout-5 input[type=submit] {
  background-color: #106122;
  text-transform: uppercase;
  font-weight: 700;
}
.clc-union.theme-option-layout-5 .clc-button.btn-primary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-5 .clc-button.btn-primary:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-5 .clc-button.btn-primary:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-5 .clc-button.btn-primary:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-5 .union-newsletter-cta__cta-form input[type=submit]:active,
.clc-union.theme-option-layout-5 .union-newsletter-cta__cta-form input[type=submit]:hover {
  background-color: #093513;
  box-shadow: none !important;
}
.clc-union.theme-option-layout-5 .clc-button.btn-primary:focus,
.clc-union.theme-option-layout-5 .clc-button.btn-primary:not(:disabled):not(.disabled).active,
.clc-union.theme-option-layout-5 .union-newsletter-cta__cta-form input[type=submit]:focus {
  box-shadow: inset 0 0 0 0.2rem #093513;
}
.clc-union.theme-option-layout-5 .clc-button.clc-button--inverted {
  background-color: #F8E448;
}
.clc-union.theme-option-layout-5 .clc-button.clc-button--inverted.btn-primary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-5 .clc-button.clc-button--inverted.btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #f6dd17;
  box-shadow: none !important;
}
.clc-union.theme-option-layout-5 .clc-button.clc-button--inverted:focus {
  box-shadow: inset 0 0 0 0.2rem #f6dd17;
}
.clc-union.theme-option-layout-5 .clc-button.section__seemore {
  color: #106122;
  text-transform: uppercase;
  font-weight: 400;
}
.clc-union.theme-option-layout-5 .clc-button.section__seemore:after {
  background-color: #106122;
}
.clc-union.theme-option-layout-5 .clc-button.section__seemore:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-5 .clc-button.section__seemore:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-5 .clc-button.section__seemore:focus {
  color: #093513;
}
.clc-union.theme-option-layout-5 .clc-button.section__seemore:not(:disabled):not(.disabled):active:after,
.clc-union.theme-option-layout-5 .clc-button.section__seemore:not(:disabled):not(.disabled):hover:after,
.clc-union.theme-option-layout-5 .clc-button.section__seemore:focus:after {
  background-color: #093513;
}
.clc-union.theme-option-layout-5 .clc-button.section__seemore.section__seemore--secondary {
  color: #F8E448;
}
.clc-union.theme-option-layout-5 .clc-button.section__seemore.section__seemore--secondary:after {
  background-color: #F8E448;
}
.clc-union.theme-option-layout-5 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-5 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):hover,
.clc-union.theme-option-layout-5 .clc-button.section__seemore.section__seemore--secondary:focus {
  color: #f6dd17;
}
.clc-union.theme-option-layout-5 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):active:after,
.clc-union.theme-option-layout-5 .clc-button.section__seemore.section__seemore--secondary:not(:disabled):not(.disabled):hover:after,
.clc-union.theme-option-layout-5 .clc-button.section__seemore.section__seemore--secondary:focus:after {
  background-color: #f6dd17;
}
.clc-union.theme-option-layout-5 a.clc-nav__social {
  background-color: #F8E448;
  color: #313131;
}
.clc-union.theme-option-layout-5 a.clc-nav__social:hover,
.clc-union.theme-option-layout-5 a.clc-nav__social:active {
  color: #313131;
  background-color: #f6dd17;
}
.clc-union.theme-option-layout-5 .wide-action-card {
  background-color: #10612226;
}
.clc-union.theme-option-layout-5 .wide-action-card:hover h2.card-title {
  color: #106122;
}
.clc-union.theme-option-layout-5 .wide-action-card .clc-button {
  background-color: #106122;
  color: #fff;
}
.clc-union.theme-option-layout-5 .wide-action-card .clc-button.clc-button--inverted.btn-primary:not(:disabled):not(.disabled):active,
.clc-union.theme-option-layout-5 .wide-action-card .clc-button.clc-button--inverted.btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #093513;
  color: #fff;
}
.clc-union.theme-option-layout-5 .wide-action-card .clc-button.clc-button--inverted:focus {
  box-shadow: inset 0 0 0 0.2rem #093513;
}
.clc-union.theme-option-layout-5 .newsletter-cta__section {
  background-color: #F8E448;
}
.clc-union.theme-option-layout-5 .newsletter-cta__section h2.newsletter-cta__header {
  text-transform: uppercase;
  font-weight: 400;
}
.clc-union.theme-option-layout-5 .clc-tile .clc-card__body {
  background-color: #10612226;
}
.clc-union.theme-option-layout-5 .homepage-event__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-5 .homepage-news__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-5 .news__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-5 .action-layout .clc-tile .clc-card__body,
.clc-union.theme-option-layout-5 .event__section .clc-tile .clc-card__body,
.clc-union.theme-option-layout-5 .event-past__section .clc-tile .clc-card__body, .clc-union.theme-option-layout-5.clc-single-campaign-petition .clc-tile .clc-card__body {
  background-color: #fff;
}
.clc-union.theme-option-layout-5 .clc-card:hover .card-title {
  color: #106122;
}
.clc-union.theme-option-layout-5 .clc-card .clc-card__image--clc-news:after,
.clc-union.theme-option-layout-5 .clc-card .clc-card__image--clc-news-fr:after {
  font-family: "Nunito Sans";
}
.clc-union.theme-option-layout-5 .clc-card--mini h2.card-title {
  font-family: "Oswald";
  font-weight: 400;
}
.clc-union.theme-option-layout-5 .sidebar {
  background-color: #106122;
}
.clc-union.theme-option-layout-5 .sidebar ul li a:hover {
  color: #fff;
}
.clc-union.theme-option-layout-5 .resources__group-section ul.resources__link-list a i {
  color: #106122;
}
.clc-union.theme-option-layout-5 .resources__group-section ul.resources__link-list a:hover i,
.clc-union.theme-option-layout-5 .resources__group-section ul.resources__link-list a:active i {
  color: #093513;
}
.clc-union.theme-option-layout-5 .modal-header__content h2,
.clc-union.theme-option-layout-5 .modal-header__content .modal-content__lead,
.clc-union.theme-option-layout-5 .modal__close {
  color: #106122;
}
.clc-union.theme-option-layout-5 .who-we-are__card .who-we-are__person {
  font-weight: 700;
}
.clc-union.theme-option-layout-5 .sidebar ul li a {
  font-weight: 700;
}
.clc-union.theme-option-layout-5 .action-layout .single__petition {
  background-color: #106122;
}
.clc-union.theme-option-layout-5 .action-layout .single__petition .clc-action-form .progress.progress--goal .progress-bar {
  background-color: #F8E448;
}
.clc-union.theme-option-layout-5 .action-layout .single__petition .clc-action-form .js-d_sharing .clc-custom-checkmark:before {
  background-color: #106122;
}
.clc-union.theme-option-layout-5 .action-layout .single__petition .clc-action-form [type=submit] {
  background-color: #F8E448;
}
.clc-union.theme-option-layout-5 .action-layout .single__petition .clc-action-form [type=submit]:hover,
.clc-union.theme-option-layout-5 .action-layout .single__petition .clc-action-form [type=submit]:active {
  background-color: #f6dd17;
}
.clc-union.theme-option-layout-5 .action-layout .explainer {
  font-weight: 400;
}
.clc-union.theme-option-layout-5 .wph-modal .hustle-modal .hustle-modal-body {
  background-color: #F8E448;
}
.clc-union.theme-option-layout-5 .wph-modal .hustle-modal .hustle-modal-title {
  font-weight: 400;
}
.clc-union.theme-option-layout-5 .homepage-news__section .clc-card__image,
.clc-union.theme-option-layout-5 .news__section .clc-card__image, .clc-union.theme-option-layout-5.single .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_GenericNews-layout-5.png");
  background-position: top center;
  background-size: 57%;
}
.clc-union.theme-option-layout-5.single .clc-card__image {
  background-position: top center;
  background-size: 85.25%;
}
.clc-union.theme-option-layout-5 .homepage-action__section .wide-action-card__image img, .clc-union.theme-option-layout-5.page-template-page-take-action .wide-action-card__image img {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-5.png");
  background-position: top center;
  background-size: 64%;
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-5 .homepage-action__section .wide-action-card__image img, .clc-union.theme-option-layout-5.page-template-page-take-action .wide-action-card__image img {
    background-size: 46.25%;
  }
}
.clc-union.theme-option-layout-5 .action-layout .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-5.png");
  background-position: top center;
  background-size: 56%;
}
.clc-union.theme-option-layout-5.single .is--featured .clc-card__image a {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-5.png") !important;
  background-position: top center;
  background-size: 56.5%;
}
.clc-union.theme-option-layout-5 .homepage-event__section .clc-card__image,
.clc-union.theme-option-layout-5 .event__section .clc-card__image,
.clc-union.theme-option-layout-5 .event-past__section .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_InPersonEvent-layout-5.png");
  background-position: top center;
  background-size: 56%;
}
.clc-union.theme-option-layout-5 .homepage-event__section .virtual-event .clc-card__image,
.clc-union.theme-option-layout-5 .event__section .virtual-event .clc-card__image,
.clc-union.theme-option-layout-5 .event-past__section .virtual-event .clc-card__image {
  background-image: url("../img/placeholders/Placeholders_DigitalEvent-layout-5.png");
  background-position: top center;
  background-size: 56%;
}
.clc-union.theme-option-layout-5 footer a {
  font-family: "Oswald";
  font-weight: 400;
}
.clc-union.theme-option-layout-5 footer div div div:not(.flex-column) p {
  font-family: "Oswald";
}
.clc-union.theme-option-layout-5 .single-header__image {
  background-image: url("../img/placeholders/Placeholders_GenericNews-layout-5.png");
  background-position: top center;
  background-size: 64%;
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-5 .single-header__image {
    background-size: 58.5%;
  }
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-5 .article--layout-2 .single-header__image {
    background-size: 46.5%;
  }
}
@media (min-width: 768px) {
  .clc-union.theme-option-layout-5 .article--layout-3 .single-header__image {
    background-size: 46.5%;
  }
}
.clc-union.theme-option-layout-5.single-campaigns .single-header__image {
  background-image: url("../img/placeholders/Placeholders_LabourAction-layout-5.png");
}
.clc-union.theme-option-layout-5.single-events .single-header__image {
  background-image: url("../img/placeholders/Placeholders_InPersonEvent-layout-5.png");
}
.clc-union.theme-option-layout-5.single-events .virtual-event .single-header__image {
  background-image: url("../img/placeholders/Placeholders_DigitalEvent-layout-5.png");
}

/* Ticketed Event Override */
body#js-ticketed_event_widget.js-ticketed_event_widget,
body#can_fundraising_widget {
  color: #fff;
}
body#js-ticketed_event_widget.js-ticketed_event_widget #can_embed_form ul.ticket_list,
body#can_fundraising_widget #can_embed_form ul.ticket_list {
  border-bottom: 1px solid #fff;
}
body#js-ticketed_event_widget.js-ticketed_event_widget #can_embed_form ul.ticket_list .graytext,
body#can_fundraising_widget #can_embed_form ul.ticket_list .graytext {
  color: #fff;
}
body#js-ticketed_event_widget.js-ticketed_event_widget #can_embed_form .floatlabel-wrapper label.floatlabel-label,
body#can_fundraising_widget #can_embed_form .floatlabel-wrapper label.floatlabel-label {
  color: #fff;
}
body#js-ticketed_event_widget.js-ticketed_event_widget #can_embed_form .country_wrap,
body#can_fundraising_widget #can_embed_form .country_wrap {
  color: #fff;
}
body#js-ticketed_event_widget.js-ticketed_event_widget #can_embed_form .state_wrap, body#js-ticketed_event_widget.js-ticketed_event_widget #can_embed_form .donate_cc_month, body#js-ticketed_event_widget.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: #fff;
}
body#js-ticketed_event_widget.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) {
  border-top: 1px solid #fff;
}
body#js-ticketed_event_widget.js-ticketed_event_widget #can_embed_form #form_col2,
body#can_fundraising_widget #can_embed_form #form_col2 {
  border-top: 1px solid #fff;
}
body#js-ticketed_event_widget.js-ticketed_event_widget #can_embed_form input[type=submit]#ticketed_event_form_button,
body#js-ticketed_event_widget.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: #ffba43;
  text-transform: uppercase;
  color: #313131;
}
body#js-ticketed_event_widget.js-ticketed_event_widget #can_embed_form input[type=submit]#ticketed_event_form_button:hover,
body#js-ticketed_event_widget.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: #ffa710;
}

body#can_fundraising_widget #can_embed_form .check_radio_field.donate_amount_wrap {
  display: flex !important;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}

#can_embed_form .check_radio_field label.donate_amount.js-donate_amount {
  flex: 1;
  min-width: 80px;
  padding: 0px !important;
}
