

/* footer */

#global-footer__utility.canada {
  padding-top: 20px;
}
#crn__crn-canada-block, #crn__crn-canada-fr-block {
  color: #fff;
  font-size: 14px;
  padding-top: .5em;
}
#global-footer__utility.canada .menu__society-utility-blocks ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  background-image: none;
  transition: none;
}
#global-footer__utility.canada .menu__society-utility-blocks ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
#global-footer__utility.canada .copyright {
  font-size: 14px;
}

@media screen and (min-width: 64em) {
  #global-footer__utility.canada .container {
    display: block;
  }
}

@media screen and (min-width: 80em) {
  #global-footer__utility.canada .container {
    display: flex;
    justify-content: space-between
   }
}

/* header area */

#global-header__current {
  display: none;
}

/* phone block */

body.page-node-type-front-page-2024 #branding__phone-canada-block a, body.page-node-type-front-page-2024 #branding__phone-canada-fr-block a {
  display: none;
}

/* donate button */

div.canada__branding__society-donate-blocks {
  text-align: center;
}
#global-header__utility, #global-header__branding {
  padding: 0 20px;
}
div.canada__branding__society-donate-blocks a.donate-button {
  color: #000;
  margin: 0 0 12px 0;
  padding: 10px 30px 10px 20px;
  font-size: 20px;  text-decoration: none;
  font-size: 22px;
  font-size: 20px;
  display: block;
  font-weight: 600;
  background: #FFB819 url("../images/link-arrow.svg") no-repeat 95% center; 
  border-radius: 15px;
  width: 100%;
}
div.canada__branding__society-donate-blocks a.donate-button:hover {
  background-color: #ffdd00;
}
#branding__donate-canada-block {
  margin:0;
  width: 100%;
}
#branding__phone-canada-block {
  display: none;
}

@media screen and (min-width: 48em) { 
  #branding__donate-canada-block {
    width: calc(24.2537313432836% - 20px);
    margin-left: 20px;
  }
  div.canada__branding__society-donate-blocks a.donate-button {
    color: #000;
    margin: 0;
    padding: 10px 30px 10px 15px;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    font-weight: 600;
    background: #FFB819 url("../images/link-arrow.svg") no-repeat 95% center; 
    border-radius: 15px;
    float: right;
    
  }
}
@media screen and (min-width: 64em) { 
  div.canada__branding__society-donate-blocks a.donate-button {
  padding: 10px 40px 10px 30px;
  }
}  
@media screen and (min-width: 80em) { 
  #branding__donate-canada-block {
  width: auto;
  }
}

a.call {
  color: #fff;
}

/* Peel Footer */

@media screen and (min-width: 64em) {
  #global-footer__office.peel .office__society-office-blocks address {
    width: calc(75% - 30px);
  }
}

@media screen and (min-width: 80em) {
  #global-footer__office.peel .office__society-office-blocks address {
    width: calc(55% - 30px);
  }
}

/* added for ww accreditation logo in footer */

  p.ww_accreditationLogo {
      float: none;
  }


@media screen and (min-width: 1125px) {
  p.ww_accreditationLogo {
      float: right;
  }
}