:root {
  --teal: #01c0c2;
  --dark-teal: #05726f;
  --blue: #0d3056;
  --lime: #b8d15c;
  --green: #3b400d;
  --purple: #9f0971;
  --dark-purple: #5e0643;
  --dark-grey: #333333;
  --grey: #58595b;
  --max-width: 1200px;
}

.bg-purple {
  background-color: var(--purple);
}

.bg-teal {
  background-color: var(--teal);
}

.bg-blue {
  background-color: var(--blue);
}

.bg-lime {
  background-color: var(--lime);
}

.bg-grey {
  background-color: var(--qs-light-grey);
}

/**Header**/
@media (min-width: 992px) {
  .RadMenu.RadMenu ul.rmHorizontal {
    display: flex;
    justify-content: center;
  }

  .primary-navigation-area .RadMenu.RadMenu_Toronto .rmLink.nav-aux {
    display: none;
  }

  .menu > .WTZone {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .satelliteMenu .nav-auxiliary {
    display: flex;
    align-items: center;
  }

  .auxiliaryMenu .UtilitySearch,
  .auxiliaryMenu .UtilityNavigationToggle {
    display: none;
  }

  .satelliteMenu .nav-auxiliary a {
    color: #fff;
    display: block !important;
  }

  .satelliteMenu .nav-auxiliary .nav-aux-cart .nav-text {
    font-size: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: block;
    background-image: none;
    -webkit-mask-image: url(images/cart_white.svg);
    margin: 0;
    padding: 0;
  }

  .satelliteMenu .nav-auxiliary .NavigationListItem {
    line-height: 0;
    display: block;
    margin-left: 14px;
  }

  .satelliteMenu .NavigationUnorderedList {
    display: block;
  }

  .primary-navigation-area {
    border-right: 1px solid #fff;
  }

  .satelliteMenu .navbar-toggle {
    display: block;
  }

  .satelliteMenu .search-container {
    display: block;
  }

  .satelliteMenu .UtilitySection.UtilitySearch {
    display: none;
  }

  .satelliteMenu .searchbar-collapse {
    margin-left: 0px;
    position: absolute;
    background-color: var(--purple);
    z-index: 100;
    top: 55px;
    left: 0;
    right: 0;
    max-width: 600px;
    margin: auto;
  }

  .satelliteMenu .header-search {
    max-width: 600px;
    margin: 0px auto;
  }

  .menu {
    position: relative;
  }

  .satelliteMenu .search-container .search-field {
    background: transparent;
    color: #fff;
    border: none;
    box-shadow: none;
    background-image: url(images/search_white.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 0px center;
    padding-left: 40px !important;
  }

  .satelliteMenu .header-search .TextButton {
    display: inline-block;
    margin: 0;
    color: #fff;
    border-color: #fff;
    background: transparent;
  }

  .satelliteMenu .header-search .TextButton:hover,
  .satelliteMenu .header-search .TextButton:focus,
  .satelliteMenu .header-search .TextButton:active {
    color: var(--purple) !important;
    background: #fff;
  }

  .satelliteMenu .SimpleSearchBlock {
    display: flex;
    align-items: center;
  }
}

.account-toggle .nav-text {
  font-weight: 500;
  color: var(--grey);
  padding: 0px 10px;
}

.nav-join:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 17px;
  height: 17px;
  -webkit-mask-image: url(images/join_grey.svg);
  background-color: var(--grey);
}

.nav-community:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 27px;
  height: 20px;
  -webkit-mask-image: url(images/community_grey.svg);
  background-color: var(--grey);
  -webkit-mask-repeat: no-repeat;
}

