.edpc-body {
  font-family: fs-roman, Arial, sans-serif !important;
  margin: 0;
  padding: 0;
}

.edpc-body #main {
  padding-top: 128px;
}

.white {
  background: #fff;
}

.grey {
  background: #555;
}

.grey .head-privacy h3, .grey .head-privacy p {
  color: white;
}

.lightgrey {
  /*background: #eaeaed;*/
  background: #D0D0CE;
}

.lightgreyimp
{
  background: #D0D0CE !important;
}

/* Top Block */
.top-block {
  display: flex;
  align-items: center;
  padding: 40px 64px;
  text-align: left;
  gap: 32px;
}

.top-block-grey {
  background-color: #555555;
  color: #fff;
}

.top-block-white {
  background-color: #fff;
  color: #353535;
}

.left-half,
.right-half {
  width: 50%;
}

.left-half p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: 0px;
  margin-bottom: 1rem !important;
}

.right-half img {
  width: 100%;
  height: 100%;
}

.top-block h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: unset;
}

.top-block-grey h1 {
  color: white;
}

.top-block-grey h3 {
  color: white;
}

.top-block h3 {
  margin-top: 16px;
  margin-bottom: 52px;
}

.top-block .heading-text::after {
  content: '';
  display: block;
  width: 80px;
  height: 8px;
  background-color: #FFB81C;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.content-topics-feature .row {
  margin: 0 !important;
}

.heading-text {
  display: inline-block;
  position: relative;
}

/* .heading-text::after {
  content: "";
  display: block;
  width: 80px;
  height: 8px;
  background-color: #ffb81c;
  position: absolute;
  bottom: -20px;
  left: 0;
} */

.hover-img {
  display: none;
  width: 13px;
  height: 14px;
}

/* Control Your Data */
.control-your-data {
  background-color: #fff;
  padding: 40px 64px;
  text-align: left;
  color: #353535;
}

.control-data-section h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -1px;
  vertical-align: middle;
  margin: 0 0 20px 0;
}

.control-data-section p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
}

.block-data-container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.box {
  padding: 20px;
}

.box p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.box h4 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}

.bttn-section a {
  margin-top: 0.5rem;
}

.bttn {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  color: white;
}

.button-learn-more {
  background-color: #353535;
  margin-right: 10px;
  font-weight: 700;
}

.button-start-request {
  border-width: 1px;
  border-style: solid;
  border-color: #d0d0ce;
  color: #000;
  font-weight: 700;
  background: #eaeaed;
}

.button-privacy-settings {
  background-color: #353535;
  font-weight: 700;
}

.box.grey,
.box.grey h4 {
  color: #fff;
}

.we-protect-your-data .row.add-margin.twocolumns__grid,
.we-protect-your-data .row.add-margin.threecolumns__grid {
  margin: 0 -15px !important;
}

/* We Protect Your Data */
.we-protect-your-data {
  padding: 40px 64px;
  color: #353535;
}
.we-protect-your-data .head-privacy p{
  margin-bottom: 1rem;
}
.head-privacy {
  text-align: left;
  padding-bottom: 20px;
}
.head-privacy h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -1px;
  vertical-align: middle;
  margin: 0 0 20px 0;
}
.head-privacy p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: 0px;
  width: 70%;
  margin-bottom: 0;
}

#data-cards {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.data-card-edpc {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding-bottom: 1px;
}
.data-card-edpc > img {
  width: 100%;
}
.card-content {
  padding: 1rem;
}
.card-content h4 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: 0px;
  margin: 0;
}
.card-content p {
  font-size: 14px;
  color: #666666;
}
.button-container {
  text-align: center;
  padding-bottom: 15px;
}
.data-card-edpc .bttn-section {
  margin: 0 0 1rem 1rem;
}

/* Fraud Alert */
.fraud-awareness {
  padding: 40px 64px;
}
.border-box {
  border: 4px solid #ffb81c;
  display: flex;
  align-items: center;
  padding: 32px;
  background-color: #fff;

}
.text-content {
  flex-grow: 1;
  margin-right: 16px;
  width: 90%;
}
.text-content h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -1%;
  margin: 0 0 40px 0;
  color: #353535;
}
.text-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #353535;
}
.learn-more-button {
  background-color: #333333;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}
.bttn:hover {
  background-color: #ffb81c;
  color: rgb(85, 85, 85);
  font-weight: 700;

  .hover-img {
    display: inline-block;
  }

  .main-img {
    display: none;
  }
}
.image-content {
  align-self: flex-start;
}

/* Question - we're here to help */
.here-to-help {
  text-align: left;
  padding: 40px 64px;
}
.here-to-help h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -1%;
  margin: 0 0 20px 0;
  color: #353535;
}
.subheader {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;          
  letter-spacing: 0px;
  color: #353535;
  width: 60%;
  margin-bottom: 1rem;
}
.subheader a {
  color: #353535;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  white-space: nowrap;
  overflow: hidden;
}
.links-container {
  display: flex;
  gap: 32px;
  margin-top: 30px;
}
.link-box {
  width: 30%;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  overflow: hidden;
  height: 350px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.link-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 44px);
}
.link-box-content img {
  width: 24px;
  height: 24px;
}
.box-1 {
  background: #555555;
}
.box-2 {
  background-image: url("../img/faqs.png");
}
.box-3 {
  background: #eaeaed;
  color: #353535;
}
.link-box .hover-content {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  background-color: #555;
  transform: translateX(-100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  padding: 0 22px;
  margin: 0 -22px;
}
.link-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transition: left 0.5s ease;
  z-index: -1;
}
.link-box:hover::before {
  left: 0;
}
.box-2 .hover-content {
  background: #0a0a0a99;
}
.link-box .hover-content > .data-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 44px);
  padding: 0 22px;
}
.link-box:hover .link-box-content {
  opacity: 0;
}
.link-box:hover .hover-content {
  opacity: 1 !important;
  transform: translateX(0);
}
.data-hover .bttn-section a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

