/* Globals --------------------------------------- */
.list-style {
  list-style: none;
}
.divider-rb {
  border-right: 1px solid rgba(0, 0, 0, 0.18);
}
.divider-rw {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.red {
  color: #ff0000;
}
.list {
  list-style-type: disc;
  margin: 0 0 0 20px !important;
  line-height: 1.3em;
}
.list li {
  float: none;
  clear: both;
}

.block {
  display: block;
}
.clear {
  clear: both;
}
.hideThis {
  display: none;
}
.styleThese .dp .showMore,
.styleThis .dp .showMore {
  font-weight: bold;
  background: url('img/icon/nav-arrow-down-lrg.png') no-repeat scroll top left transparent;
  background-position: 4px center  !important;
  padding-left: 26px  !important;
  display: block;
  margin: 10px 0 0;
}
.styleThese .dp .hideMore,
.styleThis .dp .hideMore {
  background: url('img/icon/nav-arrow-up-lrg.png') no-repeat scroll top left transparent;
}
.styleThese .dp .hiddenBit,
.styleThis .dp .hiddenBit {
  text-decoration: none;
}
.device-type li {
  border: 1px solid #cacaca;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
}
.device-type a {
  padding: 0  !important;
}
.deviceType li {
  border: 1px solid #cacaca;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
  padding: 15px;
}
.deviceType a {
  padding: 0  !important;
}
div.selector,
div.selector span,
div.checker span,
div.radio span {
  background-image: url("../img/uniformsprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin: 0 5px 2px 0;
}
div.selector:focus,
div.checker:focus,
div.radio:focus {
  outline: 0;
}
div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker * {
  padding: 0;
  text-decoration: none;
}
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}
div.selector {
  background-position: 0px -198px;
  line-height: 35px;
  height: 35px;
  padding: 0 0 0 3px;
  position: relative;
  overflow: hidden;
  width: 100%  !important;
}
div.selector span {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right -158px;
  height: 35px;
  line-height: 35px;
  padding-right: 25px;
  padding-left: 4px;
  cursor: pointer;
  width: 100%  !important;
}
div.selector.fixedWidth {
  width: 160px;
}
div.selector.fixedWidth span {
  width: 125px;
}
div.selector select {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 30px;
  top: 2px;
  left: 0px;
  width: 100%;
}
div.checker {
  margin: 0 5px 2px 0;
  position: relative;
}
div.checker,
div.checker span,
div.checker input {
  width: 23px;
  height: 23px;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: -30px 0;
}
div.checker span.checked {
  background-position: -30px -30px;
}
div.checker input {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
div.radio {
  margin: 0 5px 2px 0;
  position: relative;
}
div.radio,
div.radio span,
div.radio input {
  width: 22px;
  height: 22px;
}
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 0;
}
div.radio span.checked {
  background-position: 0 -29px;
}
div.radio input {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
.vodaTable {
  margin-top: 0;
  min-width: 850px;
  text-align: center;
  width: 100%;
}
.vodaTable .tblStatic {
  background: #cccccc;
}
.vodaTable tr > th {
  background: none repeat scroll 0 0 #dedede;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 10px;
  text-align: center;
}
.vodaTable tr > th small {
  display: block;
  font-weight: normal;
}
.vodaTable tr > th span {
  display: block;
}
.vodaTable tr > td {
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 10px;
}
.vodaTable .tableClone tr th {
  background: none repeat scroll 0 0 #DEDEDE;
  font-size: 16px;
  font-weight: bold;
  padding: 17px 0;
  text-align: center;
  width: auto;
}
.vodaTable .tableClone td {
  background: none repeat scroll 0 0 #CCCCCC;
  border-bottom: 1px solid #E6E6E6;
  padding: 21px 0;
  text-align: center;
}
.tableClone {
  left: 0;
  position: absolute;
  top: 0;
  width: 130px;
}
.tableClone td {
  text-align: center;
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 10px;
}
.tableClone tr th {
  background: none repeat scroll 0 0 #DEDEDE;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 10px;
  text-align: center;
}
.tblStatic {
  background: none repeat scroll 0 0 #CCCCCC;
}
.c-26 {
  width: 26.333%;
  padding: 20px 0 0 0;
  float: left;
}
.c-25 {
  width: 25%;
  float: left;
}
.c-31 {
  float: left;
  margin-right: 20px;
  width: 31%;
}
.c-33 {
  float: left;
  width: 33.333%;
  margin: 0;
}
.c-45 {
  width: 46.333%;
  float: left;
}
.c-50 {
  width: 50%;
}
.c-69 {
  width: 69%;
  float: left;
  margin: 0;
}
.c-75 {
  width: 75%;
  float: left;
}
.c-80 {
  width: 76%;
}
@media only screen and (max-width: 767px) {
  .c-26 {
    clear: both;
    float: none !important;
    width: 100%;
  }
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "VodafoneLight";
  src: url("fonts/vodafone-light.eot");
  src: url("fonts/vodafone-light.woff") format("woff");

}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'VodafoneBold';
  src: url("fonts/vodafonergbd-webfont.eot");
  src: url("fonts/vodafonergbd-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/vodafonergbd-webfont.woff") format("woff"), url("fonts/vodafonergbd-webfont.ttf") format("truetype"), url("fonts/vodafonergbd-webfont.svg#VodafoneBold") format("svg");
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'VodafoneRegular';
  src: url("fonts/VodafoneRgd41d.eot");
  src: url("fonts/VodafoneRgd41d.eot?#iefix") format("embedded-opentype"), url("fonts/VodafoneRg.woff") format("woff"), url("fonts/VodafoneRg.ttf") format("truetype"), url("fonts/VodafoneRg.svg#VodafoneRegular") format("svg");
}
/* Main --------------------------------------- */
html {
  height: 100%;
  min-width: 320px;
}
body {
  height: 100%;
  /*background: url('../img/rhombus.png') no-repeat scroll 51% -10px #ffffff;*/
  color: #333333;
  font: 400 14px / 1 "Arial", sans-serif;
}
header {
  min-height: 75px;
  margin-bottom: 20px;
}
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0  !important;
}
header,
main,
footer {
  clear: both;
}
main {
  padding: 0 20px;
}
main a {
  text-decoration: underline  !important;
}
main a.btn {
  text-decoration: none  !important;
}
main .pagination .pageSelect a {
  text-decoration: none  !important;
}
main .mod-fl-menu a {
  text-decoration: none  !important;
}
a {
  text-decoration: none;
}
a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  outline: 0;
  color: #333;
}
h1 {
  color: #e60000;
  font: 400 45px / 1.125 "VodafoneRegular";
  margin: 20px 0;
}
h2 {
  color: #333333;
  font-weight: 400;
  font-size: 22px;
  line-height: / 1.158;
  margin-top: 30px;
}
h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: / 1.176;
  color: #333;
  margin: 30px 0 10px;
}
h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: / 1.333;
}
h5,
h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: / 1.3;
  margin: 5px 0;
}
table tr td {
  vertical-align: top;
}
input,
textarea,
select {
  border: 0 none;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75) inset;
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75) inset;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75) inset;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
figure {
  margin: 0;
}
figure figcaption {
  margin: 15px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
}
.padding {
  padding: 0 20px 20px;
}
.container-fluid {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 60px;
}
.rhombus {
  position: absolute;
  top: -10px;
  left: -927px;
  z-index: 0;
  width: 100%;
  height: 125px;
  background: url('../img/rhombus-1.png') no-repeat scroll top left transparent;
  display: none;
}
.rhombus img {
  bottom: 35px;
  position: absolute;
  right: -5px;
  display: none;
}
.m-logo {
  position: absolute;
  top: 40px;
  left: 20px;
  z-index: 100;
  display: none;
}
.r-sml {
  display: none;
}
.logo {
  position: absolute;
  top: 37px;
  z-index: 100;
}
.search {
  position: relative;
  background-color: #F4F4F4;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
}
.link-arrow:after,
.list-link-arrow a:after {
  border: 3px solid transparent;
  border-left-color: inherit;
  content: ' ';
  left: 100%;
  margin: 7px 0 1px 4px;
  display: inline-block;
}
#nav-primary,
#nav-custom .a-dbl {
  line-height: 1em;
  vertical-align: top  !important;
}
#nav-primary a,
#nav-custom .a-dbl a {
  display: inline-block  !important;
  vertical-align: top  !important;
  line-height: 1.25em  !important;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  background: #FFFFFF;
  border: 1px solid;
}
/* --------------------- Navigation*/
#main-nav {
  position: relative;
}
#nav-primary {
  z-index: 20;
}
#nav-menu {
  width: 69%;
  float: left;
  margin: 0;
}
#nav-menu li#closeBtn {
  display: none;
}
#nav-menu li#mobileLogoutLi {
  display: none;
}
#nav-menu li {
  display: block;
  float: left;
  white-space: nowrap;
  border-right: 1px solid rgba(0, 0, 0, 0.18);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
#nav-menu li .selected {
  background: none repeat scroll 0 0 #840000;
}
#nav-menu li:first-child a {
  border-left: 0;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#nav-menu a {
  padding: 10px 20px;
  color: #fff;
  font: 400 21px / 1.07 "VodafoneRegular";
}
#nav-menu a:hover {
}
#nav-menu a.nav-active,
#nav-menu a.nav-current {
  border-right-color: transparent;
  background: #750000;
}
#nav-custom {
  z-index: 50;
}
#nav-primary,
#nav-custom {
  margin: 0;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #E31F00;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}
