/*
  header
*/
/*
  links
*/
/*
  general colors
*/
/*
  buttonss
*/
/*
  footer colors
*/
/*
  Imports
*/
/*
  fonts
*/
@font-face {
  font-family: "FontAwesome";,
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('eot'), url('fonts/fontawesome-webfont.woff') format('woff'), 

url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.eot') format('embedded-opentype');
}

@font-face {
  font-family: "myrogers";
  src: url('fonts/myrogers.eot');
  src: url('fonts/myrogers.eot?#iefix') format('eot'), url('fonts/myrogers.ttf') format('truetype'), url('fonts/myrogers.eot') 

format('embedded-opentype'), url('fonts/myrogers.svg') format('svg');
}

/*
  from rogers
*/
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), 

url("https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff") 

format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), 

url("https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") 

format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), 

url("https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff") 

format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), 

url("https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff") 

format("woff");
}

/*
  transition
*/
/*
  transition
*/
/* Text */
/* line 3, ../sass/_global.scss */
body, h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans";
}

/* line 7, ../sass/_global.scss */
h1, h2, h3, h4, h5, h6 {
  color: #333;
}

/* line 11, ../sass/_global.scss */
hr {
  margin: 5px 0 20px;
}

/* line 15, ../sass/_global.scss */
.cf {
  *zoom: 1;
}
/* line 18, ../sass/_global.scss */
.cf:before, .cf:after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}
/* line 23, ../sass/_global.scss */
.cf:after {
  clear: both;
}

/* line 29, ../sass/_global.scss */
sup.trade {
  font-size: 60%;
}

/* line 34, ../sass/_global.scss */
h2.service-header {
  color: #1e2121;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1e2121;
}
/* line 40, ../sass/_global.scss */
h2.service-header i {
  font-size: 26px !important;
  padding: 3px 3px 1px;
  margin-right: 15px;
  color: #E71D3B;
  border: 2px solid #E71D3B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 36px !important;
  height: 36px !important;
}
/* line 51, ../sass/_global.scss */
h2.service-header i:before {
  color: #E71D3B;
}
/* line 55, ../sass/_global.scss */
h2.service-header i.alt-icon {
  font-size: 28px !important;
  padding: 3px 3px 0px 1px;
}
/* line 60, ../sass/_global.scss */
h2.service-header i.text-icon {
  font-style: normal;
  display: inline-block;
  text-align: center;
  line-height: 26px;
}
@media (max-width: 480px) {
  /* line 34, ../sass/_global.scss */
  h2.service-header {
    font-size: 20px !important;
  }
  /* line 70, ../sass/_global.scss */
  h2.service-header i {
    font-size: 20px !important;
    width: 30px !important;
    height: 30px !important;
  }
  /* line 75, ../sass/_global.scss */
  h2.service-header i.text-icon {
    line-height: 20px;
  }
  /* line 79, ../sass/_global.scss */
  h2.service-header i.alt-icon {
    font-size: 22px !important;
  }
}

/* line 86, ../sass/_global.scss */
h3.service-subheader {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 30px;
}

/*
  panels
*/
/* line 96, ../sass/_global.scss */
.card {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0%;
  right: 0;
  bottom: 0;
  top: 0;
}
/* line 108, ../sass/_global.scss */
.card.menu {
  /*z-index: -1; Commented by Prabhu Slider Changes Mar/12/2015 */
  /*Added by Prabhu Starts Mar/12/2015*/
  z-index: 2;
  -webkit-transition: left 0.8s ease; 
  -moz-transition: left 0.8s ease; 
  transition: left 0.8s ease;
  left: -100%;
  margin-top: 41px;
  /*Added by Prabhu Ends Mar/12/2015*/
}

/*Newly added by Prabhu Mar/12/2015 Starts*/
.card.menu.true {
  z-index: 2;
  left: 0%;
}