/* Header */
.edpc-body header {
  height: 32px;
}

.edpc-wrapper {
  background-color: #353535 !important;
  height: unset !important;
  /* padding: 32px 64px !important; */
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0.5rem 1rem !important;
}

.edpc-wrapper .searchbar-links ul li a {
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.edpc-wrapper .searchbar-links ul li:not(:first-child) {
  background: linear-gradient(#ffb81c, #ffb81c) no-repeat left / 2px 0.8em;
}

.edpc-wrapper .columns.header-right {
  padding-right: 0;
  width: 100%;
}

.edpc-wrapper .columns.header-right .searchbar-links {
  margin-right: 0;
}

/* Footer */
.edpc-copyrights {
  background: #353535;
}

.edpc-copyrights .copyright {
  padding-left: 0;
}

.edpc-copyrights .footer-copyright-wrap p {
  text-transform: none;
}

.footer-menu-links-wrap.edpc-links-wrap,
.edpc-copyrights {
  padding-left: 64px;
  padding-right: 64px;
}

.eg-card-block {
  opacity: 1;
  height: 300px;
  background: #eaeaed;
  color: #353535;
  position: relative;
  text-align: center;
  padding: 0 22px;
}

.card-block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 44px);
}

.card-block img {
  width: 65px;
  height: 65px;
  margin-bottom: 10px;
}

.card-block {
  h4 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.card-block {
  p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
  }
}

.privacy-statements {
  padding: 40px 64px;
  background: #eaeaed;
}

.privacy-statements {
  h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.heading-text {
  display: inline-block;
  position: relative;
}

.subtitle-text::after {
  content: "";
  display: block;
  width: 80px;
  height: 8px;
  background-color: #ffb81c;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.privacy-statements {
  p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}

.btn-white a {
  background: #fff;
  color: #000;
  font-weight: 700;
  border: 1px solid #d0d0ce;
}

.ai-program {
  padding: 40px 64px;
  background: #D0D0CE;
}

.ai-program .border-box {
  display: flex;
  border: none;
  padding: unset;
  gap: 32px;
  background: none;
  /* flex-direction: row-reverse; */
}

.ai-program-greyed .btn-white a {
  background: #353535;
  border: unset;
  color: white;
}

.ai-program-greyed .btn-white a:hover {
  color: rgb(85, 85, 85);
}

#AI-program .txt-content,
#AI-program .img-content,
#AI-Program .txt-content,
#AI-Program .img-content {
  flex: 1;
}

.txt-content h4 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 120%;
  letter-spacing: -0.0625rem;
  vertical-align: middle;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  color: #353535;
}

.txt-content p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: 0px;
  color: #353535 !important;
  margin-bottom: 1rem !important;
  width: 100%;
  text-align: left !important;
}

.img-content img {
  height: 100%;
  width: 100%;
}

.ai-program-flipped {
  #AI-program .img-content {
    order: -1;
  }
}

.edpc-body header {
  height: 32px;
}

.edpc-wrapper {
  background-color: #353535 !important;
  height: unset !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0.5rem 1rem !important;
  padding: 0 64px;
}

.edpc-wrapper .row {
  padding: 32px 0 !important;
}

