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

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 3.3333333333rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6666666667rem;
    font-weight: 900;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3.3333333333rem;
    font-weight: 900;
    line-height: 4rem;
  }
}

h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1.3333333333rem;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.6666666667rem;
    font-weight: 900;
    line-height: 1.6666666667rem;
  }
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 2rem;
  }
}

h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5333333333rem;
  font-weight: 800;
  line-height: 1.8rem;
}

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

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

button:focus {
  outline: 0px;
}

.small-text {
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 1.4666666667rem;
  color: #212529;
}

.clc-lead, .clc-lead p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
  color: #6C6C6C;
}
@media only screen and (min-width: 768px) {
  .clc-lead, .clc-lead p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .clc-lead, .clc-lead p {
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 2.3333333333rem;
  }
}

.clc-date {
  color: #000000;
  font-size: 1.0666666667rem;
  font-weight: normal;
  line-height: 1.4666666667rem;
  line-height: 1.4666666667rem;
}
.clc-date:before, .clc-date:after {
  content: "";
  display: table;
}
.clc-date:before {
  margin-bottom: -0.2163333333rem;
}
.clc-date:after {
  margin-top: -0.2163333333rem;
}

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 992px) {
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }

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

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

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

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

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

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

.section__title {
  margin-bottom: 15px;
}
.section__title h1, .section__title h2 {
  text-transform: uppercase;
}
.section__title:hover {
  text-decoration: none;
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: calc(100% - 30px);
  }
}
.clc-content {
  margin-top: 0px;
  padding-bottom: 4rem;
  background-color: #FFFFFF;
  flex-grow: 1;
}

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

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

.search__keyword {
  color: #FF4007;
}
.search__query {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1rem;
  color: #6C6C6C;
}
.search .clc-card .clc-date {
  color: #000000;
}
/*Loading pagination */
.load-more {
  margin: auto;
}

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

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

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

