@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.accordion-button {
  font-size: 20px;
}
* {
  color: #0c0c0c;
  font-family: "Roboto", sans-serif;
}
.heading-text {
  font-size: 72px;
  line-height: 88px;
}
@media only screen and (max-width: 992px) {
  .heading-text {
    font-size: 24px;
    line-height: 28px;
  }
}
.subtitle1-text {
  font-size: 36px;
  line-height: 44px;
}
@media only screen and (max-width: 992px) {
  .subtitle1-text {
    font-size: 24px;
  }
}
.subtitle2-text {
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .subtitle2-text {
    font-size: 16px;
  }
}
.intermediate-text {
  font-size: 24px;
}
@media only screen and (max-width: 992px) {
  .intermediate-text {
    font-size: 18px;
  }
}
.body-text {
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .body-text {
    font-size: 12px;
  }
}
.caption-text {
  font-size: 12px;
}
@media only screen and (max-width: 992px) {
  .caption-text {
    font-size: 10px;
  }
}
.primary {
  color: #002e54;
}
.secondary {
  color: #4874ac;
}
.accent {
  color: #e7062e;
}
.light {
  color: #fff;
}
.dark {
  color: #0c0c0c;
}
.grey {
  color: #707070;
}
.light-grey {
  color: #f1f4f8;
}
.primary-bg {
  background-color: #002e54;
}
.secondary-bg {
  background-color: #4874ac;
}
.accent-bg {
  background-color: #e7062e;
}
.light-bg {
  background-color: #fff;
}
.dark-bg {
  background-color: #0c0c0c;
}
.grey-bg {
  background-color: #707070;
}
.light-grey-bg {
  background: #f1f4f8;
}
.uppercase {
  text-transform: uppercase;
}
.italics {
  font-style: italic;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.border-radius {
  border-radius: 5px;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.fit {
  width: 100%;
  height: 100%;
}
.blur-bg {
  background-color: rgba(255, 255, 255, 0.6);
}
.blur-bg-10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.blur-bg-20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.blur-bg-30 {
  background-color: rgba(255, 255, 255, 0.3);
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .blur-bg {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
  .blur-bg-10 {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
  .blur-bg-20 {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
  .blur-bg-30 {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }
}
.flex-break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}
.line {
  width: 30px;
  height: 2px;
  background-color: #002e54;
}
.border-left {
  border-left: 2px solid #002e54;
}
.border-left-secondary {
  border-color: #4874ac;
}
.intro-button-80 {
  width: auto;
}
@media only screen and (max-width: 1420px) {
  .intro-button-80 {
    width: 80%;
  }
}
.jom-text {
  max-width: 50%;
}
@media only screen and (max-width: 992px) {
  .jom-text {
    max-width: 100%;
  }
}
.jom-icon {
  width: 115px;
  height: 115px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 5px 25px -15px rgba(0, 0, 0, 0.15);
}
.jom-icon > i {
  color: #002e54;
  font-size: 60px;
}
@media only screen and (max-width: 992px) {
  .jom-icon {
    width: 60px;
    height: 60px;
  }
  .jom-icon > i {
    font-size: 24px;
  }
}
.gi-card {
  margin-left: -75px;
  max-width: 60%;
}
@media only screen and (max-width: 992px) {
  .gi-card {
    margin-left: 0px;
    max-width: 100%;
  }
}
.platform-panel {
  height: 120%;
}
@media only screen and (max-width: 1200px) {
  .platform-panel {
    height: 100%;
  }
}
.platform-card1 {
  margin-right: 50px;
}
@media only screen and (max-width: 1200px) {
  .platform-card1 {
    margin-right: 0px;
  }
  .platform-card1 .subtitle1-text,
  .platform-card1 .caption-text {
    line-height: 20px;
  }
}
.timeline-caption {
  line-height: 20px;
  margin-top: 10px;
  min-width: 150px;
}
.platform-card2 {
  margin-right: -50px;
}
@media only screen and (max-width: 1200px) {
  .platform-card2 {
    margin-right: 0px;
  }
  .platform-card2 .subtitle1-text {
    line-height: 20px;
  }
}
.socials-card {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.socials-card .content {
  line-height: 20px;
}
.socials-card .twitter {
  color: #55acee;
}
.socials-card .extra {
  color: #b8b8b8;
}
.play-button {
  border: 1px solid #f1f4f8;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
@media only screen and (max-width: 992px) {
  .derek-image {
    max-height: 270px;
  }
}
.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}
.scrollmenu .timeline-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-left: 1px solid green;
  height: 210px;
  max-width: 400px;
}
.scrollmenu .timeline-block.timeline-end {
  margin-right: 65px;
}
.scrollmenu .timeline-block .time-text {
  white-space: normal;
}
.scrollmenu .timeline-block .icon-bg {
  background-color: red;
  border: none;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-51%, 0%);
  transform: translate(-51%, 0%);
}
.scrollmenu .timeline-block .icon-bg i {
  font-size: 30px;
}
.scrollmenu .timeline-block .time-dot {
  background-color: blue;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-51%, 50%);
  transform: translate(-51%, 50%);
}
.scrollmenu .timeline-block .time-dot-secondary {
  background-color: orange;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(10px, 50%);
  transform: translate(10px, 50%);
}
.scrollmenu .timeline-block .time-ribbon {
  background-color: pink;
  border: none;
  width: 102%;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: -1px;
  -webkit-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  z-index: -1;
}
.scrollmenu .timeline-block .time-ribbon .time-end-point {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid purple;
  position: absolute;
  top: 0;
  right: 1px;
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}
.scrollmenu .timeline-block .time-ribbon .time-start-square {
  position: absolute;
  top: 0;
  left: 1px;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  width: 48px;
  height: 24px;
  background-color: brown;
  z-index: -1;
}
.scrollmenu .timeline-block .time-ribbon .time-start-inset {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-200%, 0%);
  transform: translate(-200%, 0%);
}
.scrollmenu .timeline-block .time-year {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 30px;
  -webkit-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
}
.scrollmenu .timeline-block .time-date {
  background-color: #738ca1;
  padding: 0px 10px;
  border-radius: 2px;
  position: absolute;
  top: -35px;
  left: 3rem;
}
.socials-image {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .socials-image {
    height: 335px;
  }
}
.hero-image {
  height: 339px;
  background-size: cover;
  background-position: center;
}
.hero-text {
  position: relative;
  left: 10px;
  top: 139px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.hero-heading {
  font-size: 48px;
  font-weight: 900;
  line-height: 59px;
}
.heading {
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
}
.subheading {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}
.subtext {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.event.text {
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .event.text {
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .event.submit-button {
    width: 100%;
  }
}
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.platform-image {
  max-width: 55%;
  margin-left: 10px;
  float: right;
}
@media only screen and (max-width: 992px) {
  .platform-image {
    max-width: 100%;
  }
}
.our-platform-section {
  margin: 20px 0px;
}
@media only screen and (max-width: 992px) {
  .our-platform-section {
    margin: 0px 0px;
  }
}
.our-platform-menu {
  background-color: #f1f4f8;
  list-style-type: none;
  left: 0px;
  top: 0px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  margin-right: 40px;
}
@media only screen and (max-width: 992px) {
  .our-platform-menu {
    display: none;
  }
}
.our-platform-mbmenu {
  display: none;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 992px) {
  .our-platform-mbmenu {
    display: block;
    background-color: #4874ac;
    list-style-type: none;
    font-size: 16px;
    line-height: 15px;
    text-align: left;
  }
}
.prev,
.next {
  padding: 2px 7px;
  cursor: pointer;
  position: absolute;
  top: 51%;
  width: auto;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
@media only screen and (max-width: 992px) {
  .prev,
  .next {
    display: block;
  }
}
.prev {
  left: 2%;
}
.next {
  right: 2%;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  color: white;
  background: #426694;
}
.our-platform-menu-item {
  cursor: pointer;
  width: 90%;
  color: #002e54;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding: 15px 25px;
  border: 2px solid #002e54;
  border-radius: 100px;
}
.our-platform-mbmenu-item {
  cursor: pointer;
  display: inline;
  color: #f1f4f8;
}
.our-platform-menu-item:hover {
  cursor: pointer;
  color: #2091ee;
  display: block;
}
.our-platform-mbmenu-item:hover {
  cursor: pointer;
  text-decoration: underline;
  display: inline;
}
.our-platform-menu-active {
  color: #fff;
  background: #002e54;
  text-decoration: underline;
}
.our-platform-mbmenu-active {
  text-decoration: underline;
}
.text-center-mb {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .text-center-mb {
    text-align: left;
  }
}
.help-us-fight-section2 {
  margin-top: -30px;
}
.join-team-ontario {
  text-align: center;
  padding: 100px 0px 0px 100px;
}
.gallery-active {
  border-style: solid;
  opacity: 1 !important;
  border-color: #002e54;
}
.gallery {
  width: 100%;
  height: 80%;
  opacity: 0.4;
  border-radius: 4px;
  cursor: pointer;
}
#gallery-left,
#gallery-right {
  cursor: pointer;
  width: auto;
  padding-top: 7px;
  color: black;
  background-color: #f1f4f8;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#gallery-right {
  -webkit-transform: translate(-25%, 0%);
  transform: translate(-25%, 0%);
}
#gallery-left {
  -webkit-transform: translate(25%, 0%);
  transform: translate(25%, 0%);
}
#gallery-left:hover,
#gallery-right:hover {
  background-color: rgba(196, 196, 196, 0.8);
}
#flash_container {
  z-index: 9999;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.alert-info-custom {
  color: #055160;
  background-color: white;
  border-color: #002e54;
}
.unity-stacked-image {
  width: 23vw;
  max-width: 350px;
}
.unity-stacked-image.left {
  position: absolute;
}
.unity-stacked-image.right {
  position: relative;
  top: 200px;
  left: 13vw;
}
.contact-us-section-right {
  margin-top: -80px;
  background-color: #fff;
}
a {
  text-decoration: none;
}
a.nav-link {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.nav-dropdown:hover {
  color: initial;
  cursor: pointer;
}
.nav-item {
  margin: 3px;
}
.event-card-background {
  min-height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
}
.candidate-user-container {
  border: 1px solid #002e54;
  border-radius: 4px;
  background-color: #f6f6f6;
}
.candidate-user-background {
  min-height: 200px;
  padding-left: 0%;
  background-size: contain;
  background-repeat: no-repeat;
}
.candidate-form {
  height: 800vh;
}
@media only screen and (max-width: 992px) {
  .candidate-form {
    height: 1180vh;
  }
}
@media only screen and (max-width: 992px) {
  .event-border {
    border-bottom: 0.5px solid #002e54;
  }
}
.volunteer-form {
  height: 240vh;
}
@media only screen and (max-width: 992px) {
  .volunteer-form {
    height: 360vh;
  }
}
.bio-button {
  display: inline-block;
  font-size: 18px;
  padding: 8px 16px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
}
@media only screen and (max-width: 992px) {
  .bio-button {
    font-size: 12px;
    padding: 4px 12px;
  }
}
button {
  border: none;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  padding: 12px 24px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button.mobile-full-width {
  width: auto;
}
@media only screen and (max-width: 992px) {
  button.mobile-full-width {
    width: 100%;
  }
}
button.tablet-full-width {
  width: auto;
}
@media only screen and (max-width: 1200px) {
  button.tablet-full-width {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  button {
    font-size: 12px;
    padding: 8px 16px;
  }
}
button.accent {
  border-color: #e7062e;
  background-color: #e7062e;
}
button.accent > span {
  color: #fff;
}
button.accent:hover {
  border-color: #b50524;
  background-color: #b50524;
}
button.outline-dark {
  background-color: transparent;
  border-color: #0c0c0c;
}
button.outline-dark > span {
  color: #0c0c0c;
}
button.outline-dark:hover {
  border-color: #002e54;
  background-color: #002e54;
}
button.outline-dark:hover > span {
  color: #fff;
}
button.outline-light {
  background-color: transparent;
  border-color: #fff;
}
button.outline-light > span {
  color: #fff;
}
button.outline-light:hover {
  background-color: #4874ac;
  border-color: #4874ac;
}
button.portal {
  padding: 8px 16px;
}
@media only screen and (max-width: 992px) {
  button.portal {
    padding: 4px 12px;
  }
}
@media only screen and (max-width: 992px) {
  .show-more {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
}
.show-more-button {
  color: #2091ee;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .show-more-button {
    display: none;
  }
}
.submit-button {
  border: none;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  padding: 12px 24px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.submit-button:hover {
  background-color: #4874ac;
  border-color: #4874ac;
}
.submit-button.mobile-full-width {
  width: auto;
}
@media only screen and (max-width: 992px) {
  .submit-button.mobile-full-width {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .submit-button {
    font-size: 12px;
    padding: 8px 16px;
  }
}
button.candidate-donate {
  padding: 8px 12px;
  cursor: pointer;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  button.candidate-donate {
    font-size: 12px;
    padding: 8px 12px;
  }
}
table {
  background: #ffffff;
  border: 1px solid #dedede;
  box-sizing: border-box;
  box-shadow: 0px 5px 23px -7px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  width: 100%;
  text-align: center;
}
tr {
  border-bottom: 1px solid #dedede;
  height: 45px;
}
input[type="text"],
textarea {
  border: none;
  border-radius: 2px;
  padding: 8px;
  box-sizing: border-box;
  color: #fff;
  min-height: 40px;
  background-color: #fff;
}
input[type="text"].blur-input,
textarea.blur-input {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a4b5c5;
}
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a4b5c5;
}
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a4b5c5;
}
input[type="text"]::placeholder,
textarea::placeholder {
  color: #a4b5c5;
}
input[type="text"]:focus,
textarea:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
textarea {
  min-height: 90px;
  resize: none;
}
#sort {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
#sort:focus {
  border: 2px solid #002e54;
  outline: none;
  box-shadow: none;
}
input[type="text"].text-input,
.text-input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
input[type="text"].text-input:focus,
.text-input:focus {
  border: 2px solid #002e54;
  outline: none;
  box-shadow: none;
}
.donation-v2-amounts .donation_amount_option {
  opacity: 0;
  position: fixed;
  width: 0;
}
.donation-v2-amounts .donation_amount_option:checked + label {
  background: #052a47;
  border: 1px solid #dedede;
  border-radius: 4px;
  color: white;
}
.btn-primary {
  background-color: #002e54;
  border: none;
}
.btn-primary:hover {
  background-color: #4874ac;
  border: none;
}
.btn-accent {
  background-color: #e7062e;
  border: none;
}
.btn-accent:hover {
  background-color: #7e0319;
  border: none;
  color: #fff;
}
.form {
  padding: 35px;
  border-radius: 4px;
}
.form-group {
  margin-top: 10px;
  margin-bottom: 10px;
}
.custom-control {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.custom-control-label {
  color: #7d7d7d;
}
.donation-v2-amounts .custom-control-label.radio {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin: 4px;
  width: 114px;
  padding: 0px 10px;
  text-align: center;
}
.donation-v2-amounts .custom-control-label.radio:hover {
  cursor: pointer;
}
#donation_amount_other_input {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
#donation_amount_other_input:focus {
  border: 2px solid #002e54;
  outline: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .hero-image {
    height: 190px;
    background-size: cover;
    background-position: center;
  }
  .hero-text {
    position: relative;
    left: 10px;
    top: 82px;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
  }
  .hero-heading {
    font-size: 24px;
    line-height: 29px;
  }
  .heading {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
  .subheading {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
  }
  .subtext,
  .subtext li,
  .subtext li strong,
  .subtext li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
  }
  .help-us-fight-section2 {
    margin-top: 30px;
  }
  .join-team-ontario {
    padding: 30px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-us-section-right {
    margin-top: 20px;
  }
  .reverse-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mb-hide {
    display: none;
  }
}
.timeline-sub-heading {
  font-size: 16px;
  color: #4874ac;
}
.timeline-sub-heading__mobile {
  font-size: 10px;
  color: #4874ac;
}
.timeline-heading {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
}
.timeline-heading__mobile {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
}
.timeline-date {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: -4px;
  padding: 0px 20px;
}
.timeline-date__mobile {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 30px;
}
.timeline-date__vertical-adjust {
  margin-top: -23px;
}
.horizontal-dots {
  border-top-width: 3px;
  border-top-style: dotted;
  margin-top: 11px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.horizontal-dots__mobile {
  border-top-width: 3px;
  border-top-style: dotted;
  width: 22px;
  position: absolute;
  margin-top: -9px;
}
.horizontal-dots-right {
  border-top-width: 3px;
  border-top-style: dotted;
}
.timeline-date-container-right {
  margin-top: 25px;
}
.timeline-date-right {
  border-top-width: 3px;
  border-right-width: 3px;
  border-top-style: dotted;
  border-right-style: dotted;
  padding-top: 15px;
  padding-right: 30px;
}
.timeline-copy {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  color: #fff;
  margin: 10px 20px 0;
}
.timeline-copy__mobile {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  color: #fff;
  margin-left: 30px;
  margin-bottom: 0px;
  padding-bottom: 12px;
}
.timeline-month {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  height: 28px;
  padding: 2px 20px 0;
}
.timeline-month__mobile {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0em;
  margin: -18px 0 0 30px;
}
.timeline-landmark {
  height: 24px;
  width: 24px;
  border-radius: 100%;
  position: relative;
  top: -27px;
  left: -26px;
}
.timeline-landmark__mobile {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  position: relative;
  left: -10px;
}
.landmark-right {
  left: 26px;
  float: right;
}
.horizontal-center {
  margin-left: auto;
  margin-right: auto;
}
.timeline-vertical-line {
  width: 4px;
  height: 100%;
}
.timeline-vertical-line__mobile {
  margin-left: 18px;
}
.timeline-segment-left {
  border-right-width: 2px;
  border-right-style: solid;
  padding-bottom: 50px;
  pointer-events: none;
}
.timeline-segment-right {
  border-left-width: 2px;
  border-left-style: solid;
  padding-bottom: 50px;
  pointer-events: none;
}
.timeline-segment__mobile {
  border-left-width: 4px;
  border-left-style: solid;
  color: white;
  margin-left: 18px;
  padding-bottom: 10px;
}
.timeline-date-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline-link {
  pointer-events: all;
  color: white;
  margin-top: 30px;
  font-weight: bold;
}
.timeline-quote {
  border-left: 4px solid #53d981;
  padding-left: 20px;
  color: white;
  position: relative;
}
.timeline-quote-symbol {
  margin-left: 8px;
  margin-top: -5px;
  position: absolute;
  background-image: url(/web/20230719200204im_/https://ontarioparty.nationbuilder.com/themes/2/620e922745de946c1d76f6c6/0/attachments/16451222201671809934/default/quote-symbol.svg);
  width: 34px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.footer-social-icon {
  font-size: 30px;
}
/*
 FILE ARCHIVED ON 20:02:04 Jul 19, 2023 AND RETRIEVED FROM THE
 INTERNET ARCHIVE ON 15:58:55 Nov 14, 2023.
 JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
 ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
 SECTION 108(a)(3)).
 */
/*
 playback timings (ms):
 captures_list: 292.8
 exclusion.robots: 0.085
 exclusion.robots.policy: 0.073
 cdx.remote: 0.061
 esindex: 0.009
 LoadShardBlock: 260.098 (3)
 PetaboxLoader3.datanode: 47.275 (4)
 load_resource: 91.204
 PetaboxLoader3.resolve: 54.662
 */