.edpc-wrapper .searchbar-links ul li a {
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.edpc-wrapper .searchbar-links ul li:not(:first-child) {
  background: linear-gradient(#ffb81c, #ffb81c) no-repeat left / 2px 0.8em;
}

.edpc-wrapper .columns.header-right {
  padding-right: 0;
  width: 100%;
}

.edpc-wrapper .columns.header-right .searchbar-links {
  margin-right: 0;
}

.quebec-residents-block {
  display: flex;
  border-top: 1px solid #555555;
  background: #353535;
  color: #fff;
  flex-direction: row;
  width: 100%;
}

.add-content {
  padding: 16px 0;
  width: 100%;
}

.for-region {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  float: left;
  width: 50%;
}

.go-to-quebec-gas {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
  padding: 0;
  color: #fff;
  text-decoration: none;
}

.go-to-quebec-gas:hover svg {
  fill: #fff;
}

.go-to-quebec-gas svg {
  height: 14px;
  width: 14px;
  fill: #ffb81c;
}

.go-to-quebec-gas svg:hover {
  fill: white;
}

.edpc-footer-div .wrap-footer {
  position: unset !important;
}

.edpc-footer-div .links {
  display: inline-flex;
}

.go-to-quebec-gas img {
  width: 13px;
  height: 13px;
  vertical-align: middle;
}

.quebec-plus-white {
  display: none;
}

.go-to-quebec-gas:hover {
  color: #ffb81c;

  .quebec-plus-white {
    display: inline;
  }
  .quebec-plus {
    display: none;
  }
}

/* Footer */
.edpc-copyrights {
  background: #1A1A1A;
}

.edpc-copyrights .copyright {
  padding-left: 0;
}

.edpc-copyrights .footer-copyright-wrap p {
  text-transform: none;
}

.footer-menu-links-wrap.edpc-links-wrap,
.edpc-copyrights {
  padding-left: 64px;
  padding-right: 64px;
}

.edpc-copyrights .footer-copyright-wrap {
  padding-left: 0;
}

.edpc-copyrights .footer-links-wrap {
  padding-right: 0;
}

#footer .edpc-links-wrap .add-content {
  padding: 32px 0 0;
}

/* Ontario Utah content */
.for-ontario-utah {
  padding: 0 50px 40px 50px;
  background-color: #D0D0CE;
}

.mobile-icon-block {
  display: flex;
  /*gap: 32px;*/
}

.location-block {
  /*width: 50%;*/
  background: #555555;
  color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.location-block h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.location-block p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
}

.location-block .bttn-section a {
  margin-top: 16px !important;
  padding: .6em 0.5em;
}

.location-block .bttn-section a:not(:last-child) {
  margin-right: 16px !important;
}

.communication-preferences {
  background-color: #fff;
  padding: 0 64px 40px;
  text-align: left;
  color: #353535;
}
.cp-data {
  padding: 0;

  /* .hover-content { */
  /* padding: 0 19px !important; */
  /* margin: 0 -19px !important; */
  /* } */

  /* .link-box-content { */
  /* width: calc(100% - 38px) !important; */
  /* } */
}
.links-container {
  display: flex;
}
.box-1 {
  background: #282828;
}
.content-box {
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  overflow: hidden;
  height: 350px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.link-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 44px);
}
.link-box-content .hover-content {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.5s ease;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.hover-description {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0;
}
.content-box .bttn-section {
  position: absolute;
  bottom: 16px;
  width: calc(100% - 44px);
}
.box-21 {
  background: #555555;
}
.bttn-font
{
  font-size: 16px;
  line-height: 20px;
}

.single-row-component-container-new
{
  padding: 0px 100px 25px 60px;
}
.height-full
{
  height: 408px !important;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}

.height-full:first-child{margin-top:0;}

/* Cookie Blocks */
.cookie-tiles {
  padding: 0 64px 32px;
}

.cookie-tiles .bttn-section a {
  margin-top: 8px;
}

.cookie-header-block {
  padding-bottom: 32px;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}

.cookie-block {
  width: auto;
  height: 160px;
  background: #EAEAED;
  color: #353535;
  position: relative;
}

.cookie-block button {
  align-self: stretch;
  padding: 30px 22px;
  color: #353535;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -1px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  cursor: pointer;
  background: #EAEAED;
  color: #353535;
  height: 100%;
}

.cookie-block button:focus,
.cookie-block button:hover,
.cookie-block button:active {
  background: #555555;
  color: #fff;
}

/* ANSWER BLOCKS */
.cookie-width {
  width: calc(200% / 3 - 16px);
}

.cookie-answer-tiles {
  padding: 32px 64px;

  h2 {
    font-size: 40px;
    font-weight: 700;
    color: rgba(53, 53, 53, 1);
    margin-top: 1.5rem;
  }

	> p {
		font-size: 1.25rem;
    font-weight: 400;
    color: rgba(53, 53, 53, 1);
    margin-bottom: 1rem;
  }

  .box-border-section {
    display: flex;
    flex-direction: column;
    gap: 16px;

    h4 {
      font-size: 32px;
      font-weight: 700;
      color: rgba(53, 53, 53, 1);
      margin: 0;
    }

    p {
      font-size: 18px;
      font-weight: 400;
      color: rgba(0, 0, 0, 1);
    }
  }
}

.grey-3-border {
  border: 3px solid #D0D0CE;
  /* height: 20px; */
}

.p-24 {
  padding: 24px;
}

.d-flex {
  display: flex;
}

.g-16 {
  gap: 16px;
}

.fd-column {
  flex-direction: column;
}

.fd-row {
  flex-direction: row;
}

.center-align {
  align-items: center;
}

/* Blocks */
.here-to-help {
  text-align: left;
  padding: 0px;
}
.here-to-help .links-container {
  display: flex;
  gap: 0px;
}
.link-box-block {
  width: calc(100% / 3);
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  overflow: hidden;
  height: 350px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.box-no-1, .box-no-3 {
  background: #555555;

  .hover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 44px);
  }
}
.box-no-2 {
  background-image: url('../img/faqs.png');
  color: #fff;
  background-size: cover;
  background-position: center;
}
.link-box-block.box-no-2 .hover-content {
  width: calc(100% + 44px);
  height: 100%;
  position: relative;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding: 0 22px;
  margin: 0 -22px;
}
.box-no-2 .hover-content {
  font-size: 21px;
  line-height: 25px;
}
.link-box-block.box-no-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transition: left 0.5s ease;
  z-index: -1;
}
.link-box-block.box-no-2:hover::before {
  left: 0;
}
.box-no-2 .hover-content {
  background: #0A0A0A99;
}
.link-box-block.box-no-2 .hover-content > .data-hover {    
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 44px);
  padding: 0 22px;
}
.link-box-block.box-no-2:hover .link-box-content {
  opacity: 0;
}
.link-box-block.box-no-2:hover .hover-content {
  opacity: 1 !important;
  transform: translateX(0);
}
.hover-title {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1px;
  font-weight: 700;
  margin-bottom: 16px;
}

.hover-desc {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0px;
}

.box-no-1 .bttn-section,
.box-no-3 .bttn-section,
.box-no-2 .hover-content > .bttn-section {
  position: absolute;
  bottom: 16px;
  width: calc(100% - 44px);
  font-size: 16px;
  line-height: 20px;
}

.link-box-content img {
  width: 24px;
  height: 24px;
}

.box-no-2 .link-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 44px);
}