/* Components
------------------------------------------------------------------------------*/
/*
|--------------------------------------------------------------------------
| Cards
|--------------------------------------------------------------------------
|*/
.clc-card {
  border: none;
  border-radius: 0px;
  background-color: transparent;
  /*	.card-date {
  		//display: none;
  		color: $color-neutral-black;
  		@include set-type(16, 22, normal);
  		@include spacing(22);
  	}*/
}
.clc-card--spacing {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-card--spacing {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-card--spacing {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .clc-card--spacing {
    margin-bottom: 2rem;
  }
}
.clc-card__image {
  background-color: #edecf7;
  position: relative;
  background-image: url("../img/clc-tile.jpg");
  background-color: #edecf7;
  background-size: 50%;
  background-position: 60%;
}
.clc-card__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.clc-card__image > a {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}
.clc-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: transparent;
  display: block;
}
.clc-card__image--placeholder {
  background-color: #10069E;
}
.clc-card__image--placeholder img {
  object-fit: unset;
  padding: 5%;
  width: auto;
  height: 100%;
  margin: auto;
  display: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-card__image--placeholder img {
    padding: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-card__image--placeholder img {
    padding: 10%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-card__image--placeholder img {
    padding: 5%;
  }
}
.clc-card__event-status {
  position: absolute;
  top: 30px;
  left: 0;
  background: #10069E;
  color: #FFFFFF;
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1.6rem;
}
.clc-card h1 {
  font-size: 1.5333333333rem;
  font-weight: 900;
  line-height: 1.8rem;
  line-height: 1.6rem;
}
.clc-card h1:before, .clc-card h1:after {
  content: "";
  display: table;
}
.clc-card h1:before {
  margin-bottom: -0.236rem;
}
.clc-card h1:after {
  margin-top: -0.236rem;
}
.clc-card__body .btn {
  align-self: flex-start;
  margin-top: auto;
}
.clc-card__body .card-text p {
  margin-bottom: 0;
}
.clc-card__description {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3333333333rem;
  line-height: 1.3333333333rem;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  color: #4E4E4E;
}
.clc-card__description:before, .clc-card__description:after {
  content: "";
  display: table;
}
.clc-card__description:before {
  margin-bottom: -0.1966666667rem;
}
.clc-card__description:after {
  margin-top: -0.1966666667rem;
}
.clc-card__label {
  flex-wrap: wrap;
}
.clc-card__label .tag {
  padding-right: 6px;
  color: #FF4007;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  list-style: none;
  float: inline-start;
  white-space: nowrap;
  margin-right: 6px;
}
.clc-card__label .tag:before, .clc-card__label .tag:after {
  content: "";
  display: table;
}
.clc-card__label .tag:before {
  margin-bottom: -0.1475rem;
}
.clc-card__label .tag:after {
  margin-top: -0.1475rem;
}
.clc-card__label .tag:not(:last-of-type) {
  border-right: 2px solid #F5F5F5;
}
.clc-card__content-type {
  padding-right: 6px;
  color: #FF4007;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  list-style: none;
}
.clc-card__content-type:before, .clc-card__content-type:after {
  content: "";
  display: table;
}
.clc-card__content-type:before {
  margin-bottom: -0.1475rem;
}
.clc-card__content-type:after {
  margin-top: -0.1475rem;
}
.clc-card .card-location {
  display: none;
  font-weight: 700;
}
.clc-card--horizontal.clc-card__image {
  align-self: flex-start;
}
.clc-card--courses .clc-card__description, .clc-card--schools .clc-card__description, .clc-card--series .clc-card__description {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.0666666667rem;
  font-weight: normal;
  line-height: 1.4666666667rem;
  line-height: 1.4666666667rem;
}
.clc-card--courses .clc-card__description:before, .clc-card--courses .clc-card__description:after, .clc-card--schools .clc-card__description:before, .clc-card--schools .clc-card__description:after, .clc-card--series .clc-card__description:before, .clc-card--series .clc-card__description:after {
  content: "";
  display: table;
}
.clc-card--courses .clc-card__description:before, .clc-card--schools .clc-card__description:before, .clc-card--series .clc-card__description:before {
  margin-bottom: -0.2163333333rem;
}
.clc-card--courses .clc-card__description:after, .clc-card--schools .clc-card__description:after, .clc-card--series .clc-card__description:after {
  margin-top: -0.2163333333rem;
}

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

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

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

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

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

.clc-card--event .card-location {
  display: block;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 1.3333333333rem;
  line-height: 1.3333333333rem;
}
.clc-card--event .card-location:before, .clc-card--event .card-location:after {
  content: "";
  display: table;
}
.clc-card--event .card-location:before {
  margin-bottom: -0.1966666667rem;
}
.clc-card--event .card-location:after {
  margin-top: -0.1966666667rem;
}
.clc-card--event .clc-date {
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 1.3333333333rem;
  line-height: 1.3333333333rem;
}
.clc-card--event .clc-date:before, .clc-card--event .clc-date:after {
  content: "";
  display: table;
}
.clc-card--event .clc-date:before {
  margin-bottom: -0.1966666667rem;
}
.clc-card--event .clc-date:after {
  margin-top: -0.1966666667rem;
}
.clc-card--event .clc-card__image {
  background-color: #edecf7;
  background-size: 50%;
  /* For IE */
}
.clc-card--event .clc-card__image a {
  background-color: transparent;
}
.clc-card--event .card-text {
  max-width: 100%;
  /* fix for IE */
}

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

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

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

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

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

/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
|*/
.clc-button {
  background-color: #10069E;
  border-radius: 25px;
  border-top-left-radius: 0px;
  padding: 10px 20px;
  font-size: 1.0666666667rem;
  font-weight: 800;
  line-height: 1.0666666667rem;
  border: none;
}
.clc-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

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

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

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

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

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

.clc-main-nav__menu-button {
  background-color: #10069E;
  border-radius: 25px;
  padding: 11px 20px;
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.0666666667rem;
  line-height: 1.0666666667rem;
  color: #FFFFFF;
  transition: background-color 0.3s;
}
.clc-main-nav__menu-button:before, .clc-main-nav__menu-button:after {
  content: "";
  display: table;
}
.clc-main-nav__menu-button:before {
  margin-bottom: -0.1573333333rem;
}
.clc-main-nav__menu-button:after {
  margin-top: -0.1573333333rem;
}
.clc-main-nav__menu-button:hover {
  background-color: #FF4007;
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 0.3s;
}

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

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

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

.section__seemore {
  color: #FF4007;
  align-self: center;
  font-weight: 900;
  background: none;
  border-radius: 2px;
}
.section__seemore:hover {
  background: none;
  color: #10069E;
  transition: 0.25s;
}
.section__seemore::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-left: 5px;
}
.section__seemore--stacked::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  content: "";
}
.section__seemore--back::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-right: 5px;
}
.section__seemore--back::after {
  content: none;
}

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