.navbar {
  position: absolute;
  top: 2.7em;
  width: 79%;
}
.navbar-search {
  position: absolute;
  top: 0;
  right: 0;
  margin: 4px 5px;
  width: 27%;
}
.navbar-search input {
  height: 34px  !important;
}
.nav-bus {
  position: absolute;
  top: 1em;
  right: 1.2em;
  line-height: 22px;
  width: 78%;
}
.nav-bus .count {
  padding: 0 3px;
  border: 1px solid #FFF;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #E60000;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 14px;
  position: absolute;
  right: 0;
  text-align: right;
  top: -10px;
  width: auto;
}
.nav-bus .ddl-inset {
  background-color: #F4F4F4;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 3px -1px #999999 inset;
  -webkit-box-shadow: 0 1px 3px -1px #999999 inset;
  box-shadow: 0 1px 3px -1px #999999 inset;
  margin: -10px 6px 10px 0;
  padding: 10px 5px 2px 6px;
  position: relative;
  z-index: 99999;
  height: 33px;
}
.nav-bus li {
  float: right;
  margin: 0 0 0 6px;
}
.nav-bus li .ddm {
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
  overflow: hidden;
  z-index: 999;
  display: none;
  background: #fff;
  width: 150px;
  line-height: 2em;
  text-align: left;
  position: relative;
  margin: 7px 0 0 -6px  !important;
}
.nav-bus li .ddm li {
  width: 150px;
  margin: 0;
  padding: 5px 15px 5px 5px  !important;
  position: relative;
  display: block;
  float: left;
}
.nav-bus li .loginDropDown {
  background-image: url("img/icon/bannerHomeArrowDown.png");
  background-position: right center;
  background-repeat: no-repeat;
  width: 48px;
  margin-right: -5px;
}
.nav-bus .current a {
  color: #ca0000  !important;
}
.nav-bus .n-left {
  float: left  !important;
}
.nav-bus li {
  vertical-align: middle;
  line-height: 1em;
}
.nav-bus li a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.25em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.navbar-search .btn-search {
  padding: 0 5px;
  height: 30px  !important;
}
.nav-bus li a:hover {
  text-decoration: underline;
}
.nav-close {
  display: none;
  border: none;
  background-color: #fff;
  color: #656565;
  font-size: 18px;
  text-align: center;
  padding: 5px 20px 5px 10px;
}
.nav-close a:hover {
  text-decoration: underline;
}
.nav-close:hover {
  text-decoration: underline;
  background: #ffffff  !important;
}
#searchCloseBtn {
  display: none;
}
#searchCloseBtn .nav-close {
  border-bottom: none;
}
/* --------------------- Icons */
.i-basket {
  padding-left: 40px;
}
.i-bus-sites {
  padding: 3px 0 2px 30px;
  background: url('img/icon/business-sites.png') no-repeat scroll left center transparent;
}
.i-search,
.i-search-pg {
  display: block  !important;
  padding: 5px 15px 5px 35px  !important;
  width: 100%;
  height: 25px  !important;
  background: url('img/icon/search-main.png') no-repeat scroll 8px #ffffff;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: 400 20px / 1.176 "VodafoneRegular";
}
.i-search-pg {
  height: 35px  !important;
  width: 50%;
  float: left;
}
.i-buy-online,
.i-getting-started,
.i-internet-services {
  margin: 0;
  padding: 10px 10px 30px 70px;
}
.i-internet-services {
  background: url('img/icon/pay-monthly-sml.png') no-repeat scroll left center transparent;
}
.i-getting-started {
  background: url('img/icon/device-services.png') no-repeat scroll left center transparent;
}
.i-buy-online {
  background: url('img/icon/new-user.png') no-repeat scroll left center transparent;
}
.i-arrow-down-lrg,
.i-arrow-up-lrg {
  display: none;
  float: right;
  margin-top: -18px;
  width: 13px;
  height: 8px;
}
.i-arrow-down-lrg {
  background: url('img/icon/nav-arrow-down-lrg.png') no-repeat scroll top left transparent;
}
.i-arrow-up-lrg {
  background: url('img/icon/nav-arrow-up-lrg.png') no-repeat scroll top left transparent;
}
.i-extras {
  background: url('img/icon/extras.png') no-repeat scroll left 0 transparent;
  color: #333;
  padding: 10px 0 10px 40px;
}
.i-extras,
.i-apps {
  display: block;
}
.i-apps {
  background: url('img/icon/apps.png') no-repeat scroll left 13px transparent;
}
.i-signal {
  background: url('img/icon/signal.png') no-repeat scroll left 14px transparent;
}
.i-need-help {
  background: url("img/icon/need-help.png") no-repeat scroll left center transparent;
  background-image: url("img/icon/need-help.png");
}
.i-basket {
  background: url("img/icon/basket.png") no-repeat scroll left center transparent;
}
.i-shield {
  background: url('img/icon/shield.png') no-repeat scroll left 14px transparent;
}
.i-apps h3,
.i-signal h3,
.i-need-help h3,
.i-shield h3,
.i-basket h3 {
  border-bottom: 1px solid #8f8f8f;
  margin: 0 0 10px;
  padding: 6px 0 6px 40px;
}
.search .i-search {
  margin: 10px 0;
  height: 40px  !important;
}
.i-mv-head {
  background: url("img/icon/myvf-head.png") no-repeat left center transparent;
}
.i-need-help,
.i-top-up,
.i-pay-bill,
.i-basket {
  background: none;
}
.i-bus {
  background: url("img/icon.png") repeat scroll 0 0 transparent;
  background-position: -61px -82px;
  height: 15px;
  width: 22px;
}
.i-lan {
  background: url("img/icon.png") repeat scroll 0 0 transparent;
  background-position: -319px 1px;
  height: 17px;
  width: 22px;
}
.i-bask {
  background: url("img/icon.png") repeat scroll 0 0 transparent;
  background-position: 0 -124px;
  height: 16px;
  width: 19px;
}
.i-bus,
.i-lan,
.i-bask {
  display: inline-block;
  margin: 0 8px;
  vertical-align: bottom;
}
.i-bubble {
  background: url("../img/misc/speech-bubble.png") no-repeat scroll 94% 94% transparent;
}
.i-calls {
  background: url("../img/misc/phone-lrg.png") no-repeat scroll top left transparent;
}
.i-mails {
  background: url("../img/misc/email-lrg.png") no-repeat scroll top left transparent;
}
.i-net {
  background: url("../img/misc/abroad-lrg.png") no-repeat scroll top left transparent;
}
.i-device {
  background: url("../img/misc/use-device.png") no-repeat scroll top left transparent;
}
.i-rewards {
  background: url("../img/misc/rewards.png") no-repeat scroll top left transparent;
}
.i-onenet {
  background: url("../img/misc/onenet.png") no-repeat scroll top left transparent;
}
.i-bubble,
.i-calls,
.i-mails,
.i-net,
.i-device,
.i-rewards,
.i-onenet {
  height: 60px;
  display: inline-block;
  font: 400 20px / 1 "Arial", sans-serif;
  margin: 0;
  padding: 15px 15px 15px 75px;
  color: #333;
}
.i-arrow-up-grey {
  background: url("img/icon/arrow-up-grey.png") no-repeat scroll 0 7px transparent;
  display: inline-block;
  height: 100%;
  width: 13px;
  background-position: 0px 7px 0px 0px;
}
.i-carousel-arrow-left {
  background: url("img/icon/carousel-left.png") no-repeat center transparent;
  width: 35px;
  height: 111px;
  display: inline-block;
  cursor: pointer;
}
.i-carousel-arrow-right {
  background: url("img/icon/carousel-right.png") no-repeat center transparent;
  width: 35px;
  height: 111px;
  display: inline-block;
  cursor: pointer;
}
.i-fl-help,
.i-fl-chat,
.i-fl-geo,
.i-fl-contact {
  width: 50px;
  line-height: 3em;
  display: block;
  height: 50px;
  padding: 10px;
  border-top: 1px solid #ADADAD;
  background-position: center  !important;
}
.i-fl-help {
  background: url("img/icon/iconHelpQuestion.png") no-repeat left center transparent;
}
.i-fl-chat {
  background: url("img/icon/iconHelpChat.png") no-repeat left center transparent;
}
.i-fl-geo {
  background: url("img/icon/iconHelpGeo.png") no-repeat left center transparent;
}
.i-fl-contact {
  background: url("img/icon/iconHelpPeople.png") no-repeat left center transparent;
}
/* --------------------- Buttons */
a.navbar-toggle {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0)  !important;
  box-shadow: none  !important;
  padding: 0  !important;
  line-height: 2em;
  height: 2em  !important;
  margin: 6px 0  !important;
  text-align: left;
}
a.navbar-toggle span {
  vertical-align: bottom;
  display: inline-block;
  padding: 2px 20px 0 10px;
  border-left: 1px solid #cacaca;
  line-height: 2em;
  height: 2em;
}
.btn-search {
  position: absolute;
  top: 2px;
  right: 2px;
  display: none;
  padding: 4px 10px;
  background: #FFFFFF;
  margin: 0  !important;
  width: auto;
}
.btn-help,
.btn-comm,
.btn-login {
  padding: 5px 0  !important;
}
.btn-help {
  white-space: normal;
  line-height: 1.4em;
}
.btn-comm {
  width: 200px;
}
.btn-alt {
  background: #fff;
  color: #333333;
  box-shadow: none  !important;
}
.btn-ss {
  padding: 0 20px 0  !important;
  font-size: 20px;
  display: table;
  margin: 0 auto;
}
.btn-search-pg {
  border-color: #525252;
  -webkit-text-shadow: none;
  text-shadow: none;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border: 0;
  padding: 10px 20px;
  margin: 0 0 0 20px;
  width: auto;
}
/* --------------------- Grid */
.cols0 .tidbit {
  margin-left: 45px;
  display: none;
}
.center {
  margin: 0 auto;
}
.main-grid-full {
  z-index: 300;
  clear: both;
  width: 100%;
}
.main-grid-full li a {
  padding: 0 5px 0 8px;
}
.main-grid-full h2 {
  margin-top: 0  !important;
}
.device-overview,
.mod-quick-links {
  margin-top: 20px;
}
.mod-quick-links .cols3,
.main-center .cols3,
.mod-sbm .cols3 {
  float: left;
  margin-right: 20px;
  width: 31%;
}
.mod-quick-links .cols3 li,
.main-center .cols3 li,
.mod-sbm .cols3 li {
  padding: 10px;
  border-top: 1px solid #CCCCCC;
  line-height: 1;
}
.mod-quick-links .cols3.added li,
.main-center .cols3.added li,
.mod-sbm .cols3.added li {
  display: list-item;
}
.mod-quick-links .cols3:nth-child(3n),
.main-center .cols3:nth-child(3n),
.mod-sbm .cols3:nth-child(3n) {
  margin: 0  !important;
}
.mod-quick-links .cols3 a,
.main-center .cols3 a,
.mod-sbm .cols3 a {
  color: #333333;
}
.mod-quick-links .cols3 h3,
.main-center .cols3 h3,
.mod-sbm .cols3 h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.mod-quick-links .cols4,
.main-center .cols4,
.mod-sbm .cols4 {
  width: 100%;
  float: left;
  margin: 2px 2px 20px;
}
.mod-quick-links .cols4 p,
.main-center .cols4 p,
.mod-sbm .cols4 p {
  line-height: 1.5;
  margin-bottom: 15px;
}
.mod-quick-links .cols2,
.main-center .cols2,
.mod-sbm .cols2 {
  width: 75%;
  float: left;
  margin: 2em 0 0 1em;
}
.cols0 {
  width: 100%  !important;
}
.c-26 {
  line-height: 3em;
  text-align: center;
}
.c-26,
.o-s {
  margin-bottom: 0;
}
.o-s {
  width: 46.333%;
  float: left;
  padding: 20px 0;
  line-height: 1.5em;
}
.o-s strong {
  display: block;
}
.main-center .cols3 {
  margin-left: 0  !important;
}
.nb {
  border: 0  !important;
  padding-top: 20px  !important;
}
.margin {
  margin: 20px 0 0 0;
}
/* --------------------- Help-bar */
.help-bar .cols4:last-child {
  margin-right: 0;
}
.li-first {
  border-top: 0  !important;
}
.sml {
  float: right;
  padding-bottom: 20px  !important;
  width: 17%  !important;
}
/* --------------------- Help Topics */
.help-topics-1 li,
.help-topics-2 li,
.help-topics-3 li {
  padding: 10px 0 10px 70px  !important;
  border: 0  !important;
}
.help-topics-1 li {
  background: url('img/icon/alert.png') no-repeat scroll center left transparent;
}
.help-topics-2 li {
  background: url('img/icon/puzzle.png') no-repeat scroll center left transparent;
}
.help-topics-3 li {
  background: url('img/icon/coverage.png') no-repeat scroll center left transparent;
}
.help-bar h3 {
  margin: 10px 0 20px 0;
}
.copy {
  margin-top: 20px;
}
/* --------------------- Quick Links */
.ql {
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  margin: 2px 2px;
  padding: 0;
  float: left;
}
.ql h3 {
  margin: 0;
  padding: 15px;
}
.ql ul li form {
  background: #868686;
  -moz-box-shadow: 0 -3px 10px -1px #2e2e2e inset;
  -webkit-box-shadow: 0 -3px 10px -1px #2e2e2e inset;
  box-shadow: 0 -3px 10px -1px #2e2e2e inset;
  padding: 15px;
}
.ql ul li form .btn-help,
.ql ul li form .btn-more {
  width: 100%;
  margin: 5px 0;
}
.ql ul li form .btn-more {
  padding: 10px 20px 11px  !important;
  font-size: 13px;
}
.ql ul li form .btn-more b {
  border: 0 none;
  color: #FFFFFF;
  font-size: inherit;
  font-weight: normal;
  white-space: normal;
  padding: 0  !important;
  line-height: 1em;
  display: block;
}
.ql ul li form h4 {
  display: none;
}
.ql .link-arrow {
  color: #fff;
}
.ql .link-arrow:after,
.ql .link-arrow a:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  -moz-border-image: none;
  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  border-left-color: inherit;
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-style: solid;
  border-top: 3px solid rgba(0, 0, 0, 0);
  border-width: 3px;
  content: " ";
  display: inline-block;
  left: 100%;
  margin: 7px 0 1px 4px;
}
.ql input,
.ql .btn-login,
.ql .link-arrow {
  display: none;
}
.ql .ql-bg {
  background-color: #FAFAFA;
  background: #FFFFFF;
  border-top: 1px solid #ADADAD;
  display: block;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  padding: 20px 30px 20px 20px;
  position: relative;
}
.ql .ql-bg a {
  color: #333;
}
.ql li:last-child {
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.ql .i-ar-lrg-active {
  background: url("img/icon/nav-arrow-right.png") no-repeat scroll right center transparent;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
}
/* --------------------- Mods  */
.solution-selector {
  clear: both;
  background: #fff;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 1px 3px #000000;
  -webkit-box-shadow: 0 1px 3px #000000;
  box-shadow: 0 1px 3px #000000;
  margin-bottom: 20px;
  padding: 15px;
}
.solution-selector .ss-img {
  border-right: 1px solid #d5d5d5;
  padding: 5px 25px 5px 15px;
  float: left;
  margin: 0 20px 0 0;
}
.mod-help-devices {
  overflow: hidden;
  margin: 20px 0 0 0  !important;
}
.mod-help-devices div .icons {
  display: none;
}
.mod-help-devices h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
}
.mod-help-devices .step-number {
  background: url("img/icon.png") no-repeat scroll -323px -113px transparent;
  height: 32px;
  width: 32px;
  font: 18px "VodafoneBold";
  text-align: center;
  color: #fff;
  line-height: 32px;
  display: inline-block  !important;
  vertical-align: middle;
}
.mod-help-devices .inactive .step-number {
  background-position: -123px -26px;
}
.mod-help-devices .complete .step-number {
  background-position: -91px -54px;
  height: 0;
  padding-top: 32px;
  overflow: hidden;
}
.mod-help-devices .icons {
  border: 1px solid #999999;
  margin-top: 15px;
  padding: 8px;
  overflow: hidden;
}
.mod-help-devices .icons li {
  padding: 8px;
  width: 25%;
  float: left;
}
.mod-help-devices .icons li .icon {
  border: 4px solid #ffffff;
  -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) rgba(0, 0, 0, 0);
  text-align: center;
  padding: 8px;
  background: #f4f4f4;
  cursor: pointer;
}
.mod-help-devices .icons li .icon:hover {
  background: #fff;
}
.mod-help-devices .icons li .icon img {
  height: 56px;
}
.mod-help-devices .icons li .icon p {
  margin: 0;
  font-weight: 700;
}
.mod-help-devices select {
  padding: 10px 10px 10px 5px;
  width: 98%;
  border: 1px solid #fff;
  border-radius: 6px;
  -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75);
  margin-left: 1%;
  margin-bottom: 5px;
  margin-right: 1%;
  background: url(img/selector-bg.png) #ffffff right top no-repeat;
}
.mod-help-devices .inactive select {
  box-shadow: none;
  border: 1px solid #ccc;
}
.mod-help-devices .cols3:nth-child(3n+1) {
  margin-right: 0  !important;
}
.mod-help-devices .cols3 {
  float: left;
  width: 33.333%;
  margin: 0;
}
.mod-sb {
  float: left;
  padding: 25px 25px 53px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 76%;
  margin: 20px 0 20px 0;
  line-height: 1.5em;
  border: 1px solid #999999;
}
.mod-sb h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
}
.mod-sb select {
  padding: 10px 0;
  width: 100%;
}
.mod-sb .cols3:nth-child(3n+1) {
  margin-right: 0  !important;
}
.mod-sb .cols3 {
  padding-right: 3%  !important;
  float: left;
  width: 33.333%;
  margin: 0;
}
.mod-sb.cols0 {
  padding: 25px  !important;
  margin-top: 0;
  background: url("../img/misc/speech-bubble.png") no-repeat scroll 94% 94% transparent;
}
.mod-sb.cols0 h3 {
  margin: 0 0 10px 0  !important;
}
.mod-sb.cols0 p {
  margin: 0 0 15px;
}
.mod-sb.sml {
  text-align: center;
  margin-left: 20px;
}
.mod-sb.sml p {
  line-height: 1.5em;
}
.mod-sbm,
.mod-sb.cols0 {
  margin: 20px 0;
}
.mod-help-other {
  margin: 20px 0;
}
.mod-help-other .mho {
  background: none repeat scroll 0 0 #F7F7F7;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 3px #999999 inset;
  -webkit-box-shadow: 0 1px 3px #999999 inset;
  box-shadow: 0 1px 3px #999999 inset;
  padding: 20px 25px 0;
}
.mod-help-other .mho li {
  padding: 20px 0;
  float: left;
  width: 33.333%;
  margin: 0;
}
.mod-help-other .mho .i-bubble {
  background: url("../img/misc/speech-bubble.png") no-repeat scroll 94% 94% transparent;
}
.mod-help-other .mho .i-calls {
  background: url("../img/misc/phone-lrg.png") no-repeat scroll top left transparent;
}
.mod-help-other .mho .i-mails {
  background: url("../img/misc/email-lrg.png") no-repeat scroll top left transparent;
}
.mod-help-other .mho .i-net {
  background: url("../img/misc/abroad-lrg.png") no-repeat scroll top left transparent;
}
.mod-help-other .mho .i-device {
  background: url("../img/misc/use-device.png") no-repeat scroll top left transparent;
}
.mod-help-other .mho .i-rewards {
  background: url("../img/misc/rewards.png") no-repeat scroll top left transparent;
}
.mod-help-other .mho .i-onenet {
  background: url("../img/misc/onenet.png") no-repeat scroll top left transparent;
}
.mod-help-other .mho .i-bubble,
.mod-help-other .mho .i-calls,
.mod-help-other .mho .i-mails,
.mod-help-other .mho .i-net,
.mod-help-other .mho .i-device,
.mod-help-other .mho .i-rewards,
.mod-help-other .mho .i-onenet {
  height: 60px;
  display: inline-block;
  font: 400 20px / 1 "Arial", sans-serif;
  margin: 0;
  padding: 15px 15px 15px 75px;
  color: #333;
}
.mod-main-banner {
  width: 75%;
  float: left;
  float: right;
}
.mod-main-banner .device-overview {
  padding: 0  !important;
  margin: 0  !important;
}
.mod-main-banner #tabs {
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.mod-main-banner #tabs .ui-tabs-panel {
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.mod-main-banner #tabs img {
  width: 100%;
}
.mod-main-banner #tabs li {
  background: #F4F4F4;
}
.mod-main-banner #tabs li a {
  background: #777370;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 2.7em;
  -webkit-text-shadow: 0 1px 2px #000000;
  text-shadow: 0 1px 2px #000000;
  font-weight: normal;
}
.mod-main-banner #tabs .mdd-tabs .ui-state-active,
.mod-main-banner #tabs .mdd-tabs .ui-widget-content .ui-state-active,
.mod-main-banner #tabs .mdd-tabs .ui-widget-header .ui-state-active {
  background: url("../img/landingPage/bannerHomeArrow.png") no-repeat center top #f4f4f4;
}
.mod-main-banner #tabs .mdd-tabs .ui-state-active {
  height: 2.6em;
  padding: 0;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.mod-main-banner #tabs .mdd-tabs .ui-state-active a {
  margin-top: 6px;
  vertical-align: bottom;
  -moz-box-shadow: 1px 1px 6px #191919 inset  !important;
  -webkit-box-shadow: 1px 1px 6px #191919 inset  !important;
  box-shadow: 1px 1px 6px #191919 inset  !important;
  background: #636363;
}
.mod-main-banner #tabs ul {
  width: 100%;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.mod-callback,