@media (max-width: 991px) {
  .top-block {
    display: flex;
    flex-direction: column-reverse;
  }

  .left-half,
  .right-half {
    width: 100%;
  }

  .left-half {
    margin-right: 0;
  }

  .here-to-help .links-container,
	.cookie-header-block	{
    display: block;
  }

  .link-box,
  .link-box-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

	.link-box .hover-content > .data-hover, 
	.link-box-block .hover-content > .data-hover {
    width: 100%;
    padding: 0;
  }

  .box-no-1 .bttn-section,
  .box-no-3 .bttn-section,
	.box-no-2 .hover-content > .bttn-section,
	.cookie-block	{
    width: 100%;
  }

  .cookie-block button {
    font-size: 16px;
    line-height: 16px;
    padding: 16px;
  }

  .cookie-block {
    height: 49px;
    border-bottom: 2px solid #ddd;
  }

  .cookie-header-block:not(:last-child) {
    padding-bottom: 0;
  }

  .cookie-tiles .bttn-section a {
    margin-top: 30px;
  }

  .cookie-width {
    width: 100%;
  }

}

@media (max-width: 575px) {
  .right-half img {
    height: 100% !important;
  }

  .box-border-section h4 {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
	.top-block, .cookie-tiles, .cookie-answer-tiles {
    padding: 25px 24px;
  }

  .cookie-tiles .bttn-section,
  .cookie-tiles .bttn-section a {
    width: 100%;
    margin-right: 0;
  }

  .img-content.ai-section {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	.top-block, .cookie-tiles, .cookie-answer-tiles {
    padding: 30px 24px;
  }

  .edpc-wrapper .searchbar-links ul li a {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.link-box .hover-content, .link-box-block .hover-content {
    font-size: 18px;
    line-height: 22px;
  }

  .data-hover .bttn-section a {
    font-size: 14px;
    line-height: 18px;
  }

  .cookie-block h4 {
    font-size: 23px;
    line-height: 24px;
    padding: 22px;
  }
}

@media (max-width: 991px) {
  .top-block {
    display: flex;
    flex-direction: column-reverse;
  }

	.left-half, .right-half {
    width: 100%;
  }

  .left-half {
    margin-right: 0;
  }

  .links-container {
    display: block;
  }

	.link-box, .link-box-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

	.link-box .hover-content > .data-hover, .link-box-block .hover-content > .data-hover {
    width: calc(100% - 88px);
    padding: 0;
  }
}

@media (max-width: 575px) {
  .right-half img {
    height: 100%;
  }
}

@media (max-width: 767px) {
	.top-block, .playbook-topics, .here-to-help {
    padding: 25px 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	.top-block, .playbook-topics, .here-to-help {
    padding: 30px 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.link-box .hover-content, .link-box-block .hover-content {
    font-size: 18px;
    line-height: 22px;
  }

  .data-hover .bttn-section a {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .link-box .hover-content {
    font-size: 18px;
    line-height: 22px;
  }

  .data-hover .bttn-section a {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 991px) {
  .edpc-wrapper .logo {
    margin: 0;
  }

  /* .edpc-copyrights .footer-copyright-wrap { */
  /* width: unset !important; */
  /* } */

  /* .top-block { */
  /* display: block; */
  /* } */

  .left-half,
  .right-half {
    width: 100%;
  }

  .left-half {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .head-privacy p,
  .subheader {
    width: 100%;
  }

  .links-container {
    display: block;
  }

  .link-box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .link-box .hover-content > .data-hover {
    width: calc(100% - 88px);
    padding: 0 44px;
  }
}

@media (min-width: 768px) and (max-width: 1040px) {
  .edpc-wrapper .columns.header-right .searchbar-links {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .edpc-wrapper .columns.header-right .searchbar-links {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-menu-links-wrap.edpc-links-wrap,
  .edpc-copyrights,
  .top-block,
  .control-your-data,
  .we-protect-your-data,
  .fraud-awareness,
  .ai-program,
  .here-to-help {
    padding: 30px 24px;
  }

  .edpc-wrapper {
    padding: 0px 24px;
  }

  .edpc-body header {
    height: 28px;
  }

  .edpc-body #main {
    padding-top: 72px;
  }
}

@media (min-width: 768px) and (max-width: 786px) {
  .we-protect-your-data
    .row.add-margin.twocolumns__grid
    .columns.medium-centered {
    width: 50%;
    margin: unset;
    float: left;
  }

  .we-protect-your-data
    .row.add-margin.threecolumns__grid
    .columns.medium-uncentered {
    width: 33.33%;
    margin: unset;
    float: left;
    position: unset !important;
  }

  .edpc-wrapper .logo {
    margin: -18px -15px -15px 15px !important;
  }

  .edpc-wrapper {
    padding: 18px 24px !important;
  }

  .edpc-wrapper .header-right {
    margin-top: -15px;
  }

  .edpc-wrapper .header-left .logo img {
    margin: unset !important;
  }
}

@media (max-width: 767px) {
  .edpc-wrapper,
  .footer-menu-links-wrap.edpc-links-wrap,
  .edpc-copyrights,
  .top-block,
  .control-your-data,
  .we-protect-your-data,
  .fraud-awareness,
  .here-to-help
  {
    padding: 25px 24px;
  }

  .ai-program {
    padding: 40px 0px !important;
  }

  .ai-program .border-box {
	flex-direction: column;/*-reverse*/
    padding-left: 24px;
    padding-right: 24px;
  }

  #AIprogram .ai-section h4 {
    margin: 0;
  }

  #AIprogram .ai-section a {
    margin-right: 0;
    width: 100%;
  }

  .note-box
  {
    padding: 25px 24px !important;
    background-color: #D0D0CE;
  }
  .img-content img
  {
    width: 96px;
    height: 96px;
  }
  .block-data-container,
  #data-cards {
    display: block;
  }

  .box,
  .data-card {
    width: unset;
  }

  .box-right {
    margin: 20px 0;
  }

  .data-card .bttn-section {
    padding-bottom: 20px;
  }

  .border-box {
    display: block;
    padding: 15px;
  }

  .text-content {
    margin-right: 0;
  }

  .image-content {
    text-align: center;
    margin-top: 30px;
  }

  .text-content .bttn-section a {
    margin-top: 0;
  }

  .we-protect-your-data
    .row.add-margin.twocolumns__grid
    .columns.medium-centered,
  .we-protect-your-data
    .row.add-margin.threecolumns__grid
    .columns.medium-uncentered {
    width: 100%;
    margin: unset;
    margin-bottom: 15px;
  }

  .edpc-wrapper .logo {
    margin: -18px -15px -15px 15px !important;
  }

  .edpc-wrapper {
    padding: 10px 24px !important;
  }

  .edpc-body #main {
    padding-top: 52px !important;
  }

  .header-left .logo img {
    margin: unset !important;
  }

  .we-protect-your-data
    .row.add-margin.threecolumns__grid
    .columns.medium-uncentered {
    position: unset !important;
  }
  
  .contact-privacy-office-page .row.collapse.twocolumns__grid > .small-22.small-centered.medium-16.medium-centered.large-12.large-uncentered.columns {
		width: 100% !important;
	}
}

@media (max-width: 575px) {
  .right-half img {
    height: 100%;
  }
}

@media (min-width: 511px) and (max-width: 786px) {
  .we-protect-your-data
    .row.add-margin.threecolumns__grid
    .columns.medium-uncentered.hide-for-medium-only {
    display: block !important;
  }
}

@media (max-width: 510px) {
  .edpc-wrapper .logo {
    margin: -18px -15px -15px -5px !important;
  }
}

/* Contact Us */
.request-your-data {
  background-color: #FFF;
  padding: 32px 64px 16px;
  text-align: left;
  color: #353535;
}

.request-data-section {
  width: 50%;
}

.request-data-section h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -1px;
  vertical-align: middle;
  margin: 0 0 35px 0;
}

.request-data-section p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 16px;
}

.request-data-section a {
  color: #353535;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* Form Section */
.contact-us-form-section {
  display: flex;
  padding: 0 64px 32px;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  background: #fff;
}

.contact-us-form-section #formSection {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  background: #EAEAED;
}

.field-validation-valid {
  display: none;
}

.contact-us-form-section #formSection form {
  width: 100%;
}

.contact-us-form-section #formSection h2 {
  color: #353535;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin-top: 0;
}

.contact-us-form-section #formSection label {
  color: #353535;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
  display: block;
}