/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
|*/
.clc-link {
  background: none;
  border-radius: 0;
  padding: 6px 0;
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.0666666667rem;
  line-height: 1.0666666667rem;
  border: none;
  color: #FF4007;
}
.clc-link:before, .clc-link:after {
  content: "";
  display: table;
}
.clc-link:before {
  margin-bottom: -0.1573333333rem;
}
.clc-link:after {
  margin-top: -0.1573333333rem;
}
.clc-link > .fas {
  padding-left: 10px;
}
.clc-link:hover {
  background: none;
  color: #FF4007;
}
.clc-link:focus {
  box-shadow: none;
  border: none;
  outline: 0.2rem solid #ffb6a0;
}
.clc-link:focus:active {
  background-color: #ffddd3 !important;
  color: #FF4007 !important;
  border: none !important;
  box-shadow: none !important;
}

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

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

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

.addeventatc {
  position: relative;
}

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

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

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

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

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

.addeventatc_dropdown a:hover {
  background-color: #d6d2f7;
  text-decoration: none;
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.0666666667rem;
}

.addeventatc_dropdown .frs {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

/*
|-------------------------------------------------------------------------
| Funnels             \		 /
|----------------------\  /-------------------------------------------------
|												||																		*/
.funnel {
  background-color: #edecf7;
}
.funnel--fluid {
  background-color: #edecf7;
}
.funnel--fluid .funnel {
  display: flex;
}
.funnel--fluid .funnel__image {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}
.funnel__image {
  position: relative;
}
.funnel__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 55.5555555556%;
}
.funnel__image > img {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}
.funnel__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.funnel__content .btn {
  align-self: flex-start;
}
.funnel__content .funnel-title {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.4666666667rem;
  line-height: 1.4666666667rem;
}
.funnel__content .funnel-title:before, .funnel__content .funnel-title:after {
  content: "";
  display: table;
}
.funnel__content .funnel-title:before {
  margin-bottom: -0.2163333333rem;
}
.funnel__content .funnel-title:after {
  margin-top: -0.2163333333rem;
}
@media only screen and (min-width: 768px) {
  .funnel__content .funnel-title {
    font-size: 1.3333333333rem;
    font-weight: 900;
    line-height: 1.6rem;
    line-height: 1.6rem;
  }
  .funnel__content .funnel-title:before, .funnel__content .funnel-title:after {
    content: "";
    display: table;
  }
  .funnel__content .funnel-title:before {
    margin-bottom: -0.236rem;
  }
  .funnel__content .funnel-title:after {
    margin-top: -0.236rem;
  }
}
@media only screen and (min-width: 992px) {
  .funnel__content .funnel-title {
    font-size: 1.5333333333rem;
    font-weight: 900;
    line-height: 1.8rem;
    line-height: 1.8rem;
  }
  .funnel__content .funnel-title:before, .funnel__content .funnel-title:after {
    content: "";
    display: table;
  }
  .funnel__content .funnel-title:before {
    margin-bottom: -0.2655rem;
  }
  .funnel__content .funnel-title:after {
    margin-top: -0.2655rem;
  }
}
.issue-funnel {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: #F5F5F5;
  display: flex;
  align-items: flex-end;
}
.issue-funnel:hover {
  text-decoration: none;
}
.issue-funnel:hover .issue-funnel__tag {
  background-color: #FF4007;
  color: #FFFFFF;
}

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

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

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

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

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

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

