﻿/* Red */
/* Dark Grey */
/* Medium Grey */
/* Violet */
/* Green */
/* Fuschia */
/* Blue */
/* Darker Red */
/* Light Grey */
/* Light Blue-Grey */
/* Off White */
/* Off White (Cool) */
/* Dark Grey */
#pnlAgilityStatusBar {
  display: none;
}
html {
  zoom: 1 !important;
}
.womens-initiative,
.womens-initiative * {
  transition: 0.3s;
}
#ZoneWrapper {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
}
#MainZone {
  width: calc(100% / 3 * 2);
}
#RightZone {
  width: calc(100% / 3 * 1);
}
.womens-initiative .siteHeader__learnMore {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 62px;
  margin-left: auto;
  color: #fff;
  font-weight: 900;
  background: #ec111a;
  border-radius: 8px;
  z-index: 9;
  transition: 0.3s;
}
.womens-initiative .siteHeader__learnMore:hover {
  background: #cb050d;
  text-decoration: none;
}
.womens-initiative #top {
  background-image: linear-gradient(to bottom, #f5f6fc, #edeef4);
  border-bottom: solid 1px #edeef4;
}
.womens-initiative #top .siteTabs a {
  text-decoration: none;
  font-weight: 100;
  font-size: 14px;
}
.womens-initiative #top .siteTabs a:hover {
  text-decoration: underline;
}
.womens-initiative #logoHeader .col {
  height: 100px;
}
.womens-initiative #logoHeader .col #siteLogo {
  position: relative;
  max-width: 146px;
  z-index: 9;
}
.womens-initiative #siteNav {
  margin: -100px auto 0 auto;
}
.womens-initiative #siteNav #megaMenuHeader {
  position: relative;
}
.womens-initiative #siteNav #megaMenuHeader .megaMenu {
  justify-content: left;
  padding-left: 186px;
  height: 100px;
}
.womens-initiative #siteNav #megaMenuHeader li {
  margin-right: 40px;
}
.womens-initiative #siteNav #megaMenuHeader li a {
  display: flex;
  align-items: center;
  color: inherit;
  font-size: 1em;
}
.womens-initiative #siteNav #megaMenuHeader li a:hover {
  text-decoration: none;
}
.womens-initiative #siteNav #megaMenuHeader li a:before {
  content: none;
}
.womens-initiative #siteNav #megaMenuHeader li a:after {
  height: 3px;
}
.womens-initiative #siteNav #megaMenuHeader li:hover a:after {
  background: #999;
}
.womens-initiative .articles {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafbfd;
}
.womens-initiative .articles h2 {
  margin: 0 0 15px 0;
  font-family: Scotia, Frutiger, sans-serif;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -0.0267em;
}
.womens-initiative #tileMain {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.womens-initiative #tileMain .tile {
  height: auto;
  min-height: 520px;
  margin: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.womens-initiative #tileMain .tile > img {
  flex: 0 0 auto;
  height: 200px;
  border-radius: 0;
}
.womens-initiative #tileMain .tile > div {
  padding: 36px;
}
.womens-initiative #tileMain .tile h3 {
  margin: 0 0 12px 0;
  font-size: 18px;
}
.womens-initiative #tileMain .tile .bttn__arrow {
  position: relative;
  float: none;
  bottom: auto;
  right: auto;
  left: auto;
  margin: auto 0 20px 0;
  padding: 0 36px;
  color: #ec111a;
  text-align: left;
  transition: 0.25s;
}
.womens-initiative #tileMain .tile .bttn__arrow:after {
  position: static;
  float: none;
  display: inline-block;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  margin-left: 5px;
  vertical-align: middle;
  background-size: contain;
}
.womens-initiative #tileMain .tile .bttn__arrow:hover {
  transform: translateX(10px);
}
.womens-initiative #tileMain .tile .bttn__arrow:hover:after {
  background-position: left center;
}
.womens-initiative .rotator {
  height: auto;
}
.womens-initiative .rotator > ul > li .slide {
  display: flex;
  width: 100%;
  height: auto;
}
.womens-initiative .rotator > ul > li .slide__content {
  margin: 0;
  padding-top: 96px;
  padding-bottom: 96px;
  padding-right: 15px;
}
.womens-initiative .rotator > ul > li .slide__title {
  margin: -0.3em 0 24px 0;
  font-family: Scotia, Frutiger, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3;
}
.womens-initiative .rotator > ul > li .slide__text {
  font-size: 1.1rem;
}
.womens-initiative .rotator > ul > li .slide__image {
  width: 50%;
  height: auto;
  background-size: cover;
}
.womens-initiative .heroBanner {
  position: relative;
  display: flex;
}
.womens-initiative .heroBanner__img1 {
  position: relative;
}
.womens-initiative .heroBanner__information {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}
.womens-initiative .heroBanner__information__content {
  position: absolute;
  width: 506px;
  padding: 0px 50px 0px 0px;
}
.womens-initiative .heroBanner__information__title {
  font: 100 46px 'Scotia', sans-serif;
  margin-bottom: 6px;
}
.womens-initiative .heroBanner__information__text {
  font-size: 18px;
}
.womens-initiative .ctaBanner {
  position: relative;
}
.womens-initiative .ctaBanner__information {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 0;
}
.womens-initiative .ctaBanner__information__text {
  font-size: 18px;
  width: 640px;
  text-align: center;
}
.womens-initiative .ctaBanner__information__text h3 {
  font-size: 36px;
  font-weight: 100;
  margin-bottom: 10px;
}
.womens-initiative .ctaBanner__information__link {
  width: 144px;
  height: 56px;
  margin: 17px auto 0;
  border-radius: 30px;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px transparent;
}
.womens-initiative .ctaBanner__information__link:hover {
  background: none !important;
  border-color: #fff;
  color: #fff !important;
  text-decoration: none;
}
.womens-initiative .ourHistory {
  width: 1140px;
  margin: 38px auto 0;
  position: relative;
}
.womens-initiative .ourHistory.fixed .ourHistory__content__colLeft {
  position: fixed;
  top: 0px;
}
.womens-initiative .ourHistory__title {
  font-weight: 100;
  font-family: 'Scotia', sans-serif;
  margin-bottom: 38px;
  padding-left: 10px;
}
.womens-initiative .ourHistory__content {
  display: flex;
  justify-content: space-between;
}
.womens-initiative .ourHistory__content__select {
  display: none;
  border: solid 1px #ccc;
  padding: 10px;
  height: 60px;
  width: 82%;
  left: 50%;
  margin-left: -41%;
  border-radius: 10px;
  background: #fff;
}
.womens-initiative .ourHistory__content__select select {
  width: 100%;
  height: 100%;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  border: 0px;
}
.womens-initiative .ourHistory__content__select select:focus-visible {
  outline: 0;
}
.womens-initiative .ourHistory__content__colLeft {
  width: 340px;
}
.womens-initiative .ourHistory__content__link {
  border: solid 1px transparent;
  display: flex;
  width: 296px;
  height: 60px;
  border-radius: 10px;
  position: relative;
  color: #333;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 12px;
  align-items: center;
  padding-left: 16px;
  cursor: pointer;
  background: #fff;
}
.womens-initiative .ourHistory__content__link.active {
  border-color: #e4e8ec;
  padding-left: 42px;
}
.womens-initiative .ourHistory__content__link.active::before {
  content: "";
  display: block;
  width: 2px;
  height: 26px;
  background: #ec111a;
  position: absolute;
  left: 20px;
}
.womens-initiative .ourHistory__content__link:hover {
  text-decoration: underline;
}
.womens-initiative .ourHistory__content__colRight {
  width: calc(100% - 390px);
  margin: 16px 0 0 auto;
}
.womens-initiative .ourHistory__content__box {
  border-bottom: solid 1px #e4e8ec;
  padding: 0px 0px 30px 0px;
  margin-bottom: 30px;
}
.womens-initiative .ourHistory__content__box:last-of-type {
  border: 0px;
}
.womens-initiative .ourHistory__content__month {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.womens-initiative .ourHistory__content__title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.womens-initiative .ourHistory__content__text {
  font-size: 16px;
}
.blog__heading {
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.blog__back__link {
  color: inherit;
  font-weight: 700;
  width: 0;
  white-space: nowrap;
}
.blog__back__link:before {
  content: "";
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  margin-right: 5px;
  border-color: currentColor;
  border-style: solid;
  border-width: 0 0 2px 2px;
  transform: rotate(45deg);
}
.blog__back__link:hover {
  text-decoration: none;
}
.blog__back__text {
  border-bottom: 1px dotted currentColor;
}
.blog__back__link:hover .blog__back__text {
  border-color: transparent;
}
.blog__title {
  margin: 0 auto;
  padding: 0 100px;
  font-size: 21px;
}
.blog__social {
  display: flex;
  justify-content: flex-end;
  width: 0;
  font-size: 1.5em;
  line-height: 1;
}
.blog__social a {
  margin-left: 1em;
  color: inherit;
}
.blogArticleImage__image {
  display: block;
  width: 100%;
}
/* RESPONSIVE ------------------------- */
@media (max-width: 1140px) and (min-width: 600px) {
  .womens-initiative .rotator > ul > li .slide__content {
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  .womens-initiative__title {
    font-size: 32px;
  }
  .womens-initiative .heroBanner {
    justify-content: center;
  }
  .womens-initiative .heroBanner__information__content {
    width: 340px;
  }
  .womens-initiative .heroBanner__information__title {
    font-size: 32px;
  }
  .womens-initiative .heroBanner__information__text {
    font-size: 15px;
  }
  .womens-initiative .ourHistory {
    width: 90%;
  }
  .womens-initiative .ourHistory.fixed .ourHistory__content__select {
    position: fixed;
    top: 0px;
    display: block;
  }
  .womens-initiative .ourHistory__title {
    text-align: center;
    margin-bottom: 78px;
  }
  .womens-initiative .ourHistory__content__colLeft {
    display: none;
  }
  .womens-initiative .ourHistory__content__colRight {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .womens-initiative .heroBanner {
    justify-content: center;
  }
  .womens-initiative .heroBanner__information__content {
    padding-right: 15px;
  }
  .womens-initiative .rotator > ul > li .slide__content {
    width: 100%;
    padding: 24px 20px;
    text-align: left;
  }
  .womens-initiative .rotator > ul > li .slide__title {
    margin-bottom: 12px;
    font-size: 30px;
  }
  .womens-initiative .rotator > ul > li .slide__image {
    display: none;
  }
}
@media (max-width: 355px) {
  .womens-initiative .heroBanner__information__title {
    font-size: 20px !important;
  }
  .womens-initiative .heroBanner__information__text {
    font-size: 13px !important;
  }
}
@media (max-width: 768px) {
  #ZoneWrapper {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
  }
  #MainZone {
    width: 100%;
  }
  #RightZone {
    width: 100%;
  }
  .womens-initiative .heroBanner {
    flex-wrap: wrap-reverse;
  }
  .womens-initiative .heroBanner__img1 {
    margin-top: -6px;
  }
  .womens-initiative .heroBanner__information {
    justify-content: center;
  }
  .womens-initiative .heroBanner__information__content {
    padding-right: 0;
    width: 80%;
  }
  .womens-initiative .heroBanner__information__title {
    font-size: 28px;
  }
  .womens-initiative .ctaBanner__information {
    height: 100%;
    min-height: auto;
  }
  .womens-initiative .ctaBanner__information__text {
    width: 95%;
  }
}
@media (max-width: 599px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: inherit;
  }
  /* TOP -------------- */
  .womens-initiative #siteHeader {
    /*overflow: hidden;*/
  }
  .womens-initiative #siteHeader.open {
    overflow: visible;
  }
  .womens-initiative main {
    margin-top: 60px;
  }
  .womens-initiative #logoHeader .col {
    height: 59px;
    padding-left: 36px;
  }
  .womens-initiative #logoHeader .col #siteLogo {
    margin-right: 7px;
  }
  .womens-initiative #logoHeader .col > div:last-of-type {
    width: calc(100% - 145px);
    padding: 0px 0px 0px 6px;
    margin: 0;
  }
  .womens-initiative #logoHeader .col > div:last-of-type a {
    height: 45px;
    width: 100%;
  }
  .womens-initiative .siteHeader__learnMore {
    width: auto;
    height: auto;
    margin: auto;
    color: #ec111a;
    background: none;
  }
  .womens-initiative .siteHeader__learnMore:hover {
    background: inherit;
    text-decoration: none;
  }
  .womens-initiative #siteNav {
    margin: 0;
  }
  .womens-initiative #siteNav #megaMenuHeader {
    margin-top: 0px;
    height: auto;
  }
  .womens-initiative #siteNav #megaMenuHeader .megaMenu {
    padding-left: 0;
    height: auto;
  }
  .womens-initiative #showMegaMenu {
    margin-right: 28px;
  }
  .womens-initiative #showMegaMenu span {
    height: 2px;
    left: 8px;
  }
  .womens-initiative #showMegaMenu span:nth-of-type(1) {
    top: 29px;
  }
  .womens-initiative #showMegaMenu span:nth-of-type(4) {
    top: 11px;
  }
  .womens-initiative #tileMain {
    flex-direction: column;
    margin: 0;
  }
  .womens-initiative #tileMain .tile {
    min-height: 0;
    margin: 15px 0;
    padding: 0;
  }
  .womens-initiative #tileMain .tile > div {
    margin: 0;
  }
  .womens-initiative #tileMain .tile .bttn__arrow {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .womens-initiative #tileMain .tile .bttn__arrow:after {
    background-position: center center;
  }
  .womens-initiative .ourHistory.fixed .ourHistory__content__select {
    position: fixed;
    top: 74px;
    display: block;
  }
  .womens-initiative .blog__heading {
    padding: 12px 20px;
  }
  .womens-initiative .blog__back__link {
    font-size: 0.9em;
  }
  .womens-initiative #siteFooter {
    text-align: left;
  }
}