.contact-us-form-section #formSection input:not([type="image" i],
  .contact-us-form-section #formSection [type="range" i],
  .contact-us-form-section #formSection [type="checkbox" i],
  .contact-us-form-section #formSection [type="radio" i]) {
  display: block;
  height: 40px;
  padding: 8px;
  width: 100% !important;
  box-sizing: border-box;
  border: 1px solid #D0D0CE;
  background: #FFF;
}

.contact-us-form-section #formSection select,
.contact-us-form-section #formSection textarea {
  display: block;
  width: 100% !important;
  height: 40px;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #D0D0CE;
}

.contact-us-form-section #formSection textarea {
  height: 144px;
  margin-bottom: 15px;
}

.contact-us-form-section #formHelperSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}

.helper-container {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  border: 5px solid #FFB81C;
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-right: 64px;
}

.item-0 {
  display: flex;
  width: 80px;
  height: 80px;
}

.helper-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  box-sizing: border-box;
}
.item-1 {
  font-size: 32px;
  font-weight: Bold;
  color: rgba(53, 53, 53, 1);
  margin: 0;
}
.item-2 {
  font-size: 18px;
  color: rgba(53, 53, 53, 1);
  margin: 0;
  padding-left: 30px;
}

.item-2 li {
  padding-bottom: 10px;
}

.do-not-use {
  border-color: #555555;
}

.contact-office {
  border-color: #EAEAED;

  ul {
    list-style-type: none;
    padding: 0;
  }
}

.form-success-page {
  display: flex;
  gap: 24px;
  flex-direction: column;

  img.form-success-img {
    width: 80px;
    height: 80px;
  }

  p {
    font-size: 20px;
    font-weight: 400;
    color: rgba(53, 53, 53, 1);
    margin: 0;
  }

  .bttn-section a {
    margin: 0;
  }
}

/* Take control of your privacy */
.here-to-help {
  text-align: left;
  padding: 0px;
}
.here-to-help .links-container {
  display: flex;
  gap: 0px;
}
.link-box-block {
  width: calc(100% / 3);
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
  overflow: hidden;
  height: 350px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.box-no-1, .box-no-3 {
  background: #555555;

  .hover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 44px);
  }
}
.box-no-2 {
  background-image: url('../img/faqs.png');
  color: #fff;
  background-size: cover;
  background-position: center;
}
.link-box-block.box-no-2 .hover-content {
  width: calc(100% + 44px);
  height: 100%;
  position: relative;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding: 0 22px;
  margin: 0 -22px;
}
.box-no-2 .hover-content {
  font-size: 21px;
  line-height: 25px;
}
.link-box-block.box-no-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transition: left 0.5s ease;
  z-index: -1;
}
.link-box-block.box-no-2:hover::before {
  left: 0;
}
.box-no-2 .hover-content {
  background: #0A0A0A99;
}
.link-box-block.box-no-2 .hover-content > .data-hover {    
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 44px);
  padding: 0 22px;
}
.link-box-block.box-no-2:hover .link-box-content {
  opacity: 0;
}
.link-box-block.box-no-2:hover .hover-content {
  opacity: 1 !important;
  transform: translateX(0);
}
.hover-title {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1px;
  font-weight: 700;
  margin-bottom: 16px;
}

