div[class*="sac-"] {
  font-size: 16px;
  font-weight: 400; }
  div[class*="sac-"] a {
    font-size: 18px;
    font-weight: 500;
    color: #0a5498; }
  @media (max-width: 767px) {
    div[class*="sac-"] a {
      font-size: 16px; } }

/*** INTRO ***/
.sac-intro h2 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 0; }

@media (max-width: 767px) {
  .sac-intro h2 {
    font-size: 18px;
    font-weight: 600; } }

/*** HAVENT CONTACTED ***/
.sac-havent-contacted {
  font-size: 18px; }
  .sac-havent-contacted p {
    margin-bottom: 40px; }

    .rui-buy-options > .content {
      margin-bottom: 10px;
    }

    .rui-buy-options ul {
      text-align: left;
    }
    .rui-buy-options ul li {
      padding: 0 15px;
    }

  @media (max-width: 767px) {
    .sac-havent-contacted {
      font-size: 15px; }
      .sac-havent-contacted p {
        margin-bottom: 30px; }
  }

/*** HAVE CONTACTED ***/
.sac-thank-you {
  display: none;
  margin-bottom: 50px;
}
.sac-thank-you.active {
  display: block;
}
.sac-alert-success {
  border: 1px solid #00965e;
  border-radius: 15px 15px 15px 0;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sac-alert-success p {
  margin: 0;
}
.sac-alert-success .rui-icon-success {
  font-size: 2.3em;
  color: #00965e;
  margin-right: 20px;
}
.sac-thank-you-text {
  margin-top: 20px;
}
.sac-thank-you-text p {
  margin: 0;
}
.sac-form-description {
  margin-bottom: 35px;
}
div.sac-form-description p {
  font-size: 18px;
}
.sac-have-contacted .step {
  margin-bottom: 20px; }

.sac-have-contacted #step3 .pull-left {
  margin-bottom: 26px; }
  .sac-have-contacted #step3 .pull-left + .pull-left {
    margin-left: 20px; }

.sac-have-contacted #step4 {
  margin-bottom: 50px; }
  .sac-have-contacted #step4.active {
    margin-bottom: 0; }

.sac-have-contacted .step-title .number {
  color: #fff;
  background-color: #bbbdc0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  /*vertical-align: middle;*/
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  margin-right: 15px;
  float: left; }

.sac-have-contacted .step-title .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  color: #bbbdc0; }

.sac-have-contacted .step-body {
  display: none;
  padding-left: 55px;
  padding-top: 15px;
 /* padding-bottom: 20px;*/ } /*DSO-29079*/

.sac-have-contacted .step-body > p {
  margin-bottom: 20px;
  font-size: 18px;
}

.sac-have-contacted .active > .step-title .number {
  background-color: #00a0b7; }

.sac-have-contacted .active > .step-title .title {
  color: #414042; }

.sac-have-contacted .active > .step-body {
  display: block; }

.sac-have-contacted .textarea-container {
  max-width: 780px;
  overflow: hidden;
  margin-bottom: 50px; }

.sac-have-contacted .rogers-customer {
  margin-bottom: 26px; }

@media (max-width: 767px) {
  .sac-have-contacted .step {
    margin-bottom: 30px; }
  .sac-have-contacted #step3 .pull-left {
    float: none !important; }
    .sac-have-contacted #step3 .pull-left + .pull-left {
      margin-left: 0; }
  .sac-have-contacted #step4.active {
    margin-bottom: 20px; }
  .sac-have-contacted .step-title {
    min-height: 35px; }
    .sac-have-contacted .step-title .number {
      width: 35px;
      height: 35px;
      font-size: 21.88px;
      line-height: 35px; }
    .sac-have-contacted .step-title .title {
      font-size: 18px;
      line-height: 24px;
      position: relative;
      top: 6px; }
  .sac-have-contacted .step-body {
    padding-left: 0; }
  .sac-have-contacted .textarea-container {
    margin-bottom: -10px; } }

/*** FORM FIELDS ***/
.field-label {
  margin-bottom: 3px; }
  .field-label .note {
    font-size: 14px; }
  input + .field-label,
  .feedback-field + .field-label,
  .select-container + .field-label,
  .field-label.margin-top {
    margin-top: 26px; }

