.spotify-logo {
  padding: 6px 0px; }

#homepage_hero_Boxing-week-all {
  color: #414042;
  text-shadow: inherit; }

#homepage_hero_Boxing-week-all a.btn {
  border: 1px solid #414042;
  color: #414042; }

.rui-hero-banner .rui-cta-item {
  margin: 5px 0;
  padding: 1.3em 1.2em;
  font-size: 1.42em;
  border: 1px solid #E9EAEA; 
  display: block;
}

.rui-hero-banner .rui-cta-item img {
  float: left;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .spotify-logo {
    max-width: 100px; } }

/* fort mcmurray notice */
.donation-notice .row {
  border: 1px solid #DA291C;
  border-radius: 13px;
  padding-top: 2em;
  padding-bottom: 2em; }

.donation-notice img {
  max-width: 60px; }

.donation-notice .row > div p {
  font-size: 1.3em; }

@media (min-width: 768px) {
  .donation-notice p {
    padding-right: 15px; } }

@media (min-width: 991px) and (max-width: 1199px) {
  .donation-notice img {
    margin-top: 3%; }
  html[lang="fr"] .donation-notice img {
    /*margin-top: 10%;*/ } }

@media (min-width: 768px) and (max-width: 992px) {
  .donation-notice img {
    margin-top: 3%; } }

@media (min-width: 1200px) {
  .donation-notice img {
    margin-top: 1%; }
  html[lang="fr"] .donation-notice img {
    /*margin-top: 6%;*/ } }

.donation-notice button {
  margin-right: -7px;
  line-height: 1.3em;
  opacity: .7; }

/***** OWL THEME *****/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* NEXT & PREVIOUS */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* TOUCH DEVICE TOUCH PATCH (NON TOUCH HOVER ACTION) */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 FIX*/
  opacity: 1;
  text-decoration: none; }

/* PAGINATION */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 LIFR SAVER */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 17px;
  height: 17px;
  margin: 5px 7px;
  filter: Alpha(Opacity=75);
  /*IE7 fix*/
  opacity: 0.75;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #FFF; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 FIX*/
  opacity: 1;
  background: #DA291C; }

/* IF PAGINATION TRUE */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* PRELOAD IMAGES */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/***** OWL TRANSITIONS V 1.3.2 *****/
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* FADE */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* BACKSLIDE */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* GODOWN */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* SCALEUP */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/***** KEYFRAMES *****/
/*EMPTY*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

/* FADE */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* BACKSLIDE */
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

/* SCALE */
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/***** HERO BANNER COMPONENT *****/
.rui-hero-banner {
  position: relative;
  min-height: 540px;
  display: block; }

/* CAROUSEL */
.rui-hero-banner .hero-carousel {
  width: 100%;
  height: 540px; }

/* ITEM */
.rui-hero-banner .hero-carousel .owl-item {
  height: 540px; }

.rui-hero-banner .hero-carousel .hero-carousel-item {
  width: 100%;
  height: 540px;
  overflow: hidden; }

/* TEXT */
.rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text-column {
  z-index: 2;
  min-height: inherit;
  height: 0px;
  overflow: visible; }

.rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text-cell {
  display: table;
  width: 100%;
  padding-left: 0px;
  margin-top: -20px; }

.rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text {
  display: table-cell;
  color: #FFF;
  width: 40%;
  height: 50em;
  height: 550px;
  padding: 6em 25px 10px 25px;
  background-repeat: no-repeat;
  background-position: center 24em; }