@media (max-width: 992px) {
  .satelliteMenu {
    display: none;
  }

  .auxiliaryMenu .nav-aux {
    display: none;
  }

  .navbar-toggle .icon-search {
    display: inline-block;
    float: left;
    background: url(images/search.svg) no-repeat center;
    width: 40px;
    height: 40px;
    margin: 0px 0;
    background-size: 24px 25px;
  }

  .menu-toggle {
    background-image: url(images/menu.svg);
    background-repeat: no-repeat;
    background-size: 28px 25px;
    background-position: center;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 0;
  }

  .searchbar-toggle,
  .account-toggle {
    border-radius: 0px;
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 0;
  }

  .account-menu .profile-picture-wrapper img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
  }

  .RadMenu.RadMenu_Toronto .rmLink {
    color: var(--dark-grey);
  }

  .RadMenu.RadMenu_Toronto .nav-aux .rmText {
    padding: 5px 15px;
    color: var(--grey);
    font-size: 14px;
    padding-left: 45px;
  }

  .RadMenu.RadMenu_Toronto .nav-aux:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 25px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
  }

  .nav-aux-cart:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 17px;
    height: 19px;
    -webkit-mask-image: url(images/cart_white.svg);
    background-color: var(--grey);
  }

  .RadMenu_Toronto .rmSlide .rmExpandRight,
  .RadMenu_Toronto .rmSlide .rmGroup a.rmLink.rmExpandRight {
    background-image: none;
  }
}

/**Footer**/
.footer {
  text-align: left;
}

.testimonials {
  max-width: 1000px;
  margin: 0px auto;
  padding: 40px 0px;
}

.footer-testimonials {
  background-color: #d8d8d8;
}

.footer-testimonials .carousel-control {
  display: none;
}

.footer-testimonials .carousel-indicators li {
  border-color: #000;
}

.footer-testimonials .carousel-indicators li.active {
  background-color: #000;
  border-color: #000;
}

.footer-testimonials .carousel-inner.bg-img > .item {
  background-color: transparent;
  background-image: none !important;
}

.footer-testimonials .wrapper {
  display: flex;
  align-items: center;
  gap: 0px 50px;
  justify-content: center;
}

.footer-testimonials .img {
  display: block;
  width: 320px;
  height: 400px;
  background-position: center;
  background-size: cover;
}

.footer-testimonials .carousel-caption {
  position: relative;
  left: auto;
  right: auto;
  text-align: left;
  color: #000;
  text-shadow: none;
  max-width: 600px;
  padding: 0;
}

.footer-testimonials h3 {
  color: #000;
  text-align: right;
  margin: 20px 0px 0px 0px;
}

.footer-testimonials .carousel-indicators {
  text-align: right;
  max-width: 600px;
  left: auto;
  right: 0;
}

@media (max-width: 991px) {
  .footer-testimonials .wrapper {
    display: block;
  }

  .footer-testimonials .img {
    width: 100%;
    max-width: 350px;
    margin: 0px auto;
  }

  .footer-testimonials .carousel-inner.bg-img > .item {
    height: auto !important;
  }

  .footer-testimonials .carousel-caption {
    max-width: 350px;
    margin: 20px auto;
  }

  .footer-testimonials .carousel-indicators {
    max-width: 350px;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.footer a,
.footer a:visited {
  text-decoration: none;
}

.footer a:focus,
.footer a:hover {
  text-decoration: underline;
}

.footer ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}

.socialIcons ul {
  display: flex;
  gap: 0px 20px;
  align-items: flex-end;
}

.footer-content .socialIcons ul li {
  margin: 0px 0px;
}

.socialIcons a {
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.socialIcons a img {
  display: block;
  width: 25px;
  text-align: center;
}

.socialIcons a:hover {
  margin-top: -5px;
  padding-bottom: 5px;
}

@media (min-width: 992px) {
  .footer-content ul li {
    margin: 20px 0px;
  }

  .footer-content ul li:first-child {
    margin-top: 0;
  }

  .footer .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer .copyright ul {
    display: flex;
  }

  .footer .copyright ul li:after {
    content: "|";
    margin: 0px 6px;
  }

  .footer .copyright ul li:last-child:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .footer .copyright ul {
    display: block;
  }

  .footer .copyright ul li {
    margin: 10px 0px;
  }

  .footer-content ul li {
    margin: 10px 0px;
  }

  .footer-content .logo {
    text-align: center;
  }

  .footer-content {
    padding-top: 30px;
    padding-bottom: 1px;
  }
}

/**Global**/
#mainContentWrapper a {
  text-decoration: underline;
  font-weight: 500;
  text-decoration-color: var(--teal);
}

#mainContentWrapper a:visited {
  color: var(--purple);
  text-decoration-color: var(--purple);
}