.greyShadow {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.horizonMenu{
  width: 65%;
  height: 100%;
  position: absolute;
  background-color: #FFF;
  overflow-x: hidden;
  overflow-y:scroll;
}
/*Newly added by Prabhu Mar/12/2015 Ends*/

/* line 112, ../sass/_global.scss */
.card.core {
  z-index: 1;
  background: white;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
/* line 122, ../sass/_global.scss */
.card.core.open, .card.core.true {
  left: 260px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
@media (min-width: 768px) {
  /* line 112, ../sass/_global.scss */
  .card.core {
    left: 0 !important;
  }
}

/* line 134, ../sass/_global.scss */
.btn-red {
  /*
    fallback
  */
  background: #bd1634;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 140px;
  /*
    css3
  */
  padding-left: 1rem;
  padding-right: 1rem;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25), 0px 0px 0px black, 1px 1px 2px rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d4193a), color-stop(50%, #8f1127), 

color-stop(100%, #d4193a));
  background-image: -webkit-linear-gradient(top, #d4193a 0%, #8f1127 50%, #d4193a 100%);
  background-image: -moz-linear-gradient(top, #d4193a 0%, #8f1127 50%, #d4193a 100%);
  background-image: -o-linear-gradient(top, #d4193a 0%, #8f1127 50%, #d4193a 100%);
  background-image: linear-gradient(top, #d4193a 0%, #8f1127 50%, #d4193a 100%);
  background-size: 100% 200%;
  background-position: top left;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
/* line 51, ../sass/_mixins.scss */
.btn-red:hover {
  color: white;
  background-position: bottom left;
}

/* line 139, ../sass/_global.scss */
.btn-gray {
  /*
    fallback
  */
  background: #555e65;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 140px;
  /*
    css3
  */
  padding-left: 1rem;
  padding-right: 1rem;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25), 0px 0px 0px black, 1px 1px 2px rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #616b73), color-stop(50%, #3e4449), 

color-stop(100%, #616b73));
  background-image: -webkit-linear-gradient(top, #616b73 0%, #3e4449 50%, #616b73 100%);
  background-image: -moz-linear-gradient(top, #616b73 0%, #3e4449 50%, #616b73 100%);
  background-image: -o-linear-gradient(top, #616b73 0%, #3e4449 50%, #616b73 100%);
  background-image: linear-gradient(top, #616b73 0%, #3e4449 50%, #616b73 100%);
  background-size: 100% 200%;
  background-position: top left;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
/* line 51, ../sass/_mixins.scss */
.btn-gray:hover {
  color: white;
  background-position: bottom left;
}

/* line 143, ../sass/_global.scss */
.btn-gray-flat {
  width: 145px;
  height: 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background: #455057;
  color: white;
}
/* line 155, ../sass/_global.scss */
.btn-gray-flat:hover, .btn-gray-flat:focus {
  color: white;
  text-decoration: none;
  background: #2b353b;
}

/* line 162, ../sass/_global.scss */
.btn-rui-primary, a.btn-rui-primary {
  /*
    fallback
  */
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  background: #c80e32;
  color: white;
  padding: 10px;
  min-width: 140px;
  border: 0;
  /*
    css3
  */
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(14%, #e3173d), color-stop(79%, #7c1528));
  background-image: -webkit-linear-gradient(top, #e3173d 14%, #7c1528 79%);
  background-image: -moz-linear-gradient(top, #e3173d 14%, #7c1528 79%);
  background-image: -o-linear-gradient(top, #e3173d 14%, #7c1528 79%);
  background-image: linear-gradient(top, #e3173d 14%, #7c1528 79%);
  background-position: top left;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  background-image: -ms-linear-gradient(top, #e3173d, #7c1528);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#E3173D", endColorStr="#7C1528");
}

.rui-icon-phone-v3{
 color: #DA291C;
}

.rui-icon-store-locator-v3{
 color: #DA291C;
}


@media (max-width: 767px) {
  /* line 162, ../sass/_global.scss */
  .btn-rui-primary, a.btn-rui-primary {
    min-width: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 97, ../sass/_mixins.scss */
.btn-rui-primary:hover, .btn-rui-primary:focus, a.btn-rui-primary:hover, a.btn-rui-primary:focus {
  color: white;
  filter: none;
  background: #c80e32;
}

/* line 168, ../sass/_global.scss */
.btn-rui-secondary, a.btn-rui-secondary {
  /*
    fallback
  */
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  background: #545d64;
  color: white;
  padding: 10px;
  min-width: 140px;
  border: 0;
  /*
    css3
  */
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(14%, #768189), color-stop(79%, #2f363c));
  background-image: -webkit-linear-gradient(top, #768189 14%, #2f363c 79%);
  background-image: -moz-linear-gradient(top, #768189 14%, #2f363c 79%);
  background-image: -o-linear-gradient(top, #768189 14%, #2f363c 79%);
  background-image: linear-gradient(top, #768189 14%, #2f363c 79%);
  background-position: top left;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  background-image: -ms-linear-gradient(top, #768189, #2f363c);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#768189", endColorStr="#2F363C");
}
@media (max-width: 767px) {
  /* line 168, ../sass/_global.scss */
  .btn-rui-secondary, a.btn-rui-secondary {
    min-width: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 97, ../sass/_mixins.scss */
.btn-rui-secondary:hover, .btn-rui-secondary:focus, a.btn-rui-secondary:hover, a.btn-rui-secondary:focus {
  color: white;
  filter: none;
  background: #545d64;
}

/*
  tab-menu
*/
/* line 179, ../sass/_global.scss */
.myrogers-tabs {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  /* line 179, ../sass/_global.scss */
  .myrogers-tabs {
    height: auto;
    background-image: none;
    padding: 0;
  }
}
/* line 189, ../sass/_global.scss */
.myrogers-tabs .myrogers-tabs a {
  /*
    fallback
  */
  /*
  display: block;
  float: left;
  */
  padding: 12px 10px;
  text-align: center;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7 #d0d0d0 #dcdcdc #f1f1f1;
  color: #404040;
  color: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  background: #e4e4e4;
  /*
    css3 
  */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#d1d1d1');
  background-image: -ms-linear-gradient(top, #fbfbfb, #d1d1d1);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #d1d1d1));
  background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #d1d1d1 100%);
  background-image: -moz-linear-gradient(top, #fbfbfb 0%, #d1d1d1 100%);
  background-image: -o-linear-gradient(top, #fbfbfb 0%, #d1d1d1 100%);
  background-image: linear-gradient(top, #fbfbfb 0%, #d1d1d1 100%);
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25), 0px 0px 0px white, 1px 1px 2px rgba(255, 255, 255, 0.25);
}
/* line 226, ../sass/_global.scss */
.myrogers-tabs .myrogers-tabs a.active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#9b9b9b');
  background-image: -ms-linear-gradient(top, #e6e6e6, #9b9b9b);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #9b9b9b));
  background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #9b9b9b 100%);
  background-image: -moz-linear-gradient(top, #e6e6e6 0%, #9b9b9b 100%);
  background-image: -o-linear-gradient(top, #e6e6e6 0%, #9b9b9b 100%);
  background-image: linear-gradient(top, #e6e6e6 0%, #9b9b9b 100%);
}
/* line 238, ../sass/_global.scss */
.myrogers-tabs .myrogers-tabs a:first-child {
  -webkit-border-radius: 5px 2px 0 0;
  -moz-border-radius: 5px 2px 0 0;
  -ms-border-radius: 5px 2px 0 0;
  -o-border-radius: 5px 2px 0 0;
  border-radius: 5px 2px 0 0;
  padding: 12px 20px;
}
/* line 243, ../sass/_global.scss */
.myrogers-tabs .myrogers-tabs a:last-child {
  -webkit-border-radius: 2px 5px 0 0;
  -moz-border-radius: 2px 5px 0 0;
  -ms-border-radius: 2px 5px 0 0;
  -o-border-radius: 2px 5px 0 0;
  border-radius: 2px 5px 0 0;
  padding: 12px 20px;
}
/* line 248, ../sass/_global.scss */
.myrogers-tabs .myrogers-tabs a:hover, .myrogers-tabs .myrogers-tabs a:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  /* line 189, ../sass/_global.scss */
  .myrogers-tabs .myrogers-tabs a {
    height: 60px;
  }
}
@media (max-width: 767px) {
  /* line 189, ../sass/_global.scss */
  .myrogers-tabs .myrogers-tabs a {
    display: block;
    float: none;
    width: 100% !important;
    height: 34px;
    line-height: 34px;
    text-align: left;
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    color: #1e2121;
    padding: 0 12px !important;
    margin: 0;
    border: 1px solid #b0b8bd;
    border-top: 0;
    background: transparent;
    background-image: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  /* line 275, ../sass/_global.scss */
  .myrogers-tabs .myrogers-tabs a:first-child {
    border-top: 1px solid #b0b8bd;
  }
  /* line 278, ../sass/_global.scss */
  .myrogers-tabs .myrogers-tabs a:first-child:after {
    display: none;
  }
  /* line 283, ../sass/_global.scss */
  .myrogers-tabs .myrogers-tabs a.active {
    font-weight: 600;
    background: #e4e6e5;
  }
}
/* line 292, ../sass/_global.scss */
.myrogers-tabs.tab-menu-four .tab {
  width: 25%;
}
/* line 298, ../sass/_global.scss */
.myrogers-tabs.tab-menu-five .tab {
  width: 20%;
}

/* Alerts */
/* line 307, ../sass/_global.scss */
.alert-box {
  float: none !important;
  margin: 20px 0 10px 0;
  padding: 9px 9px 3px 19px;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 318, ../sass/_global.scss */
.alert-box > div {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 40px 40px;
  padding: 0 0 0 60px;
  min-height: 52px;
}
/* line 327, ../sass/_global.scss */
.alert-box.warning {
  border-color: #f6d58c;
  background-color: #fff8e5;
}
/* line 331, ../sass/_global.scss */
.alert-box.warning > div {
  background-image: url("/cms/rui-pages/images/alert-warning.png");
}
/* line 336, ../sass/_global.scss */
.alert-box.info {
  border-color: #8eb7d3;
  background-color: #eaf3f8;
}
/* line 340, ../sass/_global.scss */
.alert-box.info > div {
  background-image: url("/cms/rui-pages/images/alert-info.png");
}
/* line 345, ../sass/_global.scss */
.alert-box.error {
  border-color: #e7a3a2;
  background-color: #fbebea;
}
/* line 349, ../sass/_global.scss */
.alert-box.error > div {
  background-image: url("/cms/rui-pages/images/alert-error.png");
}
/* line 354, ../sass/_global.scss */
.alert-box.success {
  border-color: #bfd28d;
  background-color: #f0f5e4;
}
/* line 358, ../sass/_global.scss */
.alert-box.success > div {
  background-image: url("/cms/rui-pages/images/alert-success.png");
}

/* line 367, ../sass/_global.scss */
.hd .alert-box.warning > div {
  background-image: url("/cms/rui-pages/images/alert-warning@hd.png");
}
/* line 372, ../sass/_global.scss */
.hd .alert-box.info > div {
  background-image: url("/cms/rui-pages/images/alert-info@hd.png");
}
/* line 377, ../sass/_global.scss */
.hd .alert-box.error > div {
  background-image: url("/cms/rui-pages/images/alert-error@hd.png");
}
/* line 382, ../sass/_global.scss */
.hd .alert-box.success > div {
  background-image: url("/cms/rui-pages/images/alert-success@hd.png");
}

@media (max-width: 767px) {
  /* line 388, ../sass/_global.scss */
  .account-balance small {
    display: block;
  }
}

/* end Alerts */
/* Quick Links */
/* line 398, ../sass/_global.scss */
.quick-links a {
  color: #0a5498;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  background: #f5f5f5;
  padding: 0 10px;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #cbd5d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 411, ../sass/_global.scss */
.quick-links a:last-child {
  margin-bottom: 0;
}

/* 
  Usage bar graphs 
*/
/* line 420, ../sass/_global.scss */
.usage-bar {
  font-size: 14px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 420, ../sass/_global.scss */
  .usage-bar {
    margin-bottom: 0px;
  }
}
/* line 428, ../sass/_global.scss */
.usage-bar .usage-bar-graph-wrap {
  background: #3e3e3e;
  padding: 3px;
  text-align: center;
}
/* line 433, ../sass/_global.scss */
.usage-bar .usage-bar-graph-wrap .usage-bar-graph-left, .usage-bar .usage-bar-graph-wrap .usage-bar-graph-right {
  float: left;
  width: 50%;
}
/* line 440, ../sass/_global.scss */
.usage-bar .usage-bar-markers .usage-bar-marker-left, .usage-bar .usage-bar-markers .usage-bar-marker-right {
  text-align: center;
  float: left;
  width: 50%;
}
/* line 448, ../sass/_global.scss */
.usage-bar .usage-bar-today-marker span {
  display: inline-block;
  position: relative;
  left: 50%;
  width: 40px;
  text-align: center;
  margin-left: -20px;
  padding-bottom: 10px;
}
/* line 457, ../sass/_global.scss */
.usage-bar .usage-bar-today-marker span:after {
  content: ' ';
  position: absolute;
  bottom: 3px;
  left: 14px;
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid black;
}
/* line 473, ../sass/_global.scss */
.usage-bar .usage-bar-labels [class^=usage-bar-label-] {
  width: 50%;
  float: left;
}
/* line 478, ../sass/_global.scss */
.usage-bar .usage-bar-labels .usage-bar-label-right {
  text-align: right;
}
/* line 485, ../sass/_global.scss */
.usage-bar.time .usage-bar-graph-wrap .usage-bar-graph-left, .usage-bar.time .usage-bar-graph-wrap .usage-bar-graph-right {
  height: 18px;
}
/* line 489, ../sass/_global.scss */
.usage-bar.time .usage-bar-graph-wrap .usage-bar-graph-left {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffcc00), color-stop(100%, #ffad00));
  background-image: -webkit-linear-gradient(top, #ffcc00 0%, #ffad00 100%);
  background-image: -moz-linear-gradient(top, #ffcc00 0%, #ffad00 100%);
  background-image: -o-linear-gradient(top, #ffcc00 0%, #ffad00 100%);
  background-image: linear-gradient(top, #ffcc00 0%, #ffad00 100%);
}
/* line 502, ../sass/_global.scss */
.usage-bar.used .usage-bar-graph-wrap {
  padding-top: 2px;
  padding-bottom: 2px;
}
/* line 506, ../sass/_global.scss */
.usage-bar.used .usage-bar-graph-wrap .usage-bar-graph-left, .usage-bar.used .usage-bar-graph-wrap .usage-bar-graph-right {
  height: 29px;
  line-height: 29px;
  font-size: 18px;
  color: white;
}
/* line 513, ../sass/_global.scss */
.usage-bar.used .usage-bar-graph-wrap .usage-bar-graph-left {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #91c000), color-stop(100%, #7da600));
  background-image: -webkit-linear-gradient(top, #91c000 0%, #7da600 100%);
  background-image: -moz-linear-gradient(top, #91c000 0%, #7da600 100%);
  background-image: -o-linear-gradient(top, #91c000 0%, #7da600 100%);
  background-image: linear-gradient(top, #91c000 0%, #7da600 100%);
}

/*
  Usage Table
 */
/* line 529, ../sass/_global.scss */
table.usage-table {
  width: 100%;
  max-width: 220px;
}
/* line 533, ../sass/_global.scss */
table.usage-table td {
  width: 33.33333%;
  text-align: right;
}
/* line 537, ../sass/_global.scss */
table.usage-table td.usage-table-label {
  text-align: left;
  width: 66.66666%;
}
/* line 543, ../sass/_global.scss */
table.usage-table .usage-table-total {
  font-weight: bold;
}

/* Modals */
/* line 5, ../sass/_bootstrap_overrides.scss */
#accountsLoaderModal .modal-dialog {
  -webkit-transform: translateY(200px) !important;
  -moz-transform: translateY(200px) !important;
  -ms-transform: translateY(200px) !important;
  -o-transform: translateY(200px) !important;
  transform: translateY(200px) !important;
}

@media (min-height: 600px) {
  /* line 10, ../sass/_bootstrap_overrides.scss */
  .modal {
    overflow: hidden;
  }
}
/* line 15, ../sass/_bootstrap_overrides.scss */
.modal .modal-dialog {
  /*
  @include transform(translateY(0%));
   */
}
/* line 21, ../sass/_bootstrap_overrides.scss */
.modal .modal-dialog .modal-header h4 img {
  margin-right: 5px;
}

@media (min-height: 240px) {max-height: 100px; autoflow-y:scroll; overflow: scroll; -webkit-overflow-scrolling: touch;}
@media (min-height: 320px) {max-height: 180px;}
@media (min-height: 360px) {max-height: 220px;}
@media (min-height: 480px) {max-height: 340px;}
@media (min-height: 600px) {
  /* line 27, ../sass/_bootstrap_overrides.scss */
  .modal .modal-dialog .modal-body {
    max-height: 396px;
  }
}
@media (min-height: 640px) {max-height: 500px;}
@media (min-height: 768px) {
  /* line 27, ../sass/_bootstrap_overrides.scss */
  .modal .modal-dialog .modal-body {
    max-height: 564px;
  }
}
@media (min-height: 992px) {
  /* line 27, ../sass/_bootstrap_overrides.scss */
  .modal .modal-dialog .modal-body {
    max-height: 788px;
  }
}
@media (min-height: 1200px) {
  /* line 27, ../sass/_bootstrap_overrides.scss */
  .modal .modal-dialog .modal-body {
    max-height: 996px;
  }
}
/* line 48, ../sass/_bootstrap_overrides.scss */
.modal .modal-dialog .modal-footer, .modal .modal-dialog .modal-header {
  margin-top: 0;
  padding: 10px 20px;
}

/* line 55, ../sass/_bootstrap_overrides.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}

/* line 62, ../sass/_bootstrap_overrides.scss */
.menu-panel {
  /* end menu-settings */
}
/* line 63, ../sass/_bootstrap_overrides.scss */
.menu-panel .menu-settings {
  color: black;
  padding: 8px 20px 18px;
  line-height: 1.8;
  background: #e4e6e5;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e6e5));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e4e6e5 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e4e6e5 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e4e6e5 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e4e6e5 100%);
}
/* line 77, ../sass/_bootstrap_overrides.scss */
.menu-panel .menu-settings .menu-settings-container {
  float: right;
  text-align: center;
}
/* line 81, ../sass/_bootstrap_overrides.scss */
.menu-panel .menu-settings .menu-settings-container:first-child {
  float: left;
}
/* line 86, ../sass/_bootstrap_overrides.scss */
.menu-panel .menu-settings .btn-group {
  background: #f9f9f9;
  border: 1px solid #cbcbcb;
  border-top-color: #888888;
  border-right-color: #aaaaaa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a8a8a8), color-stop(50%, #eeeeee), 

color-stop(51%, #f8f8f8), color-stop(100%, #f8f8f8));
  background-image: -webkit-linear-gradient(#a8a8a8, #eeeeee 50%, #f8f8f8 51%, #f8f8f8);
  background-image: -moz-linear-gradient(#a8a8a8, #eeeeee 50%, #f8f8f8 51%, #f8f8f8);
  background-image: -o-linear-gradient(#a8a8a8, #eeeeee 50%, #f8f8f8 51%, #f8f8f8);
  background-image: linear-gradient(#a8a8a8, #eeeeee 50%, #f8f8f8 51%, #f8f8f8);
}
/* line 96, ../sass/_bootstrap_overrides.scss */
.menu-panel .menu-settings .btn-default {
  background: transparent !important;
  padding: 0px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-weight: 700;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 108, ../sass/_bootstrap_overrides.scss */
.menu-panel .menu-settings .btn-default span {
  font-size: 14px;
  line-height: 1.8;
  padding: 5px 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-shadow: none !important;
}
/* line 117, ../sass/_bootstrap_overrides.scss */
.menu-panel .menu-settings .btn-default:active, .menu-panel .menu-settings .btn-default.active {
  border: 1px solid #dbdbdb;
  background: #626463;
  -webkit-box-shadow: #7d7d7d 0px 0px 2px 1px;
  -moz-box-shadow: #7d7d7d 0px 0px 2px 1px;
  box-shadow: #7d7d7d 0px 0px 2px 1px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
}
/* line 124, ../sass/_bootstrap_overrides.scss */
.menu-panel .menu-settings .btn-default:active span, .menu-panel .menu-settings .btn-default.active span {
  background: #1f2022;
  color: white;
}
/* line 130, ../sass/_bootstrap_overrides.scss */
.menu-panel .menu-settings .btn-default:hover, .menu-panel .menu-settings .btn-default.hover {
  background: none !important;
}
/* line 134, ../sass/_bootstrap_overrides.scss */
.menu-panel .menu-settings select {
  font-weight: 700;
  width: 85px;
  border: 1px solid #aaa;
  /*
  border: 1px solid #cbcbcb;      
  border-top-color: #888888;
  border-right-color: #aaaaaa;
  border-left-color: #aaaaaa;
  */
  height: 29px;
  line-height: 29px;
  padding: 3px;
  /* @include background-image(linear-gradient(#a8a8a8, #eeeeee 50%, #f8f8f8 51%, #f8f8f8)); */
}

/* line 152, ../sass/_bootstrap_overrides.scss */
.input-group {
  width: 100%;
}

/* line 156, ../sass/_bootstrap_overrides.scss */
.nav-tabs.nav-justified {
  font-size: 24px;
}
@media (min-width: 768px) {
  /* line 156, ../sass/_bootstrap_overrides.scss */
  .nav-tabs.nav-justified {
    border-bottom: 2px solid #b0b8bd;
  }
}
/* line 163, ../sass/_bootstrap_overrides.scss */
.nav-tabs.nav-justified li {
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 163, ../sass/_bootstrap_overrides.scss */
  .nav-tabs.nav-justified li {
    padding: 0 10px;
  }
}
/* line 171, ../sass/_bootstrap_overrides.scss */
.nav-tabs.nav-justified li a {
  color: #1e2121;
  line-height: 50px;
  border: 1px solid #e4e6e5;
  padding: 0 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media (min-width: 768px) {
  /* line 171, ../sass/_bootstrap_overrides.scss */
  .nav-tabs.nav-justified li a {
    padding: 0 20px;
  }
}
/* line 185, ../sass/_bootstrap_overrides.scss */
.nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li:hover a, .nav-tabs.nav-justified li:focus a {
  color: #1e2121;
  background: #e4e6e5;
  border: 1px solid #b0b8bd;
}
/* line 192, ../sass/_bootstrap_overrides.scss */
.nav-tabs.nav-justified li:first-child {
  padding-left: 0;
}
/* line 196, ../sass/_bootstrap_overrides.scss */
.nav-tabs.nav-justified li:last-child {
  padding-right: 0;
}
/* line 201, ../sass/_bootstrap_overrides.scss */
.nav-tabs.nav-justified.myrogers-tabs {
  font-size: 16px;
  border-bottom-width: 0px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  /* line 201, ../sass/_bootstrap_overrides.scss */
  .nav-tabs.nav-justified.myrogers-tabs {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  /* line 212, ../sass/_bootstrap_overrides.scss */
  .fr .nav-tabs.nav-justified.myrogers-tabs {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  /* line 212, ../sass/_bootstrap_overrides.scss */
  .fr .nav-tabs.nav-justified.myrogers-tabs {
    font-size: 11px;
  }
}
/* line 222, ../sass/_bootstrap_overrides.scss */
.nav-tabs.nav-justified.myrogers-tabs li {
  color: #404040;
  color: rgba(0, 0, 0, 0.75);
  padding: 0;
  border: solid 1px #c7c7c7;
  border-bottom-width: 0px;
}
@media (min-width: 768px) {
  /* line 222, ../sass/_bootstrap_overrides.scss */
  .nav-tabs.nav-justified.myrogers-tabs li {
    border-color: #c7c7c7 #d0d0d0 #dcdcdc #f1f1f1;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
  }
}
/* line 234, ../sass/_bootstrap_overrides.scss */
.nav-tabs.nav-justified.myrogers-tabs li a {
  border: none;
  line-height: 16px;
  padding: 9px 12px;
  text-align: left;
}
@media (min-width: 768px) {
  /* line 234, ../sass/_bootstrap_overrides.scss */
  .nav-tabs.nav-justified.myrogers-tabs li a {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    background: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#d1d1d1');
    background-image: -ms-linear-gradient(top, #fbfbfb, #d1d1d1);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #d1d1d1));
    background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #d1d1d1 100%);
    background-image: -moz-linear-gradient(top, #fbfbfb 0%, #d1d1d1 100%);
    background-image: -o-linear-gradient(top, #fbfbfb 0%, #d1d1d1 100%);
    background-image: linear-gradient(top, #fbfbfb 0%, #d1d1d1 100%);
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25), 0px 0px 0px white, 1px 1px 2px rgba(255, 255, 255, 0.25);
  }
}
@media (min-width: 992px) {
  /* line 234, ../sass/_bootstrap_overrides.scss */
  .nav-tabs.nav-justified.myrogers-tabs li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 271, ../sass/_bootstrap_overrides.scss */
.nav-tabs.nav-justified.myrogers-tabs li.active a {
  font-weight: 600;
  background: #e4e6e5;
}
@media (min-width: 768px) {
  /* line 271, ../sass/_bootstrap_overrides.scss */
  .nav-tabs.nav-justified.myrogers-tabs li.active a {
    font-weight: bold;
    background: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#9b9b9b');
    background-image: -ms-linear-gradient(top, #e6e6e6, #9b9b9b);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #9b9b9b));
    background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #9b9b9b 100%);
    background-image: -moz-linear-gradient(top, #e6e6e6 0%, #9b9b9b 100%);
    background-image: -o-linear-gradient(top, #e6e6e6 0%, #9b9b9b 100%);
    background-image: linear-gradient(top, #e6e6e6 0%, #9b9b9b 100%);
  }
}
@media (min-width: 768px) {
  /* line 291, ../sass/_bootstrap_overrides.scss */
  .nav-tabs.nav-justified.myrogers-tabs li:first-child {
    -webkit-border-radius: 5px 2px 0 0;
    -moz-border-radius: 5px 2px 0 0;
    -ms-border-radius: 5px 2px 0 0;
    -o-border-radius: 5px 2px 0 0;
    border-radius: 5px 2px 0 0;
  }
  /* line 295, ../sass/_bootstrap_overrides.scss */
  .nav-tabs.nav-justified.myrogers-tabs li:first-child a {
    -webkit-border-radius: 5px 2px 0 0;
    -moz-border-radius: 5px 2px 0 0;
    -ms-border-radius: 5px 2px 0 0;
    -o-border-radius: 5px 2px 0 0;
    border-radius: 5px 2px 0 0;
  }
}
/* line 301, ../sass/_bootstrap_overrides.scss */
.nav-tabs.nav-justified.myrogers-tabs li:last-child {
  border-bottom-width: 1px;
}
@media (min-width: 768px) {
  /* line 301, ../sass/_bootstrap_overrides.scss */
  .nav-tabs.nav-justified.myrogers-tabs li:last-child {
    border-bottom-width: 0px;
    -webkit-border-radius: 2px 5px 0 0;
    -moz-border-radius: 2px 5px 0 0;
    -ms-border-radius: 2px 5px 0 0;
    -o-border-radius: 2px 5px 0 0;
    border-radius: 2px 5px 0 0;
  }
  /* line 308, ../sass/_bootstrap_overrides.scss */
  .nav-tabs.nav-justified.myrogers-tabs li:last-child a {
    -webkit-border-radius: 2px 5px 0 0;
    -moz-border-radius: 2px 5px 0 0;
    -ms-border-radius: 2px 5px 0 0;
    -o-border-radius: 2px 5px 0 0;
    border-radius: 2px 5px 0 0;
  }
}
/* line 318, ../sass/_bootstrap_overrides.scss */
.nav-tabs.nav-justified.nav-small {
  font-size: 18px;
  margin-bottom: 30px;
}
/* line 323, ../sass/_bootstrap_overrides.scss */
.nav-tabs.nav-justified.nav-small li a {
  line-height: 40px;
}

/* line 332, ../sass/_bootstrap_overrides.scss */
.accordion {
  /* end panel */
}
/* line 334, ../sass/_bootstrap_overrides.scss */
.accordion .panel {
  border-top-width: 0px;
  border-color: #cbd5d8;
  background-color: #fff;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 343, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-heading {
  background: none;
  padding: 0;
}
/* line 347, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-heading h4 {
  font-size: 16px;
  margin: 0;
}
/* line 351, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-heading h4 a {
  position: relative;
  display: block;
  padding: 12px 40px 12px 10px;
}
/* line 356, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-heading h4 a .fa-icon-plus {
  display: block;
}
/* line 360, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-heading h4 a .fa-icon-minus {
  display: none;
}
/* line 365, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-heading h4 a [class^=fa-icon].pull-right {
  color: #808285;
  border: 1px solid #808285;
  width: 22px;
  height: 22px;
  line-height: 22px;
  padding-left: 1px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* line 382, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-heading h4 a:hover, .accordion .panel .panel-heading h4 a:focus {
  font-weight: bold;
  text-decoration: none;
}
/* line 391, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-heading.has-icon h4 a {
  padding-left: 50px;
}
/* line 398, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-body {
  border-top-width: 0px !important;
  padding: 15px 10px;
}
/* line 402, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-body h4 {
  margin-bottom: 15px;
}
/* line 406, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-body h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 20px;
}
/* line 413, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-body p {
  margin-bottom: 20px;
  line-height: 22px;
}
/* line 418, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-body .panel-content {
  margin: 15px -15px;
}
@media (min-width: 768px) {
  /* line 418, ../sass/_bootstrap_overrides.scss */
  .accordion .panel .panel-body .panel-content {
    margin: 0;
    padding-bottom: 15px;
  }
}
/* line 427, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-body .quick-links {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  /* line 427, ../sass/_bootstrap_overrides.scss */
  .accordion .panel .panel-body .quick-links {
    margin-right: 0;
  }
}
/* line 434, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-body .quick-links li {
  margin-bottom: 5px;
}
/* line 437, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-body .quick-links li a {
  background: transparent;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 16px;
}
/* line 446, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-body .quick-links li:last-child {
  margin-bottom: 0;
}
/* line 452, ../sass/_bootstrap_overrides.scss */
.accordion .panel .panel-body .img-responsive {
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 456, ../sass/_bootstrap_overrides.scss */
  .accordion .panel .panel-body .border-left {
    border-left: 1px solid #c6c6c6;
  }
}
@media (max-width: 767px) {
  /* line 463, ../sass/_bootstrap_overrides.scss */
  .accordion .panel .panel-collapse {
    background-image: none !important;
  }
}
/* line 469, ../sass/_bootstrap_overrides.scss */
.accordion .panel + .panel {
  margin: 0;
}
/* line 473, ../sass/_bootstrap_overrides.scss */
.accordion .panel:first-child {
  border-top-width: 1px;
}
/* line 477, ../sass/_bootstrap_overrides.scss */
.accordion .panel.open {
  background: #f6f6f6;
  border-color: #b0b8bd;
}
/* line 483, ../sass/_bootstrap_overrides.scss */
.accordion .panel.open .panel-heading h4 a {
  font-weight: bold;
}
/* line 486, ../sass/_bootstrap_overrides.scss */
.accordion .panel.open .panel-heading h4 a .fa-icon-plus {
  display: none;
}
/* line 490, ../sass/_bootstrap_overrides.scss */
.accordion .panel.open .panel-heading h4 a .fa-icon-minus {
  display: block;
}
/* line 498, ../sass/_bootstrap_overrides.scss */
.accordion .panel sup {
  font-size: 60%;
  margin-left: 1px;
  font-weight: bold;
}

/* end accordion */
/* line 507, ../sass/_bootstrap_overrides.scss */
.nested-accordion {
  /*
    handling open/closed states
   */
}
/* line 508, ../sass/_bootstrap_overrides.scss */
.nested-accordion .panel {
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}
/* line 513, ../sass/_bootstrap_overrides.scss */
.nested-accordion .panel .panel-heading {
  background-color: #fafafa;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 518, ../sass/_bootstrap_overrides.scss */
.nested-accordion .panel .panel-heading h4 {
  color: #808285;
  font-size: 14px;
}
/* line 522, ../sass/_bootstrap_overrides.scss */
.nested-accordion .panel .panel-heading h4 a {
  font-weight: normal !important;
  padding: 8px 0;
}
/* line 529, ../sass/_bootstrap_overrides.scss */
.nested-accordion .panel .panel-body {
  padding-left: 15px;
  padding-right: 15px;
  background: #f6f6f6;
}
/* line 534, ../sass/_bootstrap_overrides.scss */
.nested-accordion .panel .panel-body .usage-row {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cbd5d8;
}
/* line 539, ../sass/_bootstrap_overrides.scss */
.nested-accordion .panel .panel-body .usage-row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}
/* line 548, ../sass/_bootstrap_overrides.scss */
.nested-accordion .panel .panel-collapse h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
/* line 554, ../sass/_bootstrap_overrides.scss */
.nested-accordion .panel .panel-collapse h4 span {
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 767px) {
  /* line 554, ../sass/_bootstrap_overrides.scss */
  .nested-accordion .panel .panel-collapse h4 span {
    display: block;
  }
}
/* line 564, ../sass/_bootstrap_overrides.scss */
.nested-accordion .panel .panel-collapse h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}
/* line 571, ../sass/_bootstrap_overrides.scss */
.nested-accordion .panel.open {
  background: #fff;
  border-color: #cbd5d8;
}
/* line 575, ../sass/_bootstrap_overrides.scss */
.nested-accordion .panel.open .panel-heading {
  background-color: #cbd5d8;
  border-bottom: 1px solid #d7d7d7;
}
/* line 579, ../sass/_bootstrap_overrides.scss */
.nested-accordion .panel.open .panel-heading h4 {
  color: #2a2b2c;
}
/* line 581, ../sass/_bootstrap_overrides.scss */
.nested-accordion .panel.open .panel-heading h4 a {
  font-weight: normal;
}
/* line 588, ../sass/_bootstrap_overrides.scss */
.nested-accordion .panel:last-child {
  border-bottom-width: 0px;
}
/* line 603, ../sass/_bootstrap_overrides.scss */
.nested-accordion .accordion .panel.nested-level-1 .panel-heading [class^=fa-icon] {
  font-size: 13px;
  border: 0;
  top: 6px;
  right: 11px;
}
/* line 610, ../sass/_bootstrap_overrides.scss */
.nested-accordion .accordion .panel.nested-level-1 .panel-heading .fa-icon-minus {
  display: none;
}
/* line 613, ../sass/_bootstrap_overrides.scss */
.nested-accordion .accordion .panel.nested-level-1 .panel-heading .fa-icon-plus {
  display: block;
}
/* line 620, ../sass/_bootstrap_overrides.scss */
.nested-accordion .accordion .panel.nested-level-1.open .panel-heading .fa-icon-minus {
  display: block;
}
/* line 623, ../sass/_bootstrap_overrides.scss */
.nested-accordion .accordion .panel.nested-level-1.open .panel-heading .fa-icon-plus {
  display: none;
}

/* line 635, ../sass/_bootstrap_overrides.scss */
.nested-accordion-header {
  background: white;
  border-top: 1px solid #c3c3c3;
  font-size: 16px;
  line-height: 16px;
  padding: 8px 0;
}

/* line 644, ../sass/_bootstrap_overrides.scss */
.media {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 644, ../sass/_bootstrap_overrides.scss */
  .media {
    margin-bottom: 0;
  }
}
/* line 651, ../sass/_bootstrap_overrides.scss */
.media .pull-left {
  margin-right: 20px;
}
/* line 655, ../sass/_bootstrap_overrides.scss */
.media .media-body {
  font-size: 16px;
  line-height: 24px;
}
/* line 659, ../sass/_bootstrap_overrides.scss */
.media .media-body .media-heading {
  font-size: 24px;
  line-height: 24px;
}
/* line 664, ../sass/_bootstrap_overrides.scss */
.media .media-body p {
  color: #3d4141;
  margin-bottom: 0;
}

/*
  header
*/
/* line 9, ../sass/_header.scss */
header {
  /*
    fallback
  */
  background-color: #DA291C;
  color: white;
  /*
    mobile logo resize
  */
  /*
    mobile logo resize with high dpi
  */
  /*
    desktop gradient
  */
  /*
    main menu desktop
  */
  /*
    mobile slide panel
  */
}
@media (max-width: 767px) {
  /* line 9, ../sass/_header.scss */

  .en header {
    /*background-image: url("/cms/rogers/css/img/logo-inverted.png");*/
     background-image:url("/cms/images/horizon/Rogers_tm_w_new.png");
  }

  .fr header {
   /* background-image: url("/cms/rogers/css/img/logo-inverted-fr.png");*/
     background-image:url("/cms/images/horizon/Rogers_mc_w_new.png");
  }

  header {
   /* background-image: url(../images/header-logo-mobile.png); */
  /*background-image: url('/cms/images/horizon/logo-inverted.png');*/
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 120px auto;
  height: 40px;
  background-position: center center;
  }
}

.shop-icon {
font-size: 19px;
padding-top: 5px;
padding-right: 5px;
}


.search {
font-size: 19px;
padding-right: 17px;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 9, ../sass/_header.scss */
  header {
    /*background-size: 125px 29px;*/
  }
}
@media (min-width: 768px) {
  /* line 9, ../sass/_header.scss */
  header {
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #850624), color-stop(100%, rgba(133, 6, 36, 

0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #850624), color-stop(10%, #e91040), color-stop(10%, rgba(233, 

16, 64, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #850624), color-stop(10%, #e91040), color-stop(10%, 

rgba(233, 16, 64, 0)));
    background-image: -webkit-linear-gradient(bottom, #850624 1px, rgba(133, 6, 36, 0) 1px), -webkit-linear-gradient(left, 

#850624 0%, #e91040 10%, rgba(233, 16, 64, 0) 10%), -webkit-linear-gradient(right, #850624 0%, #e91040 10%, rgba(233, 16, 64, 

0) 10%);
    background-image: -moz-linear-gradient(bottom, #850624 1px, rgba(133, 6, 36, 0) 1px), -moz-linear-gradient(left, #850624 

0%, #e91040 10%, rgba(233, 16, 64, 0) 10%), -moz-linear-gradient(right, #850624 0%, #e91040 10%, rgba(233, 16, 64, 0) 10%);
    background-image: -o-linear-gradient(bottom, #850624 1px, rgba(133, 6, 36, 0) 1px), -o-linear-gradient(left, #850624 0%, 

#e91040 10%, rgba(233, 16, 64, 0) 10%), -o-linear-gradient(right, #850624 0%, #e91040 10%, rgba(233, 16, 64, 0) 10%);
    background-image: linear-gradient(bottom, #850624 1px, rgba(133, 6, 36, 0) 1px), linear-gradient(left, #850624 0%, #e91040 

10%, rgba(233, 16, 64, 0) 10%), linear-gradient(right, #850624 0%, #e91040 10%, rgba(233, 16, 64, 0) 10%);
  }
}
/* line 60, ../sass/_header.scss */
header hr {
  margin: 0;
  display: block;
  height: 1px;
  border: none;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #9d072b), color-stop(10%, #f02350), 

color-stop(50%, rgba(240, 35, 80, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #9d072b), color-stop(10%, 

#f02350), color-stop(50%, #f02350));
  background-image: -webkit-linear-gradient(left, #9d072b 0%, #f02350 10%, rgba(240, 35, 80, 0) 50%), 

-webkit-linear-gradient(right, #9d072b 0%, #f02350 10%, #f02350 50%);
  background-image: -moz-linear-gradient(left, #9d072b 0%, #f02350 10%, rgba(240, 35, 80, 0) 50%), -moz-linear-gradient(right, 

#9d072b 0%, #f02350 10%, #f02350 50%);
  background-image: -o-linear-gradient(left, #9d072b 0%, #f02350 10%, rgba(240, 35, 80, 0) 50%), -o-linear-gradient(right, 

#9d072b 0%, #f02350 10%, #f02350 50%);
  background-image: linear-gradient(left, #9d072b 0%, #f02350 10%, rgba(240, 35, 80, 0) 50%), linear-gradient(right, #9d072b 

0%, #f02350 10%, #f02350 50%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
/* line 85, ../sass/_header.scss */
header nav,
header .navbar,
header .navbar-default {
  /*
    fallback
  */
  /*background: none;
  background-image: none;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  min-height: 0;
  /*
    dropdown
  */
  /*
    toggle
  */
  /*
    mobile icons
  */
}
/* line 97, ../sass/_header.scss */
header nav .navbar-nav > li > a,
header .navbar .navbar-nav > li > a,
header .navbar-default .navbar-nav > li > a {
  color: white;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 109, ../sass/_header.scss */
header nav .navbar-nav > li > a:hover, header nav .navbar-nav > li > a:focus, header nav .navbar-nav > li > a:visited, header 

nav .navbar-nav > li > a:active,
header .navbar .navbar-nav > li > a:hover,
header .navbar .navbar-nav > li > a:focus,
header .navbar .navbar-nav > li > a:visited,
header .navbar .navbar-nav > li > a:active,
header .navbar-default .navbar-nav > li > a:hover,
header .navbar-default .navbar-nav > li > a:focus,
header .navbar-default .navbar-nav > li > a:visited,
header .navbar-default .navbar-nav > li > a:active {
  color: white;
}
/* line 120, ../sass/_header.scss */
header nav .navbar-nav > .dropdown > a .caret,
header nav .navbar-nav > .dropdown > li > a .caret,
header .navbar .navbar-nav > .dropdown > a .caret,
header .navbar .navbar-nav > .dropdown > li > a .caret,
header .navbar-default .navbar-nav > .dropdown > a .caret,
header .navbar-default .navbar-nav > .dropdown > li > a .caret {
    color: black !important;
  border-bottom-color: black !important;
  border-top-color: black !important;
}
/* line 129, ../sass/_header.scss */
header nav .navbar-nav > .dropdown > a .caret:hover, header nav .navbar-nav > .dropdown > a .caret:focus, header nav 

.navbar-nav > .dropdown > a .caret:visited, header nav .navbar-nav > .dropdown > a .caret:active,
header nav .navbar-nav > .dropdown > li > a .caret:hover,
header nav .navbar-nav > .dropdown > li > a .caret:focus,
header nav .navbar-nav > .dropdown > li > a .caret:visited,
header nav .navbar-nav > .dropdown > li > a .caret:active,
header .navbar .navbar-nav > .dropdown > a .caret:hover,
header .navbar .navbar-nav > .dropdown > a .caret:focus,
header .navbar .navbar-nav > .dropdown > a .caret:visited,
header .navbar .navbar-nav > .dropdown > a .caret:active,
header .navbar .navbar-nav > .dropdown > li > a .caret:hover,
header .navbar .navbar-nav > .dropdown > li > a .caret:focus,
header .navbar .navbar-nav > .dropdown > li > a .caret:visited,
header .navbar .navbar-nav > .dropdown > li > a .caret:active,
header .navbar-default .navbar-nav > .dropdown > a .caret:hover,
header .navbar-default .navbar-nav > .dropdown > a .caret:focus,
header .navbar-default .navbar-nav > .dropdown > a .caret:visited,
header .navbar-default .navbar-nav > .dropdown > a .caret:active,
header .navbar-default .navbar-nav > .dropdown > li > a .caret:hover,
header .navbar-default .navbar-nav > .dropdown > li > a .caret:focus,
header .navbar-default .navbar-nav > .dropdown > li > a .caret:visited,
header .navbar-default .navbar-nav > .dropdown > li > a .caret:active {
  color: #DA291C !important;
  border-bottom-color: #DA291C !important;
  border-top-color: #DA291C !important;
  /*border-bottom-color: white;
  border-top-color: white;*/
}
/* line 140, ../sass/_header.scss */
header nav .navbar-nav > .dropdown.open > a,
header .navbar .navbar-nav > .dropdown.open > a,
header .navbar-default .navbar-nav > .dropdown.open > a {
  color: white;
  background: none;
}
/* line 148, ../sass/_header.scss */
header nav .navbar-mobile-main,
header .navbar .navbar-mobile-main,
header .navbar-default .navbar-mobile-main {
  /*
    search field
  */
}
/* line 154, ../sass/_header.scss */
header nav .navbar-mobile-main input[type='text'],
header nav .navbar-mobile-main input[type='search'],
header .navbar .navbar-mobile-main input[type='text'],
header .navbar .navbar-mobile-main input[type='search'],
header .navbar-default .navbar-mobile-main input[type='text'],
header .navbar-default .navbar-mobile-main input[type='search'] {
  height: 25px;
  font-size: 1.2rem;
}
/* line 164, ../sass/_header.scss */
header nav .dropdown-menu,
header .navbar .dropdown-menu,
header .navbar-default .dropdown-menu {
  /*
    fallback
  */
  top: 120%;
  margin: -6px 0 0 !important;
  /*
    css3 top arrow
  */
}
/* line 174, ../sass/_header.scss */
header nav .dropdown-menu:after,
header .navbar .dropdown-menu:after,
header .navbar-default .dropdown-menu:after {
  /*content: "";*/
  position: absolute;
  width: 15px;
  height: 15px;
  top: -8px;
  /*right: 25px;*/
  right: 192px;
  background: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 186, ../sass/_header.scss */
header nav .dropdown-menu a,
header .navbar .dropdown-menu a,
header .navbar-default .dropdown-menu a {
  color: rgba(0, 0, 0, 0.75);
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
/* line 192, ../sass/_header.scss */
header nav .dropdown-menu a:hover, header nav .dropdown-menu a:focus,
header .navbar .dropdown-menu a:hover,
header .navbar .dropdown-menu a:focus,
header .navbar-default .dropdown-menu a:hover,
header .navbar-default .dropdown-menu a:focus {
  color: white;
  background: #e91040;
}
/* line 199, ../sass/_header.scss */
header nav .navbar-mobile-search,
header .navbar .navbar-mobile-search,
header .navbar-default .navbar-mobile-search {
  background: #1e2121;
  box-shadow: none;
  border-top-width: 0px;
}
/* line 206, ../sass/_header.scss */
header nav .navbar-form,
header .navbar .navbar-form,
header .navbar-default .navbar-form {
  border: none;
  box-shadow: none;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* line 215, ../sass/_header.scss */
header nav .navbar-form .input-group input,
header .navbar .navbar-form .input-group input,
header .navbar-default .navbar-form .input-group input {
  -webkit-appearance: none;
  color: #000;
  border: 1px solid #c7c7c7;
  border-right: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 222, ../sass/_header.scss */
header nav .navbar-form .input-group .input-group-addon,
header .navbar .navbar-form .input-group .input-group-addon,
header .navbar-default .navbar-form .input-group .input-group-addon {
  background: #808285;
  color: #ffffff;
  padding: 6px 27px 6px 29px;
  /* 6px 15px 6px 41px */
  border: 1px solid #929396;
  border-left: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 20px;
  line-height: 14px;
}
/* line 232, ../sass/_header.scss */
header nav .navbar-form .input-group .input-group-addon i,
header .navbar .navbar-form .input-group .input-group-addon i,
header .navbar-default .navbar-form .input-group .input-group-addon i {
  display: inline-block;
  width: 8px;
}

/*shopcart icon fix*/
/* line 245, ../sass/_header.scss */
header nav .navbar-toggle,
header .navbar .navbar-toggle,
header .navbar-default .navbar-toggle {
  float: left;
  border: none;
  background: none;
  color: white;
  background-color: none;
 padding: 5px 15px 3px;
   padding-left: 8px;
  margin: 0;
}
/* line 255, ../sass/_header.scss */
header nav .navbar-toggle:focus, header nav .navbar-toggle:hover,
header .navbar .navbar-toggle:focus,
header .navbar .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus,
header .navbar-default .navbar-toggle:hover {
  text-decoration: none;
  background: none;
  background-color: none;
}
/* line 262, ../sass/_header.scss */
header nav .navbar-toggle .icon-bar,
header .navbar .navbar-toggle .icon-bar,
header .navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
@media (max-width: 767px) {
  /* line 272, ../sass/_header.scss */
  header nav [data-icon],
  header .navbar [data-icon],
  header .navbar-default [data-icon] {
    cursor: pointer;
    display: block;
  }
  /* line 276, ../sass/_header.scss */
  header nav [data-icon]:hover,
  header .navbar [data-icon]:hover,
  header .navbar-default [data-icon]:hover {
    text-decoration: none;
  }
  /* line 280, ../sass/_header.scss */
  header nav [data-icon]:before,
  header .navbar [data-icon]:before,
  header .navbar-default [data-icon]:before {
    font-size: 3rem;
    color: white;
  }
  /* line 287, ../sass/_header.scss */
  header nav [data-icon='search'],
  header .navbar [data-icon='search'],
  header .navbar-default [data-icon='search'] {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /*padding-right: 20px;*/
    /*padding-left: 20px;*/
  }
  /* line 292, ../sass/_header.scss */
  header nav [data-icon='search']:before,
  header .navbar [data-icon='search']:before,
  header .navbar-default [data-icon='search']:before {
    font-size: 3rem;
    line-height: 3rem;
  }
  /* line 297, ../sass/_header.scss */
  header nav [data-icon='search'].open,
  header .navbar [data-icon='search'].open,
  header .navbar-default [data-icon='search'].open {
    background: #1e2121;
  }
  /* line 307, ../sass/_header.scss */
  header nav i[class*='icon-search'],
  header .navbar i[class*='icon-search'],
  header .navbar-default i[class*='icon-search'] {
    color: black;
  }
}
@media screen and (max-width: 767px) and (min-width: 0 \0) {
  /* line 287, ../sass/_header.scss */
  header nav [data-icon='search'],
  header .navbar [data-icon='search'],
  header .navbar-default [data-icon='search'] {
    padding-top: 18px;
  }
}
/* line 317, ../sass/_header.scss */
header .main-menu {
  display: table;
  border-collapse: seperate;
  border-spacing: 10px 0;
}
/* line 322, ../sass/_header.scss */
header .main-menu nav {
 /* padding-top: 20px; Commentinf for Horizon*/
}
/* line 327, ../sass/_header.scss */
header .main-menu nav.shop .shop, header .main-menu nav.myrogers .myrogers, header .main-menu nav.support .support, header 

.main-menu nav.business .business {
  /*
    fallback
  */
  color: #3d4141;
  text-decoration: none;
  _background: white;
  z-index: 999;
  /*
    css3
  */
  background-position: 100% 100%;
  box-shadow: -2px -2px 1px -2px rgba(0, 0, 0, 0.25), 2px -1px 2px -2px rgba(0, 0, 0, 0.25);
}
/* line 345, ../sass/_header.scss */
header .main-menu nav a {
  display: table-cell;
  cursor: pointer;
}
/* line 350, ../sass/_header.scss */
header .main-menu nav a.main-menu-icon {
  /*
    fallback
  */
  color: white;
  padding: 0px 20px 10px 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  position: relative;
  z-index: 1;
  /*
    css3
  */
  font-size: 1.2rem;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e91040), color-stop(49%, #e91040), 

color-stop(49%, #850624), color-stop(50%, #850624), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 

1 50%, color-stop(0%, rgba(133, 6, 36, 0.5)), color-stop(100%, rgba(133, 6, 36, 0.5)), color-stop(100%, rgba(255, 255, 255, 

0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(133, 6, 36, 0.5)), color-stop(100%, rgba(133, 6, 36, 

0.5)), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(49%, rgba(133, 6, 36, 

0)), color-stop(49%, #ffffff));
  background-image: -webkit-linear-gradient(top, #e91040 0%, #e91040 49%, #850624 49%, #850624 50%, rgba(255, 255, 255, 0) 

50%), -webkit-linear-gradient(left, rgba(133, 6, 36, 0.5) 0px, rgba(133, 6, 36, 0.5) 1px, rgba(255, 255, 255, 0) 1px), 

-webkit-linear-gradient(right, rgba(133, 6, 36, 0.5) 0px, rgba(133, 6, 36, 0.5) 1px, rgba(255, 255, 255, 0) 1px), 

-webkit-linear-gradient(top, rgba(133, 6, 36, 0) 49%, #ffffff 49%);
  background-image: -moz-linear-gradient(top, #e91040 0%, #e91040 49%, #850624 49%, #850624 50%, rgba(255, 255, 255, 0) 50%), 

-moz-linear-gradient(left, rgba(133, 6, 36, 0.5) 0px, rgba(133, 6, 36, 0.5) 1px, rgba(255, 255, 255, 0) 1px), 

-moz-linear-gradient(right, rgba(133, 6, 36, 0.5) 0px, rgba(133, 6, 36, 0.5) 1px, rgba(255, 255, 255, 0) 1px), 

-moz-linear-gradient(top, rgba(133, 6, 36, 0) 49%, #ffffff 49%);
  background-image: -o-linear-gradient(top, #e91040 0%, #e91040 49%, #850624 49%, #850624 50%, rgba(255, 255, 255, 0) 50%), 

-o-linear-gradient(left, rgba(133, 6, 36, 0.5) 0px, rgba(133, 6, 36, 0.5) 1px, rgba(255, 255, 255, 0) 1px), 

-o-linear-gradient(right, rgba(133, 6, 36, 0.5) 0px, rgba(133, 6, 36, 0.5) 1px, rgba(255, 255, 255, 0) 1px), 

-o-linear-gradient(top, rgba(133, 6, 36, 0) 49%, #ffffff 49%);
  background-image: linear-gradient(top, #e91040 0%, #e91040 49%, #850624 49%, #850624 50%, rgba(255, 255, 255, 0) 50%), 

linear-gradient(left, rgba(133, 6, 36, 0.5) 0px, rgba(133, 6, 36, 0.5) 1px, rgba(255, 255, 255, 0) 1px), linear-gradient(right, 

rgba(133, 6, 36, 0.5) 0px, rgba(133, 6, 36, 0.5) 1px, rgba(255, 255, 255, 0) 1px), linear-gradient(top, rgba(133, 6, 36, 0) 

49%, #ffffff 49%);
  background-image: -ms-linear-gradient(top, #e91040 0%, #e91040 49%, #850624 49%, #850624 50%, rgba(255, 255, 255, 0) 50%), 

-ms-linear-gradient(left, rgba(133, 6, 36, 0.5) 0px, rgba(133, 6, 36, 0.5) 1px, rgba(255, 255, 255, 0) 1px), 

-ms-linear-gradient(right, rgba(133, 6, 36, 0.5) 0px, rgba(133, 6, 36, 0.5) 1px, rgba(255, 255, 255, 0) 1px), 

-ms-linear-gradient(top, rgba(133, 6, 36, 0) 49%, white 49%);
  background-size: 100% 200%;
  background-position: 100% 0%;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
/* line 406, ../sass/_header.scss */
header .main-menu nav a.main-menu-icon:hover, header .main-menu nav a.main-menu-icon.active {
  /*
    fallback
  */
  color: #3d4141;
  text-decoration: none;
  _background: white;
  z-index: 999;
  /*
    css3
  */
  background-position: 100% 100%;
  box-shadow: -2px -2px 1px -2px rgba(0, 0, 0, 0.25), 2px -1px 2px -2px rgba(0, 0, 0, 0.25);
}
/* line 424, ../sass/_header.scss */
header .main-menu nav a.main-menu-icon:before {
  display: block;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}
/* line 433, ../sass/_header.scss */
header .main-menu nav h1 {
  background: transparent url(../images/header-logo-desktop.png) left center no-repeat;
  width: 148px;
  height: 35px;
  margin: 0px;
  padding: 0px;
}
/* line 447, ../sass/_header.scss */
header .menu-panel {
  position: fixed;
  width: 100%;
  min-width: 800px;
  left: 0%;
  right: 0;
  bottom: 0;
  top: 0;
  /*horizonbackground: rgba(0, 0, 0, 0.5);*/
  font-family: "Avenir Next", Arial, sans-serif;
  overflow-y: auto;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
/* line 462, ../sass/_header.scss */
header .menu-panel.open, header .menu-panel.true {
  left: 0%;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
/* line 467, ../sass/_header.scss */
header .menu-panel.menu-level-2 {
  left: -260px;
}
/* line 471, ../sass/_header.scss */
header .menu-panel.menu-level-3 {
  left: -520px;
}
/* line 476, ../sass/_header.scss */
header .menu-panel nav {
  width: 260px;
  float: left;
}
/* line 480, ../sass/_header.scss */
header .menu-panel nav li.back {
  background: white;
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}
/* line 484, ../sass/_header.scss */
header .menu-panel nav li.back a {
  padding: 0;
  color: black;
  background: white;
  display: block;
  float: left;
  width: 180px;
  margin-left: 5px;
  text-transform: uppercase;
  border: none;
  text-align: right;
  padding: 10px 20px 10px 0;
}
/* line 497, ../sass/_header.scss */
header .menu-panel nav li.back a.back-small {
  width: 75px;
  margin-left: 0;
  text-align: left;
  padding: 10px 0px 10px 20px;
  line-height: 20px;
  font-size: 12px;
  text-transform: none;
}
/* line 506, ../sass/_header.scss */
header .menu-panel nav li.back a.back-small i[class^=fa-icon] {
  text-align: left;
  position: static;
  text-transform: none;
  line-height: 20px;
  float: left;
  display: block;
  margin: 0 2px 0 0;
  padding: 0;
}
/* line 516, ../sass/_header.scss */
header .menu-panel nav li.back a.back-small i[class^=fa-icon]:before {
  font-size: 14px;
  position: relative;
}
/* line 527, ../sass/_header.scss */
header .menu-panel nav a {
  position: relative;
  font-family: "Avenir Next", Arial, sans-serif;
 /* background: #e4e6e5;
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);*/
  /*text-transform: uppercase;*/
  padding: 10px 25px 10px 20px;
  -webkit-transition: 100ms;
  -moz-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
  font-size: 20px;
  color: #414042;
  font-weight: 500;
}

header .menu-panel nav a.languageMenu {
  position: relative;
  color: #808284;
  font-size: 16px;
  font-family: "Avenir Next", Arial, sans-serif;
  text-transform: none !important;
  padding: 10px 25px 10px 20px;
  -webkit-transition: 100ms;
  -moz-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
}



/* line 538, ../sass/_header.scss */
 /*#header #nav-main li.active a:before */
header .menu-panel nav a:hover:before { 
  content: ''; 
  background-color: #DA291C; 
  display: inline-block; 
  width: 5px; 
  border-radius: 0 2px 2px 0; 
  height: 0.98em; 
  vertical-align: bottom; 
  margin-left: -20px; 
  margin-right: 10px; 
}


header .menu-panel nav a:hover, header .menu-panel nav a:focus {
  color: #DA291C;
  /*font-weight : 600;*/
  background: white;
}
/* line 544, ../sass/_header.scss */
header .menu-panel nav a.invert {
  /*color: rgba(255, 255, 255, 0.75);
  background: black;*/
}
/* line 549, ../sass/_header.scss */
header .menu-panel nav a.invert:hover, header .menu-panel nav a.invert:focus {
  /*color: black;*/
  /* font-weight : 600;*/
  background: white;
}
/* line 555, ../sass/_header.scss */
header .menu-panel nav a.x {
  background: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
}
/* line 563, ../sass/_header.scss */
header .menu-panel nav a.x:hover, header .menu-panel nav a.x:focus {
  color: #e91040;
}
/* line 567, ../sass/_header.scss */
header .menu-panel nav a.x:hover:before, header .menu-panel nav a.x:focus:before {
  color: #e91040;
}
/* line 573, ../sass/_header.scss */
header .menu-panel nav a.x:before {
  color: rgba(255, 255, 255, 0.75);
  position: absolute;
  right: 1rem;
}
/* line 580, ../sass/_header.scss */
header .menu-panel nav a.login {
  width: 260px;
  color: #DA291C;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
  background-color: #FFF;
}
/* line 589, ../sass/_header.scss */
header .menu-panel nav a[data-icon]:before {
  color: #e91040;
  font-size: 2.7rem;
  line-height: 0;
  position: relative;
  top: 7px;
  margin-right: 5px;
  margin-left: -5px;
}
header .menu-panel nav a[data-icon='more']:before {
  top: 1px;
}
/* line 599, ../sass/_header.scss */
header .menu-panel nav a i[class^=fa-icon] {
  position: absolute;
  right: 20px;
  top: 13px;
}

/* line 611, ../sass/_header.scss */
.breadcrumb {
  background: white;
  font-size: 1.2rem;
  color: black;
  text-transform: capitalize;
}
/* line 618, ../sass/_header.scss */
.breadcrumb a {
  color: black;
  text-decoration: none;
}
/* line 623, ../sass/_header.scss */
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #0a5498;
  text-decoration: underline;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

/**
 * Form Headings
 */
/* line 5, ../sass/_forms.scss */
form h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 10, ../sass/_forms.scss */
form h5 {
  margin-top: 0;
  margin-bottom: 20px;
}

/**
 * Form styles
 */
/* line 19, ../sass/_forms.scss */
.form-group {
  margin-bottom: 20px;
  /**
   * Form labels
   */
  /**
   * Form Inputs
   */
}
/* line 27, ../sass/_forms.scss */
.form-group label.form-inline-label {
  margin: 0 10px 0 0;
}
/* line 33, ../sass/_forms.scss */
.form-group .form-inline-text {
  display: inline-block;
  margin-top: 30px;
}
/* line 42, ../sass/_forms.scss */
.form-group .form-select {
  border: 1px solid #b2b2b2;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
}
/* line 49, ../sass/_forms.scss */
.form-group .form-control {
  border: 1px solid #696e72;
  font-size: 16px;
  height: 32px;
  padding: 0 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 59, ../sass/_forms.scss */
.form-group .radio-inline, .form-group .checkbox-inline {
  font-size: 18px;
}
/* line 62, ../sass/_forms.scss */
.form-group .radio-inline + .radio-inline, .form-group .radio-inline + .checkbox-inline, .form-group .checkbox-inline + 

.radio-inline, .form-group .checkbox-inline + .checkbox-inline {
  margin-left: 20px;
}

/**
 * Button row for forms
 */
/* line 72, ../sass/_forms.scss */
.form-group-buttons {
  text-align: right;
  margin-bottom: 20px;
}

/* @import "footer"; */
 /*
  icons
*/
/* line 7, ../sass/_icons.scss */
[data-icon]:before {
  font-family: 'myrogers';
  content: "";
  speak: none;
  font-weight: lighter;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 18, ../sass/_icons.scss */
[data-icon='shop']:before {
  content: "#";
}

/* line 19, ../sass/_icons.scss */
[data-icon='myrogers']:before {
  content: "$";
}

/* line 20, ../sass/_icons.scss */
[data-icon='support']:before {
  content: "%";
}

/* line 21, ../sass/_icons.scss */
[data-icon='business']:before {
  content: "'";
}

/* line 22, ../sass/_icons.scss */
[data-icon='findastore']:before {
  content: "1";
}

/* line 23, ../sass/_icons.scss */
[data-icon='settings']:before {
  content: "2";
}

/* line 24, ../sass/_icons.scss */
[data-icon='document']:before {
  content: "+";
}

/* line 25, ../sass/_icons.scss */
[data-icon='phone']:before {
  content: "$";
}

/* line 26, ../sass/_icons.scss */
[data-icon='creditcard']:before {
  content: "(";
}

/* line 27, ../sass/_icons.scss */
[data-icon='tv']:before {
  content: "*";
}

/* line 28, ../sass/_icons.scss */
[data-icon='homelock']:before {
  content: ",";
}

/* line 29, ../sass/_icons.scss */
[data-icon='home']:before {
  content: "-";
}

/* line 30, ../sass/_icons.scss */
[data-icon='stickplus']:before {
  content: ".";
}

/* line 31, ../sass/_icons.scss */
[data-icon='stick']:before {
  content: "0";
}

/* line 32, ../sass/_icons.scss */
[data-icon='checkmark']:before {
  content: "/";
}

/* line 33, ../sass/_icons.scss */
[data-icon='mobile']:before {
  content: "!";
}

/* line 34, ../sass/_icons.scss */
[data-icon='mouse']:before {
  content: ")";
}

/* line 35, ../sass/_icons.scss */
[data-icon='menu']:before {
  content: "\e601";
}

/* line 36, ../sass/_icons.scss */
[data-icon='search']:before {
  content: "\e600";
}

/* line 37, ../sass/_icons.scss */
[data-icon='connected']:before {
  content: "\e602";
}

/* line 38, ../sass/_icons.scss */
[data-icon='rewards']:before {
  content: "\e603";
}

/* line 39, ../sass/_icons.scss */
[data-icon='social']:before {
  content: "\e604";
}

[data-icon='nhl']:before {
  content: "\e605";
}
body.fr [data-icon='nhl']:before {
  content: "\e608";
  margin-left: -15px !important;
  margin-right: -5px !important;
}
[data-icon='more']:before {
  content: "\e606";
}
[data-icon='promotions']:before {
  content: "\e607";
}

/* line 41, ../sass/_icons.scss */
[class^=rui-icon-] {
  font-family: 'myrogers';
  display: inline-block;
  width: auto;
  height: auto;
  font-weight: lighter;
  line-height: normal;
  font-style: normal;
  text-decoration: inherit;
  background: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}
/* line 54, ../sass/_icons.scss */
[class^=rui-icon-].inline-icon {
  font-size: 22px;
  line-height: 12px;
  color: #E71D3B;
}

/* line 61, ../sass/_icons.scss */
i[class^=rui-icon-].med-icon {
  font-size: 26px;
  width: 32px;
  height: 32px;
}
@media (max-width: 480px) {
  /* line 61, ../sass/_icons.scss */
  i[class^=rui-icon-].med-icon {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
}

/* line 73, ../sass/_icons.scss */
.rui-icon-shop:before {
  content: "#";
}

/* line 74, ../sass/_icons.scss */
.rui-icon-myrogers:before {
  content: "$";
}

/* line 75, ../sass/_icons.scss */
.rui-icon-support:before {
  content: "%";
}

/* line 76, ../sass/_icons.scss */
.rui-icon-business:before {
  content: "'";
}

/* line 77, ../sass/_icons.scss */
.rui-icon-connected:before {
  content: "\"";
}

/* line 78, ../sass/_icons.scss */
.rui-icon-findastore:before {
  content: "1";
}

/* line 79, ../sass/_icons.scss */
.rui-icon-settings:before {
  content: "2";
}

/* line 80, ../sass/_icons.scss */
.rui-icon-document:before {
  content: "+";
}

/* line 81, ../sass/_icons.scss */
.rui-icon-phone:before {
  content: "&";
}

/* line 82, ../sass/_icons.scss */
.rui-icon-creditcard:before {
  content: "(";
}

/* line 83, ../sass/_icons.scss */
.rui-icon-tv:before {
  content: "*";
}

/* line 84, ../sass/_icons.scss */
.rui-icon-homelock:before {
  content: ",";
}

/* line 85, ../sass/_icons.scss */
.rui-icon-home:before {
  content: "-";
}

/* line 86, ../sass/_icons.scss */
.rui-icon-stickplus:before {
  content: ".";
}

/* line 87, ../sass/_icons.scss */
.rui-icon-stick:before {
  content: "0";
}

/* line 88, ../sass/_icons.scss */
.rui-icon-checkmark:before {
  content: "/";
}

/* line 89, ../sass/_icons.scss */
.rui-icon-mobile:before {
  content: "!";
}

/* line 90, ../sass/_icons.scss */
.rui-icon-mouse:before {
  content: ")";
}

/* line 91, ../sass/_icons.scss */
.rui-icon-internet:before {
  content: ")";
}

/* line 92, ../sass/_icons.scss */
.rui-icon-homemonitoring:before {
  content: ",";
}

/* line 93, ../sass/_icons.scss */
.rui-icon-homephone:before {
  content: "&";
}

/* line 94, ../sass/_icons.scss */
.rui-icon-mobileinternet:before {
  content: ".";
}

/* line 95, ../sass/_icons.scss */
.rui-icon-mobileinternetpia:before {
  content: ".";
}

/* line 96, ../sass/_icons.scss */
.rui-icon-wireless:before {
  content: "!";
}

/* line 97, ../sass/_icons.scss */
.rui-icon-prepaid:before {
  content: "!";
}

/* line 98, ../sass/_icons.scss */
.rui-icon-connected:before {
  content: "\e602";
}

/* line 99, ../sass/_icons.scss */
.rui-icon-rewards:before {
  content: "\e603";
}

/* line 100, ../sass/_icons.scss */
.rui-icon-social:before {
  content: "\e604";
}
.rui-icon-nhl:before {
  content: "\e605";
}
body.fr .rui-icon-nhl:before {
  content: "\e608";
}
.rui-icon-more:before {
  content: "\e606";
}
.rui-icon-promotions:before {
  content: "\e607";
}

/* Not compiled from scss files. Because scc and css files are not in sync. Just updating here - Prabhu
Mobile Generic Starts*/
.rui-icon-mobilegeneric:before {
  content: "!";
}
/* Mobile Generic Ends*/




header .menu-panel nav li select{
  color: black;
  margin-left: 20px;
  margin-top: 8px;

}
.avenirNextFont { font-family: "Avenir Next", Arial, sans-serif; }

.search-right{
float : right!important;  
font-size: 19px;
padding-top: 5px;
padding-right: 5px;
}


/*horizone new changes end*/

/*footer responsive styling start*/
#footerHorizon .container              { position: relative; padding-top: 25px;max-width: 1132px;padding-left: 0px; }
#footerHorizon #footerHorizon-col4 li a {border-radius: 0 0 0 10px;width: 1.83em;height: 2em;line-height: 2em;font-size: 2.15em;}
.rui-help-login .rui-login .bottom      { clear: both; padding-top: 10px; float: left; width: 45%;}
@media (max-width: 767px) {
    .rui-help-login .rui-login .bottom{float: none;}
        #footerHorizon {padding-left: 15px;}
        #footerHorizon .row            { margin-top: 70px; } 
        
        #footerHorizon .social-media   { top: 5px; left: -3px; width: 200px !important;} 
        /*#footerHorizon .social-media .button { padding: 6px 48px !important; background-color: #FDFDFD; border-radius: 0px 15px 15px 15px; border: 1px solid #BBBDC0; margin-top: -7px;margin-left: 0px !important;}*/
        #footerHorizon .social-media li a {display: block; width: 25px; color: #414042;}
        /*#footerHorizon .social-media li .button a {padding-left: 0px; padding-right: 56px; padding-top: 1px; text-decoration: none; margin-left: -19px;}*/
        
        #footerHorizon #footerHorizon-col4    { position: absolute; top: 0; right: 0; /*padding: 0;*/ }
        #footerHorizon #footerHorizon-col4 li { border-radius: 0 0 10 0px; }
        #footerHorizon #footerHorizon-col4 li a {
          display: block;
          width: 125px;
          height: 2em;
          line-height: 2em;
          font-size: 20px;
          color: #DA291C;
          vertical-align: middle;
          text-align: center;
          border-radius: 0 0 0px 10px;
        }
        
        #footerHorizon #footerHorizon-col4 li a{line-height: 18px;}
        #footerHorizon .social-media2{margin-top: 7px;margin-left: 7px;}
        /*new changes*/
        
         .rui-icon-cart-v3{
      display: none;
     }
     .shop-icon{
      display: none;
     }
     
     #footerHorizon .social-media2 {
      top: 59px;
      left: 3px;
    }
    .contactUsFooter {
    display:none;
    font-size: 15.7px;
    letter-spacing: -0.21px;
    color: #414042 !important;
    font-family : "Avenir Next", Arial, sans-serif;
    }
    .contactUsFooter:hover{
      text-shadow:0 0 0.3px !important;
    }
    
    .storeLocatorFooter {
    display:none;
    font-size: 15.7px;
    letter-spacing: -0.21px;
    color: #414042 !important;
    font-family : "Avenir Next", Arial, sans-serif;
    }
    .storeLocatorFooter:hover{
      text-shadow:0 0 0.3px !important;
    }
    
    
    #footerHorizon #footerHorizon-col4 {
    position: absolute;
    top: 0;
    right: 0;
    }
    
    #footerHorizon #footerHorizon-col4 li:first-child {
    background-color: #DA291C;
    border-radius: 0 0 0px 10;
    }
    
    #footerHorizon #footerHorizon-col4 li {
    margin-top: -30px;
    float: right;
    text-align: center;
    background-color: #BBBDC0;
    
    }
    
    #footerHorizon #footerHorizon-col4 li a:hover {
    background-color: #414042 !important;
    text-decoration: none;
    }
    
    #footerHorizon #footerHorizon-col4 li a {
    display: block;
    width: 1.88em;
    height: 2em;
    line-height: 2em;
    font-size: 1.35em;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    border-radius: 0 0 10px 0px;
    }

  /*new changes end*/
    .rui-icon-phone-v3{
     color: #FFF;
    }

    .rui-icon-store-locator-v3{
     color: #FFF;
    }

    #footerHorizon-col6{padding-top: 15px;}
    
    
    
        #footerHorizon #footerHorizon-col4 li:first-child a { border-radius: 0 0 0px 10px; }

        #footerHorizon #footerHorizon-col1 li a,
        #footerHorizon #footerHorizon-col2 li a,
        #footerHorizon #footerHorizon-col3 li a,
        #footerHorizon #footerHorizon-col5 li,
        #footerHorizon #footerHorizon-col5 li a,
        #footerHorizon #footerHorizon-col6 p
        {color: #414042;font-family: "Avenir Next", Arial, sans-serif;font-size: 15.7px;letter-spacing: -0.18px;}
}

@media (min-width: 768px) {
        #footerHorizon .container{max-width: 768px;padding-left: 25px;}

        #footerHorizon #footerHorizon-col1 li, #footerHorizon #footerHorizon-col2 li, #footerHorizon #footerHorizon-col3 li {
          line-height: 9px;
        }

        #footerHorizon #footerHorizon-col1 li a,
        #footerHorizon #footerHorizon-col2 li a,
        #footerHorizon #footerHorizon-col3 li a,
        #footerHorizon #footerHorizon-col5 li,
        #footerHorizon #footerHorizon-col5 li a,
        #footerHorizon #footerHorizon-col6 p
        {color: #414042;font-family: "Avenir Next", Arial, sans-serif;font-size: 10px;letter-spacing: -0.15px;}

        #footerHorizon #footerHorizon-col4    { margin-top: -33px; float: right; margin-right: -6px;}
        #footerHorizon #footerHorizon-col4 li { border-radius: 0 0 0 10px; }
        #footerHorizon #footerHorizon-col4 li a {
            display: block;
            width: 1.88em;
            height: 2em;
            line-height: 2em;
            font-size: 1.35em;
            color: #FFF;
            vertical-align: middle;
            text-align: center;
            border-radius: 0 0 0px 10px;
            font-weight: 500;
            text-decoration: none;
          }
        #footerHorizon #footerHorizon-col4 li:first-child a { border-radius: 0 0 10px 0; }
        #footerHorizon #copyright      { padding-top: 30px; }
        #footerHorizon .social-media   { bottom: -2px; right: 0px; /*width: 340px !important;*/} /*Horizon*/

        /*.fr #footerHorizon .social-media {width: 340px !important;}*/
        .en #footerHorizon .social-media {width:136px !important;}


       /* #footerHorizon .social-media .button {
          padding: 6px 30px;
          background-color: #FDFDFD;
          border-radius: 0px 15px 15px 15px;
          border: 1px solid #BBBDC0;
          margin-top: -7px;
          margin-left: 53px;
        }

        #footerHorizon .social-media .button a {
          margin-left: 3px;
        }*/
}

@media (min-width: 768px) and (max-width: 785px) {
    /*.fr #footerHorizon #footerHorizon-col4 { margin-right: 0px !important;  width: 184px;  margin-top: 0px;}
    .fr #footerHorizon #footerHorizon-col4 li {margin-top: 0px;height: 18px;}
    .fr #footerHorizon #footerHorizon-col4 li a {width: 180px; text-align: left;}
    .fr #footerHorizon .social-media {width: 176px !important;}
    .fr #footerHorizon .social-media2 {right: 54px;bottom: 50px;}*/

    #footerHorizon #footerHorizon-col4 { margin-right: 0px !important;  width: 152px;  margin-top: -16px;}
    .fr #footerHorizon #footerHorizon-col4 { margin-top: -12px; width: 160px;}
    #footerHorizon #footerHorizon-col4 li {margin-top: 0px !important;height: 18px;}
    #footerHorizon #footerHorizon-col4 li a {width: auto; text-align: left;}
    #footerHorizon #footerHorizon-col4 .rui-icon-phone-v3{ vertical-align: middle !important; font-size: 12.5px; padding-right: 6px;}
    #footerHorizon #footerHorizon-col4 .rui-icon-store-locator-v3{ vertical-align: middle !important; font-size: 12.5px; padding-right: 9px;}
    #footerHorizon .social-media {width: 152px !important;}
    #footerHorizon .social-media2 {right: 40px;bottom: 40px;}
    .fr #footerHorizon .social-media2 {right: 30px;bottom: 48px;}
}

@media (min-width: 786px) and (max-width: 991px) {

  #footerHorizon #footerHorizon-col1 li, #footerHorizon #footerHorizon-col2 li, #footerHorizon #footerHorizon-col3 li {
    line-height: 9px;
  }

  #footerHorizon #footerHorizon-col1 li a,
  #footerHorizon #footerHorizon-col2 li a,
  #footerHorizon #footerHorizon-col3 li a,
  #footerHorizon #footerHorizon-col5 li,
  #footerHorizon #footerHorizon-col5 li a,
  #footerHorizon #footerHorizon-col6 p
  {color: #414042;font-family: "Avenir Next", Arial, sans-serif;font-size: 10px;letter-spacing: -0.15px;}
  
  #footerHorizon .social-media {right: 0px;bottom: 3px;/*width: 360px !important;*/ }
  .fr #footerHorizon .social-media {width: 150px !important;}
  .en #footerHorizon .social-media {width: 128px !important;}
  
  .contactUsFooter, .storeLocatorFooter {
    font-size: 10px;
    letter-spacing: -0.21px;
    color: #414042 !important;
    font-family : "Avenir Next", Arial, sans-serif;
    font-weight: 500;
  }
  
  .contactUsFooter:hover, .storeLocatorFooter:hover{
    text-shadow:0 0 0.3px !important;
  }
  

  /*#footerHorizon #footerHorizon-col4 { margin-top: -25px; float: right; margin-right: -5px !important;}
  #footerHorizon #footerHorizon-col4  { width: 180px; }
  #footerHorizon #footerHorizon-col4 { width: 192px; margin-top: -48px; }*/

  /*.fr #footerHorizon #footerHorizon-col4 {  margin-right: 0px !important;  width: 188px;  margin-top: 0px;}*/

  #footerHorizon #footerHorizon-col4 {  margin-right: 0px !important;  width: 140px;  margin-top: -16px;}
  .fr #footerHorizon #footerHorizon-col4 { margin-top: -12px;  width: 158px;}


  /*.fr #footerHorizon #footerHorizon-col4 li {margin-top: 0px;height: 18px;}*/
  #footerHorizon #footerHorizon-col4 li {margin-top: 0px !important;height: 20px;}


  ./*en #footerHorizon #footerHorizon-col4 li a {line-height: 60px;}
  .fr #footerHorizon #footerHorizon-col4 li a {width: 180px; text-align: left;}*/
  #footerHorizon #footerHorizon-col4 li a {
    display: block;
    width: 70px;
    height: 55px;
    color: #DA291C;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
  }
   #footerHorizon #footerHorizon-col4 li a {width: auto; text-align: left;}
  /*.fr #footerHorizon #footerHorizon-col4 li a {width: 185px;}*/

  #footerHorizon #footerHorizon-col4 .rui-icon-phone-v3{ vertical-align: middle !important; font-size: 12.5px; padding-right: 6px;}
  #footerHorizon #footerHorizon-col4 .rui-icon-store-locator-v3{ vertical-align: middle !important; font-size: 12.5px; padding-right: 10px;}
  .en #footerHorizon #footerHorizon-col4 .rui-icon-store-locator-v3{ padding-right: 16px;}


  /*#footerHorizon .social-media2 {right: 27px;bottom: 72px;}
  .fr #footerHorizon .social-media2 {right: 60px;bottom: 50px;}*/

  #footerHorizon .social-media2 {right: 30px;bottom: 40px;}
  .fr #footerHorizon .social-media2 {right: 30px;bottom: 50px;}
  
}

@media (min-width: 992px) and (max-width: 1199px) {
  #footerHorizon .container {max-width: 992px !important;padding-left: 25px !important;}

  #footerHorizon #footerHorizon-col1 li, #footerHorizon #footerHorizon-col2 li, #footerHorizon #footerHorizon-col3 li {
          line-height: 14px;
  }
  
  #footerHorizon #footerHorizon-col1 li a,
  #footerHorizon #footerHorizon-col2 li a,
  #footerHorizon #footerHorizon-col3 li a,
  #footerHorizon #footerHorizon-col5 li,
  #footerHorizon #footerHorizon-col5 li a,
  #footerHorizon #footerHorizon-col6 p
  {color: #414042;font-family: "Avenir Next", Arial, sans-serif;font-size: 12px;letter-spacing: -0.18px;}

 
   #footerHorizon .social-media {right: 0px;bottom: 3px;/*width: 360px !important;*/ }
  .fr #footerHorizon .social-media {width: 175px !important;}
  .en #footerHorizon .social-media {width: 152px !important;}
  
  .contactUsFooter, .storeLocatorFooter {
    font-size: 12px;
    letter-spacing: -0.21px;
    color: #414042 !important;
    font-family : "Avenir Next", Arial, sans-serif;
    font-weight: 500;
  }
  .contactUsFooter:hover, .storeLocatorFooter:hover {
    text-shadow:0 0 0.3px !important;
  }
  
  
   /*#footerHorizon #footerHorizon-col4 { float: right; margin-right: 0px !important;}*/
 /* .en #footerHorizon #footerHorizon-col4 {
    width: 213px;
    margin-top: -50px;
  }
  .fr #footerHorizon #footerHorizon-col4 {
    width: 222px;
    margin-top: 0px;
    margin-right: 0px !important;
  }*/

  #footerHorizon #footerHorizon-col4 { margin-right: 0px !important;width: 170px;margin-top: -12px;}
  .fr #footerHorizon #footerHorizon-col4 {width: 192px;}

  #footerHorizon #footerHorizon-col4 li {margin-top: 0px !important;height: 25px;}
  
  #footerHorizon #footerHorizon-col4 li a {width: auto; text-align: left;}
  /*.fr #footerHorizon #footerHorizon-col4 li a {width: 185px;}*/

  #footerHorizon #footerHorizon-col4 .rui-icon-phone-v3{ vertical-align: middle !important; font-size: 17.5px; padding-right: 6px;}
  #footerHorizon #footerHorizon-col4 .rui-icon-store-locator-v3{ vertical-align: middle !important; font-size: 17.5px; padding-right: 12px;}
  .en #footerHorizon #footerHorizon-col4 .rui-icon-store-locator-v3{ padding-right: 16px;}
  
/*  .en #footerHorizon #footerHorizon-col4 li a {
    width: 90px;
    line-height: 60px;
  }
  .fr #footerHorizon #footerHorizon-col4 li a {
      width: 180px;
      line-height: 17px;
      text-align: left;
  }
  #footerHorizon #footerHorizon-col4 li a {
    display: block;
    height: 55px;
    color: #DA291C;
    vertical-align: middle;
    text-align: center;
    border-radius: 0 0 0px 10px;
    font-size: 16px;
  }*/

  /*.en #footerHorizon .social-media2 {right: 19px;bottom: 100px;}
  .fr #footerHorizon .social-media2 {right: 80px;bottom: 50px;}*/
  #footerHorizon .social-media2 {right: 50px;bottom: 50px;}
}



@media (min-width: 1200px) {
        #footerHorizon .container              { position: relative; padding-top: 25px;max-width: 1132px !important;padding-left: 0px !important; }

        #footerHorizon #footerHorizon-col1 li, #footerHorizon #footerHorizon-col2 li, #footerHorizon #footerHorizon-col3 li {
          line-height: 16px;
        }

        #footerHorizon #footerHorizon-col1 li a,
        #footerHorizon #footerHorizon-col2 li a,
        #footerHorizon #footerHorizon-col3 li a,
        #footerHorizon #footerHorizon-col5 li,
        #footerHorizon #footerHorizon-col5 li a,
        #footerHorizon #footerHorizon-col6 p
        {color: #414042;font-family: "Avenir Next", Arial, sans-serif;font-size: 14px;letter-spacing: -0.21px;}

    /*#footerHorizon #footerHorizon-col4 { float: right;}
    #footerHorizon #footerHorizon-col4 { margin-right: -34px !important;}
    #footerHorizon #footerHorizon-col4 {width: 285px; }*/

    #footerHorizon #footerHorizon-col4 { margin-right: 0px !important;width: 160px;margin-top: -12px;}
    .fr #footerHorizon #footerHorizon-col4 {width: 192px;margin-top: -10px;}
    #footerHorizon #footerHorizon-col4 li {margin-top: 0px !important;height: 25px;}
    #footerHorizon #footerHorizon-col4 li a {width: 180px; text-align: left;}
    .fr #footerHorizon #footerHorizon-col4 li a {width: 185px;}

    #footerHorizon #footerHorizon-col4 .rui-icon-phone-v3{ vertical-align: middle !important; font-size: 17.5px; padding-right: 6px;}
    #footerHorizon #footerHorizon-col4 .rui-icon-store-locator-v3{ vertical-align: middle !important; font-size: 17.5px; padding-right: 12px;}
    .en #footerHorizon #footerHorizon-col4 .rui-icon-store-locator-v3{ padding-right: 16px;}


    /*.fr #footerHorizon #footerHorizon-col4 {  margin-right: 0px !important;width: 222px;margin-top: 0px;}
    .fr #footerHorizon #footerHorizon-col4 li {margin-top: 0px !important;height: 25px;}
    .fr #footerHorizon #footerHorizon-col4 li a {width: 180px; text-align: left;}*/

        /*#footerHorizon #footerHorizon-col4 li a {display: block;width: 127px;text-decoration: none !important;height: 2em;line-height: 2em;font-size: 17px;vertical-align: middle;text-align: center;border-radius: 0 0 0px 10px;}
        #footerHorizon #footerHorizon-col4 li a {line-height:17px;font-size: 17px;text-align: center;}*/
        #footerHorizon .social-media {bottom: 3px;/*width: 395px !important;*/ }
    
    #footerHorizon .social-media {right: -24px;}
        .fr #footerHorizon .social-media {width: 197px !important;}
        .en #footerHorizon .social-media {width: 165px !important;}

    #footerHorizon .social-media2 {right: 30px;bottom: 55px;}
    /*.fr #footerHorizon .social-media2 {right: 60px;bottom: 50px;}*/
    
    
    
        /*new changes*/
    .contactUsFooter, .storeLocatorFooter {
      font-size: 14px;
      letter-spacing: -0.21px;
      color: #414042 !important;
      font-family : "Avenir Next", Arial, sans-serif;
      font-weight: 500;
    }
    
    .contactUsFooter:hover{
      text-shadow:0 0 0.3px !important;
    }
    .storeLocatorFooter:hover{
      text-shadow:0 0 0.3px !important;
    }
    
    
}

/*Social media Button Common Starts*/
#footerHorizon .social-media .button {
  background-color: #FDFDFD;
  border-radius: 0px 15px 15px 15px;
  border: 1px solid #BBBDC0;
  margin-top: -7px;

  width: auto;
  height: 28px;
  text-align: center;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
#footerHorizon .social-media li .button a{
  text-decoration: none;
  width: auto;
  margin: 0;
  line-height: 28px;
}

/*Social media Button Common Ends*/




/* footer responsive styling end*/

/*help login responsive stylign start*/

div.clearfix                    { padding: 0 !important; }

.rui-help-login                         { background-color:#CCC; font-family: "Avenir Next", Arial, sans-serif; font-weight: 300; }
.rui-help-login h2                      { margin-top: 0; font-weight: 300; }
.rui-help-login ul                      { font-size: 1.2em;padding-top: 5px; }
.rui-help-login a                       { color: #000; }
.rui-help-login .button                 { font-size: 1.3em; margin: 5px 0; }
.rui-help-login .row > div              { padding: 15px 48px; }
.rui-help-login .rui-help ul.menu       { font-size: 1.2em; margin-left: 25px; margin-top: 25px;}
.rui-help-login .rui-login .left,
.rui-help-login .rui-login .right       { float: left; width: 57%; }
.rui-help-login .rui-login input        { border: 0 none transparent; clear: left; float: left; margin: 5px 0; color: #999; padding: 12px; font-size: 1.5em; width: 250px; }
.rui-help-login .rui-login .right       { padding: 0 15px 0 0; }
.rui-help-login .rui-login ul           { margin: 0; font-size: 1.3em; }

#footerHorizon .social-media2 .button {
background-color: #FDFDFD;
border-radius: 0px 15px 15px 15px;
border: 1px solid #BBBDC0;
margin-top: -7px;
width: auto;
height: 28px;
text-align: center;
padding-left: 24px !important;
padding-right: 24px !important;
}
#footerHorizon .social-media2 li .button a{line-height: 28px;}
/*.rui-help-login .rui-login .bottom > *  { float: left; margin-top: 10px; margin-bottom: 5px; }*/
.rui-help-login .rui-login #login-button{ font-size: 1.3em; background-color: #999; text-align: center; width: auto; padding: 7px 40px; border-radius: 6px; color: #FFF; }
.rui-help-login .rui-login #login-buttonFR{ font-size: 1.3em; background-color: #999; text-align: center; width: auto; padding: 7px 40px; border-radius: 6px; color: #FFF; }
.rui-help-login .rui-login a            { display: block; font-size: 1.2em; color: #000;}
.rui-help-login span                    { padding-left: 5px;font-size: 10px; }

.rui-help-login .rui-help a:hover {
text-decoration : none;
}
.rui-help-login.rui-help-notopic .rui-login a:hover {
text-decoration : none;
}

.rui-help-login .helpListMenu {
  font-size: 15px;
  font-weight: 300;
  margin-top: 14px;
  margin-left: -4px;
  margin-bottom: 22px;
  color: #FFF;
  line-height: 25px !important;
  font-family: "Avenir Next", Arial, sans-serif;

}



.rui-help-login .left.loginListMenu {font-size: 11px;}


.rui-help-login .rui-login .left {
 /* margin-left: -20px;
  margin-top: 26px;*/
  /* margin-left: 237px; */
  /* margin-top: -103px; */
  font-family: "Avenir Next",Arial,sans-serif;
  font-size: 14px;
  float: right;
  width: 50%;
}

.rui-help-login .rui-help .menuHelp {margin-left: 11px;}


.rui-help-login                 { background-color: #00AEC7; }
.rui-help-login .rui-help,
.rui-help-login .rui-help a     { color: #FFF; }
.rui-help-login .rui-help .button { background-color: #FFF; border-radius: 14px 14px 0 14px; padding: 10px; }
.rui-help-login .rui-help .button a { color: #000; }
.rui-help-login .rui-login #login-button { background-color: #DA291C; text-transform: uppercase; }
.rui-help-login .rui-login #login-buttonFR { background-color: #DA291C; text-transform: uppercase; }

.rui-help-login .row .rui-help h3 {
color: #FFF;
font-family: "Avenir Next",Arial, sans-serif;
font-size: 24px;
}



.rui-help-login.rui-help-notopic .rui-login .bottom .bottomRight {width: auto; float: left;}
@media (max-width:767px) {
        .rui-help-login .rui-help .button       { width: 100%; }
    .rui-help-login.rui-help-notopic .rui-login .bottom .bottomLeft {width: 250px;/*float: left;*/padding-right: 22px;margin-right: 22px;}
        .rui-help-login .rui-help .menu li      { float: left; width: 50%; padding: 5px 0; }
        .rui-help-login .row > div.rui-help     { height: 220px;}
        .rui-help-login .row > div.rui-login    { background-color: #68CADA; padding-left: 60px; padding-right: 30px; height: auto; }
        /*.rui-help-login .rui-help h2            { text-indent: -9999px; height: 1px; margin: -1px; }*/

        .rui-help-login .rui-help .menuHelp {line-height: 25px; font-size: 15px; padding-top: 14px;}
}
@media (min-width:768px) {
.rui-help-login.rui-help-notopic .rui-login .bottom .bottomRight {width: 269px; float: left;font-size: 15px;padding-top: 10px;}
        .rui-help-login div.rui-help            { padding-right: 55px; }
        .rui-help-login div.rui-login           { padding-left: 35px; }
    .rui-help-login.rui-help-notopic .rui-login .bottom .bottomLeft {width: 250px;float: left;padding-right: 22px;margin-right: 22px;}
        .rui-help-login .rui-login a            {/* margin-left: 130px; margin-left: 61px;*/margin-right: 49px;}
        .rui-help-login.rui-help-notopic .rui-login a { /*margin-left: 5px; */color: #000;}
        .rui-help-login .rui-help ul.menu li    { padding: 0 15px; }
        .rui-help-login.rui-help-notopic .button { margin: 11px 0; }
        .rui-help-login.rui-help-notopic ul.menu li:first-child { padding-left: 0; }
        .rui-help-login.rui-help-notopic .rui-login input               { padding: 6px 12px; }
        /*.rui-help-login.rui-help-notopic .rui-login .bottom > *         { margin-top: 5px; margin-bottom: 5px;color: black; }*/
        .rui-help-login.rui-help-notopic .rui-login #login-button       { font-size: 14px; padding: 8px 7px;width: auto; }
    .rui-help-login.rui-help-notopic .rui-login #login-buttonFR {font-size: 14px; padding: 5px 20px; width: 183px; }

        .rui-help-login         { background: url('/cms/rui-pages/images/bg-login-banner.png') fixed repeat-y 50% 0 #00AEC7; }
        .rui-help-login .rui-help .button { padding: 11px 25px;width: 93%;font-size: 18px; }

        .rui-help-login .rui-help .menuHelp {padding-top: 10px; line-height: 25px;font-size: 18px;}
}
/*PT-1480 change**/
@media (max-width: 992px) and (min-width: 768px){
.rui-help-login.rui-help-notopic .rui-login .bottom .bottomLeft {
    float: left;
    margin-right: 22px;
    padding-right: 22px;
    width: 200px;
}
.rui-help-login.rui-help-notopic .rui-login .bottom .bottomRight {
    float: left;
    font-size: 15px;
    padding-top: 10px;
    width: 224px;
}
.rui-help-login .rui-login .left {
 /* margin-left: -20px;
  margin-top: 26px;*/
  /* margin-left: 237px; */
  /* margin-top: -103px; */
  font-family: "Avenir Next",Arial,sans-serif;
  font-size: 14px;
  float: right;
  width: 43%;
}
}

.rui-help-login .container {
 max-width: 1200px;
}

.newToRogers {
  padding-left: 27px;
}

/*helplogin responsive styling end*/


/*Mobile Menu Starts*/

nav .horizonMobileMenuSignin{
  color: #DA291C;
  /*padding-bottom: 57px;*/
}

nav .horizonMobileMenuSignin a{
  color: #DA291C;
  font-family: "Avenir Next", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
}

nav .horizonMobileMenuSignin a i{
  padding-left: 4px;
  font-size: 13px !important;
}

nav .horizonMobileMenuSignin a:focus, 
nav .horizonMobileMenuSignin a:hover {
  background-color: transparent;
}

nav .horizonMobileMenuSignout{
  padding-top: 15px;
  padding-bottom: 15px;
}

nav .horizonMobileMenuSignout .signoutRow{
  color: #DA291C;
  padding-left: 13px;
}

nav .horizonMobileMenuSignout .signoutRow i{
  font-size: 13px !important;
  color: #DA291C;
  padding-left: 3px;
}

nav .horizonMobileMenuSignout .titleWelcome{
  color: #DA291C;
  font-weight: 500;
  font-size: 19px;
  padding: 6px 3px;
  font-family: "Avenir Next", Arial, sans-serif;
}

nav .horizonMobileMenuSignout .signoutRow .horizonSignedUser {
  padding-left: 15px;
  padding-bottom: 11px;
  font-weight: 500;
  font-size: 16px;
  word-wrap: break-word;
  padding-right: 10px;
  font-family: "Avenir Next", Arial, sans-serif;
}

nav .horizonMobileMenuSignout .signoutRow .horizonSignout{
  color: #DA291C;
  font-weight: 500;
  font-size: 20px;
  padding-left: 15px;
  font-family: "Avenir Next", Arial, sans-serif;
}
/*Mobile Menu Ends*/


/*Mobile Shop Cart and Search Icon Starts*/
header .shop-search-icon {
    float: right;  padding-top: 5px;  font-size: 20px;
    margin-right: -5px;
}
/*Mobile Shop Cart and Search Icon Ends*/



body > div.bea-portal-body-content > div.bea-portal-book-primary > div.card.core.false > div.ng-scope > header > nav > div.navbar-header.visible-xs > div > a.navbar-toggle.rui-icon-cart-v3.shop-icon{
font-size: 19px;
padding-top: 5px;
padding-right: 5px;
}


body > div.bea-portal-body-content > div.bea-portal-book-primary > div.card.core.false > div.ng-scope > header > nav > div.navbar-header.visible-xs > div > a.navbar-toggle.rui-icon-magnifying-glass-v3.search-right.pull-right {
font-size: 19px;
padding-right: 17px;
}
.needHelpHeading {
  font-size: 24px;
  font-family: "Avenir Next",Arial, sans-serif;
  color: #FFF;
  padding-top: 36px;
  /*margin-left: 62px;*/
}