#hero-carousel-item_ab-outback .hero-carousel-text .title,
#hero-carousel-item_ab-outback .hero-carousel-text h2,
#hero-carousel-item_sk-outback .hero-carousel-text .title,
#hero-carousel-item_sk-outback .hero-carousel-text h2,
#hero-carousel-item_goodbundle .hero-carousel-text .title,
#hero-carousel-item_goodbundle .hero-carousel-text h2,
#hero-carousel-item_summer-savings .hero-carousel-text .title,
#hero-carousel-item_summer-savings .hero-carousel-text h2,
#hero-carousel-item_Q2-99-Bundle .hero-carousel-text .title,
#hero-carousel-item_Q2-99-Bundle .hero-carousel-text h2,
#hero-carousel-item_BOGO .hero-carousel-text h2,
#hero-carousel-item_BOGO .hero-carousel-text .title,
#hero-carousel-item_ignite100upromo .hero-carousel-text .title,
#hero-carousel-item_ignite100upromo .hero-carousel-text h2,
#hero-carousel-item_iPhone-6-Offer .hero-carousel-text .title,
#hero-carousel-item_iPhone-6-Offer .hero-carousel-text h2,
#hero-carousel-item_backtoschool .hero-carousel-text .title,
#hero-carousel-item_backtoschool .hero-carousel-text h2 {
  color: #414042;
  text-shadow: none; }

.hero-carousel-text span.old-price, .hero-carousel-text span.new-price {
  display: table-cell;
  font-size: 1.8em;
  padding: 0.5em 0 0.2em; }

html[lang="fr"] span.old-price, .hero-carousel-text span.new-price {
  min-width: 140px; }

.hero-carousel-text span.old-price {
  color: #c1c1c1;
  padding-right: 25px; }

.hero-carousel-text .old-price::after {
  border-top: 1px solid red;
  content: "";
  display: block;
  margin-top: -25px;
  position: relative;
  width: 100%; }

.hero-carousel-text .old-price > sub, .hero-carousel-text .new-price > sub {
  margin-left: -15px; }

html[lang="fr"] .hero-carousel-text .old-price > sub, html[lang="fr"] .hero-carousel-text .new-price > sub {
  margin-left: -46px;
  display: inline-block;
  line-height: 0.8em;
  top: 10px; }

#hero-carousel-item_backtoschool .hero-carousel-text a.btn,
#hero-carousel-item_ab-outback .hero-carousel-text a.btn,
#hero-carousel-item_sk-outback .hero-carousel-text a.btn,
#hero-carousel-item_goodbundle .hero-carousel-text a.btn,
#hero-carousel-item_summer-savings .hero-carousel-text a.btn,
#hero-carousel-item_Q2-99-Bundle .hero-carousel-text a.btn,
#hero-carousel-item_BOGO .hero-carousel-text a.btn,
#hero-carousel-item_ignite100upromo .hero-carousel-text a.btn,
#hero-carousel-item_iPhone-6-Offer .hero-carousel-text a.btn {
  border: 1px solid #414042;
  color: #414042;
  text-shadow: none; }

@media (min-width: 768px) {
  #hero-carousel-item_backtoschool .hero-carousel-text,
  #hero-carousel-item_ab-outback .hero-carousel-text,
  #hero-carousel-item_sk-outback .hero-carousel-text,
  #hero-carousel-item_goodbundle .hero-carousel-text,
  #hero-carousel-item_Q2-99-Bundle .hero-carousel-text,
  #hero-carousel-item_ignite100upromo .hero-carousel-text,
  #hero-carousel-item_iPhone-6-Offer .hero-carousel-text,
  #hero-carousel-item_BOGO .hero-carousel-text {
    background: rgba(255, 255, 255, 0.8);
    background-size: calc(100% - 50px);
    padding: 20px 30px;
    border-radius: 15px;
    height: auto;
    display: block;
    margin-top: 9em; }
  #hero-carousel-item_summer-savings .hero-carousel-text {
    padding: 20px 30px;
    height: auto;
    display: block;
    margin-top: 9em;
    width: 26%; }
  .hero-banner-wrapper {
    min-height: 540px; }
  #hero-carousel-item_Samsung-GS7 .hero-carousel-text {
    background-color: rgba(0, 0, 0, 0.6);
    background-size: 40%;
    background-image: url("/cms/rogers/images/homepage/hero/English-phones-desktop-samsungsale-v3.png?v=3"); }
  html[lang="fr"] #hero-carousel-item_Samsung-GS7 .hero-carousel-text {
    background-image: url("/cms/rogers/images/homepage/hero/French-phones-desktop-samsungsale-v3.png?v=3"); }
  #hero-carousel-item_iPhone-6-Offer .hero-carousel-text {
    /*background-image: url("/cms/rogers/images/homepage/banner/iphone-promo/Hardware-EN-D.png");*/
    background-position: 90% center;
    background-size: 20% auto;
    background-repeat: no-repeat; }
  html[lang="fr"] #hero-carousel-item_iPhone-6-Offer .hero-carousel-text {
    /*background-image: url("/cms/rogers/images/homepage/banner/iphone-promo/Hardware-FR-D.png");*/ 
    } 
  }

.rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text h2 {
  margin-top: 0px;
  font-size: 3.6em;
  text-shadow: 1px 1px #666; }

.rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text p {
  font-size: 1.3em;
  text-shadow: 1px 1px #666; }

.rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text a.btn {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  padding: 7px 50px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px #666; }

.rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text a.btn:hover {
  background-color: rgba(0, 0, 0, 0.3); }

.rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-image {
  z-index: 1;
  position: absolute;
  left: -moz-calc(-1600px + 50%);
  left: calc(-1600px + 50%); }

/* CONTROLS */
.rui-hero-banner .hero-carousel .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 20px; }

/* PROMOS AND MENU */
.rui-hero-banner .hero-promos-and-menu {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 0px; }

.rui-hero-banner .hero-promos-and-menu > .container,
.rui-hero-banner .hero-promos-and-menu > .container > .row {
  min-height: inherit;
  height: 0px; }

.rui-hero-banner .hero-promos-and-menu .hero-promos {
  position: absolute;
  bottom: 10px;
  right: 15px;
  height: 540px; }

.rui-hero-banner .hero-promos-and-menu .hero-promos-cell {
  display: table-cell;
  vertical-align: middle;
  height: 540px; }

.rui-hero-banner .hero-promos-and-menu .hero-promos .rui-cta-items {
  display: inline-block; }

@media (max-width: 767px) {
  /* CAROUSEL HEIGHT ADJUSTMENT */
  .rui-hero-banner .hero-carousel,
  .rui-hero-banner .hero-carousel .owl-item,
  .rui-hero-banner .hero-carousel .hero-carousel-item,
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-image img,
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text {
    height: 235px; }
  /* CONTROLS */
  .rui-hero-banner .hero-carousel .owl-controls {
    bottom: 0px; }
  /* TEXT & IMAGE */
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text-cell {
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 0;
    position: absolute;
    left: 0; }
  .hero-carousel-text .old-price::after {
    margin-top: -18px; }
  #hero-carousel-item_backtoschool .hero-carousel-text,
  #hero-carousel-item_ab-outback .hero-carousel-text,
  #hero-carousel-item_sk-outback .hero-carousel-text,
  #hero-carousel-item_goodbundle .hero-carousel-text,
  #hero-carousel-item_Q2-99-Bundle .hero-carousel-text,
  #hero-carousel-item_ignite100upromo .hero-carousel-text,
  #hero-carousel-item_BOGO .hero-carousel-text,
  #hero-carousel-item_iPhone-6-Offer .hero-carousel-text {
    width: 75%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    height: auto;
    margin-top: 2.5em;
    border-radius: 15px;
    display: block; }
  html[lang="fr"] #hero-carousel-item_Q2-99-Bundle .hero-carousel-text {
    width: 100%; }
  html[lang="fr"] .hero-carousel-text .old-price > sub, html[lang="fr"] .hero-carousel-text .new-price > sub {
    margin-left: -35px; }
  #hero-carousel-item_Samsung-GS7 .hero-carousel-text-cell {
    background: rgba(0, 0, 0, 0.6);
    background-size: 28%;
    background-position: 90% 50%;
    background-image: url("/cms/rogers/images/homepage/hero/English-phones-desktop-samsungsale-v3.png");
    background-repeat: no-repeat; }
  html[lang="fr"] #hero-carousel-item_Samsung-GS7 .hero-carousel-text-cell {
    background-image: url("/cms/rogers/images/homepage/hero/French-phones-desktop-samsungsale-v3.png"); }
  #hero-carousel-item_iPhone-6-Offer .hero-carousel-text {
    /*background-image: url("/cms/rogers/images/homepage/banner/iphone-promo/Hardware-EN-D.png");*/
    background-position: 90% center;
    background-size: 20% auto;
    width: 75%;
    background-repeat: no-repeat; }
  html[lang="fr"] #hero-carousel-item_iPhone-6-Offer .hero-carousel-text {
    /*background-image: url("/cms/rogers/images/homepage/banner/iphone-promo/Hardware-FR-D.png"); */}
  #hero-carousel-item_ignite100upromo .hero-carousel-text {
    width: 60%; }
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text {
    width: 60%;
    padding: 3em 25px 10px 25px; }
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text h2 {
    margin-bottom: 0px;
    font-size: 24.9667px; }
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text p {
    font-size: 13.6333px;
    margin-top: 5px;
    margin-bottom: 5px; }
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text a.btn {
    font-size: 10.9167px;
    padding: 3px 30px;
    margin-top: 0px; }
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-image {
    left: calc((-384px) + 50%); }
  /* MENU & PROMOS */
  .rui-hero-banner .hero-promos-and-menu {
    position: static;
    width: 100%;
    bottom: 0px;
    height: auto; }
  .rui-hero-banner .hero-promos-and-menu,
  .rui-hero-banner .hero-promos-and-menu > .container,
  .rui-hero-banner .hero-promos-and-menu > .container > .row {
    min-height: auto;
    height: auto; }
  /* MENU */
  .rui-hero-banner .hero-promos-and-menu .rui-hero-menu {
    position: static;
    top: 0px;
    bottom: inherit; }
  /* PROMOS */
  .rui-hero-banner .hero-promos-and-menu .hero-promos {
    position: static;
    height: auto; }
  .rui-hero-banner .hero-promos-and-menu .hero-promos-cell {
    height: auto; }
  .rui-hero-banner .hero-promos-and-menu .rui-cta-items {
    padding: 0px 20px 0px 20px;
    margin-top: 20px;
    font-size: 0.8em; }
  .rui-hero-banner .hero-promos-and-menu .rui-cta-item p {
    font-size: 13.6333px; }
  .rui-hero-banner .hero-promos-and-menu .rui-cta-item img {
    height: 95px;
    width: 95px;
    margin-right: 15px; 
    float: left;
  } }