#mainContentWrapper a:hover,
#mainContentWrapper a:focus,
#mainContentWrapper a:active {
  text-decoration-color: var(--teal);
  color: var(--teal);
}

#masterMainBreadcrumb {
  margin-bottom: 30px;
}

.breadcrumb li:not(:last-of-type):after {
  content: "";
  display: inline-block;
  padding: 0 10px;
  width: 5px;
  height: 10px;
  background-color: var(--teal);
  -webkit-mask-image: url(images/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

#mainContentWrapper a.readMore {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: var(--purple);
  letter-spacing: 1px;
  margin-top: 15px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#mainContentWrapper a.readMore:after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 10px;
  background-color: var(--purple);
  margin-left: 10px;
  vertical-align: middle;
  -webkit-mask-image: url(images/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 5px 10px;
  -webkit-mask-position: center;
  margin-top: -2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#mainContentWrapper a.readMore:hover:after,
#mainContentWrapper a.readMore:focus:after,
#mainContentWrapper a.readMore:active:after {
  margin-left: 15px;
  background-color: var(--dark-purple);
}

#mainContentWrapper a.readMore:hover,
#mainContentWrapper a.readMore:focus,
#mainContentWrapper a.readMore:active {
  color: var(--dark-purple);
}

#mainContentWrapper a.readMore.green {
  color: var(--lime);
}

#mainContentWrapper a.readMore.green:after {
  background-color: var(--lime);
}

#mainContentWrapper a.readMore.green:hover:after,
#mainContentWrapper a.readMore.green:focus:after,
#mainContentWrapper a.readMore.green:active:after {
  background-color: var(--green);
}

#mainContentWrapper a.readMore.green:hover,
#mainContentWrapper a.readMore.green:focus,
#mainContentWrapper a.readMore.green:active {
  color: var(--green);
}

#mainContentWrapper a.readMore.blue {
  color: var(--blue);
}

#mainContentWrapper a.readMore.blue:after {
  background-color: var(--blue);
}

#mainContentWrapper a.readMore.blue:hover:after,
#mainContentWrapper a.readMore.blue:focus:after,
#mainContentWrapper a.readMore.blue:active:after {
  background-color: var(--blue);
}

#mainContentWrapper a.readMore.blue:hover,
#mainContentWrapper a.readMore.blue:focus,
#mainContentWrapper a.readMore.blue:active {
  color: var(--blue);
}

#mainContentWrapper a.readMore.teal {
  color: var(--teal);
}

#mainContentWrapper a.readMore.teal:after {
  background-color: var(--teal);
}

#mainContentWrapper a.readMore.teal:hover:after,
#mainContentWrapper a.readMore.teal:focus:after,
#mainContentWrapper a.readMore.teal:active:after {
  background-color: var(--blue);
}

#mainContentWrapper a.readMore.teal:hover,
#mainContentWrapper a.readMore.teal:focus,
#mainContentWrapper a.readMore.teal:active {
  color: var(--blue);
}

.btn.WhiteButton,
.btn.WhiteButton:visited {
  background: transparent;
  color: #fff !important;
  border-color: #fff;
}

.btn.WhiteButton:hover,
.btn.WhiteButton:focus,
.btn.WhiteButton:active {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}

.btn.WhiteButton.reverse,
.btn.WhiteButton.reverse:visited {
  background: #fff;
  color: #000 !important;
  border-color: #fff;
}

.btn.WhiteButton.reverse:hover,
.btn.WhiteButton.reverse:focus,
.btn.WhiteButton.reverse:active {
  background: transparent;
  color: #fff !important;
  border-color: #fff;
}

.btn.TealButton,
.btn.TealButton:visited {
  background: var(--teal);
  color: #fff !important;
  border-color: var(--teal);
}