.hover-desc {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0px;
}

.box-no-1 .bttn-section,
.box-no-3 .bttn-section,
.box-no-2 .hover-content > .bttn-section {
  position: absolute;
  bottom: 16px;
  width: calc(100% - 44px);
  font-size: 16px;
  line-height: 20px;
}

.link-box-content img {
  width: 24px;
  height: 24px;
}

.box-no-2 .link-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 44px);
}

@media (max-width: 991px) {
	.request-data-section p, .request-data-section {
    width: 100%;
  }

  .links-container {
    display: block;
  }

	.link-box, .link-box-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

	.link-box .hover-content > .data-hover, .link-box-block .hover-content > .data-hover {
    width: calc(100% - 88px);
    padding: 0 44px;
  }

  .contact-us-form-section {
    display: block;

    #formSection {
      margin-bottom: 32px;
    }
  }
}

@media (max-width: 767px) {
	.request-your-data, .how-to-request-data, .contact-us-form-section, .fraud-awareness, .here-to-help {
    padding: 8px 24px;
  }

  .border-box {
    display: block;
    padding: 15px;
  }

  .text-content {
    margin-right: 0;
  }

  .image-content {
    text-align: center;
    margin-top: 30px;
  }

  .text-content .bttn-section a {
    margin-top: 0;
  }

  .edpc-footer-div .links {
    display: inline;
  }

  .edpc-wrapper .header-right .searchbar-links {
    position: absolute;
    left: 35px;
    top: 45px;
    width: 100%;
    background: #353535;
    min-height: 100%;
    height: 100vh;
  }

  .edpc-wrapper .header-right .searchbar-links ul {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0 16px;
  }

  .edpc-wrapper .header-right .searchbar-links ul li {
    padding: 16px 0;
    background: none !important;
  }

  .edpc-wrapper .header-right .searchbar-links ul li:hover,
  .edpc-wrapper .header-right .searchbar-links ul li:focus {
    background: #555555 !important;
    border-left: 4px solid #FFB81C;
  }

  .edpc-wrapper .header-right .searchbar-links ul li:hover a,
  .edpc-wrapper .header-right .searchbar-links ul li:focus a {
    text-decoration: none;
  }

  .edpc-wrapper .header-right .searchbar-links ul li a {
    padding: 0 16px;
    width: 100%;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	.request-your-data, .how-to-request-data, .contact-us-form-section, .fraud-awareness, .here-to-help {
		padding: 10px 24px;
    }
	
	.edpc-form-section {
		padding-left: 24px !important;
	}
	
	.helper-container {
		margin-right: 24px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.link-box .hover-content, .link-box-block .hover-content {
    font-size: 18px;
    line-height: 22px;
  }

  .data-hover .bttn-section a {
    font-size: 14px;
    line-height: 18px;
  }
}

.edpc-form-section{
    width:100%;
  padding: 0 32px 32px 64px;

    .inner-section{
    background: #EAEAED;
    padding: 32px;
  }

  label {
    color: #353535;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
  }

    h1{
    margin: 0 0 30px;
  }

    br{
    display: contents;
  }

    input{
    margin: 0 0 1.4rem 0;
  }

    .msg{
    margin-left: 0 !important;
  }

  p:has(.msg-label) {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
  }

  .bttn {
    display: inline-block;
    padding: 14px 26px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: white;
    border: none;
    background-color: #353535;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 0 !important;
  }

  .bttn:hover {
    background-color: #FFB81C;
    color: rgb(85, 85, 85);
    display: inline-block;
    padding: 14px 26px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin-bottom: 0 !important;
  }
}

.ai-program-greyed
{
    background:#D0D0CE;
}
.accordion.shadow-box .accordion-navigation .accordion-tab {
  margin-top: 0.5rem !important;
}

.accordion {
  margin-bottom: 10px !important;
}
.top-block.white-bg.dark-color h1 {
  margin-bottom: 35px;
}

.breadcrumb-new
{
  margin-top: -25px;
  padding-left: 45px;
}

.breadcrumb-new ol {
  text-align: left !important;
}

.breadcrumb-new ol li {
  font-size: 16px;
  line-height: 20px;
}

.breadcrumb ol li + li:before {
  padding: 0 4px;
}

@media (max-width: 991px) {
  .breadcrumb-new {
    margin-top: 20px;
    padding-left: 0px;
  }
}

@media only screen and (min-width: 65.0625em) {
  .row .row.add-margin {
    margin-left: 2.95rem;
    margin-right: 2.95rem;
  }
}

@media (min-width: 511px) and (max-width: 786px) {
  .edpc-links-wrap .logo {
    position: unset !important;
  }
}

@media (max-width: 510px) {
  .edpc-links-wrap .logo {
    position: relative !important;
    top: 0px !important;
    float: unset !important;
  }

  .footer-menu-links-wrap .row .columns:not(:first-child) {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
  }

  .edpc-links-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .edpc-copyrights .footer-copyright-wrap {
    width: 100% !important;
  }

  .edpc-links-wrap .quebec-residents-block {
    border-top: none;
  }

  .edpc-links-wrap .quebec-residents-block .add-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 !important;
  }

  .edpc-links-wrap .quebec-residents-block .add-content .for-region,
  .edpc-links-wrap .quebec-residents-block .add-content .go-to-quebec-gas {
    width: 100%;
  }

  .edpc-wrapper .columns.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 36px
  }
	.mobile-icon-block > div {
    padding: 0;
  }
}