@media (min-width: 768px) and (max-width: 992px) {
  /* CAROUSEL HEIGHT ADJUSTMENT */
  .rui-hero-banner .hero-carousel,
  .rui-hero-banner .hero-carousel .owl-item,
  .rui-hero-banner .hero-carousel .hero-carousel-item,
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-image img,
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text {
    height: 462.833px; }
  .hero-banner-wrapper {
    min-height: 540px; }
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text a.btn {
    font-size: 13px;
    padding: 3px 30px; }
  /* CONTROLS */
  .rui-hero-banner .hero-carousel .owl-controls {
    bottom: 60px; }
  /* TEXT & IMAGE */
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text {
    margin-top: 20px; }
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-image {
    left: calc((-1371.357px) + 50%); }
  .rui-hero-banner .hero-promos-and-menu .hero-promos {
    bottom: -10px; } }

@media (min-width: 993px) and (max-width: 1199px) {
  .hero-banner-wrapper {
    min-height: 540px; }
  /* TEXT */
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text-cell {
    padding-left: 30px; }
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text a.btn {
    font-size: 15.6px; } }

@media (min-width: 1200px) {
  /* TEXT */
  .rui-hero-banner .hero-carousel .hero-carousel-item .hero-carousel-text a.btn {
    font-size: 18.2px; } }

/* whats new iphone SE */
html[lang="en"] #whatsnew_iphone_se.rui-cta-item {
  height: 146px;
  width: 100%;
  background-image: url("/cms/rogers/page-specific/homepage/images/iPhone-SE-Buy-EN.png");
  background-size: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-repeat: no-repeat; }