.btn.TealButton:hover,
.btn.TealButton:focus,
.btn.TealButton:active {
  background: var(--dark-teal);
  color: #fff !important;
  border-color: var(--dark-teal);
}

.btn.TealButton.reverse,
.btn.TealButton.reverse:visited {
  background: #fff;
  color: var(--teal) !important;
  border-color: var(--teal);
}

.btn.TealButton.reverse:hover,
.btn.TealButton.reverse:focus,
.btn.TealButton.reverse:active {
  background: var(--dark-teal);
  color: #fff !important;
  border-color: var(--dark-teal);
}

.btn.GreenButton,
.btn.GreenButton:visited {
  background: var(--lime);
  color: #fff !important;
  border-color: var(--lime);
}

.btn.GreenButton:hover,
.btn.GreenButton:focus,
.btn.GreenButton:active {
  background: var(--green);
  color: #fff !important;
  border-color: var(--green);
}

.btn.GreenButton.reverse,
.btn.GreenButton.reverse:visited {
  background: #fff;
  color: var(--lime) !important;
  border-color: var(--lime);
}

.btn.GreenButton.reverse:hover,
.btn.GreenButton.reverse:focus,
.btn.GreenButton.reverse:active {
  background: var(--green);
  color: #fff !important;
  border-color: var(--green);
}

.btn.TextButton.reverse,
.btn.TextButton.reverse:visited {
  color: #fff;
  background-color: var(--blue);
}

.btn.TextButton.reverse:hover,
.btn.TextButton.reverse:focus,
.btn.TextButton.reverse:active {
  background-color: #fff;
  color: var(--blue) !important;
}

.btn.PrimaryButton.reverse,
.btn.PrimaryButton.reverse:visited {
  color: var(--dark-purple);
  background-color: #fff;
}

.btn.PrimaryButton.reverse:hover,
.btn.PrimaryButton.reverse:focus,
.btn.PrimaryButton.reverse:active {
  background-color: var(--dark-purple);
  color: #fff !important;
}

h1.purple,
h2.purple,
h3.purple,
h4.purple,
h5.purple,
h6.purple {
  color: var(--purple);
}

h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue {
  color: var(--blue);
}

h1.lime,
h2.lime,
h3.lime,
h4.lime,
h5.lime,
h6.lime {
  color: var(--lime);
}

h1.teal,
h2.teal,
h3.teal,
h4.teal,
h5.teal,
h6.teal {
  color: var(--teal);
}

.block-link a,
.block-link a:visited {
  display: block;
  min-height: 150px;
  background-color: var(--purple);
  text-decoration: none !important;
  color: #fff;
  padding: 20px 20px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 30px;
}

.block-link a h1,
.block-link a h2,
.block-link a h3,
.block-link a h4,
.block-link a h5,
.block-link a h6 {
  margin: 0;
}