.mod-device-details {
  border-bottom: 1px solid #CCCCCC;
  margin: 10px 0;
}
.mod-callback .btn-submit,
.mod-device-details .btn-submit {
  font-size: 20px;
  padding: 10px 20px 11px;
  width: auto  !important;
  background: none repeat scroll 0 0 #9C2AA0;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
  color: #FFFFFF;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin: 20px 6px 20px 0  !important;
  text-align: center;
  -webkit-text-shadow: 0 -1px #222222;
  text-shadow: 0 -1px #222222;
}
.mod-callback label,
.mod-device-details label,
.mod-callback .email-form input,
.mod-device-details .email-form input {
  display: block;
  width: 50%;
  line-height: 2.5em;
  padding-bottom: 0;
  margin: 0;
  height: 2.5em;
  vertical-align: middle;
}
.mod-callback select,
.mod-device-details select {
  width: 50%;
}
.mod-callback .email-form input,
.mod-device-details .email-form input {
  padding: 0 10px;
}
.mod-callback label,
.mod-device-details label {
  vertical-align: bottom;
  font-weight: bold;
}
.mod-callback a,
.mod-device-details a {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  line-height: 2.5em;
}
.mod-callback .device-overview,
.mod-device-details .device-overview {
  border-left: 1px solid #DDDDDD;
  -moz-box-shadow: -8px 0px 10px -5px #cccccc;
  -webkit-box-shadow: -8px 0px 10px -5px #cccccc;
  box-shadow: -8px 0px 10px -5px #cccccc;
  padding: 25px 5px 25px 40px;
  width: 75%;
  float: left;
}
.mod-callback .head,
.mod-device-details .head {
  border-bottom: 1px solid #CCCCCC;
  display: block;
  padding: 0 0 10px 0;
  font-weight: bold;
}
.mod-callback del,
.mod-device-details del {
  text-decoration: none;
  display: none;
}
.mod-callback nav,
.mod-device-details nav {
  width: 25%;
  float: left;
}
.mod-callback nav ul,
.mod-device-details nav ul {
  margin-bottom: 30px;
}
.mod-callback nav ul li,
.mod-device-details nav ul li {
  border-bottom: 1px solid #CCCCCC;
  padding: 2px 0 2px 10px;
  position: relative;
}
.mod-callback nav .selected,
.mod-device-details nav .selected {
  background: none repeat scroll 0 0 #6A6A6A;
  font-weight: bold;
}
.mod-callback nav .selected a,
.mod-device-details nav .selected a {
  color: #ffffff  !important;
}
.mod-callback nav .selected .i-ar-bg,
.mod-device-details nav .selected .i-ar-bg {
  background: url("img/icon/nav-vert-arrow.png") no-repeat scroll right center transparent;
  height: 36px;
  right: -10px;
  width: 10px;
  position: absolute;
}
.mod-device-details .device-overview,
.mod-main-banner .device-overview {
  padding: 0 5px 25px 40px;
}
.mod-device-details .device-overview form,
.mod-main-banner .device-overview form {
  width: 50%;
  float: left;
}
.mod-device-details .device-overview form input[type=radio],
.mod-main-banner .device-overview form input[type=radio] {
  display: none;
}
.mod-device-details .device-overview form .btn,
.mod-main-banner .device-overview form .btn,
.mod-device-details .device-overview form strong,
.mod-main-banner .device-overview form strong {
  margin: 10px 10px 10px 0;
}
.mod-device-details .device-overview .act-icons,
.mod-main-banner .device-overview .act-icons {
  float: right;
}
.mod-device-details .device-overview .act-icons li,
.mod-main-banner .device-overview .act-icons li {
  float: left;
}
.mod-device-details .device-overview .act-icons li a,
.mod-main-banner .device-overview .act-icons li a {
  display: block;
  padding: 10px;
}
.mod-device-details .device-overview .act-icons li a .i-print,
.mod-main-banner .device-overview .act-icons li a .i-print {
  background-position: -92px 3px  !important;
  height: 30px;
  width: 30px;
}
.mod-device-details .device-overview .act-icons li a .i-bookmark,
.mod-main-banner .device-overview .act-icons li a .i-bookmark {
  background-position: -370px -45px  !important;
  height: 30px;
  width: 23px;
}
.mod-device-details .device-overview .act-icons li a .i-share,
.mod-main-banner .device-overview .act-icons li a .i-share {
  background-position: -285px -45px  !important;
  height: 30px;
  width: 28px;
}
.mod-device-details .device-overview .act-icons li a .i-print,
.mod-main-banner .device-overview .act-icons li a .i-print,
.mod-device-details .device-overview .act-icons li a .i-bookmark,
.mod-main-banner .device-overview .act-icons li a .i-bookmark,
.mod-device-details .device-overview .act-icons li a .i-share,
.mod-main-banner .device-overview .act-icons li a .i-share {
  background: url("img/icon.png") repeat scroll 0 0 transparent;
  display: block;
  margin: 0 auto;
}
.mod-device-details #tabs,
.mod-main-banner #tabs {
  padding: 0;
}
.mod-device-details .mdd-tabs,
.mod-main-banner .mdd-tabs {
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
  display: table;
  overflow: hidden;
  width: 95%;
  margin: 0 auto 20px auto;
  padding: 0;
  text-align: center;
}
.mod-device-details .mdd-tabs li,
.mod-main-banner .mdd-tabs li {
  display: table-cell;
}
.mod-help-more .mho ins {
  height: 30px;
  width: 28px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.mod-help-more .mho .i-troubleshooter {
  background: url("img/icon.png") repeat scroll 0 0 transparent;
  background-position: -314px -45px;
}
.mod-help-more .mho .i-help-home {
  background: url("img/icon.png") repeat scroll 0 0 transparent;
  background-position: -415px -112px;
}
.mod-help-more .mho .i-chat {
  background: url("img/icon.png") repeat scroll 0 0 transparent;
  background-position: -157px -214px;
  height: 24px;
}
.mod-help-more .mho .t-troubleshooter {
  font: 400 26px / 1.182 "VodafoneRegular";
  border: 0;
  margin-bottom: 5px;
}
.mod-help-more .mho li {
  width: 23.5%;
  float: left;
  padding: 10px;
  margin-right: 10px;
  line-height: 1.5em;
}
.mod-help-more .mho li ul li {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
}
.mod-help-more .mho li:last-child {
  margin: 0;
}
.mod-help-more .mho h3 {
  border-bottom: 1px solid #999999;
  color: #333333;
  font-size: 20px;
  padding-bottom: 8px;
  margin: 0 0 10px 0;
}
.mod-help-more .mho a {
  color: #333333;
  font-size: 18px;
  line-height: 1.5em;
}
.mod-devices,
.mod-s-plans,
.mod-s-brands {
  width: 48%;
  float: left;
}
.mod-devices .m-btns,
.mod-s-plans .m-btns,
.mod-s-brands .m-btns {
  width: 100%;
  margin-top: 10px;
}
.mod-devices li,
.mod-s-plans li,
.mod-s-brands li {
  float: left;
  width: 48%;
  line-height: 40px;
}
.mod-devices li a,
.mod-s-plans li a,
.mod-s-brands li a {
  display: inline-block;
}
.mod-devices li .btn-more,
.mod-s-plans li .btn-more,
.mod-s-brands li .btn-more {
  line-height: 10px;
}
.mod-s-plans .m-btns,
.mod-devices .m-btns {
  padding: 0;
}
.mod-s-plans .m-btns .btn-alt,
.mod-devices .m-btns .btn-alt,
.mod-s-plans .m-btns .btn-more,
.mod-devices .m-btns .btn-more {
  line-height: 20px;
  padding: 10px 20px  !important;
}
.mod-s-plans ul li,
.mod-devices ul li {
  padding: 0 0 0 40px;
}
.mod-s-plans ul .i-phones,
.mod-devices ul .i-phones,
.mod-s-plans ul .i-airtime,
.mod-devices ul .i-airtime {
  background: url("img/icon/phones-plans.png") no-repeat left center transparent;
}
.mod-s-plans ul .i-tablets,
.mod-devices ul .i-tablets {
  background: url("img/icon/phones-plans-ii.png") no-repeat left center transparent;
}
.mod-s-plans ul .i-routers,
.mod-devices ul .i-routers {
  background: url("img/icon/laptops.png") no-repeat left center transparent;
}
.mod-s-plans ul .i-dongles,
.mod-devices ul .i-dongles {
  background: url("img/icon/mobile-internet.png") no-repeat left center transparent;
}
.mod-s-plans ul .i-data,
.mod-devices ul .i-data {
  background: url("img/icon/sim-only-alt-sml.png") no-repeat left center transparent;
}
.mod-s-plans ul .i-accessories,
.mod-devices ul .i-accessories {
  background: url("img/icon/coverage-sml.png") no-repeat left center transparent;
}
.mod-s-plans ul .i-data-plans,
.mod-devices ul .i-data-plans {
  background: url("img/icon/headset.png") no-repeat left center transparent;
}
.mod-s-brands {
  width: 79%;
  clear: both;
  margin-bottom: 20px;
}
.mod-s-brands ul {
  display: block;
}
.mod-s-brands ul li {
  display: inline-block;
  float: left;
  width: 120px;
  height: 71px;
  margin: 10px 10px 0 0;
}
.mod-s-brands ul li a {
  border: 1px solid #ADADAD;
  display: block;
  width: 120px;
  height: 71px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.mod-s-brands ul li .img-iphone {
  background: url("../img/brands/apple.jpg") no-repeat center transparent;
}
.mod-s-brands ul li .img-nokia {
  background: url("../img/brands/nokia.jpg") no-repeat center transparent;
}
.mod-s-brands ul li .img-blackberry {
  background: url("../img/brands/blackberry.jpg") no-repeat center transparent;
}
.mod-s-brands ul li .img-samsung {
  background: url("../img/brands/samsung.jpg") no-repeat center transparent;
}
.mod-s-brands ul li .img-android {
  background: url("../img/brands/android.jpg") no-repeat center transparent;
}
.mod-s-brands ul li .img-lg {
  background: url("../img/brands/lg.jpg") no-repeat center transparent;
}
.mod-s-brands ul li .img-sony {
  background: url("../img/brands/sony.jpg") no-repeat center transparent;
}
.mod-s-brands ul li .img-htc {
  background: url("../img/brands/htc.jpg") no-repeat center transparent;
}
.mod-s-brands ul li .img-huawei {
  background: url("../img/brands/huawei.jpg") no-repeat center transparent;
}
.mod-s-brands ul li .img-windows {
  background: url("../img/brands/windows.jpg") no-repeat center transparent;
}
.mod-fl-menu {
  position: fixed;
  right: 50%;
  top: 15em;
  margin-right: -525px;
  background: url('../img/FloatHelpMenu.png') no-repeat center top transparent;
  z-index: 999;
  font-size: 12px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-style: normal;
}
.mod-fl-menu .h3,
.mod-fl-menu .h4,
.mod-fl-menu .h5 {
  display: block;
}
.mod-fl-menu .h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: / 1.176;
  float: left;
  color: #333;
}
.mod-fl-menu .h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: / 1.333;
  margin: 14px 0;
}
.mod-fl-menu .h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: / 1.3;
}
.mod-fl-menu .fl-normal .fl-second {
  padding-top: 10px;
}
.mod-fl-menu .fl-normal a {
  font-weight: normal  !important;
  line-height: 1em;
  background: url('img/icon/nav-arrow-right-lrg.png') no-repeat scroll center left transparent;
  background-position: left center;
}
.mod-fl-menu .fl-links li {
  padding: 10px 0;
  width: 50%;
  line-height: 1.5em;
  float: left;
}
.mod-fl-menu .fl-links li a {
  background: url('img/icon/nav-arrow-right-lrg.png') no-repeat scroll center left transparent;
  float: none  !important;
  height: auto;
  clear: both;
  width: 100%;
  padding: 5px 5px 5px 20px;
  line-height: 1em;
  font-weight: bold;
}
.mod-fl-menu p {
  padding: 10px 20px;
  text-align: right;
}
.mod-fl-menu .fl-contact {
  float: left;
  text-align: left;
  padding: 5px 0;
  line-height: 1.7em;
}
.mod-fl-menu ins {
  clear: both;
  padding: 0;
  margin: 0 10px;
  border-bottom: 1px solid #cacaca;
}
.mod-fl-menu ins a {
  display: block;
  float: left;
  background: url("img/icon/arrow-right-black.png") no repeat center transparent;
}
.mod-fl-menu ins p {
  font-size: 12px;
  margin: 0;
}
.mod-fl-menu .nb {
  border: 0;
  padding: 0  !important;
}
.mod-fl-menu .fls {
  float: left;
  padding-left: 6px;
  padding-right: 4px;
}
.mod-fl-menu .fls strong {
  line-height: 1.3em  !important;
  text-align: center  !important;
}
.mod-fl-menu .fls-inset {
  width: 500px;
  display: block;
}
.mod-fl-menu .fl-hide {
  display: none;
  cursor: pointer;
  text-decoration: underline;
  position: absolute;
  right: 2%;
  top: 2%;
  line-height: 1.2em;
  vertical-align: middle;
}
.mod-fl-menu .fls-main {
  display: none;
  width: 500px;
  float: left;
  margin-left: 45px;
}
.mod-fl-menu .fls-main .fl-menu {
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.mod-fl-menu .fls-main ul,
.mod-fl-menu .fls-main ul li {
  width: 100%;
}
.mod-fl-menu .fl-close {
  background: url("../img/iconClose.png") no-repeat right top transparent;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-bottom: -8px;
}
.mod-fl-menu ul {
  position: relative;
}
.mod-fl-menu ul li:first-child {
  border: 0;
}
.mod-fl-menu ul li a {
  display: block;
  height: 50px;
  padding: 10px;
  width: 46px;
  vertical-align: middle;
}
.mod-fl-menu div {
  display: none;
  float: right;
}
.mod-fl-menu div ins {
  width: 350px;
  text-decoration: none;
  display: block;
}
.modulesLeft .mod-faceted-search-filters {
  width: 100%;
}
#filterSearch {
  display: none;
}
.mod-faceted-search-filters,
.mod-plan-item {
  float: left;
  width: 22%;
  /* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
}
.mod-faceted-search-filters .styleThis ul li,
.mod-plan-item .styleThis ul li {
  padding: 10px 5px;
}
.mod-faceted-search-filters .device-type,
.mod-plan-item .device-type {
  margin: 0 0 20px 0;
}
.mod-faceted-search-filters .uniform-input.text,
.mod-plan-item .uniform-input.text {
  display: none;
}
.mod-faceted-search-filters div,
.mod-plan-item div {
  text-decoration: none;
  display: block;
}
.mod-faceted-search-filters div label,
.mod-plan-item div label {
  padding: 0 10px;
  display: block;
}
.mod-faceted-search-filters div input,
.mod-plan-item div input {
  display: inline-block;
  text-align: left;
  width: auto;
}
.mod-faceted-search-filters .dp,
.mod-plan-item .dp {
  padding: 10px;
  display: none;
}
.mod-faceted-search-filters .dp label,
.mod-plan-item .dp label {
  padding: 0;
}
.mod-faceted-search-filters a,
.mod-plan-item a {
  padding: 0  !important;
}
.mod-faceted-search-filters h2,
.mod-plan-item h2 {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #cacaca;
  background: url('img/icon/nav-arrow-down-lrg.png') no-repeat scroll top left transparent;
  background-position: 95% center;
  cursor: pointer;
  font-size: 18px;
}
.mod-faceted-search-filters .facet-more,
.mod-plan-item .facet-more {
  background: url('img/icon/nav-arrow-up-lrg.png') no-repeat scroll top left transparent;
  background-position: 95% center  !important;
}
.mod-faceted-search-filters h3,
.mod-plan-item h3 {
  font-size: 22px;
  padding: 10px 0;
  margin: 0;
  font-weight: normal;
}
.mod-faceted-search-filters .hideThis,
.mod-plan-item .hideThis {
  display: none;
}
.mod-faceted-search-filters i,
.mod-plan-item i {
  background: url(img/priceIndicator.png) no-repeat center transparent;
  margin: 0;
  width: 48px;
  height: 25px;
  text-align: center;
  position: absolute;
  top: -30px;
  font-size: 12px;
  font-weight: bold;
  margin-left: -18px;
  line-height: 1.5em;
  vertical-align: middle;
}
.mod-faceted-search-filters .styleThese .dp .showMore,
.mod-plan-item .styleThese .dp .showMore,
.mod-faceted-search-filters .styleThis .dp .showMore,
.mod-plan-item .styleThis .dp .showMore {
  font-weight: bold;
  background: url('img/icon/nav-arrow-down-lrg.png') no-repeat scroll top left transparent;
  background-position: 4px center  !important;
  padding-left: 26px  !important;
  display: block;
  margin: 10px 0 0;
}
.mod-faceted-search-filters .styleThese .dp .hideMore,
.mod-plan-item .styleThese .dp .hideMore,
.mod-faceted-search-filters .styleThis .dp .hideMore,
.mod-plan-item .styleThis .dp .hideMore {
  background: url('img/icon/nav-arrow-up-lrg.png') no-repeat scroll top left transparent;
}
.mod-faceted-search-filters .styleThese .dp .hiddenBit,
.mod-plan-item .styleThese .dp .hiddenBit,
.mod-faceted-search-filters .styleThis .dp .hiddenBit,
.mod-plan-item .styleThis .dp .hiddenBit {
  text-decoration: none;
}
.mod-faceted-search-filters .device-type li,
.mod-plan-item .device-type li {
  border: 1px solid #cacaca;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
}
.mod-faceted-search-filters .device-type a,
.mod-plan-item .device-type a {
  padding: 0  !important;
}
.mod-faceted-search-filters .deviceType li,
.mod-plan-item .deviceType li {
  border: 1px solid #cacaca;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
  padding: 15px;
}
.mod-faceted-search-filters .deviceType a,
.mod-plan-item .deviceType a {
  padding: 0  !important;
}
.mod-faceted-search-filters div.selector,
.mod-plan-item div.selector,
.mod-faceted-search-filters div.selector span,
.mod-plan-item div.selector span,
.mod-faceted-search-filters div.checker span,
.mod-plan-item div.checker span,
.mod-faceted-search-filters div.radio span,
.mod-plan-item div.radio span {
  background-image: url("../img/uniformsprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
.mod-faceted-search-filters div.selector,
.mod-plan-item div.selector,
.mod-faceted-search-filters div.checker,
.mod-plan-item div.checker,
.mod-faceted-search-filters div.button,
.mod-plan-item div.button,
.mod-faceted-search-filters div.radio,
.mod-plan-item div.radio,
.mod-faceted-search-filters div.uploader,
.mod-plan-item div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}
.mod-faceted-search-filters div.selector:focus,
.mod-plan-item div.selector:focus,
.mod-faceted-search-filters div.checker:focus,
.mod-plan-item div.checker:focus,
.mod-faceted-search-filters div.radio:focus,
.mod-plan-item div.radio:focus {
  outline: 0;
}
.mod-faceted-search-filters div.selector,
.mod-plan-item div.selector,
.mod-faceted-search-filters div.selector *,
.mod-plan-item div.selector *,
.mod-faceted-search-filters div.radio,
.mod-plan-item div.radio,
.mod-faceted-search-filters div.radio *,
.mod-plan-item div.radio *,
.mod-faceted-search-filters div.checker,
.mod-plan-item div.checker,
.mod-faceted-search-filters div.checker *,
.mod-plan-item div.checker * {
  padding: 0;
  text-decoration: none;
}
.mod-faceted-search-filters div.checker input,
.mod-plan-item div.checker input,
.mod-faceted-search-filters input[type="search"],
.mod-plan-item input[type="search"],
.mod-faceted-search-filters input[type="search"]:active,
.mod-plan-item input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.mod-faceted-search-filters div.selector,
.mod-plan-item div.selector {
  background-position: 0px -198px;
  line-height: 35px;
  height: 35px;
  padding: 0 0 0 3px;
  position: relative;
  overflow: hidden;
  width: 100%  !important;
}
.mod-faceted-search-filters div.selector span,
.mod-plan-item div.selector span {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right -158px;
  height: 35px;
  line-height: 35px;
  padding-right: 25px;
  padding-left: 4px;
  cursor: pointer;
  width: 100%  !important;
}
.mod-faceted-search-filters div.selector.fixedWidth,
.mod-plan-item div.selector.fixedWidth {
  width: 160px;
}
.mod-faceted-search-filters div.selector.fixedWidth span,
.mod-plan-item div.selector.fixedWidth span {
  width: 125px;
}
.mod-faceted-search-filters div.selector select,
.mod-plan-item div.selector select {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 30px;
  top: 2px;
  left: 0px;
  width: 100%;
}
.mod-faceted-search-filters div.checker,
.mod-plan-item div.checker {
  margin: 0 5px 2px 0;
  position: relative;
}
.mod-faceted-search-filters div.checker,
.mod-plan-item div.checker,
.mod-faceted-search-filters div.checker span,
.mod-plan-item div.checker span,
.mod-faceted-search-filters div.checker input,
.mod-plan-item div.checker input {
  width: 23px;
  height: 23px;
}
.mod-faceted-search-filters div.checker span,
.mod-plan-item div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: -30px 0;
}
.mod-faceted-search-filters div.checker span.checked,
.mod-plan-item div.checker span.checked {
  background-position: -30px -30px;
}
.mod-faceted-search-filters div.checker input,
.mod-plan-item div.checker input {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.mod-faceted-search-filters div.radio,
.mod-plan-item div.radio {
  position: relative;
  margin: 0 5px 2px 0;
}
.mod-faceted-search-filters div.radio,
.mod-plan-item div.radio,
.mod-faceted-search-filters div.radio span,
.mod-plan-item div.radio span,
.mod-faceted-search-filters div.radio input,
.mod-plan-item div.radio input {
  width: 22px;
  height: 22px;
}
.mod-faceted-search-filters div.radio span,
.mod-plan-item div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 0;
}
.mod-faceted-search-filters div.radio span.checked,
.mod-plan-item div.radio span.checked {
  background-position: 0 -29px;
}
.mod-faceted-search-filters div.radio input,
.mod-plan-item div.radio input {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
.mod-faceted-search-filters h4,
.mod-plan-item h4 {
  padding: 10px;
  margin: 0;
  background-position: 95% center;
  cursor: pointer;
  font-size: 18px;
}
.mod-faceted-search-filters .myAppsFor,
.mod-plan-item .myAppsFor {
  background: #F6F4F2;
}
.mod-faceted-search-filters .myApps,
.mod-plan-item .myApps {
  width: 100%;
  padding: 10px;
}
.mod-faceted-search-filters .downloadedApps,
.mod-plan-item .downloadedApps {
  padding: 10px;
}
.mod-faceted-search-filters .downloadedApps p,
.mod-plan-item .downloadedApps p {
  padding: 3px;
}
.mod-faceted-search-filters .downloadedApps a,
.mod-plan-item .downloadedApps a {
  font-weight: bold;
}
.tabsOverlay {
  position: absolute;
  background-color: #f4f4f4;
  left: 0px;
  padding: 0px;
  width: 100%;
  height: 529px;
  bottom: auto;
  margin-bottom: 0px;
  border-top: 1px solid #9e9e9e;
}
.tabsBorderTop {
  border-top: 1px solid #9E9E9E;
}
.mod-tabs-slider {
  background: #F4F4F4;
  padding-bottom: 20px;
}
.mod-tabs-slider div.banner[data-title="Plans"] figure {
  text-align: left;
  width: 255px  !important;
}
.mod-tabs-slider div.banner[data-title="Phones"] li {
  width: 202px  !important;
}
.mod-tabs-slider div.banner[data-title="Phones"] .dot {
  margin-top: -13px  !important;
}
.mod-tabs-slider .btn.btnWhite {
  bottom: -2px;
  left: -95%;
  position: absolute;
}
.mod-tabs-slider .btn.btnPurple {
  width: 100%;
}
.mod-tabs-slider figure {
  text-align: center;
}
.mod-tabs-slider .main-grid-full {
  position: relative;
}
.mod-tabs-slider .main-grid-full li a {
  padding-right: 0;
}
.mod-tabs-slider .main-grid-full h2 {
  position: absolute;
  top: -50px;
}
.mod-tabs-slider .tab-item {
  margin-top: 15px;
}
.mod-tabs-slider .banner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 300;
}
.mod-tabs-slider .banner .bx-wrapper {
  max-width: 855px  !important;
}
.mod-tabs-slider .banner .bx-viewport {
  margin: 0 auto 0 5.5%;
  max-width: 95%;
}
.mod-tabs-slider .banner li {
  list-style: none;
  float: left;
}
.mod-tabs-slider .banner .bx-wrapper .bx-pager .bx-pager-item,
.mod-tabs-slider .banner .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.mod-tabs-slider .banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.mod-tabs-slider .banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none repeat scroll 0 0 #6D6D6D;
}
.mod-tabs-slider .banner .bx-pager.bx-default-pager {
  margin: 10px 0;
  text-align: center;
}
.mod-tabs-slider .banner .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #6D6D6D;
  border-radius: 5px;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 10px;
}
.mod-tabs-slider .banner .dots {
  margin-right: 15px;
  position: relative;
  top: -7%;
  width: auto;
  left: 32%;
}
.mod-tabs-slider .banner .dots .dot:nth-child(3n+1) {
  display: inline-block;
}
.mod-tabs-slider .banner .dots .active {
  background: none repeat scroll 0 0 #6D6D6D;
}
.mod-tabs-slider .banner .dots .dot {
  width: 2px  !important;
  min-height: 0  !important;
}
.mod-tabs-slider .banner .dots li {
  display: none;
  border: 1px solid #6D6D6D;
  border-radius: 8px;
  margin: 0 5px 5px 4px;
  padding: 4px;
  float: left;
}
.mod-tabs-slider .aCarousel {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
  -moz-border-radius: 0 0 10px 10px  !important;
  -ms-border-radius: 0 0 10px 10px  !important;
  -o-border-radius: 0 0 10px 10px  !important;
  -webkit-border-radius: 0 0 10px 10px  !important;
  border-radius: 0 0 10px 10px  !important;
  background: #fff;
  width: auto;
}
.mod-tabs-slider .aCarousel li:first-child {
  border-left: 0;
  border-top: none;
}
.mod-tabs-slider .aCarousel > li {
  float: left;
  border-left: 1px solid #cacaca;
  padding: 0 30px;
  line-height: 2.5em;
  height: auto;
  cursor: pointer;
  font-size: 16px;
  vertical-align: middle;
}
.mod-tabs-slider .aCarousel .sl-inset {
  background: none repeat scroll 0 0 #636363;
  height: 2.5em;
  line-height: 2.5em;
  color: #fff;
}
.mod-tabs-slider .aCarousel li.sl-inset:first-child {
  -moz-border-radius: 0 0 0 5px;
  -ms-border-radius: 0 0 0 5px;
  -o-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.mod-tabs-slider .aCarousel li.sl-inset:last-child {
  -moz-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.mod-tabs-slider ins {
  bottom: 0;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: left;
  text-decoration: none;
  width: 48%;
  z-index: 0;
}
.mod-tabs-slider .bx-controls-direction {
  font-size: 0;
}
.mod-tabs-slider .bx-controls-direction a {
  position: relative;
  float: right;
  z-index: 3;
  text-align: center;
  height: 120px;
  width: 38px;
  background: url('../img/iconFeaturedItemsNav.png');
  background-position: right;
}
.mod-tabs-slider .bx-controls-direction a:first-child {
  float: left;
  background-position: left;
}
.mod-tabs-slider .pvCarousel.vCarousel {
  z-index: 300;
}
.mod-tabs-slider .vCarousel figure {
  padding-top: 20px;
}
.mod-tabs-slider .vCarousel li {
  padding: 0 8px 8px;
  text-align: center;
  z-index: 300;
}
.mod-tabs-slider .vCarousel li ul li {
  margin-right: 25px;
}
.mod-tabs-slider .vCarousel a {
  text-align: center;
  background: none;
  padding: 0;
}
.mod-tabs-slider .vCarousel i {
  margin-top: -8px;
  margin: -10px auto 8px auto;
}
.mod-tabs-slider .vCarousel em {
  font-style: normal;
  text-align: center;
  display: block;
  margin: 0 0 10px 0;
  font-size: 14px  !important;
  line-height: 1em  !important;
}
.mod-tabs-slider .slider-left {
  background: url('../img/iconFeaturedItemsNavMinLeft.png') no-repeat;
  width: 34px;
  height: 31px;
  display: inline-block;
  margin-left: 5px;
}
.mod-tabs-slider .slider-right {
  background: url('../img/iconFeaturedItemsNavMinRight.png') no-repeat;
  width: 34px;
  height: 31px;
  display: inline-block;
  margin-left: -4px;
}
.mod-tabs-slider .vpagination {
  display: inline-block;
  position: relative;
  top: -10px;
  margin-right: 15px;
}
.mod-tabs-slider .vpagination a {
  background: url(../img/carousel/carousel_dot_sprite_1.png) 0 0px no-repeat transparent;
  width: 15px;
  height: 16px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.mod-tabs-slider .vpagination a.selected {
  background-position: -25px 0px;
  cursor: default;
}
.mod-tabs-slider .vpagination a span {
  display: none;
}
.mod-tabs-slider .vca-nav-secondary {
  display: inline-block;
}
.mod-tabs-slider .vca-nav-secondary a {
  float: left;
  position: relative;
}
.mod-tabs-slider .vca-nav-secondary a i {
  float: left;
  margin: 2px 0;
}
.mod-tabs-slider .vca-pagination {
  margin: 15px 0 16px;
  text-align: center;
}
.mod-tabs-slider .pcPhones .bx-viewport {
  height: auto  !important;
  min-height: 215px  !important;
}
h2.searchResult {
  padding: 10px 0;
  margin: 0 !important;
}
h5.searchResult {
  font-size: 16px;
  padding: 10px 0;
}
h5.searchResult a {
  color: #e60000;
  font-weight: normal;
  text-decoration: underline;
  font-size: 16px;
}
.mod-sr-login .searchField {
  display: inline-block;
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.mod-sr-login .searchField .searchService {
  float: left;
  height: 35px;
  background: url("img/icon/search-main.png") no-repeat scroll 8px center #ffffff;
  border: 1px solid #cacaca;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block  !important;
  font: 400 16px/1.176 "VodafoneRegular";
  padding: 5px 15px 5px 35px  !important;
  width: 100%;
}
.mod-sr-login .searchField .buttonSearch {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #8f8f8f;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 #ffffff;
  -webkit-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
  color: #333333;
  display: none;
  height: 28px  !important;
  padding: 4px 10px;
  position: relative;
  top: -31px;
  right: 4px;
  -webkit-text-shadow: 0 1px #FFFFFF;
  text-shadow: 0 1px #FFFFFF;
  width: auto;
  float: right;
}
.mod-sr-login .clear {
  display: none;
}
.mod-sr-login .sr-login > ul {
  margin-bottom: -15px !important;
}
.mod-sr-login form {
  text-decoration: none;
  display: block;
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
  /* W3C */
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 20px 0;
}
.mod-sr-login form .btnPurple {
  margin-left: 115px;
  display: block;
  clear: both;
}
.mod-sr-login form figure {
  width: auto;
  float: left;
  padding: 10px;
}
.mod-sr-login form figure img {
  width: 75%;
}
.mod-sr-login form h4 {
  margin: 10px 0;
}
.mod-sr-login form p {
  line-height: 1.3;
}
.mod-sr-login form ul {
  display: flex;
}
.mod-sr-login form ul li:nth-child(3n) {
  margin: 0;
  width: 20% !important;
  position: relative;
}
.mod-sr-login form ul li:nth-child(3n) a {
  position: absolute;
  margin-top: 32%;
  padding: 0;
  left: 0;
  font-size: 12px;
  text-decoration: underline;
}
.mod-sr-login form ul li {
  float: left;
  width: 28%;
  margin-right: 20px;
  margin-bottom: 15px;
}
.mod-sr-login form ul li label {
  display: block;
  font-weight: bold;
  line-height: 1.5;
}
.mod-sr-login form ul li .btn {
  margin: 15px 0 10px 0 !important;
}
.mod-search-results {
  float: left;
  margin-bottom: 20px;
}
.mod-search-results li {
  border-bottom: 1px solid #CCCCCC;
}
.mod-search-results li img {
  float: left;
  padding: 10px;
}
.mod-search-results li:last-child {
  border-bottom: 0;
}
.mod-search-results article {
  padding: 0;
  margin: 10px 0;
}
.mod-search-results article figcaption {
  float: left;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  width: 78%;
}
.mod-search-results article figcaption a {
  display: inline-block;
  max-width: 350px  !important;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: pre;
}
.mod-search-results article figcaption p {
  display: inline-block;
  max-width: 100%;
  max-height: 35px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
.mod-search-results article figcaption p span {
  background: none repeat scroll 0 0 #FFFFFF;
  float: right;
  margin-top: -24px;
  position: relative;
  width: 40%;
}
.mod-search-results article figcaption h3 {
  margin: 5px 0;
  line-height: 1;
}
.mod-search-results article figcaption p,
.mod-search-results article figcaption a,
.mod-search-results article figcaption h4 {
  line-height: 1;
}
.mod-search-results article figcaption h5 {
  font-size: 16px;
}
.mod-search-results article figcaption .btn {
  display: table;
  margin: 10px auto 0 auto !important;
  text-decoration: none;
}
.mod-search-results article figcaption a {
  padding-left: 0;
}
.mod-search-results article .btn {
  display: table;
  margin-top: 20px  !important;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px !important;
}
.mod-search-results article .btn.btnWhite {
  float: right;
}
.mod-search-results article a {
  color: #e60000;
  font-weight: normal;
  text-decoration: underline;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.mod-search-results article p {
  font-size: 14px;
  margin: 5px 0 0 0;
  line-height: 1.5;
}
.mod-search-results .featured {
  margin-bottom: 30px;
  border-bottom: 0;
}
.mod-search-results .featured figure {
  margin: 0 auto;
  width: auto;
  text-align: center;
}
.mod-search-results .featured figure img {
  float: none;
  padding: 10px;
  width: 60%;
}
.mod-search-results .featured figure figcaption {
  margin: 10px 0 0 0;
  width: auto;
  float: none;
  font-size: 14px;
}
.mod-search-results .featured figure figcaption strong {
  font-size: 16px;
}
.mod-search-results .featured figure h5 {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.mod-search-results .featured article {
  display: flex;
  float: left;
  width: 32%;
  border-right: 1px solid #CCCCCC;
  margin: 0;
}
.mod-search-results .featured article:nth-child(3n) {
  border-right: 0;
}
.mod-search-results .featured .hideMore {
  background: url('img/icon/nav-arrow-down-lrg.png') no-repeat scroll top left transparent  !important;
}
.mod-search-results .featured h4 {
  font-size: 18px;
}
.mod-search-results h3 {
  margin: 20px 0;
}
.mod-plan-item {
  width: 100%;
}
.mod-plan-item ul li:nth-child(3n) {
  margin-right: 0 !important;
}
.mod-plan-item ul li {
  width: 31%;
  float: left;
  padding: 10px;
  text-align: center;
  margin: 0 20px 20px 0;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0 1px 2px rgba(50, 50, 50, 0.75);
  box-shadow: 0 1px 2px rgba(50, 50, 50, 0.75);
}
.mod-plan-item ul li em {
  display: block;
  text-decoration: none;
  padding: 5px;
  font-style: normal;
  margin-top: 10px;
}
.mod-plan-item ul li strong {
  font: 400 45px / 1.5 "VodafoneRegular";
}
.mod-plan-item ul li p {
  clear: both;
  width: 100%;
  min-height: 50px;
  font-style: normal;
  text-decoration: none;
  padding: 15px 0;
  display: block;
  margin: 5px 0;
  line-height: 1.5;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f4f4f4;
}
.mod-plan-item ul li label {
  display: block;
  padding: 10px 0;
}
.mod-plan-item ul li a {
  width: 100%;
  margin: 0;
}
.mod-plan-item ul li figure {
  padding: 0 0 5px;
}
.mod-plan-item ul li figure figcaption {
  text-align: left;
  margin: 0 !important;
  padding: 18px 0 !important;
}
.mod-plan-item ul li figure img {
  float: left;
  padding: 0 15px 10px 0;
}
.mod-plan-item ul li .btn.btnPurple {
  margin: 10px;
  width: 80%;
}
div.tabs .hidden-tab-content,
div.tabs .tab-content {
  display: none;
}
@media only screen and (max-width: 600px) {
  .myAppsFor {
    display: none;
  }
  div.tabs .tab-content {
    display: block;
  }
  .mod-plan-item.styleThese ul li {
    width: 47% !important;
  }
  .mod-plan-item.styleThese ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .mod-plan-item.styleThese ul li:nth-child(3n) {
    margin-right: 20px !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mod-tabs-slider .vCarousel li a {
    padding: 0;
  }
  .mod-tabs-slider .vCarousel i i {
    margin: -10px auto -8px auto  !important;
  }
}
.social-media {
  width: 80%;
  padding: 5px 0 0 0  !important;
}
/* --------------------- Footer */
.mod-footer {
  color: #ffffff;
  border-top: 1px solid #000000;
  background: #2e2e2e;
  padding: 20px 0 0;
  position: relative;
}
.mod-footer h3 {
  margin: 0 0 10PX 0;
}
.mod-footer h3 a {
  color: #ffffff  !important;
  font-size: 16px  !important;
  font-weight: bold;
  padding-right: 0;
  text-align: left;
  width: auto;
  text-decoration: none;
}
.mod-footer h3 a:hover {
  text-decoration: underline;
}
.mod-footer ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mod-footer ul.social-media li {
  display: block;
  float: left;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  padding: 5px 5px 0 0;
}
.mod-footer a {
  color: #CCCCCC;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.6em;
}
.mod-footer a:hover {
  text-decoration: underline;
}
.mod-footer .copy {
  clear: both;
  font-size: 12px;
  border-top: 1px solid #616161;
  color: #cacaca;
  padding: 10px 0;
}
.mod-footer .copy a {
  color: #cacaca;
}
.mod-footer .copy p {
  float: left;
  width: 60%;
  margin: 0;
}
.mod-footer .copy ul {
  text-align: right;
  float: right;
  top: 0;
  width: 20%;
}
.mod-footer .copy ul li {
  float: right;
  padding-left: 10px;
}
.access {
  display: none;
}
.cols4,
.cols3,
.cols2 {
  overflow: hidden;
}
a img {
  border: none;
}
.img-fluid {
  width: 100%;
}
.col a {
  color: #cccccc  !important;
  font-size: 12px;
}
.mrgnBottom {
  bottom: 1px;
  position: relative;
}
.mrgnTop {
  top: 2px;
  position: relative;
}
.dn {
  width: 100%;
  float: none  !important;
}
/* Media --------------------------------------- */
@media only screen and (min-width: 769px) {
  div.tabs {
    width: 725px;
  }
}
@media only screen and (max-width: 600px) {
  .myAppsFor {
    display: none;
  }
  div.tabs {
    width: 100%;
    display: block;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0;
  }
  div.tabs td {
    display: block;
    border-left: none;
    background: url(img/icon/arrow-down-grey.png) 90% center no-repeat #f4f4f4;
    padding: 22px 30px 22px 66px;
    text-align: left;
    border-top: #dddddd 1px solid;
    color: #5e2750;
  }
  div.tabs td.active {
    background: url(img/icon/arrow-up-grey.png) 90% center no-repeat #f4f4f4;
    color: #5e2750;
  }
}
@media only screen and (min-width: 817px) {
  .cols4,
  .cols3,
  .cols2 {
    overflow: hidden;
    margin-left: -20px;
  }
  .cols4 .col,
  .cols3 .col,
  .cols2 .col {
    padding-left: 20px;
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
  }
  .cols4 .col {
    width: 25%;
    float: left;
    height: 100%;
  }
  .mod-quick-links {
    float: left;
    display: inline-block;
    width: 23%;
  }
}
@media only screen and (min-width: 1024px) {
  .myAppsForNonDesktop {
    display: none;
  }
  #navbar-search {
    display: block  !important;
  }
  .i-search {
    display: block  !important;
  }
  .p-close {
    display: none  !important;
  }
}
@media only screen and (min-width: 980px) {
  .myAppsForNonDesktop {
    display: none;
  }
}
@media only screen and (min-width: 818px) and (max-width: 1024px) {
  body {
    /*background: url('../img/rhombus.png') no-repeat scroll -918px -10px transparent  !important;*/
  }
  main {
    padding: 0;
  }
  footer a {
    margin: 0  !important;
    padding: 0  !important;
  }
  footer h3 a {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
  }
  .logo {
    top: 40px;
  }
  .logo img {
    width: 100%;
  }
  .rhombus {
    top: 0;
    left: -10px;
    width: 100%;
    height: 125px;
    /*background: url('../img/rhombus.png') no-repeat scroll -918px -10px transparent  !important;*/
    display: none;
  }
  .rhombus img {
    bottom: 35px;
    position: absolute;
    right: -5px;
    display: block;
  }
  .ui-tabs-panel.ui-widget-content.ui-corner-bottom {
    min-height: 284px;
  }
  .m-logo {
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 100;
    display: none;
  }
  #search-q {
    display: block  !important;
  }
  .solution-selector {
    padding: 5px;
  }
  .solution-selector .c-26 {
    float: right  !important;
  }
  mod-tabs-slider .container-fluid.padding div {
    clear: both;
  }
  mod-tabs-slider .container-fluid {
    overflow: hidden;
  }
  mod-tabs-slider .padding {
    padding: 0  !important;
  }
  #nav-menu {
    width: 85%;
  }
  #nav-menu a {
    padding: 10px 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
  }
  .nav-bus {
    width: 76%;
  }
  .navbar {
    width: 77%;
  }
  .navbar-search {
    margin: 5px;
  }
  .p-close {
    display: none  !important;
  }
  .dd-search .btn-search {
    width: 11%;
  }
  .i-buy-online,
  .i-getting-started,
  .i-internet-services {
    padding: 20px 10px 20px 60px;
  }
  .social {
    float: left;
    width: 28%  !important;
  }
  .help-bar .cols4 {
    -moz-background-size: 13%;
    -o-background-size: 13%;
    -webkit-background-size: 13%;
    background-size: 13%;
  }
  .help-bar .cols4 h3 {
    font-weight: 700;
    font-size: 15px;
    line-height: 2;
    padding: 2px 0 2px 35px  !important;
  }
  .help-bar .cols4 .btn-help {
    width: 76%;
  }
  .mod-sb {
    margin-top: 10px;
  }
  .mod-sb.sml p {
    line-height: 1.2em;
  }
  .mod-sb h4 {
    font-weight: 700;
    font-size: 13px;
    line-height: 2;
  }
  .mod-sb .cols3 {
    margin-right: 4%  !important;
    width: 34.333%;
  }
  .help-topics-1 li,
  .help-topics-2 li,
  .help-topics-3 li {
    padding: 8px 0 8px 60px  !important;
    border: 0 none  !important;
    -moz-background-size: 15% auto;
    -o-background-size: 15% auto;
    -webkit-background-size: 15% auto;
    background-size: 15% auto;
  }
  .o-s {
    width: 41%  !important;
  }
  .ie10 #nav-menu {
    width: 88%  !important;
  }
  .ie10 #nav-menu li {
    width: 7.5em;
  }
  .ie10 #nav-menu li:last-child {
    width: 11.2em  !important;
  }
  .mod-help-more .mho a {
    font-size: 15px;
  }
  .mod-help-more .mho h3 {
    font-size: 15px  !important;
    font-weight: 700  !important;
  }
  .mod-help-more .mho li ul li {
    width: 100%  !important;
  }
  .mod-callback label,
  .mod-callback .email-form input,
  .mod-callback select {
    width: 75%;
  }
  .mod-s-plans a,
  .mod-devices a {
    font-size: 10px;
  }
  .mod-quick-links nav ul li h3 {
    font-size: 14px  !important;
  }
  .mod-fl-menu {
    right: 5px;
    margin-right: 0;
  }
  .mod-faceted-search-filters {
    min-width: 22%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1070px) {
  .myAppsForNonDesktop {
    display: none;
  }
  .mod-fl-menu {
    right: 5px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  .solution-selector {
    padding: 5px;
  }
  .solution-selector .c-26 {
    float: left  !important;
    width: 100%  !important;
    clear: none;
    text-align: left  !important;
    padding: 5px;
  }
  .solution-selector .c-26 .btn-ss {
    display: inline-block  !important;
    margin-right: 5px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 817px) {
  .mod-fl-menu {
    display: none;
  }
  body {
    padding: 0  !important;
  }
  main,
  section {
    margin: 0;
  }
  sup {
    padding-left: 6px;
  }
  header {
    min-height: 45px  !important;
    margin-bottom: 0;
  }
  main {
    padding: 0;
  }
  nav {
    z-index: 400;
  }
  h1 {
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.25;
  }
  h2 {
    color: #e60000;
    font-weight: 400;
    font-size: 22px;
    line-height: / 1.158;
  }
  h3 {
    margin: 25px 0 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: / 1.176;
  }
  .rhombus {
    top: -44px;
    left: -950px  !important;
    z-index: 500;
    width: 1000px  !important;
    display: block;
  }
  .logo {
    display: none;
  }
  .m-logo {
    top: 12px;
    left: 10px;
    z-index: 500;
    display: block;
  }
  .m-logo img {
    width: 125px;
    display: block;
  }
  .container-fluid {
    padding: 0  !important;
  }
  .main-grid-full {
    padding: 0 20px;
  }
  .main-grid-full .search {
    display: none;
  }
  .nav-close {
    display: block  !important;
    padding-top: 20px;
  }
  .container {
    padding: 0  !important;
  }
  .active h3 {
    background: url("../img/misc/ft-arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    background-image: url("../img/misc/ft-arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 100;
  }
  i.imgFade {
    position: absolute;
    width: 51px;
    height: 394px;
    background: url("../img/pricingInformation/shadow-left.png") repeat-y scroll left bottom transparent;
    right: 0;
    z-index: 99 !important;
    top: 56px;
  }
  i.imgFadePlanTable {
    position: absolute;
    width: 51px;
    height: 100%;
    background: url("../img/pricingInformation/shadow-left.png") repeat-y scroll left bottom transparent;
    right: 0;
    z-index: 99 !important;
    top: 0;
  }
  #nav-custom {
    height: 44px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background: #fff;
  }
  #nav-menu li,
  #nav-menu li a:hover {
    background: #fff;
  }
  #nav-menu,
  #nav-menu a:hover {
    width: 100%;
    height: 100%;
    background-image: none  !important;
    text-decoration: underline;
  }
  #nav-menu a {
    padding: 14px;
    color: #333333;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.3;
  }
  #nav-menu li {
    margin: 0;
    padding: 0;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
  }
  #nav-menu li:last-child {
    border-bottom-color: #8f8f8f;
  }
  #nav-menu li#closeBtn {
    display: block;
  }
  #nav-menu li#mobileLogoutLi {
    display: block;
  }
  #nav-menu li#closeBtn a {
    font: 18px "Arial", sans-serif;
  }
  #nav-menu li#closeBtn a:hover {
    font-weight: normal;
    text-decoration: underline;
  }
  #nav-menu li .selected {
    background: none repeat scroll 0 0 #ffffff;
    color: #E31F00;
  }
  #searchCloseBtn {
    display: block;
    height: 30px;
  }
  .navbar-search {
    display: none;
  }
  .navbar {
    top: 0;
    left: 0;
    z-index: 2  !important;
    margin: 0;
    width: 100%;
    height: 50px;
  }
  .nav-bus,
  .nav-bus-right {
    display: none;
  }
  .navbar-collapse {
    width: 100%  !important;
  }
  .collapsed-menu {
    z-index: 10;
    margin: -5px 0 -5px -1px;
    padding: 8px 16px;
    border: 1px solid #616161;
    background: #FFFFFF;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #basket-mbl-lrg {
    margin-top: 7px;
    border-left: 0  !important;
    vertical-align: top;
    background: url("img/icon.png") repeat scroll 0 0 transparent;
    background-position: 0 -124px;
    height: 16px;
    width: 19px  !important;
  }
  #basket-mbl-lrg sup {
    background-color: #E60000;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    padding: 0 3px;
    position: absolute;
    text-align: right;
    width: auto;
    right: 5px;
    top: -1px;
  }
  #search-mbl-lrg {
    background: url('img/icon/mobile-search-lrg.png') no-repeat scroll center transparent;
  }
  #search-mbl-lrg,
  #basket-mbl-lrg {
    width: 40px;
  }
  .mod-footer .copy {
    padding: 10px 20px;
  }
  .dd-search {
    top: 3.5em;
    z-index: 1;
    margin: 0;
    padding: 30px;
    width: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #cacaca  !important;
  }
  .dd-search .btn-search {
    display: block  !important;
    right: 2%;
    top: 25%;
    width: 12%;
  }
  .dd-search .i-search {
    width: 88%;
  }
  .p-close {
    display: none;
    margin: 0 auto;
    padding: 14px 10px 0;
    width: 6em;
    background: url("img/icon/arrow-up-grey.png") no-repeat scroll right 20px #ffffff;
    color: #656565;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
  }
  .p-close:hover {
    text-decoration: underline;
  }
  .ul-border {
    border-top: 1px solid #cacaca  !important;
    border-bottom: 1px solid #cacaca  !important;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .cols3 {
    float: none  !important;
    width: 100%  !important;
    cursor: pointer;
  }
  .cols3 li {
    display: none;
    width: 100%;
    border: 0;
    padding: 6px 10px;
  }
  .cols3 h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    vertical-align: middle;
    line-height: 2.5;
  }
  .li-first {
    display: block  !important;
    padding: 13px 40px 13px 15px  !important;
    width: 100%;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .cols3.added a {
    padding-left: 48px  !important;
  }
  .main-center {
    border: 0;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
    background: #fff;
    padding: 0;
  }
  .main-center .added {
    background: #F4F4F4;
  }
  .main-center .added .li-first {
    border-top: 0  !important;
  }
  .li-first h3 {
    padding: 0 0 0 40px  !important;
    height: 35px;
  }
  .i-internet-services {
    background: url('img/icon/pay-bill-sml.png') no-repeat scroll left center transparent  !important;
  }
  .i-getting-started {
    background: url('img/icon/device-services-sml.png') no-repeat scroll left center transparent  !important;
  }
  .i-buy-online {
    background: url('img/icon/new-user-sml.png') no-repeat scroll left center transparent  !important;
  }
  .i-buy-online,
  .i-getting-started,
  .i-internet-services {
    padding: 20px 10px 20px 40px  !important;
  }
  #search-q {
    display: none  !important;
  }
  .mob-more-help {
    display: block  !important;
    height: 100px;
  }
  .cols3 .mob-more-help {
    border-right: 1px solid #cacaca  !important;
  }
  .help-topics-3 .mob-more-help {
    border: 0 none  !important;
  }
  .help-bar .cols4 p,
  .help-bar .cols4 .btn-help {
    display: none;
  }
  .help-bar .cols4 {
    width: 100%;
    margin: 0  !important;
    background-position: 3% center  !important;
  }
  .help-bar .cols4 h3 {
    padding: 20px 0 20px 70px  !important;
    margin: 0;
  }
  .i-arrow-left-lrg {
    background: url('img/icon/nav-arrow-left-lrg.png') no-repeat scroll center left transparent;
  }
  .i-arrow-right-lrg {
    background: url('img/icon/nav-arrow-right-lrg.png') no-repeat scroll center left transparent;
  }
  .i-arrow-right-lrg,
  .i-arrow-left-lrg {
    width: 30px;
    height: 20px;
    float: right;
  }
  .mod-sb {
    padding-bottom: 20px  !important;
    width: 100%  !important;
    float: none  !important;
    margin-left: 0  !important;
  }
  .mod-sb .cols3 {
    width: 100%  !important;
  }
  .mod-sb select {
    width: 100%;
  }
  .mod-sbm {
    margin-bottom: 20px;
    width: 100%;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 3px #000000;
    -webkit-box-shadow: 0 1px 3px #000000;
    box-shadow: 0 1px 3px #000000;
  }
  .mod-sbm .help-topics-1 {
    border-right: 1px solid #cccccc  !important;
  }
  .mod-sbm .help-topics-3 {
    border-left: 1px solid #cccccc  !important;
  }
  .help-topics-1 li {
    background: url('img/icon/alert-sml.png') no-repeat scroll center 20px transparent;
  }
  .help-topics-2 li {
    background: url('img/icon/puzzle-sml.png') no-repeat scroll center 20px transparent;
  }
  .help-topics-3 li {
    background: url('img/icon/coverage-sml.png') no-repeat scroll center 20px transparent;
  }
  .help-topics-1 li,
  .help-topics-2 li,
  .help-topics-3 li {
    display: none;
    padding: 0  !important;
    text-align: center;
    width: 32%  !important;
    float: left;
  }
  .help-topics-1 li a,
  .help-topics-2 li a,
  .help-topics-3 li a {
    display: block;
  }
  .help-topics-1 li h3,
  .help-topics-2 li h3,
  .help-topics-3 li h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin: 0  !important;
    padding: 65px 0 0 0  !important;
  }
  .cols0 {
    display: none;
  }
  .link-arrow {
    border: 0  !important;
    padding-left: 5px  !important;
  }
  .cols3 .mob-more-help h3:after {
    border: 0  !important;
  }
  .mod-footer {
    min-height: 340px;
    padding-top: 15px;
    z-index: 10;
  }
  .mod-footer ul {
    display: none;
    position: absolute;
    left: 34.5%;
    padding: 10px;
    top: 10px;
    background: #4D4D4D;
    border: 1px solid #7f7f7f;
    border-radius: 3px;
    right: 10px;
  }
  .mod-footer ul li {
    margin: 15px 15px 20px;
  }
  .mod-footer .active ul {
    display: block;
  }
  .mod-footer h3 {
    font-size: 12px;
    margin: 5px 0 0 0  !important;
    width: 35%;
    text-align: right;
    vertical-align: middle;
    padding: 0 20px 0 0;
    cursor: pointer;
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    position: relative;
    z-index: 999;
  }
  .mod-footer h3 a {
    font-size: 12px  !important;
    line-height: 1.6em;
  }
  .mod-footer ul li {
    margin: 5px 5px 10px;
  }
  .mod-footer .social-media {
    width: auto;
    background: none;
    border: none;
    clear: both;
    left: 0;
    margin: 0;
    padding: 5px 0 0 0;
    position: relative;
    top: 0;
  }
  .mod-footer a {
    line-height: 1em;
  }
  .mod-footer .copy,
  .mod-footer .copy a {
    font-size: 10px;
  }
  .ie10 sup {
    font-size: 12px  !important;
  }
  .ql .btn-help {
    display: none;
  }
  .ql h4,
  .ql div,
  .ql label {
    display: block  !important;
    color: #fff;
  }
  .ql h4 {
    font: 700 20px / 1.176 "Arial", sans-serif;
    padding-left: 35px;
    margin: 0 0 0 5px;
  }
  .ql ul li form {
    position: relative;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin: 0;
  }
  .ql ul li form .btn-login {
    display: block;
    padding: 5px 40px  !important;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 16px;
    font-weight: normal;
  }
  .ql ul li form .link-arrow {
    display: block;
    line-height: 1em;
    padding-top: 10px;
  }
  .cols2 {
    width: 95%  !important;
    float: none;
    margin: 0 auto  !important;
    padding-bottom: 20px;
  }
  .ql.cols4 {
    width: 100%  !important;
  }
  .ql.cols4 h4 i {
    position: absolute;
    top: 0;
    right: 20px;
    height: 3em  !important;
    background: url("img/icon/nav-arrow-up-w-lrg.png") no-repeat scroll left center transparent;
  }
  .ql.cols4 b {
    font-size: 16px;
    font-weight: normal  !important;
    line-height: 0.8em;
    margin-bottom: 10px;
    vertical-align: top;
    display: block;
    font-style: normal;
  }
  .ql.cols4 input,
  .ql.cols4 label {
    width: 100%;
    display: block;
  }
  .ql.cols4 label {
    font-weight: bold;
    padding: 5px 0;
  }
  .ql.cols4 h3 {
    display: none;
  }
  .ql.cols4 li a {
    padding-left: 40px;
    display: block;
    line-height: 1.8em;
  }
  .ql.cols4 .i-ar-lrg-active {
    height: 1em;
  }
  .ql.cols4 .i-need-help {
    background: url("img/icon/need-help.png") no-repeat scroll left center transparent;
  }
  .ql.cols4 .i-basket {
    background: url("img/icon/basket.png") no-repeat scroll left center transparent;
  }
  .ql.cols4 .i-pay-bill {
    background: url("img/icon/pay-bill.png") no-repeat scroll left center transparent;
  }
  .ql.cols4 .i-top-up {
    background: url("img/icon/top-up.png") no-repeat scroll left center transparent;
  }
  .o-s {
    width: 60%  !important;
    padding: 0;
  }
  .o-s strong {
    display: inline;
  }
  .ss-img {
    width: 34%;
  }
  .ss-img img {
    width: 100%;
  }
  .cols3 .nb {
    padding-top: 10px  !important;
  }
  .cols3 .nb a {
    padding: 8px 20px  !important;
    margin: 0 0 10px 50px;
    line-height: 3em;
    vertical-align: middle;
  }
  .device-overview {
    -moz-box-shadow: 0 0 0 0  !important;
    -webkit-box-shadow: 0 0 0 0  !important;
    box-shadow: 0 0 0 0  !important;
    border: 0;
  }
  .mod-callback nav,
  .mod-callback .device-overview,
  .mod-device-details nav,
  .mod-device-details .device-overview,
  .mod-main-banner nav,
  .mod-main-banner .device-overview {
    float: none;
    width: 100%;
    margin: 25px 0 0  !important;
  }
  .mod-callback nav a,
  .mod-callback .device-overview a,
  .mod-device-details nav a,
  .mod-device-details .device-overview a,
  .mod-main-banner nav a,
  .mod-main-banner .device-overview a {
    color: #333333  !important;
    font-size: 18px  !important;
    line-height: 1.5em  !important;
    font-weight: normal;
  }
  .mod-callback nav .selected,
  .mod-callback .device-overview .selected,
  .mod-device-details nav .selected,
  .mod-device-details .device-overview .selected,
  .mod-main-banner nav .selected,
  .mod-main-banner .device-overview .selected {
    background: url('img/icon/nav-arrow-right-lrg.png') no-repeat scroll center left transparent  !important;
    background-position: 95% 50%  !important;
  }
  .mod-callback nav .selected a,
  .mod-callback .device-overview .selected a,
  .mod-device-details nav .selected a,
  .mod-device-details .device-overview .selected a,
  .mod-main-banner nav .selected a,
  .mod-main-banner .device-overview .selected a {
    color: #333333  !important;
  }
  .mod-callback nav ins,
  .mod-callback .device-overview ins,
  .mod-device-details nav ins,
  .mod-device-details .device-overview ins,
  .mod-main-banner nav ins,
  .mod-main-banner .device-overview ins {
    display: none;
  }
  input.access .email-form input {
    padding: 10px  !important;
    font-weight: normal  !important;
  }
  .mod-callback .device-overview,
  .mod-device-details .device-overview,
  .mod-main-banner .device-overview {
    border: 0  !important;
    padding: 15px 5px 0 5px;
  }
  .mod-callback nav ul li,
  .mod-device-details nav ul li,
  .mod-main-banner nav ul li {
    border-bottom: 0;
  }
  .mod-callback .frm-callback,
  .mod-device-details .frm-callback,
  .mod-main-banner .frm-callback,
  .mod-callback label,
  .mod-device-details label,
  .mod-main-banner label,
  .mod-callback input,
  .mod-device-details input,
  .mod-main-banner input,
  .mod-callback select,
  .mod-device-details select,
  .mod-main-banner select {
    width: 100%  !important;
  }
  .mod-help-other .mho,
  .mod-help-more,
  .mod-callback nav,
  .mod-device-details nav,
  .mod-main-banner nav {
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
    margin-bottom: 30px;
    background: #fff;
    padding: 0;
  }
  .mod-help-other .mho li,
  .mod-help-more li,
  .mod-callback nav li,
  .mod-device-details nav li,
  .mod-main-banner nav li {
    border-top: 1px solid #D5D5D5;
    float: none;
    padding: 0;
    line-height: 3em;
    background: url('img/icon/nav-arrow-right-lrg.png') no-repeat scroll center left transparent;
    width: 100%  !important;
    background-position: 95% 50%;
  }
  .mod-help-other .mho li ul,
  .mod-help-more li ul,
  .mod-callback nav li ul,
  .mod-device-details nav li ul,
  .mod-main-banner nav li ul {
    background: #fff;
  }
  .mod-help-other .mho li a,
  .mod-help-more li a,
  .mod-callback nav li a,
  .mod-device-details nav li a,
  .mod-main-banner nav li a {
    margin: 0;
    padding: 20px 30px;
    border: 0;
    font: 700 20px 1.5em  !important "Arial", sans-serif;
    display: block;
  }
  .mod-help-other .mho .ins-calls,
  .mod-help-more .ins-calls,
  .mod-callback nav .ins-calls,
  .mod-device-details nav .ins-calls,
  .mod-main-banner nav .ins-calls {
    background: url("img/icon/phone-alt.png") no-repeat scroll 0 0 transparent  !important;
    width: 30px;
    height: 30px;
  }
  .mod-help-other .mho .ins-mails,
  .mod-help-more .ins-mails,
  .mod-callback nav .ins-mails,
  .mod-device-details nav .ins-mails,
  .mod-main-banner nav .ins-mails {
    background: url("img/icon/email-alt.png") no-repeat scroll 0 0 transparent  !important;
    width: 30px;
    height: 22px;
  }
  .mod-help-other .mho .ins-net,
  .mod-help-more .ins-net,
  .mod-callback nav .ins-net,
  .mod-device-details nav .ins-net,
  .mod-main-banner nav .ins-net {
    background: url("img/icon.png") repeat scroll 0 0 transparent  !important;
    background-position: -290px -112px  !important;
    width: 32px;
    height: 32px;
  }
  .mod-help-other .mho .ins-device,
  .mod-help-more .ins-device,
  .mod-callback nav .ins-device,
  .mod-device-details nav .ins-device,
  .mod-main-banner nav .ins-device {
    background: url("img/icon.png") repeat scroll 0 0 transparent  !important;
    background-position: -229px -45px  !important;
    width: 28px;
    height: 30px;
  }
  .mod-help-other .mho .ins-rewards,
  .mod-help-more .ins-rewards,
  .mod-callback nav .ins-rewards,
  .mod-device-details nav .ins-rewards,
  .mod-main-banner nav .ins-rewards {
    background: url("img/icon.png") repeat scroll 0 0 transparent  !important;
    background-position: -123px 0  !important;
    width: 30px;
    height: 26px;
  }
  .mod-help-other .mho .ins-onenet,
  .mod-help-more .ins-onenet,
  .mod-callback nav .ins-onenet,
  .mod-device-details nav .ins-onenet,
  .mod-main-banner nav .ins-onenet {
    background: url("img/icon.png") repeat scroll 0 0 transparent  !important;
    background-position: -92px -85px  !important;
    width: 30px;
    height: 30px;
  }
  .mod-help-other .mho .ins-bubble,
  .mod-help-more .ins-bubble,
  .mod-callback nav .ins-bubble,
  .mod-device-details nav .ins-bubble,
  .mod-main-banner nav .ins-bubble,
  .mod-help-other .mho .ins-calls,
  .mod-help-more .ins-calls,
  .mod-callback nav .ins-calls,
  .mod-device-details nav .ins-calls,
  .mod-main-banner nav .ins-calls,
  .mod-help-other .mho .ins-mails,
  .mod-help-more .ins-mails,
  .mod-callback nav .ins-mails,
  .mod-device-details nav .ins-mails,
  .mod-main-banner nav .ins-mails,
  .mod-help-other .mho .ins-net,
  .mod-help-more .ins-net,
  .mod-callback nav .ins-net,
  .mod-device-details nav .ins-net,
  .mod-main-banner nav .ins-net,
  .mod-help-other .mho .ins-device,
  .mod-help-more .ins-device,
  .mod-callback nav .ins-device,
  .mod-device-details nav .ins-device,
  .mod-main-banner nav .ins-device,
  .mod-help-other .mho .ins-rewards,
  .mod-help-more .ins-rewards,
  .mod-callback nav .ins-rewards,
  .mod-device-details nav .ins-rewards,
  .mod-main-banner nav .ins-rewards,
  .mod-help-other .mho .ins-onenet,
  .mod-help-more .ins-onenet,
  .mod-callback nav .ins-onenet,
  .mod-device-details nav .ins-onenet,
  .mod-main-banner nav .ins-onenet {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .mod-help-other .mho .i-bubble,
  .mod-help-more .i-bubble,
  .mod-callback nav .i-bubble,
  .mod-device-details nav .i-bubble,
  .mod-main-banner nav .i-bubble,
  .mod-help-other .mho .i-calls,
  .mod-help-more .i-calls,
  .mod-callback nav .i-calls,
  .mod-device-details nav .i-calls,
  .mod-main-banner nav .i-calls,
  .mod-help-other .mho .i-mails,
  .mod-help-more .i-mails,
  .mod-callback nav .i-mails,
  .mod-device-details nav .i-mails,
  .mod-main-banner nav .i-mails,
  .mod-help-other .mho .i-net,
  .mod-help-more .i-net,
  .mod-callback nav .i-net,
  .mod-device-details nav .i-net,
  .mod-main-banner nav .i-net,
  .mod-help-other .mho .i-device,
  .mod-help-more .i-device,
  .mod-callback nav .i-device,
  .mod-device-details nav .i-device,
  .mod-main-banner nav .i-device,
  .mod-help-other .mho .i-rewards,
  .mod-help-more .i-rewards,
  .mod-callback nav .i-rewards,
  .mod-device-details nav .i-rewards,
  .mod-main-banner nav .i-rewards,
  .mod-help-other .mho .i-onenet,
  .mod-help-more .i-onenet,
  .mod-callback nav .i-onenet,
  .mod-device-details nav .i-onenet,
  .mod-main-banner nav .i-onenet {
    background: none;
    display: block;
    padding: 15px 20px  !important;
    line-height: 0;
    text-decoration: none;
  }
  .mod-help-other .mho .block,
  .mod-help-more .block,
  .mod-callback nav .block,
  .mod-device-details nav .block,
  .mod-main-banner nav .block {
    display: block  !important;
  }
  .mod-help-other .mho h3,
  .mod-help-more h3,
  .mod-callback nav h3,
  .mod-device-details nav h3,
  .mod-main-banner nav h3 {
    display: none;
  }
  .mod-help-other .mho p,
  .mod-help-more p,
  .mod-callback nav p,
  .mod-device-details nav p,
  .mod-main-banner nav p {
    display: none;
  }
  .mod-help-other .mho .dn,
  .mod-help-more .dn,
  .mod-callback nav .dn,
  .mod-device-details nav .dn,
  .mod-main-banner nav .dn {
    display: none;
  }
  .mod-help-devices .icons {
    display: none;
  }
  .mod-help-devices .icons li {
    width: 48%;
  }
  .mod-help-devices div .icons {
    display: block;
  }
  .mod-help-devices div .icons li {
    display: block;
  }
  .mod-help-devices div.complete .icons,
  .mod-help-devices div.inactive .icons {
    display: none;
  }
  .mod-help-more li {
    padding: 0  !important;
  }
  .mod-main-banner {
    width: 100%;
  }
  .mod-main-banner #tabs li a {
    font-weight: normal  !important;
    font-size: 12px  !important;
    line-height: 3em  !important;
    color: #ffffff  !important;
  }
  .mod-devices {
    display: none;
  }
  .mod-s-plans {
    width: 100%;
  }
  .mod-s-plans ul {
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    float: left;
    margin: 25px 2px;
    padding: 0;
  }
  .mod-s-plans ul .m-btns {
    display: none;
  }
  .mod-s-plans ul li {
    border-top: 1px solid #ADADAD;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    /*padding: 20px 10px 20px 10px;*/
    width: 100%;
    position: relative;
    background-position: 98% center  !important;
  }
  .mod-s-plans ul li a {
    background: url("img/icon/nav-arrow-right.png") no-repeat scroll 90% center #ffffff;
    display: block;
  }
  .mod-s-plans ul .aCarousel > li {
    background: url('img/icon/nav-arrow-down-lrg.png') no-repeat scroll top left transparent;
  }
  .mod-s-plans ul .vCarousel li ul {
    background: none;
    border-radius: 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    margin: 0 0 0 -20px;
    clear: both;
    float: none;
  }
  .mod-s-plans ul .vCarousel li ul li {
    margin-right: 10px;
    width: auto;
    padding: 0;
  }
  .mod-tabs-slider ins {
    display: none;
  }
  .mod-tabs-slider .aCarousel li {
    padding: 0 24px;
  }
  .mod-s-brands {
    width: 100%;
  }
  .mod-s-brands ul {
    width: 100%;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    float: left;
    margin: 25px 2px;
    padding: 0;
  }
  .mod-s-brands ul .m-btns {
    display: none;
  }
  .mod-s-brands ul li {
    border-top: 1px solid #ADADAD;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    width: 33.3%;
    height: 5em;
    padding: 0;
    position: relative;
    background-position: 15px center  !important;
  }
  .mod-s-brands ul li a {
    background: url("img/icon/nav-arrow-right.png") no-repeat scroll 90% center #ffffff;
    display: block;
    border: none;
    margin: 0 auto;
    width: 102px;
  }
  .mod-fl-menu {
    display: none;
  }
  .mod-faceted-search-filters {
    float: left;
    width: 100%;
  }
  .mod-faceted-search-filters h2 {
    padding: 10px;
    margin: 0;
    border-top: 1px solid #cacaca;
    background: url('img/icon/nav-arrow-down-lrg.png') no-repeat scroll top left transparent;
    background-position: 95% center  !important;
    cursor: pointer;
    font-size: 22px;
    color: #333;
  }
  .mod-faceted-search-filters .facet-more {
    background-color: #F4F4F4;
  }
  .mod-faceted-search-filters h3 {
    padding: 0 0 10px 0  !important;
  }
  .mod-faceted-search-filters .styleThese ul li form .btn a.lrg .btnWhite,
  .mod-faceted-search-filters .styleThis ul li form .btn a.lrg .btnWhite {
    line-height: 2.5  !important;
    padding: 0 20px  !important;
    width: 100%  !important;
  }
  .mod-faceted-search-filters .styleThese ul li .dp,
  .mod-faceted-search-filters .styleThis ul li .dp {
    background: #F4F4F4;
  }
  .mod-faceted-search-filters a.lrg {
    line-height: 2  !important;
    margin: 10px 0 10px 0  !important;
  }
  .mod-faceted-search-filters .hideThis {
    display: block;
  }
  .mod-faceted-search-filters .styleThese h2,
  .mod-faceted-search-filters .styleThis h2 {
    background-color: #FFFFFF;
    border-bottom: 0;
  }
  .mod-faceted-search-filters .styleThese li,
  .mod-faceted-search-filters .styleThis li {
    border: 0 none  !important;
    border-radius: 0  !important;
    margin: 0  !important;
  }
  .mod-faceted-search-filters .styleThese ul,
  .mod-faceted-search-filters .styleThis ul {
    -moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
    -moz-border-radius: 5px  !important;
    -ms-border-radius: 5px  !important;
    -o-border-radius: 5px  !important;
    -webkit-border-radius: 5px  !important;
    border-radius: 5px  !important;
  }
  .mod-search-results {
    width: 99%;
  }
  .mod-search-results .facet-more {
    padding: 15px  !important;
  }
  .mod-search-results li > img {
    width: 90%;
    padding: 0;
  }
  .mod-search-results li:nth-child(2n) {
    width: 100%  !important;
  }
  .mod-search-results article figure img {
    padding: 10px  !important;
    width: 25%  !important;
  }
  .mod-search-results h3 {
    border: 0  !important;
  }
  .mod-search-results h4 {
    margin-top: 0;
  }
  .mod-search-results .featured {
    background: none repeat scroll 0 0 #f4f4f4  !important;
  }
  .mod-search-results .featured h3 {
    padding-right: 30px  !important;
  }
  .mod-search-results .btn.btnWhite {
    white-space: pre-wrap;
  }
  .copy {
    position: absolute;
    bottom: .5em;
    width: 100%;
  }
  .copy ul {
    display: inline-block;
    position: relative;
    float: right;
    background: none;
    border: none;
    left: 0;
    width: 30%  !important;
    padding: 0;
    margin: 0;
  }
  .copy ul li {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 817px) and only (-webkit-min-pixel-ratio: 2) {
  #basket-mbl-lrg {
    background: url('img/icon@2x/mobile-basket-lrg.png') no-repeat scroll center / 27px 23px transparent;
  }
  #search-mbl-lrg {
    background: url('img/icon@2x/mobile-search-lrg.png') no-repeat scroll center / 24px 23px transparent;
  }
  .help-topics-1 li {
    background: url('img/icon@2x/alert-sml.png') no-repeat scroll center 0.5714285714285714px 32px transparent;
  }
  .help-topics-2 li {
    background: url('img/icon@2x/puzzle-sml.png') no-repeat scroll center 0.6451612903225806px 39px transparent;
  }
  .help-topics-3 li {
    background: url('img/icon@2x/coverage-sml.png') no-repeat scroll center 0.6896551724137931px 32px transparent;
  }
  .i-internet-services {
    background: url('img/icon@2x/pay-bill-sml.png') no-repeat scroll left center / 23px 25px transparent  !important;
  }
  .i-getting-started {
    background: url('img/icon@2x/device-services-sml.png') no-repeat scroll left center / 27px 30px transparent  !important;
  }
  .i-buy-online {
    background: url('img/icon@2x/new-user-sml.png') no-repeat scroll left center / 30px 23px transparent  !important;
  }
}
@media only screen and (max-width: 480px) {
  .myAppsFor {
    display: none;
  }
  html {
    min-width: 290px;
  }
  main,
  section {
    margin: 0;
  }
  #tabs {
    margin-bottom: 20px;
  }
  h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.25;
  }
  .mod-tabs-slider {
    margin: 0;
    width: 99%  !important;
  }
  .mod-tabs-slider .bx-pager {
    display: none;
  }
  .main-grid-full {
    padding: 9px 5px  !important;
  }
  .ul-border {
    border-top: 1px solid #868686  !important;
    border-bottom: 1px solid #868686  !important;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .cols3 {
    float: none  !important;
    width: 100%  !important;
    cursor: pointer;
  }
  .cols3 li {
    display: none;
    width: 100%;
  }
  .cols3 h3 {
    vertical-align: middle;
    line-height: 2.5;
  }
  .cols3 .mob-more-help h3 {
    font-size: 12px  !important;
  }
  .li-first {
    display: block  !important;
    padding: 16px 40px 16px 15px  !important;
    width: 100%;
    background: #FFFFFF;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .main-center {
    border: 1px solid #868686  !important;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .sml {
    float: none;
    width: 100%  !important;
  }
  .mod-sb {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  .mod-sb.sml {
    margin-left: 0  !important;
  }
  .mod-sbm .help-topics-1,
  .mod-sbm .help-topics-3 {
    border: 0  !important;
  }
  .o-s {
    width: 100%  !important;
  }
  .solution-selector {
    padding: 20px 20px 10px 20px;
  }
  .solution-selector .c-26 {
    text-align: center  !important;
  }
  .solution-selector .c-26 .btn-ss {
    margin-top: 20px;
    width: 100%;
  }
  .ss-img {
    display: none;
  }
  .main-grid-full {
    padding: 0;
  }
  .main-grid-full .search {
    display: none;
  }
  .mdd-tabs {
    display: none  !important;
  }
  .mod-s-brands {
    width: 100%;
  }
  .mod-s-brands ul {
    width: 100%;
  }
  .mod-footer {
    padding: 10px  !important;
  }
  .mod-footer h3 {
    width: 35.5%;
  }
  .mod-footer ul {
    left: 35.5%;
  }
  .mod-footer h3 a {
    font-size: 12px  !important;
  }
  .mod-footer .copy p {
    width: 60%;
    font-size: 9px  !important;
  }
  .mod-footer .copy {
    width: 95%;
    font-size: 9px  !important;
    padding: 6px 0;
  }
  .mod-footer .copy a {
    font-size: 9px;
  }
  .mod-footer .copy ul {
    width: 39%  !important;
    left: 0;
  }
  .mod-footer .copy ul li {
    padding-left: 5px;
  }
  .mod-main-banner .device-overview img {
    float: none;
  }
  .mod-main-banner .device-overview #tabs {
    margin: 0;
  }
  .mod-tabs-slider {
    border: none;
    background: none;
    margin: 0  !important;
  }
  .mod-tabs-slider .aCarousel li[data-title="Phones"] .bx-viewport {
    height: auto  !important;
    max-height: 215px  !important;
  }
  .mod-tabs-slider div.banner[data-title="Plans"] figure {
    padding-top: 0;
  }
  .mod-tabs-slider .aCarousel li[data-title="Plans"] .bx-viewport {
    min-height: 300px  !important;
  }
  .mod-tabs-slider .aCarousel li[data-title="Plans"] .bx-viewport .vCarousel li {
    min-width: 275px  !important;
  }
  .mod-tabs-slider .container-fluid {
    overflow: hidden;
  }
  .mod-tabs-slider .banner {
    margin: 0;
    width: 100%  !important;
  }
  .mod-tabs-slider ul {
    float: none;
  }
  .mod-tabs-slider ins,
  .mod-tabs-slider .bx-controls-direction {
    display: none  !important;
  }
  .mod-tabs-slider .aCarousel > li {
    background: url('img/icon/nav-arrow-down-lrg.png') no-repeat scroll top left transparent;
  }
  .mod-tabs-slider .aCarousel {
    -moz-border-radius: 10px 10px 10px 10px  !important;
    -ms-border-radius: 10px 10px 10px 10px  !important;
    -o-border-radius: 10px 10px 10px 10px  !important;
    -webkit-border-radius: 10px 10px 10px 10px  !important;
    border-radius: 10px 10px 10px 10px  !important;
    width: 100%;
    background: none;
    margin: 2px 0 0 0  !important;
  }
  .mod-tabs-slider .aCarousel .vCarousel {
    -moz-border-radius: 0  !important;
    -ms-border-radius: 0  !important;
    -o-border-radius: 0  !important;
    -webkit-border-radius: 0  !important;
    border-radius: 0  !important;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }
  .mod-tabs-slider .aCarousel .vCarousel li {
    border: 0;
  }
  .mod-tabs-slider .aCarousel .pCarousel figure {
    padding: 0 10px 10px 0;
    width: 100%;
    height: 130px;
  }
  .mod-tabs-slider .aCarousel .pCarousel figure figcaption {
    line-height: 1;
    float: left;
    width: 58%;
    text-align: left;
    padding-left: 10px;
  }
  .mod-tabs-slider .aCarousel .pCarousel .btn.btnPurple {
    width: auto  !important;
  }
  .mod-tabs-slider .aCarousel .pCarousel em {
    float: left;
    text-align: left;
    padding-top: 5px;
  }
  .mod-tabs-slider .aCarousel .pCarousel br {
    display: none;
  }
  .mod-tabs-slider .aCarousel .pCarousel .i-ratings-on {
    position: absolute;
    right: 14%;
    top: 37%;
  }
  .mod-tabs-slider .aCarousel .pCarousel li {
    margin: 10px 0 0 0;
    padding: 10px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #adadad  !important;
    min-height: 0  !important;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .mod-tabs-slider .aCarousel .pCarousel li a {
    margin-top: 5px;
    width: 90px;
  }
  .mod-tabs-slider .aCarousel .dots {
    display: none;
  }
  .mod-tabs-slider .aCarousel li:first-child {
    border: 0;
  }
  .mod-tabs-slider .aCarousel > li {
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    padding: 10px;
    line-height: 1.5em;
    background-position: 97% center  !important;
    border-top: 1px solid #ADADAD;
  }
  .mod-tabs-slider .aCarousel > li p {
    padding-left: 10px;
    height: auto;
    padding-bottom: 5px;
  }
  .mod-tabs-slider .aCarousel > li .slider-header .slider-header-selected {
    padding-bottom: 10px  !important;
  }
  .mod-tabs-slider .aCarousel > li div {
    font-size: 12px;
  }
  .mod-tabs-slider .aCarousel .sl-inset {
    -moz-border-radius: 5px  !important;
    -ms-border-radius: 5px  !important;
    -o-border-radius: 5px  !important;
    -webkit-border-radius: 5px  !important;
    border-radius: 5px  !important;
    background-color: #F4F4F4;
  }
  .mod-tabs-slider .aCarousel li.sl-inset {
    background: url('img/icon/nav-arrow-up-lrg.png') no-repeat scroll top left transparent;
    background-position: 97% 15px  !important;
  }
  .mod-tabs-slider .aCarousel span,
  .mod-tabs-slider div span {
    clear: both  !important;
    float: none;
  }
  .mod-tabs-slider .banner .bx-viewport {
    margin: 0;
  }
  .mod-tabs-slider .sl-inset {
    height: auto  !important;
    color: #333333  !important;
    line-height: 1.4em  !important;
    overflow: hidden;
  }
  figure figcaption {
    line-height: 0.5;
  }
  .mod-faceted-search-filters .styleThese ul li .dp .showMore,
  .mod-faceted-search-filters .styleThis ul li .dp .showMore {
    background-position: 4% center  !important;
  }
  .mod-search-results figure figcaption {
    width: 100%;
    line-height: 1;
  }
  .mod-search-results figure figcaption a {
    padding-left: 0;
  }
  .mod-search-results li > img {
    padding: 5px 2px;
    margin: 0 auto;
  }
  .mod-search-results li:nth-child(2n) {
    width: 100%  !important;
  }
  .mod-search-results article figure img {
    padding: 10px  !important;
    width: 40%  !important;
    display: none;
  }
  .mod-search-results .featured article {
    min-width: 272px;
  }
  .mod-search-results .featured article figure img {
    display: block;
    margin: 0 auto;
  }
  .mod-plan-item.styleThese ul li {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .mod-plan-item.styleThese figure {
    display: inline-block;
    margin: 0 auto;
    min-width: 180px;
    width: auto;
  }
  .mod-plan-item.styleThese figure figcaption {
    line-height: 1;
    margin: 0 !important;
    padding: 18px 0 !important;
  }
  .mod-plan-item.styleThese strong {
    font-size: 38px !important;
    color: #ca0000;
  }
  .mod-sr-login .sr-login p {
    font-size: 12px;
    line-height: 1.2;
  }
  .mod-sr-login .sr-login figure {
    min-height: 80px;
  }
  .mod-sr-login .sr-login .btnPurple {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .mod-sr-login .sr-login ul {
    display: block;
  }
  .mod-sr-login .sr-login ul li,
  .mod-sr-login .sr-login ul input,
  .mod-sr-login .sr-login ul li:nth-child(3n) a,
  .mod-sr-login .sr-login ul button {
    width: 100% !important;
    float: none;
  }
  .mod-sr-login .sr-login ul li:nth-child(3n) a {
    position: relative;
    padding: 10px 0;
  }
  .mod-sr-login .sr-login ul li:nth-child(3n) {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 401px) and (max-width: 599px) {
  .myAppsFor {
    display: none;
  }
  .mod-search-results article figure img {
    width: 21%  !important;
  }
  .mod-search-results .btn.btnWhite {
    clear: both;
    float: none  !important;
    width: 95%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 817px) {
  .myAppsFor {
    display: none;
  }
  .solution-selector {
    padding: 10px;
  }
  .solution-selector .c-26 {
    float: left  !important;
    width: 60%  !important;
    clear: none;
    text-align: left;
    padding: 5px 0 5px 0;
  }
  .solution-selector .c-26 a {
    display: inline-block;
    margin-right: 5px;
  }
  .mod-search-results figcaption {
    width: 88%  !important;
  }
  .mod-search-results .featured figcaption {
    width: auto  !important;
  }
}
@media only (-webkit-min-pixel-ratio: 2) {
  .i-internet-services {
    background: url('img/icon@2x/pay-monthly-sml.png') no-repeat scroll left center / 40px 46px transparent;
  }
  .i-getting-started {
    background: url('img/icon@2x/device-services.png') no-repeat scroll left center / 58px 49px transparent;
  }
  .i-buy-online {
    background: url('img/icon@2x/new-user.png') no-repeat scroll left center / 58px 41px transparent;
  }
  .i-arrow-down-lrg {
    background: url('img/icon@2x/nav-arrow-down-lrg.png') no-repeat scroll top left / 13px 8px transparent;
  }
  .i-arrow-up-lrg {
    background: url('img/icon@2x/nav-arrow-up-lrg.png') no-repeat scroll top left / 13px 8px transparent;
  }
  .i-extras {
    background: url('img/icon@2x/extras.png') no-repeat scroll left 0px 38px transparent;
    color: #333;
    padding: 10px 0 10px 40px;
  }
  .i-extras,
  .i-apps {
    display: block;
  }
  .i-apps {
    background: url('img/icon@2x/apps.png') no-repeat scroll left 0.5416666666666666px 29px transparent;
  }
  .i-signal {
    background: url('img/icon@2x/signal.png') no-repeat scroll left 0.4117647058823529px 25px transparent;
  }
  .i-need-help {
    background: url('img/icon@2x/need-help.png') no-repeat scroll left 0.4642857142857143px 28px transparent;
  }
  .i-basket {
    background: url('img/icon@2x/basket-lrg.png') no-repeat scroll left 0.4117647058823529px 25px transparent;
  }
  .i-shield {
    background: url('img/icon@2x/shield.png') no-repeat scroll left 0.5384615384615384px 26px transparent;
  }
  .i-bus-sites {
    background: url('img/icon@2x/business-sites.png') no-repeat scroll left center / 22px 15px transparent;
  }
  .help-topics-1 li {
    background: url('img/icon@2x/alert.png') no-repeat scroll center left / 52px 47px transparent;
  }
  .help-topics-2 li {
    background: url('img/icon@2x/puzzle.png') no-repeat scroll center left / 50px 62px transparent;
  }
  .help-topics-3 li {
    background: url('img/icon@2x/coverage.png') no-repeat scroll center left / 53px 57px transparent;
  }
}
@media only screen and (max-width: 818px) {
  #filterSearch {
    font-size: 16px  !important;
    width: 100%;
    padding: 10px  !important;
    display: block;
    margin: 0 0 20px  !important;
  }
  .mod-search-results .featured {
    background: none !important;
  }
  .mod-search-results .featured figure img {
    width: 60%  !important;
  }
  .mod-sr-login .mod-faceted-search-filters,
  .mod-sr-login .mod-plan-item {
    float: none;
  }
  .mod-sr-login #filterSearch {
    margin: 10px 0 20px 0  !important;
  }
  .mod-sr-login .modulesLeft {
    float: none;
  }
  .mod-sr-login .modulesLeft h3 {
    display: none;
  }
  .mod-sr-login .modulesLeft form {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .mod-sr-login .modulesLeft form ul li {
    width: 100%;
  }
  .mod-faceted-search-filters .device-type {
    display: none;
  }
}
/*Generic scroller color option - they shouldn't need to change'*/
/*Global carousel styles,no need to change these*/
.clearfix {
  float: none;
  clear: both;
}
.ui-autocomplete {
  background: white !important;
  -moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75) inset;
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75) inset;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75) inset;
}
@media only screen and (max-width: 768px) {
  .max-width-768-hide {
    display: none;
  }
}
.captureImg {
  margin-left: 14px;
}
.labelWidth {
  width: 10%;
}
.registrationBox {
  border: 1px solid #E4DADA;
  border-radius: 5px;
  float: left;
  margin-right: 15px;
  padding: 9px 1px 0 20px;
  width: 95%;
  margin-bottom: 6px;
}
.registrationBox .textPos {
  float: right;
  margin-top: 0px;
  display: inline-block;
  padding-right: 375px;
}
.registrationBox .infoImg1 {
  background: url('../img/sprite.png') no-repeat -875px -26px;
  width: 23px;
  height: 23px;
  display: inline-block;
  margin: -20px 0px 0px 130px;
}
.registrationBox .lastnameInput {
  margin-top: -99px;
  margin-left: 280px;
  width: 100%;
}
.registrationBox input {
  width: 30%;
  margin-bottom: 2%;
  padding-top: 10px;
}
.registrationBox .sendSMSCheck {
  width: 2%;
  height: 16px;
  clear: both;
  -webkit-box-shadow: 0 0px 0px;
}
.registrationBox label {
  float: left;
  clear: both;
  margin-top: -20px;
  position: absolute;
}
.registrationBox div {
  margin-bottom: 4%;
}
.registrationBox h6 {
  padding-bottom: 40px;
}
.registrationBox .headingStyle {
  margin-bottom: 20px;
}
.registrationBox .buttonStyle {
  width: 11%;
  height: 30px;
}
.registrationBox .imgHearWord {
  float: right;
  display: inline-block;
  padding-right: 370px;
  clear: both;
}
.registrationBox .otpInput {
  width: 80%;
  height: 40px;
}
.registrationBox .btnContinue {
  background-color: #a4438b;
  color: white;
  font-weight: 700;
}
.registrationBox .btnCancel {
  background-color: white;
  color: #706868;
  font-weight: 700;
  -moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
}
.registrationBox a {
  color: #a4438b;
}
.registrationBox p {
  line-height: 1.5;
  margin-bottom: 15px;
}
.registrationBox .boldLink {
  font-weight: bold;
}
.registrationBox .charInput {
  margin-top: 40px;
}
.registrationBox i {
  float: left;
  display: inline-block;
}
.registrationBox .passWStrengthBar {
  margin-top: -65px;
  margin-left: 265px;
}
.registrationBox tr {
  border-bottom: none !important;
  border-color: none !important;
}
.registrationBox .dropDownImg {
  background: url('../img/uniformsprite.png') no-repeat 100% 72%;
  width: 171px;
  height: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-bottom: 4px;
  margin-right: 19px;
}
.registrationBox .radioBtnOrigin {
  -webkit-box-shadow: 0 0px 0px;
  height: 22px;
  width: 9%;
  float: left;
  margin-top: -3px;
}
.registrationBox .simTextBox {
  width: 50%;
}
.registrationBox .inforImg3 {
  background: url('../img/sprite.png') no-repeat -875px -26px;
  width: 23px;
  height: 23px;
  display: inline-block;
  margin: -20px 0px 0px 210px;
}
.registrationBox .checkSMSSpacing {
  margin-top: -40px;
}
.registrationBox .dateofBorthSpacing {
  padding-top: 30px;
}
.registrationBox .smsRadionBtn {
  margin-left: -3%;
}
.registrationBox .dateDropDown {
  width: 72px;
  background: url('../img/uniformsprite.png') no-repeat 100% 72%;
}
.registrationBox .monthDropDown {
  width: 85px;
  background: url('../img/uniformsprite.png') no-repeat 100% 72%;
}
.registrationBox .yearDropDown {
  width: 89px;
  background: url('../img/uniformsprite.png') no-repeat 100% 72%;
}
.registrationBox .tdWidth {
  width: 25%;
}
.registrationBox .radionBtnText {
  width: 85%;
  margin-left: -6px;
  margin-top: 5px;
}
.registrationBox .radionBtnIcon {
  margin: -17px 0 0 150px;
}
.registrationBox .radioBoxSpacing {
  margin-left: 27px;
}
.registrationBox .smsLabel {
  margin: 0px 0 0 -14px;
  float: none;
  position: none;
}
.registrationBox .secondRadioBoxSpacing {
  margin-left: 185px;
}
.registrationBox .secreteQuestionDropDown {
  width: 47%;
  background: url('../img/uniformsprite.png') no-repeat 100% 72%;
  margin-bottom: 16px;
}
.registrationBox #paragLog {
  margin-top: -19px;
}
.registrationBox typeChar {
  width: 11%;
}
.registrationBox .idIcon {
  margin: -20px 0px 0px 154px !important;
}
.registrationBox .sendSMSLabels {
  margin: 6px 0 0 4px;
  float: none;
}
.registrationBox .sendSMSpacing {
  margin-left: 62px;
}
.registrationBox .sendSMSCheckText {
  font-size: 95%;
  margin: 8px 0 0 8px;
}
@media only screen and (max-width: 768px) {
  .registrationBox input {
    margin-bottom: 6%;
    height: 10%;
    padding: 9px 0 0px 1px;
  }
  .registrationBox .btnContinue {
    width: auto;
  }
  .registrationBox .btnCancel {
    width: auto;
  }
  .registrationBox .imgHearWord {
    float: left;
    clear: both;
    font-size: 80%;
    white-space: nowrap;
  }
  .registrationBox .sendSMSCheck {
    width: 7%;
  }
  .registrationBox .lastnameInput {
    margin-top: 0;
    margin-left: 0;
  }
  .registrationBox .charInput {
    font-size: 75%;
  }
  .registrationBox .dateDropDown,
  .registrationBox .monthDropDown,
  .registrationBox .yearDropDown {
    width: 72px;
    height: 27px;
    padding-bottom: 1px;
    font-size: xx-small;
    padding-left: 5px;
    margin-right: 4px;
  }
  .registrationBox .saIdNumber {
    display: flex;
  }
  .registrationBox .radioBtnOrigin {
    width: 7%;
  }
  .registrationBox .smsRadioBtn {
    margin-left: -3px;
  }
  .registrationBox .countryDropDown {
    display: block;
    margin-bottom: 39px;
  }
  .registrationBox .checkSMSSpacing {
    margin: -13px 0 18px 0;
  }
  .registrationBox .secreteQuestionDropDown {
    width: 71%;
  }
  .registrationBox .smsRadionBtn {
    margin-left: 0%;
  }
  .registrationBox .radioBoxSpacing {
    margin-left: 49px;
  }
  .registrationBox .smsLabel {
    margin: 0px 0 0 4px;
  }
  .registrationBox .secondRadioBoxSpacing {
    margin-left: -1px;
  }
}
@media only screen and (max-width: 568px) {
  .registrationBox .passWStrengthBar {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 15px;
  }
  .registrationBox input {
    width: 70%;
    height: 30px;
  }
  .registrationBox .typeChar {
    width: 49%;
  }
  .registrationBox #altLabel {
    margin-left: 7px;
  }
  .registrationBox div {
    margin-bottom: 7%;
  }
}
div#nxtLvlMentorsFinal {
  width: 100%;
  display: inline-block;
  float: left;
}
div#nxtLvlMentorsFinal * {
  display: inline-block;
  float: left;
}
div#nxtLvlMentorsFinal .neon {
  font-family: nxtLevelNeon;
  color: #CC0910;
  font-size: 45px;
}
div#nxtLvlMentorsFinal #mentorInfo {
  margin-top: 10px;
}
div#nxtLvlMentorsFinal div#mentorsLeftSection {
  width: 50%;
  padding-left: 15px;
  padding-top: 40px;
  padding-right: 60px;
  min-height: 710px;
}
div#nxtLvlMentorsFinal div#mentorsLeftSection img#nxtLvlSign {
  width: 100%;
}
div#nxtLvlMentorsFinal div#mentorsLeftSection label {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
}
div#nxtLvlMentorsFinal div#mentorsLeftSection input {
  border: 1px solid black;
  height: 45px;
}
div#nxtLvlMentorsFinal a.btn.btnBlue:hover {
  background: #0f5d6a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0f5d6a 0%, #118497 50%, #129ab2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f5d6a), color-stop(50%, #118497), color-stop(100%, #129ab2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0f5d6a 0%, #118497 50%, #129ab2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0f5d6a 0%, #118497 50%, #129ab2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0f5d6a 0%, #118497 50%, #129ab2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0f5d6a 0%, #118497 50%, #129ab2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f5d6a', endColorstr='#129ab2', GradientType=0);
  /* IE6-9 */
}
div#nxtLvlMentorsFinal a.btn.btnBlue {
  position: relative;
  color: white;
  height: auto;
  font-size: 19px;
  background: #129ab2;
  background: -moz-linear-gradient(top, #129ab2 0%, #118497 50%, #0f5d6a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #129ab2), color-stop(50%, #118497), color-stop(100%, #0f5d6a));
  background: -webkit-linear-gradient(top, #129ab2 0%, #118497 50%, #0f5d6a 100%);
  background: -o-linear-gradient(top, #129ab2 0%, #118497 50%, #0f5d6a 100%);
  background: -ms-linear-gradient(top, #129ab2 0%, #118497 50%, #0f5d6a 100%);
  background: linear-gradient(to bottom, #129ab2 0%, #118497 50%, #0f5d6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#129ab2', endColorstr='#0f5d6a', GradientType=0);
}
div#nxtLvlMentorsFinal div#mentorsRightSection {
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
  background: url('../img/nxtlvl/wall.png');
  padding-top: 40px;
  min-height: 710px;
}
div#nxtLvlMentorsFinal div#mentorsRightSection img#workshopBanner {
  width: 100%;
}
div#nxtLvlMentorsFinal div#mentorsRightSection div.neon {
  text-align: center;
}
div#nxtLvlMentorsFinal div#mentorsRightSection ol.mentorList {
  list-style-type: none;
  margin-left: 0;
  color: white;
  margin-top: 30px !important;
  padding-left: 0px;
}
div#nxtLvlMentorsFinal div#mentorsRightSection ol.mentorList > li {
  counter-increment: customlistcounter;
  padding: 0 40px;
  line-height: 42px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
