/*!:: BELL CANADA v1.3812

bell_emulator.css?ver=1.0

Development Team: Son Pham, Michel Pen, Bruno-Pierre Campeau
Contributors: ---

www.bell.ca/enterprise/EntPrd_Web_Landing.page

::*/

/* FEDERAL BAR */
.federalBar {
  width: 100%;
  border-bottom: 1px solid #000;
  background-color: #525252;
}
.federalBar ul.itemList {
  list-style: none;
  padding-left: 0;
}
.federalBar .itemList,
.itemList li {
  position: relative;
  float: left;
  margin-bottom: 0;
}
.federalBar .itemRight {
  text-align: right;
}
.federalBar .itemList .active a {
  color: #fff;
  font-weight: bold;
}
.federalBar,
.federalBar .itemList a:hover,
.federalBar .itemRight a:hover {
  color: #fff;
  text-decoration: none;
}
.federalBar .itemList a,
.federalBar .itemRight a {
  color: #a9a9a9;
  margin: 0;
  display: inline-block;
  padding: 6px 30px 6px 0;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.federalBar .itemRight a {
  padding-right: 0;
}
/* "DESKTOP" TOP NAVBAR */
.headerFull {
  background: linear-gradient(to bottom, #0066a4 0%, #0064a2 20%, #004f94 78%, #004c92 100%);
  color: #fff;
  font-weight: normal;
  height: 47px;
  border-bottom: 1px solid #000;
}
.headerFull .brand {
  width: 60px;
  float: left;
  padding: 0;
  height: 47px;
  border-right: 1px solid #1477BB;
}
.headerFull .brand .logo {
  position: relative;
  top: 10px;
  left: 0;
  height: 28px;
  display: block;
  background: url(img/logo-bell-white-47x28.png) no-repeat left top;
}
.headerFull .specialItems {
  width: 360px;
  float: right;
  padding: 0;
  height: 47px;
  border-left: 1px solid #000;
}
@media (max-width: 991px) {
  .headerFull .specialItems {
    width: 330px;
  }
}
.headerFull .menuWrapper {
  padding-left: 60px;
  padding-right: 360px;
}
@media (max-width: 991px) {
  .headerFull .menuWrapper {
    padding-right: 330px;
  }
}
.headerFull .menuWrapper .container {
  width: 100%;
}
.headerFull .navItem {
  border-right: 1px solid #1477BB;
  border-left: 1px solid #000;
  height: 47px;
}
.headerFull .navItem .itemWrapper {
  height: 47px;
  text-align: center;
}
.headerFull .navItem a {
  font-size: 13px;
  color: #fff;
  text-shadow: 0px 1px 2px #000;
  text-decoration: none;
}
.headerFull .spriteIcon.iconDownArrow {
  background-position: 0 0;
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.headerFull .navItem .shadow.shadowLeft {
  background-position: -72px 0;
  left: 0;
}
.headerFull .navItem .shadow.shadowRight {
  background-position: -107px 0;
  right: 0;
}
.headerFull .navItem.active,
.headerFull .navItem:hover {
  background: linear-gradient(to bottom, #023667 0%, #0e4e89 100%);
  box-shadow: inset 8px 0px 9px -5px #011c35, inset -8px 0px 9px -5px #011c35;
  border-right: 1px solid #021426;
}
.headerFull .navItem:hover .shadow,
.headerFull .navItem.active .shadow {
  background-image: url(images/bg_shadowsSprite.png);
  background-repeat: repeat-y;
  height: 100%;
  width: 35px;
  top: 0;
  display: block;
  position: absolute;
}
.headerFull .login {
  height: 50px;
  width: 175px;
  float: right;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #aeaeae;
  box-shadow: 0 4px 2px -2px #e1e1e1;
  border-top: 0;
}
@media (max-width: 991px) {
  .headerFull .login {
    width: 130px;
  }
}
.headerFull .login .itemWrapper {
  height: 47px;
  text-align: center;
}
.headerFull .login a {
  float: none;
  color: #0066A4;
}
.headerFull .provLangSelect {
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 19px;
  padding-top: 16px;
  text-transform: uppercase;
  min-width: 17px;
  color: #fff;
  text-shadow: 0px 1px 2px #000;
  text-decoration: none;
  float: right;
}
.headerFull .icon {
  color: #fff;
  line-height: 3;
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
  text-shadow: 0px 1px 2px #000;
  float: right;
}
.headerFull .shoppingCart {
  display: block;
  width: 62px;
  height: 35px;
  margin-left: 10px;
  margin-right: 3px;
  margin-top: 6px;
  float: right;
  background: url(../img/icon-shopping-cart-TEMP.png) no-repeat left top;
}
/* "MOBILE" PAGE NAVBAR */
.headerSmall {
  height: 52px;
  position: fixed;
  width: 100%;
  left: 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(25%, #0066a4), color-stop(100%, #00438e));
  background: -webkit-linear-gradient(#0066a4 25%, #00438e 100%);
  background: -moz-linear-gradient(#0066a4 25%, #00438e 100%);
  background: -o-linear-gradient(#0066a4 25%, #00438e 100%);
  background: linear-gradient(#0066a4 25%, #00438e 100%);
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.headerSmall .container {
  width: 100%;
}
.headerSmall h1 {
  position: relative;
  width: 100%;
  text-align: center;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  height: 52px;
  line-height: 52px;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.headerSmall a {
  line-height: 52px;
  color: white;
  text-decoration: none;
  font-size: 20px;
}
.headerSmall .searchButton {
  text-align: right;
}
.headerSmall a.leftNav {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 15px;
}
.headerSmall a:hover {
  color: #fff;
}
/* SEARCH SUPPORT SECTION */
.searchSection {
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  height: 80px;
}
.searchSection h1 {
  font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  padding-top: 5px;
  letter-spacing: -1px;
}
.searchSection .input-group {
  margin-top: 20px;
}
.searchSection .btn {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.075);
  color: #a6a6a6;
}
.searchSection .form-control {
  border-right: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  padding: 20px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.075);
}
.searchSection .form-control .btn-default {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.searchSection .form-control::-webkit-input-placeholder {
  color: #000 !important;
  font-size: 15px;
}
/* SEARCH SUPPORT SECTION */
.categorySelection {
  background: #525252;
  min-height: 70px;
  padding: 10px 0;
}
.categorySelection .nav-pills > li {
  color: #a9a9a9;
  border: 1px solid #525252;
  border-radius: 5px;
}
.categorySelection .nav-pills > li.active,
.categorySelection .nav-pills > li.active:hover,
.categorySelection .nav-pills > li.active:focus,
.categorySelection .nav-pills > li:hover,
.categorySelection .nav-pills > li:focus {
  background: none;
  border: 1px solid #fff;
}
.categorySelection .nav-pills > li:hover,
.categorySelection .nav-pills > li:focus {
  border: 1px solid #525252;
}
.categorySelection .nav-pills > li a,
.categorySelection .nav-pills > li a:hover,
.categorySelection .nav-pills > li a:focus {
  background: none;
  color: #a9a9a9;
  padding-top: 5px;
  padding-bottom: 5px;
}
.categorySelection .nav-pills > li.active a,
.categorySelection .nav-pills > li.active a:hover,
.categorySelection .nav-pills > li.active a:focus {
  color: #fff;
}
.categorySelection .nav-pills > li a:hover,
.categorySelection .nav-pills > li a:focus {
  color: #fff;
}
.categorySelection .nav-justified > li {
  vertical-align: middle;
}
/* SEARCH SUPPORT SECTION - SUPPORT LANDING */
.searchSection.supportLanding {
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  border-bottom: 1px solid #cecece;
}
/* BELL SIDE NAV */
.pageContent {
  background: linear-gradient(to top, #ffffff 0%, #f5f5f5 100%);
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media (max-width: 991px) {
  .pageContent {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 52px;
    left: 0;
    padding-bottom: 40px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 991px) {
  .open .pageContent {
    left: 280px;
  }
}
@media (max-width: 991px) {
  .open .headerSmall {
    left: 280px;
  }
}
.sideNav {
  position: fixed;
  top: 0;
  left: -280px;
  bottom: 0;
  height: 100%;
  width: 280px;
  background: #3b424a;
  z-index: 10000;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media (max-width: 991px) {
  .open .sideNav {
    left: 0;
  }
}
.sideNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sideNav ul li.heading {
  height: 44px;
  line-height: 44px;
  border-top: none;
  box-shadow: 0 1px 1px #454a50;
  border-bottom: 1px solid #23282c;
}
.sideNav ul li {
  display: block;
  position: relative;
}
.sideNav ul li a {
  height: 48px;
  line-height: 48px;
  font-family: "BellSlimSemiBoldRegular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  display: block;
  padding: 0 10px 0 20px;
  color: #e8e8e9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  box-shadow: 0 1px 1px #454a50;
  border-bottom: 1px solid #23282c;
}
.sideNav ul li.heading a {
  display: inline-block;
  float: left;
  border: none;
  box-shadow: none;
  height: 44px;
  line-height: 44px;
}
.sideNav ul li.heading .logo {
  text-indent: -9999px;
}
.sideNav ul li.heading .icon-logo {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 44px;
  text-indent: 0;
}
.sideNav ul li a span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  float: right;
  color: #999;
  font-size: 12px;
}
/* BREAKPOINT DETECTOR */
/*By checking visibility of it's children with javascript the current resolution range can be detected */
.resolutionRangeDetector {
  position: absolute;
  left: -10000px;
}
/* ELEMENT STYLES */
/* MAIN CONTENT AREA*/
article footer {
  margin-top: 0;
}
.articleMenu {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .articleMenu {
    margin-bottom: 0;
  }
}
.articleMenu button {
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
  box-shadow: 0 3px 3px -3px #ffffff;
  padding: 10px 20px 7px 15px;
  color: #0066a4;
}
@media (max-width: 991px) {
  .articleMenu button .labelText {
    color: #333333;
  }
}
.articleMenu button:hover {
  color: #0066A4;
}
.articleMenu button .icon {
  font-size: 20px;
}
.articleMenu button span {
  position: relative;
  top: -3px;
}
.articleOptions {
  text-align: right;
  list-style-type: none;
  margin-top: 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.articleOptions li {
  float: right;
  margin-left: 10px;
  margin-right: 5px;
  height: 38px;
  width: 38px;
  border: 1px solid #0066a4;
  border-radius: 19px;
  background: #fff;
}
.articleOptions li a {
  position: relative;
  display: block;
  width: 35px;
  height: 38px;
  text-align: center;
  text-decoration: none;
  padding-top: 7px;
  padding-left: 1px;
  font-size: 1.3em;
}
.articleOptions li.save a {
  padding-left: 2px;
}
.articleOptions li .glyphicon {
  color: #0066a4;
  position: relative;
  font-size: 1.2em;
  left: -11px;
  top: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.articleOptions .tooltip .tooltip-inner {
  padding: 8px;
  background: #fff;
  color: #6f6f6f;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.articleOptions .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}
.mobileShareWrap {
  text-align: right;
  font-size: 30px;
}
.mobileShareWrap a {
  color: #777777;
}
.mobileShareWrap a:hover {
  color: inherit;
}
/* MAIN CONTENT AREA*/
@media (max-width: 991px) {
  .supportArticle header {
    border-bottom: 1px solid #cecece;
  }
}
@media (max-width: 991px) {
  .supportArticle > .container {
    width: 100%;
  }
}
.supportArticle h1 {
  font-family: "BellSlimSemiBoldRegular", Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  font-size: 2em;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .supportArticle h1 {
    font-size: 2.4em;
    margin-right: 200px;
    padding-bottom: 20px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: left;
  }
}
.supportArticle .articleSectionBody {
  border-bottom: none;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .supportArticle .articleSectionBody {
    padding: 0;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
  }
}

@media (min-width: 1025px) {
    .supportArticle.stepByStep {
        background-color: #f5f5f5;
    }
}

@media (min-width: 1025px) {
    .padder.padderThemeD {
        background-color: #fff;
        padding: 0px 15px 10px 15px;
        border-top: 1px solid #cecece;
        border-right: 1px solid #cecece;
    }
}

.supportArticle.regular .articleSectionBody {
  padding-top: 45px;
  border-top: 1px solid #cecece;
}
@media (max-width: 991px) {
  .supportArticle.regular .articleSectionBody {
    padding-top: 25px;
    border-top: none;
  }
}
.supportArticle .panel-group .panel-heading {
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  color: #0066a4;
  border-top: 1px solid #cecece;
  border-radius: 0;
  position: relative;
}
@media (min-width: 992px) {
  .supportArticle .panel-group .panel-heading {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
  }
}
@media (max-width: 991px) {
  .supportArticle .panel-group .panel-heading.first {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .supportArticle .panel:first-child .panel-heading,
  .supportArticle .panel:first-child .panel-heading.open {
    border-top: none;
  }
}
.supportArticle .panel-group .panel-heading.open {
  background: #fff;
}
.supportArticle.regular .panel-group .panel-heading,
.supportArticle.stepByStep .panel-group .panel-heading {
  display: none;
}
.supportArticle .panel-group .panel-heading .sectionCollapse {
  display: none;
}
.supportArticle .panel-group .panel-heading .sectionExpand {
  display: block;
}
.supportArticle .panel-group .panel-heading.open .sectionCollapse {
  display: block;
}
.supportArticle .panel-group .panel-heading.open .sectionExpand {
  display: none;
}
.supportArticle .panel-group .panel-heading h2 {
  margin-right: 75px;
}
.supportArticle .panel-group .panel-heading a {
  color: #0066a4;
  display: block;
  position: absolute;
  right: 40px;
  top: 32px;
  font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 0.5;
  text-decoration: none;
  width: 50px;
  text-align: right;
  height: 50px;
}
@media (max-width: 991px) {
  .supportArticle .panel-group .panel-heading a {
    right: 15px;
    top: 25px;
  }
}
.supportArticle .panel-title {
  font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  font-size: 2em;
}
@media (min-width: 992px) {
  .supportArticle .articleSectionBody .panel-body {
    padding-top: 0;
    padding-left: 40px;
    padding-bottom: 15px;
    padding-right: 40px;
  }
}
.supportArticle .panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
}
@media (max-width: 991px) {
  .supportArticle .panel-default > .panel-heading + .panel-collapse .panel-body {
    padding-top: 0;
  }
}
.supportArticle .panel-group {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .supportArticle .panel-group {
    padding-left: 0;
    padding-right: 0;
  }
}
.supportArticle .panel-group .panel + .panel {
  margin-top: 0;
}
.supportArticle .panel-group .panel {
  border: none;
  border-radius: 0;
}
.supportArticle .articleSectionBody h2 {
  font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
  font-size: 1.9em;
}
.supportArticle .articleSectionBody h3 {
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .supportArticle .articleSectionBody h3 {
    padding-top: 5px;
  }
}
.supportArticle .articleSectionBody p,
.supportArticle .articleSectionBody li {
  color: #555;
  line-height: 1.5;
}
.supportArticle .articleSectionBody p {
  margin-bottom: 15px;
}
.supportArticle .articleSectionBody ol,
.supportArticle .articleSectionBody ul {
  margin-top: 15px;
}
.supportArticle .articleSectionBody ol li,
.supportArticle .articleSectionBody ul li {
  margin-bottom: 8px;
}
/* ARTICLE RATING */
@media (max-width: 991px) {
  .supportArticle .articleFooter {
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .supportArticle.regular .articleFooterContent,
  .supportArticle.stepByStep .articleFooterContent {
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  }
}
.supportArticle .articleFooterContent {
  padding-bottom: 10px;
  border-top: 0;
}
@media (max-width: 991px) {
  .supportArticle .articleFooterContent {
    padding: 15px 0;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .supportArticle .articleFooterContent {
    padding: 10px 40px 20px 40px;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: #fff;
  }
}
.supportArticle .articleFooterContent h3 {
  float: left;
  font-size: 1.5em;
}
@media (max-width: 991px) {
  .supportArticle .articleFooterContent h3 {
    float: none;
    margin-top: 5px;
  }
}
.supportArticle .articleFooterContent .btn-group {
  float: left;
  margin: 13px 0 0 40px;
}
@media (max-width: 991px) {
  .supportArticle .articleFooterContent .btn-group {
    float: none;
    margin: 5px 0 0 0;
  }
}
.supportArticle .articleFooterContent .rateButtonWrap {
  float: left;
  margin: 13px 0 0 25px;
}
.supportArticle .articleFooterContent .rateButtonWrap button {
  font-size: 1.1em;
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
  margin-left: 10px;
}
.supportArticle .articleFooterContent .btn-group button {
  font-size: 1.1em;
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
  color: #0066A4;
  padding: 7px 20px;
}
.supportArticle .articleFooterContent .lastUpdateTag {
  color: #6f6f6f;
  clear: left;
}
@media (max-width: 991px) {
  .supportArticle .articleFooterContent .lastUpdateTag {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .supportArticle .articleFooterContent .lastUpdateTag {
    position: absolute;
    top: 33px;
    right: 55px;
    z-index: 10;
  }
}
/* STEP-BY-STEP */
@media (max-width: 991px) {
  .supportArticle.stepByStep .articleBody {
    background: #fff;
  }
}
.supportArticle.stepByStep .colsWrapper {
  overflow: hidden;
}
.supportArticle.stepByStep .stepsCol,
.supportArticle.stepByStep .instructionsCol {
  padding-right: 0;
  padding-left: 0;
}
.supportArticle.stepByStep .stepsPanel {
  padding-bottom: 32767px !important;
  margin-bottom: -32767px !important;
  padding-right: 0;
  background: #f8f8f8;
  border-left: 1px solid #cecece;
  border-top: 1px solid #cecece;
}
.supportArticle.stepByStep .instructionsPanel {
  padding-left: 0;
  box-shadow: -30px -40px 20px -25px rgba(50, 50, 50, 0.15);
  padding-bottom: 32767px !important;
  margin-bottom: -32767px !important;
  background: #fff;
}
@media (min-width: 992px) {
  .supportArticle.stepByStep .instructionsPanel {
    border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
  }
}
.supportArticle.stepByStep .stepsPanel .topicTitle {
  padding: 10px 30px;
}
.supportArticle.stepByStep .stepsPanel .topicTitle p {
  color: #6f6f6f;
}
.supportArticle.stepByStep .stepsPanel h2 {
  font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
  font-size: 1.9em;
}
.supportArticle.stepByStep .stepsPanel ul {
  padding: 0;
  margin-top: 0;
  list-style-type: none;
  counter-reset: stepsCounter;
  max-height: 500px;
  overflow: auto;
  border-bottom: 1px solid #cecece;
  /*border-top: 1px solid #cecece;*/
}
.supportArticle.stepByStep .stepsPanel ul li {
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #cecece;
  padding: 12px 20px 12px 55px;
  text-indent: -20px;
  color: #0066a4;
  position: relative;
  cursor: pointer;
}
.supportArticle.stepByStep .stepsPanel ul li:last-child {
  border-bottom: none;
}
.supportArticle.stepByStep .stepsPanel ul li .icon {
  position: absolute;
  left: 30px;
  top: 13px;
  display: none;
}
.supportArticle.stepByStep .stepsPanel ul li.pastStep {
  background: linear-gradient(to top, #f3f3f5 0%, #e0e0e0 100%);
  background: #f0efed;
}
.supportArticle.stepByStep .stepsPanel ul li.pastStep .icon {
  color: #777777;
  display: block;
}
.supportArticle.stepByStep .stepsPanel ul li.currentStep {
  background: #015196;
  color: #fff;
  transition: all 200ms;
}
.supportArticle.stepByStep .stepsPanel ul li.currentStep .icon {
  display: block;
}
.supportArticle.stepByStep .stepsPanel ul li:before {
  content: counter(stepsCounter) '.';
  counter-increment: stepsCounter;
  margin-right: 5px;
}
.supportArticle.stepByStep .instructionsPanel .imageWrap {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .supportArticle.stepByStep .instructionsPanel .imageWrap {
    padding-top: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .supportArticle.stepByStep .instructionsPanel .imageWrap {
    padding-top: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .supportArticle.stepByStep .instructionsPanel .imageWrap {
    padding-top: 75%;
  }
}
@media (min-width: 1200px) {
  .supportArticle.stepByStep .instructionsPanel .imageWrap {
    padding-top: 60%;
  }
}
.supportArticle.stepByStep .instructionsPanel .imageWrap .phoneImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/samsung_galaxys4_canvas_.png) no-repeat center top;
}
@media (max-width: 767px) {
  .supportArticle.stepByStep .instructionsPanel .imageWrap .phoneImage {
    background-size: auto 100%;
  }
}
.supportArticle.stepByStep .instructionsPanel .imageWrap .screenImage {
  position: absolute;
  top: 9%;
  left: 0;
  right: 0;
  bottom: -9%;
  background: url(../img/samsung_galaxy_s4_en_home_s4.png) no-repeat center top;
}
@media (max-width: 767px) {
  .supportArticle.stepByStep .instructionsPanel .imageWrap .screenImage {
    background-size: auto 82%;
  }
}
.supportArticle.stepByStep .instructionsPanel .imageWrap .arrow {
  position: absolute;
  z-index: 15;
  top: 35%;
  text-decoration: none;
  width: 60px;
  height: 60px;
  padding: 9px;
}
.supportArticle.stepByStep .instructionsPanel .imageWrap .arrow .icon {
  font-size: 3em;
}
.supportArticle.stepByStep .instructionsPanel .imageWrap .arrowLeft {
  left: -10%;
}
.supportArticle.stepByStep .instructionsPanel .imageWrap .arrowRight {
  right: -10%;
}
.supportArticle.stepByStep .instructionsPanel .highlight {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 159, 255, 0.8), 0px 0px 10px 0px rgba(0, 159, 255, 0.8) inset;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -75px;
  top: 42px;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .supportArticle.stepByStep .instructionsPanel .highlight {
    position: absolute;
    width: 15%;
    height: 12%;
    left: 25%;
    top: 11.3%;
  }
}
@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
.supportArticle.stepByStep .instructionsPanel .instruction {
  min-height: 125px;
  padding: 30px;
  font-size: 1.4em;
  text-align: center;
  display: table;
  width: 100%;
}
.supportArticle.stepByStep .instructionsPanel .instruction span {
  vertical-align: bottom;
  display: table-cell;
}
.supportArticle.stepByStep .instructionsPanel .topicIntro {
  padding: 40px 20px;
  text-align: center;
  color: #6f6f6f;
  max-width: 500px;
  margin: 0 auto;
}
/* MOBILITY LANDING */
/*Select a device*/
.selectDevice {
  text-align: center;
  border-bottom: 1px solid #cecece;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .selectDevice {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .selectDevice {
    padding: 20px 0;
  }
}
.selectDevice p {
  font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
  font-size: 2em;
  letter-spacing: -1px;
  margin-bottom: 0;
  line-height: 2;
}
@media (min-width: 992px) {
  .selectDevice p {
    display: inline-block;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .selectDevice p {
    font-size: 2.2em;
    line-height: initial;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .selectDevice p {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .selectDevice button,
  .selectDevice button:hover {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .selectDevice button,
  .selectDevice button:hover {
    padding: 20px 25px;
    font-size: 1.5em;
    width: 400px;
  }
}
@media (max-width: 767px) {
  .selectDevice button,
  .selectDevice button:hover {
    font-size: 1.5em;
    padding: 20px 25px;
    width: 80%;
  }
}
.selectDevice button:hover {
  text-decoration: underline;
}
/* Main content */
.landingSupport {
  overflow: hidden;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .landingSupport {
    background: #fff;
    padding-top: 10px;
    margin-top: 0px;
    border-bottom: 1px solid #cecece;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .landingSupport .headerWrap {
    background: #fff;
    border: 1px solid #cecece;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .landingSupport .sectionWrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .landingSupport .sectionWrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.landingSupport .sectionWrap .panel-group {
  background: #fff;
  padding: 0 35px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .landingSupport .sectionWrap .panel-group {
    padding-left: 0;
    border-bottom: 1px solid #cecece;
  }
}
@media (max-width: 991px) {
  .landingSupport .sectionWrap .panel-group {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .landingSupport .sectionWrap .panel-group {
    border-right: 1px solid #cecece;
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
  }
}
.landingSupport .sectionWrap .panel-group > p {
  margin-bottom: 20px;
  padding: 15px;
}
@media (min-width: 768px) {
  .landingSupport .sectionWrap .panel-group > p {
    padding-left: 0;
  }
}
.landingSupport .sectionWrap .panel-group button,
.landingSupport .sectionWrap .panel-group button:hover {
  display: block;
  margin-top: 20px;
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7);
  height: 35px;
}
.landingSupport .sectionWrap .panel-group button:hover {
  text-decoration: underline;
}
.landingSupport header h1 {
  font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
  font-size: 2.2em;
  padding-top: 15px;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .landingSupport header h1 {
    padding-left: 18px;
  }
}
.landingSupport header h1 sup {
  font-size: 0.5em;
  vertical-align: top;
  line-height: 2.5;
}
.landingSupport figure {
  padding-right: 0;
}
@media (max-width: 991px) {
  .landingSupport figure {
    padding-left: 0;
  }
}
.landingSupport .imageWrap {
  margin: 0 auto;
  position: relative;
  background: #fff;
  z-index: 10;
}
@media (min-width: 992px) {
  .landingSupport .imageWrap {
    border-left: 1px solid #cecece;
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
  }
}
@media (max-width: 767px) {
  .landingSupport .imageWrap {
    padding-top: 125%;
  }
}
.landingSupport .imageWrap .phoneImage {
  background: url(../img/Samsung_Galaxy_4_Med.png) no-repeat center top;
}
@media (min-width: 768px) {
  .landingSupport .imageWrap .phoneImage {
    height: 330px;
    position: relative;
    left: 20px;
  }
}
@media (min-width: 768px) {
  .landingSupport .imageWrap .phoneImage {
    top: -70px;
  }
}
@media (max-width: 767px) {
  .landingSupport .imageWrap .phoneImage {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 20px;
    background-size: auto 100%;
  }
}
.landingSupport .panel-group .panel-heading {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #0066a4;
  border-top: 1px solid #cecece;
  background: #fff;
  border-radius: 0;
  position: relative;
}
@media (min-width: 768px) {
  .landingSupport .panel-group .panel-heading {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .landingSupport .panel:first-child .panel-heading,
  .landingSupport .panel:first-child .panel-heading.open {
    border-top: none;
  }
}
.landingSupport .panel-group .panel-heading.open {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #fff;
  color: #0066a4;
  border-top: 1px solid #cecece;
}
@media (min-width: 768px) {
  .landingSupport .panel-group .panel-heading.open {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.landingSupport.regular .panel-group .panel-heading,
.landingSupport.stepByStep .panel-group .panel-heading {
  display: none;
}
.landingSupport .panel-group .panel-heading .sectionCollapse {
  display: none;
}
.landingSupport .panel-group .panel-heading .sectionExpand {
  display: block;
}
.landingSupport .panel-group .panel-heading.open .sectionCollapse {
  display: block;
}
.landingSupport .panel-group .panel-heading.open .sectionExpand {
  display: none;
}
.landingSupport .panel-group .panel-heading h2 {
  margin-right: 75px;
}
.landingSupport .panel-group .panel-heading a {
  color: #0066a4;
  display: block;
  position: absolute;
  right: 1px;
  top: 27px;
  font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 0.5;
  text-decoration: none;
  width: 50px;
  text-align: right;
  height: 50px;
}
@media (max-width: 767px) {
  .landingSupport .panel-group .panel-heading a {
    right: 15px;
    top: 25px;
  }
}
.landingSupport .panel-title {
  font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  font-size: 2em;
}
@media (min-width: 768px) {
  .landingSupport .articleSectionBody .panel-body {
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .landingSupport .articleSectionBody .panel-body {
    padding-left: 0;
  }
}
.landingSupport .panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
}
@media (max-width: 767px) {
  .landingSupport .panel-default > .panel-heading + .panel-collapse .panel-body {
    padding-top: 0;
  }
}
.landingSupport .panel-group .panel + .panel {
  margin-top: 0;
}
.landingSupport .panel-group .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
/*Article footer */
.landingSupport .landingFooter {
  z-index: 15;
  position: relative;
}
.landingSupport .landingFooter ul {
  list-style-type: none;
  padding: 0;
  padding-top: 35px;
}
@media (min-width: 768px) {
  .landingSupport .landingFooter ul {
    border: 1px solid #cecece;
    padding: 5px 15px;
    background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .landingSupport .landingFooter ul {
    margin-left: 0;
    margin-right: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.landingSupport .landingFooter .itemWrapper {
  height: 70px;
  display: block;
}
@media (max-width: 767px) {
  .landingSupport .landingFooter .itemWrapper {
    height: 80px;
  }
}
.landingSupport .landingFooter .itemContent {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .landingSupport .landingFooter .itemContent {
    padding-left: 70px;
  }
}
.landingSupport .landingFooter .iconBox {
  position: absolute;
  top: 15px;
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
  box-shadow: 0 3px 3px -3px #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #cecece;
  display: block;
}
@media (max-width: 767px) {
  .landingSupport .landingFooter .iconBox {
    width: 58px;
    height: 58px;
    top: 11px;
  }
}
@media (max-width: 767px) {
  .landingSupport .landingFooter a {
    font-size: 1.3em;
  }
}
.landingSupport .landingFooter i {
  position: absolute;
  color: #000;
}
.landingSupport .landingFooter i.fa-book {
  font-size: 1.4em;
  left: 9px;
  top: 9px;
}
@media (max-width: 767px) {
  .landingSupport .landingFooter i.fa-book {
    font-size: 1.8em;
    left: 12px;
    top: 12px;
  }
}
.landingSupport .landingFooter i.fa-refresh {
  font-size: 1.4em;
  left: 11px;
  top: 9px;
}
@media (max-width: 767px) {
  .landingSupport .landingFooter i.fa-refresh {
    font-size: 1.8em;
    left: 14px;
    top: 12px;
  }
}
.landingSupport .landingFooter i.icon-www {
  font-size: 1.9em;
  left: 6px;
  top: 6px;
}
@media (max-width: 767px) {
  .landingSupport .landingFooter i.icon-www {
    font-size: 2.2em;
    left: 9px;
    top: 9px;
  }
}
.landingSupport .landingFooter i.fa-power-off {
  font-size: 1.6em;
  left: 10px;
  top: 8px;
}
@media (max-width: 767px) {
  .landingSupport .landingFooter i.fa-power-off {
    font-size: 1.8em;
    left: 14px;
    top: 12px;
  }
}
.landingSupport .landingFooter a:hover {
  text-decoration: none;
}
.landingSupport .landingFooter a:hover span {
  text-decoration: underline;
}
/* SUPPORT LANDING */
@media (min-width: 768px) and (max-width: 991px) {
  .landingSupportHome .articleBody {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.landingSupportHome h1 {
  font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .landingSupportHome h1 {
    font-size: 2.4em;
    margin-right: 200px;
    padding-bottom: 20px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landingSupportHome h1 {
    margin-right: 0;
    text-align: center;
  }
}
.landingSupportHome ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: 1px solid #cecece;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .landingSupportHome ul {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 1200px) {
  .landingSupportHome ul li img {
    width: 100%;
  }
}
.landingSupportHome ul h2 {
  font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
  font-size: 1.8em;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .landingSupportHome ul h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .landingSupportHome ul h2 {
    font-size: 2.2em;
  }
}
.landingSupportHome ul li:hover a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .landingSupportHome .col-sm-2 {
    width: 20%;
  }
}
.landingSupportHome ul li {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .landingSupportHome ul li {
    border-bottom: 1px solid #cecece;
    padding: 15px 15px 22px 10px;
  }
}
@media (min-width: 768px) {
  .landingSupportHome ul li {
    border-right: 1px solid #cecece;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .landingSupportHome ul li {
    padding-bottom: 30px;
  }
}
.landingSupportHome ul li.last {
  border-right: none;
}
@media (max-width: 767px) {
  .landingSupportHome ul li.last {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .landingSupportHome ul li h2:after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    color: #069;
    content: "";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 37px;
    font-family: 'BellIcon';
    line-height: 1;
    speak: none;
  }
}
/* Overview Origin */
.selectDevice.style2 {
  background: #fff;
}
@media (max-width: 767px) {
  .overviewOrigin.container {
    background: #fff;
  }
}
@media (max-width: 991px) {
  .overviewOrigin.container {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .overviewOrigin.container {
    width: 100%;
    background: #ffffff url(../img/support_img_guy_talking.jpg) no-repeat right top;
    background-size: contain;
  }
}
.overviewOrigin h1 {
  font-family: "BellSlimSemiBoldRegular", Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  font-size: 2em;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .overviewOrigin h1 {
    margin-right: 300px;
  }
}
@media (min-width: 768px) {
  .overviewOrigin h1 {
    font-weight: normal;
    margin-bottom: 0;
    text-align: left;
    padding: 5px 15px 10px inherit;
  }
}
@media (min-width: 992px) {
  .overviewOrigin h1 {
    padding-bottom: 20px;
    font-size: 2.4em;
  }
}
@media (min-width: 991px) {
  .overviewOrigin h1 {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .overviewOrigin .topBanner {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    background: #fff;
    background: #ffffff url(../img/support_img_guy_talking.jpg) no-repeat right top;
    background-size: contain;
  }
}
.overviewOrigin .topBanner ul {
  list-style-type: none;
  padding: 0;
}
@media (min-width: 768px) {
  .overviewOrigin .topBanner ul {
    padding: 5px 15px;
    margin: 30px 15px;
  }
}
@media (max-width: 991px) {
  .overviewOrigin .topBanner ul {
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .overviewOrigin .topBanner ul {
    margin-bottom: 10px;
  }
}
.overviewOrigin .topBanner ul li {
  padding-left: 0;
  padding-right: 0;
}
.overviewOrigin .topBanner .itemWrapper {
  height: 55px;
  display: block;
}
@media (max-width: 767px) {
  .overviewOrigin .topBanner .itemWrapper {
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .overviewOrigin .topBanner .itemWrapper {
    margin-right: 460px;
  }
}
.overviewOrigin .topBanner .itemContent {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .overviewOrigin .topBanner .itemContent {
    padding-left: 70px;
  }
}
@media (min-width: 768px) {
  .overviewOrigin .topBanner .itemContent {
    font-size: 1.3em;
  }
}
.overviewOrigin .topBanner .iconBox {
  position: absolute;
  top: 8px;
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
  box-shadow: 0 3px 3px -3px #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #cecece;
  display: block;
}
@media (max-width: 767px) {
  .overviewOrigin .topBanner .iconBox {
    width: 58px;
    height: 58px;
    top: 11px;
  }
}
@media (max-width: 767px) {
  .overviewOrigin .topBanner a {
    font-size: 1.3em;
  }
}
.overviewOrigin .topBanner i {
  position: absolute;
  color: #000;
}
.overviewOrigin .topBanner i.fa-book {
  font-size: 1.4em;
  left: 9px;
  top: 9px;
}
@media (max-width: 767px) {
  .overviewOrigin .topBanner i.fa-book {
    font-size: 1.8em;
    left: 12px;
    top: 12px;
  }
}
.overviewOrigin .topBanner i.fa-refresh {
  font-size: 1.4em;
  left: 11px;
  top: 9px;
}
@media (max-width: 767px) {
  .overviewOrigin .topBanner i.fa-refresh {
    font-size: 1.8em;
    left: 14px;
    top: 12px;
  }
}
.overviewOrigin .topBanner i.icon-www {
  font-size: 1.9em;
  left: 6px;
  top: 6px;
}
@media (max-width: 767px) {
  .overviewOrigin .topBanner i.icon-www {
    font-size: 2.2em;
    left: 9px;
    top: 9px;
  }
}
.overviewOrigin .topBanner i.fa-power-off {
  font-size: 1.6em;
  left: 10px;
  top: 8px;
}
@media (max-width: 767px) {
  .overviewOrigin .topBanner i.fa-power-off {
    font-size: 1.8em;
    left: 14px;
    top: 12px;
  }
}
.overviewOrigin .topBanner a:hover {
  text-decoration: none;
}
.overviewOrigin .topBanner a:hover span {
  text-decoration: underline;
}
.overviewOrigin .topBanner button {
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7);
  height: 35px;
  margin: 10px 30px 40px 30px;
}
@media (max-width: 991px) {
  .overviewOrigin .topBanner button {
    margin: 15px 30px 25px 15px;
  }
}
/* Select Device modal*/
.modal.manufacturerDeviceSelection {
  transition: all 300ms;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .modal.manufacturerDeviceSelection {
    top: 52px;
  }
}
@media (max-width: 991px) {
  .open .modal.manufacturerDeviceSelection {
    left: 280px;
    right: -280px;
  }
}
.modal.manufacturerDeviceSelection .modal-dialog {
  width: 890px;
}
@media (max-width: 991px) {
  .modal.manufacturerDeviceSelection .modal-dialog {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: inherit;
    height: inherit;
  }
}
.modal.manufacturerDeviceSelection .modal-dialog .modal-content {
  width: 890px;
  height: 600px;
  border-radius: 0;
  border: 1px solid #cecece;
}
@media (max-width: 991px) {
  .modal.manufacturerDeviceSelection .modal-dialog .modal-content {
    position: relative;
    bottom: 0;
    top: 0px;
    left: 0;
    right: 0;
    width: inherit;
    height: inherit;
    background: linear-gradient(to top, #ffffff 0%, #f5f5f5 100%);
  }
}
.modal.manufacturerDeviceSelection .modal-dialog .modal-header {
  padding: 0;
  border-bottom: none;
}
@media (max-width: 991px) {
  .modal.manufacturerDeviceSelection .modal-dialog .modal-header {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .modal.manufacturerDeviceSelection .modal-dialog .modal-header {
    border-bottom: 1px solid #e5e5e5;
  }
}
.modal.manufacturerDeviceSelection .modal-dialog .modal-title {
  font-family: "BellSlimSemiBoldRegular", Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  font-size: 2em;
  padding: 20px 30px;
}
@media (max-width: 991px) {
  .modal.manufacturerDeviceSelection .modal-dialog .modal-title {
    padding-bottom: 0;
    padding: 20px 15px 0 15px;
  }
}
.modal.manufacturerDeviceSelection .modal-dialog .modal-header .close {
  opacity: 1;
  position: absolute;
  top: 27px;
  right: 20px;
}
@media (max-width: 991px) {
  .modal.manufacturerDeviceSelection .modal-dialog .modal-header .close {
    display: none;
  }
}
.modal.manufacturerDeviceSelection .modal-dialog .modal-header .close span {
  display: block;
  width: 30px;
  height: 30px;
  color: #0066a4;
  font-size: 1.2em;
  line-height: 1.2;
  text-align: center;
  text-shadow: none;
  border-radius: 50%;
  background: linear-gradient(to bottom, #c9c9c9 0%, #ffffff);
}
.modal.manufacturerDeviceSelection .modal-dialog .modal-body {
  width: 100%;
}
@media (min-width: 992px) {
  .modal.manufacturerDeviceSelection .modal-dialog .modal-body {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .modal.manufacturerDeviceSelection .modal-dialog .modal-body {
    overflow: hidden;
    padding: 15px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal.manufacturerDeviceSelection .manufacturerListWrap {
    padding-right: 0;
  }
}
.modal.manufacturerDeviceSelection .modal-dialog .modal-body .manufacturerList {
  overflow: auto;
  list-style-type: none;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.2em;
  background: #fff;
}
@media (max-width: 991px) {
  .modal.manufacturerDeviceSelection .modal-dialog .modal-body .manufacturerList {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 0;
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
    padding-right: 0;
    background: #fff;
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece;
  }
}
@media (min-width: 992px) {
  .modal.manufacturerDeviceSelection .modal-dialog .modal-body .manufacturerList {
    height: 440px;
    padding-right: 15px;
    padding-left: 30px;
    border-right: 1px solid #e5e5e5;
    font-family: "BellSlimSemiBoldRegular", Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    font-size: 1.5em;
  }
}
.modal.manufacturerDeviceSelection .modal-dialog .modal-body .manufacturerList li {
  padding: 12px 20px;
  padding-left: 0;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #cecece;
  padding-right: 50px;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .modal.manufacturerDeviceSelection .modal-dialog .modal-body .manufacturerList li {
    padding: 13px 15px;
    background: #fff;
  }
}
.modal.manufacturerDeviceSelection .modal-dialog .modal-body .manufacturerList li.last {
  border-bottom: none;
}
.modal.manufacturerDeviceSelection .modal-dialog .modal-body .manufacturerList li a:after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  color: #069;
  content: "";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 26px;
  font-family: 'BellIcon';
  line-height: 1;
  speak: none;
}
@media (min-width: 768px) {
  .modal.manufacturerDeviceSelection .modal-dialog .modal-body .manufacturerList li.active a,
  .modal.manufacturerDeviceSelection .modal-dialog .modal-body .manufacturerList li.active a:hover {
    color: #000;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .modal.manufacturerDeviceSelection .modal-dialog .modal-body .manufacturerList li.active a:after {
    display: none;
  }
}
.modal.manufacturerDeviceSelection .modal-dialog .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 15px 20px;
  border-top: none;
}
@media (max-width: 991px) {
  .modal.manufacturerDeviceSelection .modal-dialog .modal-footer {
    position: relative;
    margin-top: 0;
    border-top: none;
  }
}
.modal.manufacturerDeviceSelection .modal-dialog .modal-footer .grayButton {
  float: left;
}
.modal.manufacturerDeviceSelection .deviceListWrap {
  padding-left: 0;
}
@media (max-width: 767px) {
  .modal.manufacturerDeviceSelection .deviceListWrap {
    padding-left: 15px;
  }
}
.modal.manufacturerDeviceSelection .deviceList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #fff;
}
@media (max-width: 991px) {
  .modal.manufacturerDeviceSelection .deviceList {
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
    padding-right: 0;
    background: #fff;
    border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .modal.manufacturerDeviceSelection .deviceList {
    overflow: auto;
    height: 440px;
  }
}
@media (max-width: 767px) {
  .modal.manufacturerDeviceSelection .deviceList {
    border-left: 1px solid #cecece;
  }
}
.modal.manufacturerDeviceSelection .deviceList .itemWrapper {
  height: 120px;
  display: block;
  margin-left: 75px;
  font-family: "BellSlimSemiBoldRegular", Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  font-size: 1.7em;
  padding: 20px 30px;
}
@media (max-width: 991px) {
  .modal.manufacturerDeviceSelection .deviceList .itemWrapper {
    height: 105px;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .modal.manufacturerDeviceSelection .deviceList .itemWrapper {
    font-size: 1.85em;
  }
}
.modal.manufacturerDeviceSelection .deviceList .itemWrapper:hover,
.modal.manufacturerDeviceSelection .deviceList .itemWrapper:active,
.modal.manufacturerDeviceSelection .deviceList .itemWrapper:focus {
  text-decoration: none;
}
.modal.manufacturerDeviceSelection .deviceList li {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .modal.manufacturerDeviceSelection .deviceList li {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  .modal.manufacturerDeviceSelection .deviceList li.last {
    margin-bottom: 15px;
  }
}
.modal.manufacturerDeviceSelection .deviceList li.active a {
  color: #000;
}
.modal.manufacturerDeviceSelection .deviceList .iconBox {
  position: absolute;
  top: 8px;
  width: 83px;
  height: 110px;
  display: block;
}
.modal.manufacturerDeviceSelection .deviceList .iconBox img {
  width: 83px;
  height: 110px;
  display: block;
}
@media (min-width: 992px) {
  .modal.manufacturerDeviceSelection .deviceList .iconBox img {
    width: 90px;
    height: 120px;
  }
}
@media (max-width: 991px) {
  .modal.manufacturerDeviceSelection .deviceList .iconBox img {
    width: 68px;
    height: 90px;
  }
}
.manufacturerDeviceSelection .borderBottom {
  padding: 0 15px;
}
.manufacturerDeviceSelection .borderBottom > div {
  border-bottom: 1px solid #cecece;
}
@media (max-width: 991px) {
  .modal-backdrop {
    display: none;
  }
}
/* RELATED ARTICLES AND MY ARTICLES */
@media (min-width: 768px) {
  .otherArticleLinks {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .otherArticleLinks {
    width: 100%;
  }
}
.otherArticleLinks .titleWrap {
  margin-top: 30px;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  background: #fff;
}
@media (min-width: 992px) {
  .otherArticleLinks .titleWrap {
    padding: 5px 40px 0 40px;
  }
}
@media (max-width: 991px) {
  .otherArticleLinks .titleWrap {
    font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
    border: none;
    background: none;
  }
}
.otherArticleLinks .titleWrap h1 {
  font-family: "BellSlimSemiBoldRegular", Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  font-size: 2em;
  padding-bottom: 20px;
  margin-bottom: 0;
  float: none;
  border-bottom: 1px solid #cecece;
  margin-right: inherit;
}
@media (max-width: 991px) {
  .otherArticleLinks .titleWrap h1 {
    border: none;
    margin-top: 15px;
    text-align: left;
    letter-spacing: -1px;
    font-size: 1.8em;
  }
}
.otherArticleLinks .bodyWrap {
  padding: 10px 40px;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  background: #fff;
}
@media (min-width: 768px) {
  .otherArticleLinks .bodyWrap {
    border-top: none;
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
  }
}
@media (max-width: 991px) {
  .otherArticleLinks .bodyWrap {
    padding: 0;
    border: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: none;
  }
}
.otherArticleLinks .bodyWrap h3 {
  padding-left: 20px;
  font-size: 1.3em;
  position: relative;
}
.otherArticleLinks .bodyWrap h3:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  left: 0;
  top: 7px;
}
.otherArticleLinks h3.open:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  position: absolute;
  left: 0;
  top: 5px;
}
.otherArticleLinks ul {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .otherArticleLinks ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .otherArticleLinks ul {
    margin-left: 20px;
  }
}
.otherArticleLinks .relatedArticles ul {
  margin: 0;
}
.otherArticleLinks .bodyWrap ul li {
  margin-top: 15px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .otherArticleLinks .bodyWrap ul li {
    padding: 15px;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #cecece;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .otherArticleLinks .bodyWrap ul li a {
    position: relative;
    display: block;
  }
}
@media (max-width: 991px) {
  .otherArticleLinks .bodyWrap ul li a:after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    top: 0;
    right: -40px;
    height: 100%;
    color: #069;
    content: "";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 26px;
    font-family: 'BellIcon';
    line-height: 1;
    speak: none;
  }
}
.otherArticleLinks .spacer {
  height: 25px;
}
.otherArticleLinks .otherArticleLinksBottoms > div > div {
  border-top: 1px solid #cecece;
}
/* RELATED ARTICLES AND MY ARTICLES */
@media (max-width: 991px) {
  .landingSupportLinks {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .landingSupportLinks .row:first-child {
    overflow: hidden;
  }
}
.landingSupportLinks .titleWrap {
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  background: #fff;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .landingSupportLinks .titleWrap {
    padding: 5px 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .landingSupportLinks .titleWrap {
    font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
    border: none;
    background: none;
    margin-top: 15px;
  }
}
.landingSupportLinks .titleWrap h1 {
  font-family: "BellSlimSemiBoldRegular", Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  font-size: 2em;
  padding-bottom: 20px;
  margin-bottom: 0;
  float: none;
  border-bottom: 1px solid #cecece;
  margin-right: inherit;
}
@media (max-width: 991px) {
  .landingSupportLinks .titleWrap h1 {
    border: none;
    margin-top: 0;
    padding: 20px;
    text-align: left;
    letter-spacing: -1px;
  }
}
.landingSupportLinks .myArticles .titleWrap h1 {
  border-bottom: none;
}
@media (max-width: 767px) {
  .landingSupportLinks .myArticles .titleWrap h1 {
    padding-bottom: 0;
    padding-left: 0;
  }
}
.landingSupportLinks .bodyWrap {
  padding: 1px 40px;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  background: #fff;
}
@media (min-width: 768px) {
  .landingSupportLinks .bodyWrap {
    border-top: none;
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
  }
}
@media (max-width: 991px) {
  .landingSupportLinks .bodyWrap {
    padding: 0;
    border: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: none;
  }
}
.landingSupportLinks .bodyWrap h3 {
  padding-left: 20px;
  font-size: 1.3em;
  position: relative;
}
.landingSupportLinks .bodyWrap h3:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  left: 0;
  top: 7px;
}
.landingSupportLinks h3.open:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  position: absolute;
  left: 0;
  top: 5px;
}
.landingSupportLinks .popularArticles ul {
  padding-left: 0;
  counter-reset: articlesCounter;
  list-style-type: none;
}
@media (max-width: 991px) {
  .landingSupportLinks .popularArticles ul {
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .landingSupportLinks .popularArticles ul {
    margin-bottom: 30px;
  }
}
.landingSupportLinks .popularArticles ul li a:before {
  content: counter(articlesCounter) '.';
  counter-increment: articlesCounter;
  margin-right: 5px;
  color: #000;
}
.landingSupportLinks .popularArticles ul li a:hover,
.landingSupportLinks .myArticles ul li a:hover {
  text-decoration: none;
}
.landingSupportLinks .popularArticles ul li a:hover span,
.landingSupportLinks .popularArticles ul li a:hover .itemContent,
.landingSupportLinks .myArticles ul li a:hover .itemContent {
  text-decoration: underline;
}
.landingSupportLinks .popularArticles .bodyWrap ul li {
  margin-top: 15px;
  margin-bottom: 8px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .landingSupportLinks .popularArticles .bodyWrap ul li {
    padding: 20px;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #cecece;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .landingSupportLinks .popularArticles .bodyWrap ul li.last {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landingSupportLinks .popularArticles .bodyWrap ul li.last-sm {
    border-bottom: none;
  }
}
.landingSupportLinks .popularArticles .bodyWrap ul li a {
  text-indent: -17px;
  margin-left: 17px;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .landingSupportLinks .popularArticles .bodyWrap ul li a {
    text-indent: -19px;
  }
}
@media (max-width: 767px) {
  .landingSupportLinks .popularArticles .bodyWrap ul li a:after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    top: 0;
    right: -40px;
    height: 100%;
    color: #069;
    content: "";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 26px;
    font-family: 'BellIcon';
    line-height: 1;
    speak: none;
  }
}
.landingSupportLinks .landingSupportLinksBottoms .moreContentLink {
  padding: 0 40px 20px 40px;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .landingSupportLinks .landingSupportLinksBottoms .moreContentLink {
    padding-bottom: 0;
  }
}
.landingSupportLinks .landingSupportLinksBottoms .moreContentLink a {
  border-top: 1px solid #cecece;
  display: block;
  padding-top: 25px;
}
.landingSupportLinks .loginContainer {
  border-bottom: 1px solid #cecece;
  padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .landingSupportLinks .loginContainer {
    padding-left: 20px;
    padding-top: 20px;
  }
}
.landingSupportLinks .loginContainer p {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .landingSupportLinks .loginContainer p {
    font-size: 1.2em;
  }
}
.landingSupportLinks .loginContainer .registerLinkWrap,
.landingSupportLinks .loginContainer button {
  float: left;
}
.landingSupportLinks .loginContainer button {
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .landingSupportLinks .loginContainer .registerLinkWrap {
    font-size: 1.1em;
  }
}
@media (max-width: 767px) {
  .landingSupportLinks .myArticles {
    background: #fff;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
  }
}
@media (max-width: 767px) {
  .landingSupportLinks .myArticles .bodyWrap {
    border: none;
  }
}
.landingSupportLinks .myArticles ul {
  padding-top: 20px;
  padding-left: 0;
  padding-bottom: 25px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .landingSupportLinks .myArticles ul {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landingSupportLinks .myArticles ul {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .landingSupportLinks .myArticles ul li {
    font-size: 1.3em;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .landingSupportLinks .myArticles ul li {
    padding-left: 0;
  }
}
.landingSupportLinks .myArticles .itemWrapper {
  height: 60px;
  display: block;
}
@media (max-width: 767px) {
  .landingSupportLinks .myArticles .itemWrapper {
    height: 80px;
  }
}
.landingSupportLinks .myArticles .itemContent {
  padding-top: 10px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .landingSupportLinks .myArticles .itemContent {
    padding-top: 0;
    padding-left: 70px;
  }
}
.landingSupportLinks .myArticles .iconBox {
  position: absolute;
  top: 15px;
  background: #0b5aa0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
}
@media (max-width: 767px) {
  .landingSupportLinks .myArticles .iconBox {
    width: 58px;
    height: 58px;
    top: 11px;
  }
}
.landingSupportLinks .myArticles .iconBox i {
  position: absolute;
  color: #fff;
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .landingSupportLinks .myArticles .iconBox i {
    font-size: 1.6em;
  }
}
.landingSupportLinks .myArticles i.fa-dashboard {
  left: 10px;
  top: 8px;
}
@media (max-width: 767px) {
  .landingSupportLinks .myArticles i.fa-dashboard {
    left: 15px;
    top: 12px;
  }
}
.landingSupportLinks .myArticles i.glyphicon-stats {
  left: 9px;
  top: 7px;
}
@media (max-width: 767px) {
  .landingSupportLinks .myArticles i.glyphicon-stats {
    left: 13px;
    top: 10px;
  }
}
.landingSupportLinks .myArticles i.fa-dollar {
  left: 14px;
  top: 9px;
  font-size: 1.65em;
}
@media (max-width: 767px) {
  .landingSupportLinks .myArticles i.fa-dollar {
    left: 21px;
    top: 14px;
  }
}
.landingSupportLinks .myArticles i.fa-cogs {
  left: 9px;
  top: 10px;
}
@media (max-width: 767px) {
  .landingSupportLinks .myArticles i.fa-cogs {
    left: 13px;
    top: 14px;
  }
}
.landingSupportLinks .myArticles i.fa-tasks {
  left: 10px;
  top: 10px;
}
@media (max-width: 767px) {
  .landingSupportLinks .myArticles i.fa-tasks {
    left: 15px;
    top: 16px;
  }
}
.landingSupportLinks .myArticles i.glyphicon-list-alt {
  left: 10px;
  top: 10px;
  font-size: 1.35em;
}
@media (max-width: 767px) {
  .landingSupportLinks .myArticles i.glyphicon-list-alt {
    left: 16px;
    top: 17px;
  }
}
/* MORE RESOURCES SECTION */
@media (min-width: 992px) {
  .moreResources {
    margin-bottom: -66px;
  }
}
.moreResources .bodyWrap {
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #cecece;
}
@media (max-width: 767px) {
  .moreResources .bodyWrap {
    padding-left: 15px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .moreResources .bodyWrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.moreResources .itemWrapper {
  display: block;
}
@media (max-width: 767px) {
  .moreResources .itemWrapper {
    min-height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moreResources .itemWrapper {
    min-height: 90px;
  }
}
.moreResources .itemWrapper.last {
  padding-bottom: 15px;
  min-height: inherit;
}
@media (max-width: 767px) {
  .moreResources .itemWrapper.last {
    padding-bottom: 0;
  }
}
.moreResources .iconBox {
  position: absolute;
  box-shadow: 0 3px 3px -3px #ffffff;
  border-radius: 20%;
  width: 65px;
  height: 65px;
  display: block;
}
.moreResources .iconBox.selfServeApp,
.moreResources .iconBox.tvApp {
  position: absolute;
  background: -webkit-linear-gradient(left top, #2ea7ec 0%, #094e8f 100%);
  background: -moz-linear-gradient(left top, #2ea7ec 0%, #094e8f 100%);
  background: -ms-linear-gradient(left top, #2ea7ec 0%, #094e8f 100%);
  background: linear-gradient(right top, #2ea7ec 0%, #094e8f 100%);
  box-shadow: 0 3px 3px -3px #ffffff;
  border-radius: 20%;
  width: 65px;
  height: 65px;
  display: block;
}
.moreResources .fa-user {
  font-size: 2.5em;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 19px;
}
.moreResources .icon-logo {
  font-size: 1.3em;
  color: #fff;
  position: absolute;
  top: 44px;
  left: 24px;
}
.moreResources .icon-tv {
  font-size: 3.1em;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 11px;
}
.moreResources .fa-lightbulb-o {
  font-size: 4em;
  color: #000;
  position: absolute;
  top: 5px;
  left: 17px;
}
.moreResources .fa-globe {
  font-size: 4em;
  color: #000;
  position: absolute;
  top: 5px;
  left: 9px;
}
@media (min-width: 992px) {
  .moreResources .bodyWrap > div {
    margin-bottom: 20px;
  }
}
.moreResources .item {
  padding-left: 0;
}
@media (min-width: 768px) {
  .moreResources .item.last {
    padding-right: 0;
  }
}
.moreResources .itemContent {
  padding-left: 80px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .moreResources .itemContent {
    font-size: 1.15em;
  }
}
@media (min-width: 768px) {
  .moreResources .itemContent {
    font-size: 0.85em;
  }
}
.moreResources .itemContent p {
  margin-bottom: 3px;
}
/* SUPPORT LANDING BANNERS */
.supportLandingBanners {
  margin-top: 30px;
}
.supportLandingBanners .banner {
  background: #fff;
  padding-right: 14px;
}
.supportLandingBanners .bannerOne a {
  background: url(../img/support_banner_left.jpg) bottom left no-repeat;
  height: 230px;
  border: 1px solid #cecece;
  display: block;
}
@media (max-width: 991px) {
  .supportLandingBanners .bannerOne a {
    background: url(../img/support_banner_left_sm.jpg) bottom left no-repeat;
  }
}
.supportLandingBanners .banner .contentWrap {
  position: absolute;
  left: 260px;
  top: 25px;
  padding-right: 29px;
}
@media (max-width: 991px) {
  .supportLandingBanners .banner .contentWrap {
    left: 200px;
  }
}
.supportLandingBanners .banner .contentWrap .appTitle {
  margin-left: 75px;
  display: inline-block;
  font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1;
  margin-top: 6px;
  letter-spacing: -0.05em;
}
@media (max-width: 991px) {
  .supportLandingBanners .banner .contentWrap .appTitle {
    margin-left: 65px;
    font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    margin-top: 8px;
  }
}
.supportLandingBanners .banner .iconWrap {
  margin-top: 15px;
}
.supportLandingBanners .banner .callToAction {
  font-family: "BellSlimMediumRegular", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
  font-size: 2em;
  margin-top: 0;
  line-height: 1;
  color: #000;
}
@media (max-width: 991px) {
  .supportLandingBanners .banner .callToAction {
    font-size: 1.7em;
  }
}
.supportLandingBanners .banner .callToAction p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.5em;
  letter-spacing: initial;
  line-height: initial;
  padding-top: 10px;
  color: #333333;
}
.supportLandingBanners .banner .iconBox.selfServeApp,
.supportLandingBanners .banner .iconBox.tvApp {
  position: absolute;
  background: -webkit-linear-gradient(left top, #2ea7ec 0%, #094e8f 100%);
  background: -moz-linear-gradient(left top, #2ea7ec 0%, #094e8f 100%);
  background: -ms-linear-gradient(left top, #2ea7ec 0%, #094e8f 100%);
  background: linear-gradient(right top, #2ea7ec 0%, #094e8f 100%);
  box-shadow: 0 3px 3px -3px #ffffff;
  border-radius: 20%;
  width: 65px;
  height: 65px;
  display: block;
}
@media (max-width: 991px) {
  .supportLandingBanners .banner .iconBox.selfServeApp,
  .supportLandingBanners .banner .iconBox.tvApp {
    width: 55px;
    height: 55px;
  }
}
.supportLandingBanners .banner .icon-logo {
  font-size: 1.3em;
  color: #fff;
  position: absolute;
  top: 44px;
  left: 24px;
}
@media (max-width: 991px) {
  .supportLandingBanners .banner .icon-logo {
    font-size: 1.1em;
    top: 36px;
    left: 21px;
  }
}
.supportLandingBanners .banner .fa-user {
  font-size: 2.5em;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 19px;
}
@media (max-width: 991px) {
  .supportLandingBanners .banner .fa-user {
    font-size: 2em;
    top: 8px;
    left: 17px;
  }
}
.supportLandingBanners .banner .icon-tv {
  font-size: 3.1em;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 11px;
}
@media (max-width: 991px) {
  .supportLandingBanners .banner .icon-tv {
    font-size: 2.45em;
    top: 3px;
    left: 11px;
  }
}
@media (max-width: 767px) {
  .supportLandingBanners .bannerTwo {
    margin-top: 30px;
  }
}
.supportLandingBanners .bannerTwo a {
  background: url(../img/support_banner_right.jpg) bottom left no-repeat;
  height: 230px;
  border: 1px solid #cecece;
  display: block;
}
@media (max-width: 991px) {
  .supportLandingBanners .bannerTwo a {
    background: url(../img/support_banner_right_sm.jpg) bottom left no-repeat;
  }
}
/* FOOTER */
.quickLinks {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  margin-top: 50px;
  padding-top: 20px ;
}
.quickLinks ul {
  list-style-type: none;
  padding-left: 0;
}
.quickLinks ul li {
  margin-bottom: 10px;
}
.quickLinks ul li:before {
  font-family: 'BellIcon';
  font-size: 0.5em;
  content: "\e62d";
  position: absolute;
  left: 0;
  top: 7px;
  left: 15px;
  top: 5px;
}
.quickLinks ul li a {
  margin-left: 15px;
  display: block;
}
.quickLinks ul li i {
  position: absolute;
  top: 6px;
  left: 15px;
}
.quickLinks .icon {
  font-size: 0.5em;
  padding-right: 5px;
  color: #777777;
}
footer.container.pageFooter {
  margin-top: 15px;
}
@media (max-width: 991px) {
  footer.container.pageFooter {
    border-top: 1px solid #cecece;
    background: #fff;
    width: 100%;
  }
}
footer .icons-list {
  padding: 30px 0 10px 0;
  text-align: center;
}
footer .icons-list a,
footer .icons-list .columnContent {
  display: inline-block;
  margin: 0 10px;
  max-width: 80px;
  vertical-align: top;
}
footer .icons-list a:hover,
footer .icons-list .columnContent {
  text-decoration: none;
}
/*
footer .icons-list a .img-round, 
footer .icons-list a .itemConnectorFigure, 
footer .icons-list .columnContent .img-round, 
footer .icons-list .columnContent .itemConnectorFigure {
	width: 32px!important;
	height: 32px!important;
	line-height: 32px!important;
}
*/
.img-round {
  margin: 0 auto 10px auto;
  background: #0b5aa0;
  display: block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  padding: 8px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
footer .icons-list a .img-round i {
  line-height: 32px!important;
  font-size: 28px!important;
}
footer .legal {
  text-align: center;
  margin: 0 15px;
  padding: 12px 0;
  color: #999;
  line-height: 30px;
}
footer .legal > div {
  border-top: 1px solid #cecece;
  padding: 12px 0;
}
footer .legal a {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  line-height: 30px;
  height: 30px;
  padding: 0 4px;
}
footer .legal a {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  line-height: 30px;
  height: 30px;
  padding: 0 4px;
}
footer .langProvSelector {
  text-align: center;
}
footer .langProvSelector button {
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
  box-shadow: 0 4px 3px -3px #ffffff;
  padding: 10px 20px 7px 15px;
  color: #0066A4;
}
footer .copyrightSmall {
  padding: 24px 0 50px 0;
  text-align: center;
  color: #868787;
  font-size: 13px;
}
footer .copyrightLarge {
  text-align: left;
  color: #868787;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .copyrightLarge .copyrightLinks {
  display: inline-block;
  margin-top: 10px;
}
footer .copyrightLarge .copyrightLinks a {
  margin-right: 20px;
}
footer .copyrightLarge .copyright {
  margin-right: 15px;
}
footer .socialButtons {
  text-align: right;
}
footer .socialButtons button {
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7);
  height: 35px;
}
footer .socialButtons button.social {
  font-size: 20px;
  line-height: 10px;
  width: 37px;
  background: #e9e9e9;
  box-shadow: inset 0px 1px 0px #fff;
  color: #777777;
  position: relative;
}
footer .socialButtons button.social i {
  left: 10px;
  position: absolute;
  top: 7px;
}
/* BACK TO TOP BUTTON */
.container.backButtonWrap {
  width: 100%;
}
.backToTop {
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: right;
}
.backToTop button {
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
  box-shadow: 0 4px 3px -3px #ffffff;
  padding: 10px 20px 7px 15px;
}
/* COMMON STUFF */

@font-face {
  font-family: 'BellIcon';
  src: url('../../../responsive/fonts/bell_icon.eot');
  src: url('../../../responsive/fonts/bell_icon.eot?#iefix') format('embedded-opentype'),
	  /* IE6-IE8 */ url('../../../responsive/fonts/bell_icon.woff') format('woff'),
	  /* Modern Browsers */ url('../../../responsive/fonts/bell_icon.ttf') format('truetype'),
	  /* Safari, Android, iOS */ url('../../../responsive/fonts/bell_icon.svg#svgFontName') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}

@font-face {
  font-family: 'BellSlimSemiBoldRegular';
  src: url('../../../responsive/fonts/bellslim_semibold-webfont.eot');
  src: url('../../../responsive/fonts/bellslim_semibold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../responsive/fonts/bellslim_semibold-webfont.woff') format('woff'), /* Modern Browsers */ url('../../../responsive/fonts/bellslim_semibold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../../responsive/fonts/bellslim_semibold-webfont.svg#svgFontName') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.icon {
  font-family: 'BellIcon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.spriteIcon {
  background-image: url(images/bg_iconSprite.png);
  background-color: transparent;
  background-repeat: no-repeat;
}
.icon-search:before {
  content: "";
}
.icon-location:before {
  content: "";
}
.icon-contact:before {
  content: "";
}
.icon-chat:before {
  content: "";
}
.icon-www:before {
  content: "\e657";
}
.icon-menu:before {
  content: "\e61b";
}
.icon-email:before {
  content: "\e654";
}
.icon-print:before {
  content: "\e653";
}
.icon-save:before {
  content: "\e652";
}
.icon-plus:before {
  content: "\e655";
}
.icon-minus:before {
  content: "\e656";
}
.icon-chevron-left:before {
  content: "\e62e";
}
.icon-chevron-right:before {
  content: "\e62d";
}
.icon-up-arrow:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-logo:before {
  content: "";
}
.icon-tv:before {
  content: "\e649";
}
.itemWrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.itemContent {
  display: inline-block;
  vertical-align: middle;
  width: 95%;
}
.btn-default:hover {
  border-color: #cccccc;
}
.btn-default:hover .labelText {
  text-decoration: underline;
  color: inherit;
}
.blueButton,
.blueButton:hover {
  background: linear-gradient(to bottom, #1578bc 0%, #124f92 100%);
  box-shadow: inset 0 3px 3px -3px #ffffff;
  color: #fff;
  border: 1px solid #000;
  margin-bottom: 7px;
  padding: 15px 25px;
  line-height: 0.5;
}
.grayButton,
.grayButton:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7);
  padding: 15px 25px;
  line-height: 0.5;
  border-color: #808080;
}
.blueButton:focus {
  color: #fff;
}
.grayButton:hover {
  text-decoration: underline;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
.moreContentLink .moreContentText {
  position: relative;
}
.moreContentLink .moreContentText i {
  position: relative;
  z-index: 15;
  left: 15px !important;
  font-size: .8em;
}
.moreContentLink .moreContentArrowCircle {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  right: -20px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #c9c9c9 0%, #ffffff);
}
a,
a:hover,
a:focus {
  color: #0066a4;
}
body {
  font-family: Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #e7e7e7;
  }
}


/* headingOptions */
.headingOptions, .options {font-size: 0.75em; display: block; position: absolute; right: 0; top: -20px; padding-right: 0;}
.options {font-size: 1em; top: 14px;}
	.headingOptions a {font-size: 0.916em; color: #0066A4 !important;}
	.headingOptions a:hover {text-decoration: underline;}

.number {position: absolute; left: 10px; *line-height: 15px;}

.figure {position: relative; padding-top: 0; top: 0;overflow: hidden;}
	.figureIcon {position: absolute; top: 0; left: 0;}
	.figure img, .figure div {cursor: pointer;}

.article .lastUpdateTag { display: inline; }

/* customize the position of NEXT/PREVIOUS Link */
.nextPreviousThemeB .next, .nextPreviousThemeB .previous {}

#ctl00_PlaceHolderMain_DisplayMode h2.col6 {margin-bottom: 3px;}
#emulatorToolTip {position: relative; margin-left: 21px; width: 421px; margin-bottom: 12px; font-weight: bold;}

/*Button placement*/
.contextTopicList .button {position:absolute; top:-20px; right:10px; }
.contextTopicList .itemInfo {overflow:hidden;}
.contextTopicList .itemFigure img {max-width:227px; height:auto;}

/*toggle overwrite*/
.pkgToggle .tgl, .pkgToggle .toggle {width:auto;}

.carousel-control{
    color: rgb(0, 102, 164);
    opacity: 1;
}

.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: inherit;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=90);
}

.carousel-indicators{
   top:0px;
  left:-160px;
    width: 50%;
}

.carousel-indicators li{
    width: 100%;
    height: 10%;
    float: left;
}
.carousel-indicators .active{
    background: #015196;
    color: #fff;
    transition: all 200ms;
}

.carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
    filter: none; /*progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
}
.carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
    filter: none; /*progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
}

.icon.icon-chevron-left{
    left: 50%;
    display: inline-block;
}

.icon.icon-chevron-right {
    right: 50%;
    display: inline-block;
}

.item p {
    text-align: center;
}

@media (max-width: 480px) {
    div.carousel-inner > div.item > h2 {
        font-size: 20px;
    }

    .icon.icon-chevron-left{
        left: 10%;
    }

    .icon.icon-chevron-right {
        right: 10%;
    }

}

@media (max-width: 1025px){
    .stepsCol {
        width: 100%;
    }
}

@media (max-width: 1025px) {
    .supportArticle.stepByStep .stepsPanel {
        border: none;
        background-color: #fff;
    }
}

ul.openSteps {
    list-style: none;
    margin-top: 10px;
    margin-right: 0px;
}