.block-link a:after {
  display: block;
  width: 15px;
  height: 30px;
  content: "";
  background-color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-mask-image: url(images/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.block-link a:hover,
.block-link a:focus,
.block-link a:active {
  color: #fff !important;
  background-color: var(--dark-purple);
}

.block-link a:hover:after {
  right: 15px;
}

.block-link.teal a,
.block-link.teal a:visited {
  background-color: var(--teal);
}

.block-link.teal a:hover,
.block-link.teal a:focus,
.block-link.teal a:active {
  background-color: var(--blue);
}

.block-link.blue a,
.block-link.blue a:visited {
  background-color: var(--blue);
}

.block-link.blue a:hover,
.block-link.blue a:focus,
.block-link.blue a:active {
  background-color: var(--teal);
}

.block-link.lime a,
.block-link.lime a:visited {
  background-color: var(--lime);
}

.block-link.lime a:hover,
.block-link.lime a:focus,
.block-link.lime a:active {
  background-color: var(--green);
}

.block-link.dark-purple a,
.block-link.dark-purple a:visited {
  background-color: var(--dark-purple);
}

.block-link.dark-purple a:hover,
.block-link.dark-purple a:focus,
.block-link.dark-purple a:active {
  background-color: var(--purple);
}

/*Accordion*/
ul.accordion,
.accordion ul,
ul.ml,
.ml ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.accordion p {
  margin: 0px;
}

.accordionLink,
.mlLink {
  cursor: pointer;
  display: block;
  padding: 15px 15px;
  position: relative;
  background-color: var(--qs-light-grey);
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 15px;
}

.mlLink {
  font-weight: bold;
  font-size: 16px;
}

.accordionLink .heading {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.accordionLink .title,
.mlLink .title {
  font-weight: bold;
  display: block;
  font-size: 20px;
  font-family: "Lato";
}

.accordionLink:after,
.mlLink:after {
  content: "";
  margin-left: 0;
  background-image: url(images/plus.svg);
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  left: 110px;
}

.accordionLink:after {
  left: auto;
  right: 15px;
}

.accordionLink.open:after,
.mlLink.open:after {
  background-image: url(images/minus.svg);
}

.accordion .submenu,
.mlSubmenu {
  display: none;
  padding: 0px 15px 15px 15px;
  line-height: 1.8;
}

.accHeader {
  display: block;
  position: relative;
  padding: 10px 0px;
}

.CTA-block {
  display: block;
  height: 100%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.CTA-block h4 {
  margin: 20px 20px;
}

.CTA-block p {
  display: block;
  margin: 10px 20px 130px 20px;
}

.CTA-block a.btn {
  margin: 40px 20px 0px 20px;
  position: absolute;
  bottom: 20px;
}

.CTA-block img {
  width: 100%;
}

@media (max-width: 992px) {
  .CTA-block {
    max-width: 350px;
    margin: 0px auto 40px auto;
  }
}

.unify-height .ContentItemContainer,
.unify-height .WebPartZone,
.unify-height .iMIS-WebPart {
  display: block;
  height: 100%;
}

.featuredList .BlockTLItem .newsImage {
  display: none;
}

.featuredList .BlockTLItem {
  width: 45%;
  display: inline-block;
  border-color: #000;
  height: 175px;
}

.featuredList .title {
  display: block;
  font-weight: 700;
  font-size: 18px;
}

.featuredList .PublishDate {
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

#mainContentWrapper .featuredList a.readMore {
  display: block;
}

.featuredList .BlockTLItem:first-child .newsImage {
  display: block;
  height: 350px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.featuredList .BlockTLItem:first-child .newsImage:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.featuredList .BlockTLItem:first-child {
  float: left;
  margin-right: 5%;
  border: 0;
  width: 50%;
  height: 350px;
  position: relative;
  padding: 0;
}

.featuredList .BlockTLItem:first-child .desc {
  display: none;
}

.featuredList .BlockTLItem:first-child .content {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
}

#mainContentWrapper .featuredList .BlockTLItem:first-child a.readMore {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 1;
}

#mainContentWrapper .featuredList .BlockTLItem:first-child a.readMore:after {
  display: none;
}

.featuredList .BlockTLItem:first-child .imgWrapper {
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.featuredList .BlockTLItem:first-child:hover .newsImage {
  transform: scale(1.2);
}

.featuredList .BlockTLItem:first-child .title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .featuredList .BlockTLItem,
  .featuredList .BlockTLItem:first-child {
    width: 100%;
    display: block;
    height: auto;
    max-width: 550px;
    margin: 0px auto 20px auto;
    float: none;
  }

  .featuredList .BlockTLItem:nth-child(3) {
    border: 0;
  }

  .featuredList .panel-body,
  .PanelBody {
    padding: 0px;
  }
}

.homeEvents .card-body {
  flex: 1 1 auto;
  padding: 0px;
}

.homeEvents .QueryTemplateItem.card {
  border: 0;
  border-radius: 0px;
}

.homeEvents .image {
  width: 100%;
  height: 250px;
  position: relative;
}

.homeEvents .image.watermark:before {
  display: block;
  content: "";
  width: 65px;
  height: 40px;
  background-image: url(images/watermark.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.homeEvents .cat {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
}

.homeEvents .eventList {
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.homeEvents .content {
  display: block;
  max-width: 100%;
  padding: 20px 20px 80px 20px;
  margin: 0;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.homeEvents .title {
  font-size: 20px;
}

#mainContentWrapper .homeEvents a.readMore,
#mainContentWrapper .homeEvents a.readMore:visited {
  display: block;
  background: var(--lime);
  color: #fff;
  padding: 15px 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  bottom: 0;
}

#mainContentWrapper .homeEvents a.readMore:hover,
#mainContentWrapper .homeEvents a.readMore:focus {
  background-color: var(--green);
}

#mainContentWrapper .homeEvents a.readMore:after {
  background-color: #fff;
}

@media (max-width: 991px) {
  .homeEvents .QueryTemplateSet {
    display: block;
  }

  .homeEvents .QueryTemplateSet .mb-3 {
    margin: 0px auto 30px auto !important;
    display: block;
  }
}

.counter {
  display: block;
  font-size: 14px;
  padding: 20px;
}

.counter .title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
}

.counter .icon {
  display: flex;
  align-items: center;
  font-size: 55px;
  margin-bottom: 10px;
  line-height: 50px;
  font-weight: 900;
  padding: 0;
}

.counter .icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}

.counter.purple .icon:before {
  background-color: var(--purple);
}

.counter.purple .icon,
.counter.purple .title {
  color: var(--purple);
}

.counter.dark-purple .icon:before {
  background-color: var(--dark-purple);
}

.counter.dark-purple .icon,
.counter.dark-purple .title {
  color: var(--dark-purple);
}

.counter.blue .icon:before {
  background-color: var(--blue);
}

.counter.blue .icon,
.counter.blue .title {
  color: var(--blue);
}

.counter .icon.event:before {
  -webkit-mask-image: url(images/events.svg);
}

.counter .icon.people:before {
  -webkit-mask-image: url(images/community.svg);
}

.counter .icon.jobs:before {
  -webkit-mask-image: url(images/jobs.svg);
}

.counter p {
  margin: 0;
}

.row.CTAs .panel-body,
.row.CTAs .PanelBody {
  padding: 0px;
}

.row.CTAs .panel,
.row.CTAs .StandardPanel {
  border: 0px;
}

.counter a,
.counter a:visited,
.counter a:hover,
.counter a:focus {
  font-size: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.counter:hover {
  background: #f4f4f4;
}

.row.CTAs {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  transform: translateY(-30%);
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
  overflow: hidden;
}

.row.CTAs .col-sm-4 {
  position: relative;
  padding: 0;
}

.row.CTAs .col-sm-4:after {
  display: block;
  content: "";
  height: 100%;
  width: 2px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid #efefef;
}

.row.CTAs .col-sm-4:last-child:after {
  display: none;
}

@media (max-width: 991px) {
  .Wrapper-FullWidth #masterContentArea .row.CTAs {
    max-width: 400px;
    margin: 40px auto;
    display: block;
    width: 100%;
    transform: none;
  }

  .row.CTAs .col-sm-4 {
    width: 100%;
  }

  .row.CTAs .col-sm-4:after {
    height: 2px;
    width: 100%;
    top: auto;
    border-right: 0px;
    border-bottom: 1px solid #efefef;
  }

  .counter {
    display: block;
    font-size: 14px;
    padding: 40px;
  }
}

.HomePageFullWidthArea .carousel-indicators {
  bottom: 70px;
}

.HomePageFullWidthArea .carousel-caption {
  left: 10%;
  right: auto;
  max-width: 600px;
  padding-bottom: 0px;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: none;
}

.HomePageFullWidthArea .carousel-control {
  display: none;
}

.HomePageFullWidthArea .carousel-inner.bg-img > .item:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.carousel-indicators li,
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0px 4px;
}

@media (max-width: 991px) {
  .HomePageFullWidthArea .carousel-indicators {
    bottom: 10px;
  }

  .HomePageFullWidthArea .carousel-caption {
    left: 5%;
    right: 5%;
    max-width: 90%;
    padding-bottom: 0px;
    text-align: left;
    top: auto;
    transform: none;
    bottom: 60px;
  }
}

@media (min-width: 767.98px) {
  .auxiliaryMenu > .UtilityNavigation.nav-auxiliary {
    display: flex;
    align-items: center;
  }

  .auxiliaryMenu > .UtilityNavigation.nav-auxiliary > .UtilityAccountArea {
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
  }
}

/*************************/
/***********Changes to account address popup to align items into a grid, and hide the mobile and email feild *********/
/************Causeis - SN - 250305 *************/
/*************************/
@media (min-width: 500.98px) {
  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    div[id*="_AddressEdit_DivAddressEntry"] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 0fr);
    display: grid;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    .PanelFieldValue {
    width: 100%;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    div[id*="_AddressEdit_RowPostcode"] {
    grid-area: 4 / 1 / 5 / 3;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    div[id*="_AddressEdit_RowPostcode"]
    > .PanelField {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 0fr);
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    div[id*="_AddressEdit_RowPostcode"]
    > .PanelField
    > div:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
    padding-top: 0.4em;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    div[id*="_AddressEdit_RowPostcode"]
    > .PanelField
    > div:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    div[id*="_AddressEdit_RowPostcode"]
    > .PanelField
    > div:nth-child(3) {
    grid-area: 1 / 2 / 3 / 3;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    select[id*="_AddressEdit_SelectSubEntityCode"] {
    width: 100% !important;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    .PanelField.Left:nth-child(1) {
    grid-area: 3 / 2 / 4 / 3;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    .PanelField.Left:nth-child(3) {
    grid-area: 1 / 1 / 4 / 2;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    .PanelField.Left:nth-child(4) {
    grid-area: 1 / 2 / 2 / 3;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    .PanelField.Left:nth-child(5) {
    grid-area: 2 / 2 / 3 / 3;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    div[id*="_AddressEdit_DivAddressEntry"]
    > .PanelField.Left:nth-child(3)
    .PanelFieldValue {
    padding-right: 1em;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    div[id*="_AddressEdit_DivAddressEntry"]
    > .PanelField.Left:nth-child(3)
    .PanelFieldValue {
    padding-right: 1em;
  }
}

@media (max-width: 500.98px) {
  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    div[id*="_AddressEdit_DivAddressEntry"] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(9, 0fr);
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    .PanelFieldValue {
    width: 100%;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    div[id*="_AddressEdit_RowPostcode"] {
    grid-area: 6 / 1 / 7 / 2;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    div[id*="_AddressEdit_RowPostcode"]
    > .PanelField {
  }

  div[id*="_AddressEdit_RowPostcode"] > .PanelField > div:nth-child(1) {
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    div[id*="_AddressEdit_RowPostcode"]
    > .PanelField
    > div:nth-child(2) {
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    div[id*="_AddressEdit_RowPostcode"]
    > .PanelField
    > div:nth-child(3) {
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    select[id*="_AddressEdit_SelectSubEntityCode"] {
    width: 100% !important;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    .PanelField.Left:nth-child(1) {
    grid-area: 4 / 1 / 5 / 2;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    .PanelField.Left:nth-child(3) {
    grid-area: 1 / 1 / 2 / 2;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    .PanelField.Left:nth-child(4) {
    grid-area: 2 / 1 / 3 / 2;
  }

  form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
    .PanelField.Left:nth-child(5) {
    grid-area: 3 / 1 / 4 / 2;
  }
}

form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
  *:is(
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .uneditable-input,
    .input-fake
  ) {
  width: 100%;
}

form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
  div[id*="_AddressEdit_DivLabelPurpose"] {
  display: none;
}

form#aspnetForm[action*="./ContactAddressEdit.aspx?AddressId="][action*="IsPopup=true"]
  div[id*="_AddressEdit_RowPostcode"]
  > .PanelField:has(input[id*="_TextPhone"], input[id*="_TextEmail"]) {
  display: none;
}