.feedback-field {
  position: relative;
  display: initial; }
  .feedback-field i {
    position: absolute;
    top: -3px;
    right: 10px;
    font-size: 26px;
    color: #00965e; }

div[class*='optional-fields-'] {
  margin-top: 24px; }

input[type="text"] {
  width: 100%;
  max-width: 200px;
  border: 1px solid #808284;
  padding: 8px 20px 8px 20px;
  font-weight: 500;
  border-radius: 5px; }
  input[type="text"].validated {
    padding-right: 55px; }

input[name="emailAddress"] {
  max-width: 360px; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    line-height: 1em;
    border: 1px solid #bbbdc0;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px; /*DSO-29079*/
    margin-right: 18px;
	width:40%; } /*DSO-29079*/
   /*input[type="radio"] + label + html[lang="fr"]{width:40%; !important} /*DSO-29079*/
  input[type="radio"] + label > span {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 2px solid #bbbdc0;
    border-radius: 50%;
    vertical-align: bottom;
    margin-right: 10px; }
  input[type="radio"]:checked + label {
    border-color: #da291c;
    border-width: 2px; }
  input[type="radio"]:checked + label > span {
    border-color: #da291c; }
  input[type="radio"]:checked + label > span:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #da291c;
    border-radius: 50%;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  @media (max-width: 767px) {
    input[type="radio"] + label {
      width: 100%;
      margin-top: 10px; } }

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #808284;
  border-radius: 8px;
  width: 400px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 60px 8px 20px;
  z-index: 10; }

.select-container {
  position: relative;
  display: inline-block;
  background-color: #fff; }
  .select-container:after {
    position: absolute;
    font-family: "rui-icon";
    font-size: 15px;
    content: '\e846';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 40px;
    height: 33px;
    text-align: center;
    border-left: 1px solid #808284;
    padding-top: 6px; 
    pointer-events: none; }

textarea {
  width: 100%;
  border: 1px solid #808284;
  border-radius: 5px;
  padding: 5px; }

button#submitForm {
  background-color: #da291c;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 40px 7px 40px;
  margin-top: 24px;
  float: right;
  color: #fff;
  border-radius: 5px;
  border: 0; }
  button#submitForm:disabled {
    background-color: lightgray; }

button#cancel {
  color: #0a5498;
  font-size: 18px;
  font-weight: 600;
  margin-top: 24px;
  float: right;
  height: 40px;
  margin-right: 40px;
  border: 0;
  background-color: transparent; }

@media (max-width: 767px) {
  input[type="text"],
  input#email-address {
    max-width: 100%; }
  .select-container,
  select {
    width: 100%; }
  div[class*='optional-fields-'] {
    background-color: #f0f2f5;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative; }
    div[class*='optional-fields-']:before, div[class*='optional-fields-']:after {
      content: '';
      position: absolute;
      background-color: #f0f2f5;
      width: 15px;
      height: 100%;
      top: 0; }
    div[class*='optional-fields-']:before {
      left: -15px; }
    div[class*='optional-fields-']:after {
      right: -15px; }
  div.optional-fields-no-follow {
    margin-bottom: 0; }
  button#submitForm,
  button#cancel {
    float: none;
    display: block;
    width: 100%;
    font-size: 16px; }
  button#cancel {
    margin-right: 0;
    margin-top: 17px; } }

/*MAILER BLOCK*/

.mail-block{
    border: 2px solid #00a0b7;
    border-radius: 7px;
    padding: 20px;
}
.mail-block .header{
    font-size: 20px;
    font-weight: 500;
}

#cctc-compliance-content{
  margin-bottom: 40px;
}

#cctc-compliance-content .cctc-container{
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  padding: 15px;
  color: #707071;
}

#cctc-compliance-content .cctc-container p{
  margin-bottom: 0px;
  font-size: 1.2rem;
}

.cctc-container a.ccts-logo{
  display: block;
  margin-top: 15px;
}


@media (max-width: 767px) {
  #cctc-compliance-content .cctc-container{
    margin: 20px 15px;
  }
}

/*DSO-31599*/
.fb a {
	font-size: 1.286em;
	font-weight: 500;
	margin-bottom: 15px;
	display: block;
}

@media (max-width: 767px){
	.fb a {
		margin-left: 20px;
	}
}

.fb a i {
	color: #0084ff;
	font-size: 1em;
	margin-right: 10px;
}

.sac-para {
	margin-top: 30px;
}
/*DSO-31599*/