html[lang="fr"] #whatsnew_iphone_se.rui-cta-item {
  height: 146px;
  width: 100%;
  background-image: url("/cms/rogers/page-specific/homepage/images/iPhone-SE-Buy-FR.png");
  background-size: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-repeat: no-repeat; }

#whatsnew_shopping-channel-giftcard.rui-cta-item {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px; }

#whatsnew_iphone_se.rui-cta-item {
  height: 146px;
  width: 100%; }

#whatsnew_iphone_se > p {
  display: none; }

#whatsnew_iphone_se > img {
  display: none; }

/* bogo promotion */
#hero-carousel-item_BOGO .hero-carousel-text .title {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 8em; }

html[lang='fr']#hero-carousel-item_BOGO .hero-carousel-text .title {
  background-image: url("/cms/rogers/images/en/promotions/images/bogo-lg-hero-overlay-FR.png?v=1"); }

#hero-carousel-item_BOGO .hero-carousel-text a {
  display: table; }

@media (min-width: 768px) {
  #hero-carousel-item_Netflix .hero-carousel-text-cell .hero-carousel-text {
    width: 37%;
    padding-left: 0;
    padding-top: 9em; }
  #hero-carousel-item_Netflix .hero-carousel-text-cell .hero-carousel-text h2 {
    font-size: 3.2em; } }

@media (max-width: 767px) {
  #hero-carousel-item_BOGO .hero-carousel-text .title {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 2.5em; }
  html[lang='fr']#hero-carousel-item_BOGO .hero-carousel-text .title {
    background-image: url("/cms/rogers/images/en/promotions/images/bogo-lg-hero-overlay-FR.png?v=1"); }
  #hero-carousel-item_BOGO .hero-carousel-text {
    margin-top: 2em; } }

#hero-carousel-item_Netflix .hero-carousel-text-cell .hero-carousel-text h2,
#hero-carousel-item_Netflix .hero-carousel-text-cell .hero-carousel-text p.title {
  color: #414042;
  text-shadow: none; }

#hero-carousel-item_Netflix .hero-carousel-text-cell .hero-carousel-text a {
  border: 1px solid #414042;
  color: #414042;
  text-shadow: none; }

/* FIX FOR MOBILE ICON MENU*/
@media (max-width: 767px) {
  .rui-hero-banner .rui-hero-menu .menu span {
    text-indent: 0;
    display: block;
    text-align: center;
    height: 1px !important;
    width: 56px !important;
    padding: 0 0 5px;
    margin: 0;
    font-size: 0.8em; } }