.affiliate__name {
  flex-basis: 60%;
  flex-grow: 1;
  justify-self: flex-start;
  align-self: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.3333333333rem;
  font-weight: 800;
  line-height: 1.6rem;
  line-height: 1.6rem;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .affiliate__name {
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .affiliate__name {
    flex-basis: 70%;
  }
}
@media only screen and (min-width: 992px) {
  .affiliate__name {
    flex-basis: 70%;
  }
}
.affiliate__name:before, .affiliate__name:after {
  content: "";
  display: table;
}
.affiliate__name:before {
  margin-bottom: -0.236rem;
}
.affiliate__name:after {
  margin-top: -0.236rem;
}

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

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

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

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

.applied-filters {
  display: none;
}
.applied-filters span {
  display: block;
  color: #6C6C6C;
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.3333333333rem;
  line-height: 1.8rem;
}
.applied-filters span:before, .applied-filters span:after {
  content: "";
  display: table;
}
.applied-filters span:before {
  margin-bottom: -0.2655rem;
}
.applied-filters span:after {
  margin-top: -0.2655rem;
}
.applied-filters > .form-check {
  display: inline-block;
  padding-left: 0;
  padding-right: 5px;
}

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

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

.main-banner__content {
  z-index: 1;
  padding-top: 25px;
  color: #FFFFFF;
  font-size: 1.4666666667rem;
  line-height: 1.8666666667rem;
}
.main-banner__content .clc-lead {
  color: #FFFFFF;
}
.main-banner__content .main-banner__title {
  color: #FFFFFF;
}
.main-banner__content .main-banner__button {
  background-color: #FFFFFF;
  color: #10069E;
  font-weight: 800;
}

.bg-blur {
  position: absolute;
  top: 0px;
  z-index: -1;
  background-size: cover;
  height: 600px;
  width: 100%;
  filter: blur(60px) saturate(1.2);
  opacity: 0.3;
}

.no-banner, .main-banner, .single-header {
  position: relative;
}
.no-banner:hover .post-edit-link, .main-banner:hover .post-edit-link, .single-header:hover .post-edit-link {
  display: inline-block;
}
.no-banner .post-edit-link, .main-banner .post-edit-link, .single-header .post-edit-link {
  position: absolute;
  display: none;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 0.8rem;
  line-height: 0.8rem;
  padding: 0.5rem;
  z-index: 999;
  text-transform: uppercase;
  color: #10069E;
  background-color: #edecf7;
  border-radius: 15px;
  white-space: nowrap;
}
.no-banner .post-edit-link:before, .no-banner .post-edit-link:after, .main-banner .post-edit-link:before, .main-banner .post-edit-link:after, .single-header .post-edit-link:before, .single-header .post-edit-link:after {
  content: "";
  display: table;
}
.no-banner .post-edit-link:before, .main-banner .post-edit-link:before, .single-header .post-edit-link:before {
  margin-bottom: -0.118rem;
}
.no-banner .post-edit-link:after, .main-banner .post-edit-link:after, .single-header .post-edit-link:after {
  margin-top: -0.118rem;
}
.no-banner .post-edit-link:hover, .main-banner .post-edit-link:hover, .single-header .post-edit-link:hover {
  background-color: #dcdaef;
}

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

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

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

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

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

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

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-size: 18px;
  margin-bottom: 0;
}
.gform_wrapper .gform_body .gform_fields .ginput_container input, .gform_wrapper .gform_body .gform_fields .ginput_container textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 25px;
  border: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gform_wrapper .gform_body .gform_fields .ginput_container input {
  height: calc(2.25rem + 2px);
}
.gform_wrapper .gform_footer .gform_button {
  background-color: #10069E;
  border-radius: 50px;
  border-top-left-radius: 0px;
  padding: 6px 20px;
  font-weight: 700;
  font-size: 16px !important;
  border: none;
  color: white;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #FF4007;
}

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

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