.note-box
{
  padding: 0 64px 44px 64px;
  background-color: #D0D0CE;
}

@media (max-width: 767px) {
  .border-box {
    display: block;
    padding: 15px;
  }
  
  
	
	.helper-container {
		margin-right: 24px !important;
		margin-left: 24px;
	}
}

@media screen and (min-width: 512px) and (max-width: 767px) {
.edpc-form-section {
		padding-left: 24px !important;
	}
}
@media (max-width: 767px) {
  .txt-content {
    margin: 20px 0 0;
  }

  .mobile-menu-nav {
    display: block !important;
  }

	.hamburger-menu, .close-menu {
    display: flex;
    flex-direction: column;
  }

	.hamburger-menu div, .close-menu div {
    text-transform: uppercase;
    color: #fff;
    margin-top: -3px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }

  .edpc-wrapper .columns.header-right {
    top: 25px;
  }
  
  #AI-Program {
	  flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  .txt-content {
    width: 100%;
    padding-left: 0 !important;
  }
}

.txt-content
{
  padding-left: 30px;
}
.location-img
{
    min-height:256px;
}
.img-new-style
{
  width: 100% !important;
  height: 100% !important;
}

#AIprogram .txt-content.ai-section {
  padding-left: 0;
}

.mobile-menu-nav {
  display: none;
}

@media screen and (min-width: 511px) and (max-width: 1040px) {
  .single-row-component-container-new {
    padding: 0px 0px 25px 52px;
  }
  .for-ontario-utah {
    padding: 0px 10px 40px 10px;
    background-color: #EAEAED;
  }
  .mobile-icon-block {
    display: table;
    /* gap: 32px; */
  }
}

@media (max-width: 786px) {
  .mobile-icon-block {
    display: flex !important;
    flex-direction: column;
		gap:32px;
	}
	
	.single-row-component-container-new {
        padding: 0px 20px 25px 20px;
  }

  .mobile-icon-block .location-block {
    flex-direction: column-reverse !important;
    align-items: baseline;
  }

  .mobile-icon-block .location-block .location-img {
    margin: 0 auto;
  }

	.mobile-icon-block .location-block > div:not(.location-img), .mobile-icon-block .location-block .bttn-section a {
    width: 100%;
  }

  .for-ontario-utah {
    padding: 0 10px !important;
    margin: -25px 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
  .note-box {
    padding: 25px 30px 30px;
  }
}

/*Added by Thoko*/

.txt-content.ai-section div {
  padding-top: 0 !important;
  /*ideally we should remove the padding from the inline styles of the html element - TP*/
  line-height: 120% !important;
  color: #353535;
  margin-bottom: 1rem;
}

div#footer .quebec-residents-block {
  margin-top: 0px;
}

.tile__secondary-text p {
  margin-bottom: 1rem !important;
}

.note-box .border-box h4 {
  font-size: 1.75rem;
  line-height: 120%;
}

.note-box .border-box p:last-of-type {
  margin-bottom: 0 !important;
}


.note-box .border-box .txt-content:first-child {
  padding-left: 0 !important;
}

.privacy-settings-page .note-box {
  padding: 0 64px 44px 64px;
  background-color: #FFF;
}

.cookie-answer-tiles p {
  font-size: 1.25rem !important;
  color: #353535 !important;
}

.item-2 {
  padding: 0px;
}

@media (max-width: 510px) {
  .top-block h1 {
    font-size: 2.5rem;
    line-height: 110%;
  }

  .left-half {
    margin-bottom: 0px;
  }

  .head-privacy {
    padding-bottom: 1rem;
  }

  .head-privacy h3,
  h4 {
    font-size: 2rem;
    line-height: 110%;
    margin-bottom: 1rem;
  }

  .head-privacy p {
    font-size: 1.125rem;
  }

  .sub-header {
    font-size: 1.125rem;
  }

  .bttn-section,
  .bttn {
    /*width: 100%;*/
  }
  .bttn-wide
  {
    width: 100%;
  }
  .data-card-edpc .bttn-section {
    width: auto;
  }

  .left-half p {
    font-size: 1.125rem;
  }

  .txt-content p {
    font-size: 1.125rem;
    line-height: 120%;
  }

  .location-block p{
    font-size: 1.125rem;
    line-height: 120%;
  }

  .location-block h3{
    font-size: 2rem;
    line-height: 110%;
  }

  .txt-content h4 {
    font-size: 2rem;
    line-height: 110%;
    /* padding-left: 30px; */
  }

  .box h4 {
    font-size: 1.75rem;
    line-height: 110%;

  }

  .box p {
    font-size: 1.125rem;
  }

  .single-row-component-container-new {
    padding: 0 1rem 0 1rem;
  }

  .height-full {
    margin-bottom: 0.5rem;
    margin-top: 2rem;
    height: 324px !important;
  }

  .height-full:first-child {
    margin-top: 0rem;
  }

  .row .collapse {
    padding-top: 1rem;
  }

  .edpc-form-section {
    padding: 0 15px 10px;
	width: 100% !important;
	
	.inner-section {
        padding: 15px;
    }
  }

  .helper-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
    margin-right: 15px !important;
    margin-left: 15px !important;
    flex-wrap: wrap;
  }

  .item-1 {
    font-size: 1.75rem;
    line-height: 110%;
  }

  .item-2 {
    font-size: 1.125rem;
    line-height: 120%;
  }

  .ai-program .border-box {
    gap: 0;
  }
  
  .enbridge-gas-ontario-page .accordion.shadow-box .accordion-navigation .accordion-tab,
  .enbridge-sustain-page .accordion.shadow-box .accordion-navigation .accordion-tab,
	.faq-page .accordion.shadow-box .accordion-navigation .accordion-tab,
	.enbridge-gas-us-page .accordion.shadow-box .accordion-navigation .accordion-tab,
	.cookie-policy-page .accordion.shadow-box .accordion-navigation .accordion-tab,
	.privacy-statements-page .accordion.shadow-box .accordion-navigation .accordion-tab,
	.enbridge-gas-sustain-page .accordion.shadow-box .accordion-navigation .accordion-tab,
	.enbridge-inc-page .accordion.shadow-box .accordion-navigation .accordion-tab {
		position: relative;
	}
	
	.enbridge-gas-ontario-page .accordion.shadow-box .accordion-navigation .accordion-tab .plus,
	.enbridge-sustain-page .accordion.shadow-box .accordion-navigation .accordion-tab .plus,
	.cookie-policy-page .accordion.shadow-box .accordion-navigation .accordion-tab .plus,
	.privacy-statements-page .accordion.shadow-box .accordion-navigation .accordion-tab .plus,
	.faq-page .accordion.shadow-box .accordion-navigation .accordion-tab .plus,
	.enbridge-gas-us-page .accordion.shadow-box .accordion-navigation .accordion-tab .plus,
	.enbridge-gas-sustain-page .accordion.shadow-box .accordion-navigation .accordion-tab .plus,
	.enbridge-inc-page .accordion.shadow-box .accordion-navigation .accordion-tab .plus {
	  top: 20px !important;
	  right: 12px;
	}
}