.deeplinks {
  padding: 15px 15px 30px; }
  .deeplinks .deeplink {
    border: 1px solid #bbbdc0;
    border-top: 5px solid #bbbdc0;
    padding: 10px 15px 20px; }
    .deeplinks .deeplink .title {
      margin-bottom: 10px; }
    .deeplinks .deeplink .rui-cta-link {
      color: #da291c;
      font-size: 1.6rem;
      display: block; }
    .deeplinks .deeplink .ute-btn-primary, .deeplinks .deeplink .ute-btn-secondary {
      font-size: 1.6rem; }
  .deeplinks .deeplink-left .deeplink {
    border-bottom-left-radius: 15px; }
  .deeplinks .deeplink-right .deeplink {
    border-bottom-right-radius: 15px; }
  .deeplinks .ute-btn-primary,
  .deeplinks .ute-btn-secondary {
    display: inline-block;
    border-radius: 6px;
    text-align: center;
    padding: 7px 10px; }
  .deeplinks .ute-btn-primary {
    background-color: #da291c;
    border: 1px solid #da291c;
    color: #fff; }
    .deeplinks .ute-btn-primary:focus {
      color: #fff; }
    .deeplinks .ute-btn-primary:hover {
      color: #da291c;
      background-color: #fff; }
  .deeplinks .ute-btn-secondary {
    background-color: #fff;
    border: 1px solid #da291c;
    color: #da291c; }
    .deeplinks .ute-btn-secondary:focus {
      color: #da291c; }
    .deeplinks .ute-btn-secondary:hover {
      color: #000;
      border: 1px solid #000;
      background-color: #fff; }
  @media (min-width: 768px) {
    .deeplinks.deeplinks-mobile {
      display: none; }
    .deeplinks .buttons {
      text-align: center; }
    .deeplinks .border-right {
      border-right: 1px solid #bbbdc0; } }
  @media (min-width: 992px) {
    .deeplinks .deeplink-left {
      padding-right: 8px; }
    .deeplinks .deeplink-right {
      padding-left: 8px; }
    .deeplinks .ute-btn {
      width: 100%; } }
  @media (max-width: 767px) {
    .deeplinks {
      display: none; }
      .deeplinks.deeplinks-mobile {
        display: block; }
      .deeplinks .buttons {
        margin-top: 25px; }
      .deeplinks .ute-btn-secondary {
        margin-left: 15px; }
      .deeplinks .links .rui-cta-link {
        margin-bottom: 3px; } }
  @media (max-width: 991px) {
    .deeplinks .deeplink-left {
      margin-bottom: 15px; }
    .deeplinks .ute-btn {
      width: calc(50% - 18px);
      padding: 7px;
      vertical-align: top; }
      .deeplinks .ute-btn.ute-btn-primary {
        margin-right: 15px; } }


#hero-carousel-item_FDataManager .hero-carousel-text h2{
	color: #414042;
	text-shadow: none;
	font-size: 32px;
}

#hero-carousel-item_FDataManager .hero-carousel-text p {
	font-size: 21px;
	color: #414042;
	text-shadow: none;
}

#hero-carousel-item_FDataManager .hero-carousel-text a.btn {
	border: 1px solid #414042;
	color: #414042;
	text-shadow: none;
}  

@media (min-width: 768px) {	
	#hero-carousel-item_FDataManager .hero-carousel-text {
		background: rgba(255,255,255,0.8);             
		background-size: calc(100% - 50px);              
		padding: 20px 30px;
		border-radius: 15px;
		height: auto;
		display: block;
		margin-top: 9em;
	}
}

@media (max-width: 767px) {
	#hero-carousel-item_FDataManager .hero-carousel-text{
		background: rgba(255,255,255,0.8);             
		background-size: calc(100% - 50px);              
		padding: 20px 30px;
		border-radius: 15px;
		height: auto;
		display: block;
		margin-top: 0px;
    }
    #hero-carousel-item_FDataManager .hero-carousel-text h2{
		font-size: 22px;
	}
	#hero-carousel-item_FDataManager .hero-carousel-text p{
		font-size: 15px;
	} 
}


#hero-carousel-item_Desjardins .hero-carousel-text h2{
  color: #414042;
  text-shadow: none;
  font-size: 32px;
}

#hero-carousel-item_Desjardins .hero-carousel-text p {
  font-size: 21px;
  color: #414042;
  text-shadow: none;
}

#hero-carousel-item_Desjardins .hero-carousel-text a.btn {
  border: 1px solid #414042;
  color: #414042;
  text-shadow: none;
}  

@media (min-width: 768px) { 
  #hero-carousel-item_Desjardins .hero-carousel-text {
    background: rgba(255,255,255,0.8);             
    background-size: calc(100% - 50px);              
    padding: 20px 30px;
    border-radius: 15px;
    height: auto;
    display: block;
    margin-top: 9em;
  }
}

@media (max-width: 767px) {
  #hero-carousel-item_Desjardins .hero-carousel-text{
    background: rgba(255,255,255,0.8);             
    background-size: calc(100% - 50px);              
    padding: 20px 30px;
    border-radius: 15px;
    height: auto;
    display: block;
    margin-top: 0px;
    }
    #hero-carousel-item_Desjardins .hero-carousel-text h2{
    font-size: 22px;
  }
  #hero-carousel-item_Desjardins .hero-carousel-text p{
    font-size: 15px;
  } 
}