/*
|--------------------------------------------------------------------------
| Contact Form 7
|--------------------------------------------------------------------------
|*/
.wpcf7-form label {
  color: #4E4E4E;
  font-size: 16px;
  margin-bottom: 0.2rem;
  width: 100%;
}
.wpcf7-form input {
  border-radius: 50px;
  border: none;
  width: 100%;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
.wpcf7-form input:focus {
  box-shadow: none;
  outline: none;
}
.wpcf7-form textarea {
  border-radius: 25px;
  border: none;
  width: 100%;
  padding: 1rem 1.5rem;
  margin-bottom: 0.5rem;
}
.wpcf7-form textarea:focus {
  box-shadow: none;
  outline: none;
}
.wpcf7-form .wpcf7-submit {
  color: #FFFFFF;
  margin-top: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.clc-content-style h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.7333333333rem;
  margin-bottom: 1rem;
  margin-top: 4rem;
}
.clc-content-style h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 0.1rem;
}
.clc-content-style h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.0666666667rem;
  font-weight: 800;
  line-height: 1.4666666667rem;
  margin-bottom: 0;
}
.clc-content-style p {
  color: #212529;
  font-size: 1.2rem;
  line-height: 1.7333333333rem;
  margin-bottom: 2rem;
}
.clc-content-style p:last-child {
  margin-bottom: 0;
}
.clc-content-style .row + * {
  margin-top: 3rem;
}
.clc-content-style a:hover {
  text-decoration: none;
  color: #FF4007;
}
.clc-content-style ul, .clc-content-style ol {
  margin: 30px 0;
}
.clc-content-style li {
  color: #212529;
  font-size: 1.2rem;
  line-height: 1.7333333333rem;
  margin-bottom: 0.8rem;
}
.clc-content-style blockquote {
  width: 90%;
  margin: 3rem auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style blockquote {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style blockquote {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style blockquote {
    width: 65%;
  }
}
.clc-content-style blockquote::before {
  content: "“";
  font-size: 4rem;
  font-weight: 900;
  line-height: 4rem;
  margin-bottom: -60px;
  color: #FF4007;
}
.clc-content-style blockquote > p {
  color: #000000;
  font-size: 1.4666666667rem;
  font-weight: 900;
  line-height: 1.6666666667rem;
  margin-bottom: 1rem;
}
.clc-content-style blockquote cite {
  color: #4E4E4E;
  font-size: 1.0666666667rem;
  font-weight: normal;
  line-height: 1.4666666667rem;
  font-style: normal;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.clc-content-style .clc-button:hover {
  color: #FFFFFF;
}
.clc-content-style .single-pdf__cover {
  margin-bottom: 1rem;
  border: 1px solid #C4C4C4;
}
.clc-content-style img {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100% !important;
  height: 100% !important;
}
.clc-content-style img.size-medium, .clc-content-style img.size-medium + .wp-caption-text {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style img.size-medium, .clc-content-style img.size-medium + .wp-caption-text {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style img.size-medium, .clc-content-style img.size-medium + .wp-caption-text {
    width: 70% !important;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style img.size-medium, .clc-content-style img.size-medium + .wp-caption-text {
    width: 60% !important;
  }
}
.clc-content-style img.size-large, .clc-content-style img.size-full {
  width: 100%;
  height: auto;
}
.clc-content-style img.size-large, .clc-content-style img.size-full {
  width: 100% !important;
  margin-left: 0%;
  margin-right: 0%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    width: 120% !important;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    width: 120% !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    margin-left: -10%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    margin-left: -10%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    margin-right: -10%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style img.size-large, .clc-content-style img.size-full {
    margin-right: -10%;
  }
}
.clc-content-style .wp-caption {
  display: block;
  width: 100% !important;
}
.clc-content-style .wp-caption img {
  margin-bottom: 0;
}
.clc-content-style .wp-caption.alignnone {
  margin: 0 auto;
}
.clc-content-style .wp-caption .wp-caption-text {
  font-size: 0.8666666667rem;
  line-height: 1.0666666667rem;
  margin: 0.4rem 0 1.5rem 0;
}
.clc-content-style .wp-caption .size-large + .wp-caption-text {
  margin-left: 0%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style .wp-caption .size-large + .wp-caption-text {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style .wp-caption .size-large + .wp-caption-text {
    margin-left: -10%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style .wp-caption .size-large + .wp-caption-text {
    margin-left: -10%;
  }
}
.clc-content-style .alignleft, .clc-content-style .alignright {
  width: 100% !important;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style .alignleft, .clc-content-style .alignright {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style .alignleft, .clc-content-style .alignright {
    width: 58.5% !important;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style .alignleft, .clc-content-style .alignright {
    width: 58.5% !important;
  }
}
.clc-content-style .alignleft {
  margin-left: 0%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style .alignleft {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style .alignleft {
    margin-left: -10%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style .alignleft {
    margin-left: -10%;
  }
}
.clc-content-style .alignright {
  margin-right: 0%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .clc-content-style .alignright {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clc-content-style .alignright {
    margin-right: -10%;
  }
}
@media only screen and (min-width: 992px) {
  .clc-content-style .alignright {
    margin-right: -10%;
  }
}
.clc-content-style .alignleft:after {
  content: " ";
  clear: both;
}
.clc-content-style .gallery {
  margin-top: 2rem !important;
  margin-right: -10px !important;
  margin-bottom: 2rem !important;
  margin-left: -10px !important;
}
.clc-content-style .gallery .gallery-item {
  margin: 0 !important;
}
.clc-content-style .gallery .gallery-item img {
  border: 10px solid #ffffff !important;
  margin: 0 !important;
}
.clc-content-style .gallery .wp-caption-text {
  color: #717171;
  font-size: 0.8666666667rem;
  line-height: 1.0666666667rem;
  margin: -0.25rem 0 1.5rem 10px !important;
  text-align: left;
}

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

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

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

@media only screen and (min-width: 992px) {
  .nav-up {
    top: -108px;
    transition: top 1s ease;
  }

  .nav-down {
    transition: background 0.25s ease;
    position: fixed;
    top: 0px;
  }

  .out {
    position: fixed;
    top: -120px;
  }

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

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

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

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

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

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

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

.navbar {
  padding: 0px;
}

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

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

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

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

.clc-footer__menu-title {
  font-size: 1.0666666667rem;
  font-weight: 900;
  line-height: 1.3333333333rem;
  display: inline-block;
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

.infographic .infographic__number {
  font-size: 3.3333333333rem;
  font-weight: 900;
  line-height: 3.3333333333rem;
  color: #FF4007;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: block;
}
.infographic .infographic__number::after {
  content: "";
  width: 50px;
  border-top: 4px solid #FF4007;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.single-header:not(.no-image) {
  background-color: #F5F5F5;
  background-size: cover;
  background-position: center;
  position: relative;
  background-blend-mode: multiply;
  margin: auto;
  position: relative;
}
.single-header:not(.no-image):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 85%;
}
.single-header:not(.no-image) > .single-header__content {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}
@media only screen and (min-width: 768px) {
  .single-header:not(.no-image) {
    position: relative;
  }
  .single-header:not(.no-image):before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 20%;
  }
  .single-header:not(.no-image) > .single-header__content {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0px;
  }
}
.single-header:not(.no-image) .single-header__content {
  color: #FFFFFF;
  position: static !important;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.single-header:not(.no-image) .single-header__above {
  font-size: 0.7333333333rem;
  font-weight: 700;
  line-height: 1.3333333333rem;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
.single-header:not(.no-image) .single-header__title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 3.3333333333rem;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .single-header:not(.no-image) .single-header__title {
    font-size: 3.3333333333rem;
    font-weight: 900;
    line-height: 3.6666666667rem;
  }
}
@media only screen and (min-width: 992px) {
  .single-header:not(.no-image) .single-header__title {
    font-size: 3.3333333333rem;
    font-weight: 900;
    line-height: 3.6666666667rem;
  }
}
@media only screen and (min-width: 992px) {
  .single-header:not(.no-image) {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-header:not(.no-image) {
    max-width: 1140px;
  }
}

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

.single-header.no-image {
  padding-bottom: 0 !important;
}
.single-header.no-image .single-header__content {
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.single-header.no-image .single-header__content .single-header__above {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  text-shadow: none;
}
.single-header.no-image .single-header__content .single-header__title {
  text-shadow: none;
}

.single__date {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2rem;
  color: #717171;
}
.single__social {
  position: sticky;
  top: 1rem;
  text-align: right;
  color: #6C6C6C;
  font-size: 1.5333333333rem;
  font-weight: 900;
  line-height: 1.8rem;
  transition: top ease 0.25s;
}
.single__social .clc-nav__social {
  align-self: flex-end;
  margin-right: 0;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .single__social {
    margin-top: -23px;
  }
}
.single__tags {
  background-color: #F5F5F5;
}
.single__tags .tag-title {
  font-weight: 900;
  color: #000000;
}
.single__tags .tag {
  display: inline-block;
  padding-right: 6px;
  color: #10069E;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3333333333rem;
  line-height: 1.3333333333rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.single__tags .tag:before, .single__tags .tag:after {
  content: "";
  display: table;
}
.single__tags .tag:before {
  margin-bottom: -0.1966666667rem;
}
.single__tags .tag:after {
  margin-top: -0.1966666667rem;
}
.single__tags .tag:not(:last-of-type) {
  border-right: 2px solid #717171;
}
.single__tags .tag a {
  color: #10069E;
}
.single__tags .tag a:hover {
  color: #FF4007;
}

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

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

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

@media (min-width: 992px) and (max-width: 1200px) {
  .pdf__container--post .single-pdf .single-pdf__cover, .pdf__container--post .single-pdf .single-pdf__icon {
    width: 130px !important;
    height: 172px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pdf__container--post .single-pdf .single-pdf__title {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pdf__container--post .single-pdf .single-pdf__content {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pdf__container--post .single-pdf .btn {
    width: 140px;
    min-width: 0;
    max-width: unset;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pdf__container--post .single-pdf a[href$=".pdf"]::after {
    display: none;
  }
}
.pdf__container--post .single-pdf--single {
  margin-left: 0;
}
@media (min-width: 768px) {
  .pdf__container--post .single-pdf--single {
    margin-left: -6%;
  }
}
@media (min-width: 992px) {
  .pdf__container--post .single-pdf--single {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .pdf__container--post .single-pdf--single {
    margin-left: 2%;
  }
}

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

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

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

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

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

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

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

.contact__title,
.career__title {
  font-size: 1.5333333333rem;
  font-weight: 900;
  line-height: 1.6rem;
}

.contact__page .contact__title-h3 {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.6rem;
}
.contact__page a {
  font-weight: 400;
}

.page-template-page-whatunionsdo .big-h3 h3 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 3.3333333333rem;
}
@media only screen and (min-width: 768px) {
  .page-template-page-whatunionsdo .big-h3 h3 {
    font-size: 3.6666666667rem;
    font-weight: 900;
    line-height: 4.3333333333rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-template-page-whatunionsdo .big-h3 h3 {
    font-size: 3.3333333333rem;
    font-weight: 900;
    line-height: 4.3333333333rem;
  }
}

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

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

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

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

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

/* Media Queries
------------------------------------------------------------------------------*/