ul.text-object.item-2 {
	list-style-type: disc !important;
}

.privacy-settings-page .ai-program.ai-program-flipped.lightgreyimp #AI-program > .ai-section {
  flex: unset;
  padding: 0;
}


.hover-slide-overlay-new .tile__content .tile__header .plus {
    height: 1.5625rem;
    width: 1.5625rem;
    margin: 0.9375rem 0 0 0;
}

.hover-slide-overlay-new .tile__content .tile__header .plus {
    height: 1.5625rem;
    width: 1.5625rem;
    margin: 0.9375rem 0 0 0;
}

.cookie-answer-tiles p {

  font-size: 1.25rem !important;

  line-height: 120% !important;

  margin-bottom: 1rem !important;

  color: #353535 !important;

  text-align: left;

}

 

.cookie-answer-tiles .accordion-panel {

  font-size: 1.25rem !important;

  line-height: 120% !important;

  margin-bottom: 1rem !important;

  color: #353535 !important;

  text-align: left;

}

 

.accordion-panel .Paragraph {

  font-size: 1.25rem !important;

  line-height: 120% !important;

  margin-bottom: 1rem !important;

  color: #353535 !important;

  text-align: left;

}

 

.cookie-block-answer li {

  font-size: 1.25rem;

  line-height: 120%;

  margin-bottom: 0.5rem;

}

 

@media (max-width: 511px) {

  .cookie-answer-tiles p {

    font-size: 1.125rem !important;

    line-height: 120% !important;

    margin-bottom: 1rem !important;

    color: #353535 !important;

    text-align: left;

  }

 

  .cookie-answer-tiles .accordion-panel {

    font-size: 1.125rem !important;

    line-height: 120% !important;

    margin-bottom: 1rem !important;

    color: #353535 !important;

    text-align: left;

  }

 

  .accordion-panel .Paragraph {

    font-size: 1.125rem !important;

    line-height: 120% !important;

    margin-bottom: 1rem !important;

    color: #353535 !important;

    text-align: left;

  }

 

  .cookie-block-answer li {

    font-size: 1.125rem;

    line-height: 120%;

    margin-bottom: 0.5rem;

  }

}

.tile__secondary-text ul li {

 text-align: left;

 font-weight: 400;

 margin-bottom: 0.5rem;

 }
 .design_list_vertical
 {
    margin-left: 0.0rem;
    list-style: none;
 }
 .edpc-form-section ul
 {
    margin-left: 0.4rem;
    list-style: none;
 }
 
 @media (min-width: 1400px) {
    .secondary-text-styling, .tile__secondary-text, .tile__secondary-text p {
        font-size: 1.00em !important;
    }
}

@media only screen and (max-width: 31.875em) {
    .secondary-text-styling, .tile__secondary-text, .tile__secondary-text p {
        font-size: 4.3vw !important;
    }
}

.radio-spacing { 
postion: relative;
margin-right: 8px !important;
}

/*Spacing fix for privacy statements*/
.cookie-block-answer .g-16{
  gap:0 !important;
}

.cookie-answer-tiles h3{
  margin-top: 1rem !important;  
}

.cookie-answer-tiles .accordion{
  margin-bottom: 1rem !important;
  
}

.cookie-answer-tiles .accordion ul li {
  font-size: 1.25rem !important;
  margin-top: 1rem !important;
  margin-left: 0.25rem;
  line-height: 120%;
}

.cookie-answer-tiles   ul li {
  font-size: 1.25rem !important;
  margin-top: 0.5rem !important;
  margin-left: 0.25rem;
  line-height: 120%;
}

@media (max-width: 511px) {
  .cookie-answer-tiles .accordion ul li {
    font-size: 1.125rem !important;
    margin-top: 0.5rem !important;
    line-height:120%;
  }

 .cookie-answer-tiles ul li {
    font-size: 1.125rem !important;
    margin-top: 0.5rem !important;
    line-height:120%;
  }
}
/*End of spacing fix for privacy statemtements*/

.contact-privacy-office-page .left-half, .faq-page .left-half { width: 100%; }