div#nxtLvlMentorsFinal div#mentorsRightSection ol.mentorList > li:before {
  content: counter(customlistcounter) " ";
  font-weight: bold;
  height: 42px;
  float: left;
  width: 3em;
  text-align: center;
  margin-right: 13px;
}
div#nxtLvlMentorsFinal div#mentorsRightSection ol.mentorList > li.mentorListOdd:before {
  background-image: url(../img/nxtlvl/blue-circle.png);
  background-repeat: no-repeat;
  -moz-background-size: 60px;
  -o-background-size: 60px;
  -webkit-background-size: 3em;
  background-size: 60px;
  background-position: -9px -9px;
}
div#nxtLvlMentorsFinal div#mentorsRightSection ol.mentorList > li.mentorListEven:before {
  background-image: url(../img/nxtlvl/red-circle.png);
  background-repeat: no-repeat;
  -moz-background-size: 60px;
  -o-background-size: 60px;
  -webkit-background-size: 3em;
  background-size: 60px;
  background-position: -9px -9px;
}
div#nxtLvlMentorsFinal div#mentorsRightSection ol.mentorList > li.mentorListOdd hr {
  border: 1px solid #18889D !important;
}
div#nxtLvlMentorsFinal div#mentorsRightSection ol.mentorList > li.mentorListEven hr {
  border: 1px solid #DC0C17 !important;
}
div#nxtLvlMentorsFinal a#suggestMentor {
  margin-top: 40px;
}
div#nxtLvlMentorsFinal div#btnText {
  margin-right: 15px;
}
div#nxtLvlMentorsFinal .chevron {
  width: 10%;
  background: url('../img/nxtlvl/nxtlvl_iconsprite.png') no-repeat -20px -3px;
  height: 12px;
  position: absolute;
  top: 1px;
  right: -6px;
}
div#nxtLvlMentorsFinal .chevronArrow {
  background: url('../img/nxtlvl/nxtlvl_iconsprite.png');
  width: 15px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 6px;
}
div#nxtLvlMentorsFinal .bottomDivContainer {
  float: left;
  height: 7px;
  width: 100%;
}
div#nxtLvlMentorsFinal .bottomBorderLeft {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #DC0000;
}
div#nxtLvlMentorsFinal .bottomBorderRight {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #20ADCB;
}
div#nxtLvlMentorsFinal li.mentorListOdd {
  border-bottom: 3px solid #18889D !important;
}
div#nxtLvlMentorsFinal li.mentorListEven {
  border-bottom: 3px solid #dc0c17 !important;
}
div#nxtLvlMentorsFinal div#mentorsRightSection div.neon {
  text-align: center !important;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  div#nxtLvlMentorsFinal .bottomDivContainer {
    display: none;
  }
  div#nxtLvlMentorsFinal div#mentorsLeftSection {
    width: 100%;
    padding-right: 15px;
    min-height: 100px;
    border-bottom: none;
  }
  div#nxtLvlMentorsFinal div#mentorsLeftSection img#phonePic {
    display: none;
  }
  div#nxtLvlMentorsFinal div#mentorsRightSection {
    width: 100%;
  }
  div#nxtLvlMentorsFinal a#suggestMentor {
    width: 100%;
    text-align: left;
  }
  div#nxtLvlMentorsFinal div#mentorsRightSection div.neon {
    text-align: center !important;
    width: 100%;
  }
  div#nxtLvlMentorsFinal div#mentorsRightSection div#workshopPhotos {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  div#nxtLvlMentorsFinal .neon {
    font-family: nxtLevelNeon;
    color: #CC0910;
    font-size: 45px;
    width: 100%;
    text-align: center !important;
  }
  div#nxtLvlMentorsFinal a#suggestMentor {
    font-size: 16px;
  }
  div#nxtLvlMentorsFinal .neon {
    font-size: 33px;
  }
  div#nxtLvlMentorsFinal div#mentorsRightSection {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    width: 100%;
  }
  div#nxtLvlMentorsFinal div#mentorsLeftSection {
    width: 100%;
    padding-right: 15px;
    min-height: 100px;
    border-bottom: none;
  }
  div#nxtLvlMentorsFinal ol.mentorList {
    padding-left: 0px!important;
  }
  div#nxtLvlMentorsFinal ol.mentorList > li {
    padding-left: 40px !important;
  }
}
.fm-check {
  outline: 0;
  padding-bottom: 10px;
}
.fm-check input {
  left: -9999em;
  position: absolute;
}
.fm-check span {
  display: inline-block;
  margin-top: 3px;
  margin-left: 3px;
}
.fm-check label.checked {
  background: url(../img/sprite.png) no-repeat -933px -28px;
  height: 36px;
  width: 30px;
}
.fm-check label.unchecked {
  background: url(../img/sprite.png) no-repeat -905px -28px;
  height: 36px;
  width: 30px;
}
.fm-check label {
  background: url(../img/sprite.png) no-repeat -905px -28px;
  height: 36px;
  width: 30px;
  display: inline-block;
  font-weight: 400;
  padding: 5px 0 5px 30px;
  float: left;
  display: block;
}
.fm-select {
  background: #fff;
  position: relative;
}
.fm-select select {
  /*background: none;
        position: relative;
        z-index: 1;
        box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.75);
        border: 1px solid #e9e9e9;
        margin: 0;
        border-radius: 3px;
        -webkit-appearance: none;
        font-size: 14px;
        padding: 10px 10px 10px 5px;
        width: 100%;*/
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #e9e9e9;
  box-shadow: 0 1px 2px rgba(50, 50, 50, 0.75);
  height: 35px;
  margin: 0;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
  z-index: 1;
  padding-left: 3px;
}
.fm-select span {
  background: none repeat scroll 0 0 #fff;
  border-left: 1px solid #b5b5b5;
  height: 34px;
  margin-right: 1px;
  padding: 5px 9px 6px 12px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 1;
  border-top: 1px solid #ebebeb;
}
.fm-select span .i-arrow-down-grey-lrg {
  height: 8px;
  width: 13px;
  background: url(../img/sprite.png) no-repeat -115px -4px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 9px;
}
.fm-data {
  padding: 0 0 20px;
  padding-bottom: 10px;
  float: left;
  margin-right: 20px;
}
.fm-data input[type=radio] {
  left: -9999em;
  position: absolute;
  border-radius: 3px;
  -webkit-appearance: none;
  box-shadow: 0 1px 2px rgba(50, 50, 50, 0.75) inset;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
.fm-data label {
  background: url(img/icon/radio-unchecked.png) no-repeat;
  background-position: 0 3%;
  display: inline-block;
  font-weight: 400;
  padding: 3px 0 4px 30px;
  color: #333;
  font-weight: normal;
}
.fm-data .checked {
  background: url(img/icon/radio-checked.png) no-repeat;
}
.input input[type="text"],
.input textarea {
  -webkit-appearance: none;
  border: #d5d5d5 1px solid;
}
@media only screen and (max-width: 480px) {
  .fm-check span {
    display: inline;
  }
}
#nxtlvlRightBackground {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: -500;
  background-color: #363535;
  display: none;
}
@media only screen and (max-width: 800px) {
  #nxtlvlRightBackground {
    display: none!important;
  }
}
.sorting-tableContainer {
  margin: 0 10px 5px 0px;
  border: 1px solid #ccc;
}
.sorting-tableContainer .ib_Header {
  width: 100%;
  min-height: 45px;
  padding-top: 5px;
  background-color: #cacaca;
}
.sorting-tableContainer .sorting-Pagination {
  margin: 0px 9px 0px;
  display: inline;
  padding-top: 5px;
}
.sorting-tableContainer .sorting-Pagination ins {
  text-decoration: none;
  line-height: 31px;
  float: left;
  margin-left: 5px;
}
.sorting-tableContainer .sorting-Pagination .pageSelect a {
  display: inline-block;
  background-image: url("../img/iconFeaturedItemsNavMin.png");
  background-repeat: no-repeat;
  text-decoration: none !important;
  float: left;
  width: 40px;
  height: 32px;
  cursor: pointer;
  cursor: hand;
}
.sorting-tableContainer .ib_Header .sorting-Pagination .pageSelect .sliderRight {
  background-position: -40px 0;
}
.sorting-tableContainer .ib_Header .sorting-Pagination .pageSelect .sliderLeft {
  background-position: 0px 0;
}
.sorting-tableContainer table thead {
  background-color: #fafafa;
}
.sorting-tableContainer table thead tr,
.sorting-tableContainer table tfoot tr {
  height: 32px;
}
.sorting-tableContainer table thead tr th {
  padding: 5px 5px 5px 6px;
}
.sorting-tableContainer table tfoot tr td {
  padding: 8px 5px 5px 6px;
}
.sorting-tableContainer table thead tr th span {
  display: inline;
  float: left;
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}
.sorting-tableContainer table thead tr th .scroll {
  display: inline-block;
  width: 19px;
  height: 14px;
}
.sorting-tableContainer .ib_Header_Open {
  background: url('../img/landingPage/bannerHomeArrow.png') no-repeat 5px;
}
.sorting-tableContainer .ib_Header_Close {
  background: url('../img/landingPage/bannerHomeArrowDown.png') no-repeat 5px;
}
.sorting-tableContainer table thead tr th i {
  display: inline-block;
  width: 19px;
  height: 14px;
}
.sorting-tableContainer table thead tr th:hover i {
  display: inline !important;
}
.sorting-tableContainer .hideSortingArrow {
  display: none;
}
.sorting-tableContainer table {
  width: 100%;
}
.sorting-tableContainer table tbody tr td {
  padding: 10px 5px 10px 6px;
}
.sorting-tableContainer table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.sorting-tableContainer table tfoot {
  background-color: #cacaca;
  font-weight: bold;
}
.sorting-tableContainer .MobileHideClass {
  display: table-cell;
}
.sorting-tableContainer .DesktopHideClass {
  display: none;
}
@media only screen and (max-width: 480px) {
  .sorting-tableContainer table tbody tr:nth-child(even) {
    font-weight: bold;
  }
  .sorting-tableContainer .MobileHideClass {
    display: none;
  }
  .sorting-tableContainer .DesktopHideClass {
    display: table-cell;
  }
  .sorting-tableContainer table thead tr th {
    font-size: 12px;
    padding-right: 0px;
  }
  .sorting-tableContainer table tbody tr td,
  .sorting-tableContainer table tfoot tr td {
    padding-right: 0px;
    font-size: 12px;
  }
}
.ng-invalid-valdr {
  background: none repeat scroll 0 0 #FEF0F0;
  border: 1px solid #E60000;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.valdr-message {
  color: red;
  margin-top: 5px;
  font-weight: bold;
  font-size: 13px;
  display: inline-block !important;
}
label.error {
  display: block;
  width: 90% !important;
  border: none;
  background: none;
  color: #E60000;
  margin-top: 10px;
  font-weight: bold;
  float: none !important;
}
.spring{
    margin: 0 auto;
    max-width: 1200px;
    min-width: 300px;
    padding: 0 10px;
    height: 100%;
}