/*
 * TELSTRA TV SPECIFIC STYLES
 */
.telstra-tv {
  background-color: white;
  /* LAYOUT FIXES */
  /* These fix layout quicks caused by not having the original LESS files */
  /* Popover */
  /* STRUCTURE */
  /* PORTAL HOMEPAGE */
  /* PORTAL PAGES */
  /* Icons */
  /* Nav Tabs */
  /* Nav Tab Content */
  /* Fill container for white background */
  /* Mobile Accordion (responsive tabs) */
  /* Page Anchors */
  /* Featured Apps */
  /*
   * FORMS
   */
  /* Form Validation */
  /* Modal Windows */
  /*
   * MISC UTILITY CLASSES
   */
  /*
   * EXTRA GRID CLASSES
   * For when Bootstrap doesn't fit
   */
  /*
   * 404 PAGE
   */
  /*
   * MEDIA QUERIES
   */
  /* loading spinner */
}
.telstra-tv .container {
  max-width: 1012px;
}
.telstra-tv #global-nav {
  background: #dadada;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1060;
  box-shadow: 0 -3px 10px #575757;
  transition: all 0.25s ease-out;
  font-family: "Arial", "Akkurat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.telstra-tv #global-nav > .container {
  padding: 0;
}
.telstra-tv #global-nav > .container .navbar-header {
  margin: 0;
}
.telstra-tv #global-nav.inactive {
  -webkit-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
}
.telstra-tv #global-nav .navbar-collapse {
  padding: 0;
}
.telstra-tv #global-nav.navbar-inverse .navbar-nav > li > a {
  color: #333;
  border-left: 0px solid #3b3b3b;
}
.telstra-tv #global-nav.navbar-inverse .navbar-nav > li > a:hover,
.telstra-tv #global-nav.navbar-inverse .navbar-nav > li > a:focus {
  background: #999999;
  color: #ffffff;
}
.telstra-tv #global-nav.navbar-inverse .navbar-nav > li:last-of-type > a {
  border-right: 0px solid #3b3b3b;
}
.telstra-tv #global-nav.navbar-inverse .navbar-nav > .active > a,
.telstra-tv #global-nav.navbar-inverse .navbar-nav > .active > a:hover,
.telstra-tv #global-nav.navbar-inverse .navbar-nav > .active > a:focus {
  background: #999999;
  font-weight: bold;
  color: #ffffff;
}
.telstra-tv #global-nav .navbar-brand {
  padding: 7px;
  margin-left: 5px;
}
.telstra-tv #global-nav .navbar-brand .site-logo {
  height: 30px;
}
.telstra-tv #global-nav .navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  background: #dadada;
  margin: 0;
  padding: 10px;
  height: 44px;
}
.telstra-tv #global-nav .navbar-toggle.pull-left {
  padding: 13px 10px;
}
.telstra-tv #global-nav .navbar-toggle .icon-search-find {
  font-size: 24px;
  color: #575757 !important;
}
.telstra-tv #global-nav .navbar-toggle .icon-bar {
  height: 3px;
  width: 24px;
  border-raidus: 5px;
  background-color: #575757;
}
.telstra-tv #global-nav .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
.telstra-tv #global-nav .navbar-toggle:active {
  background-color: #575757;
}
.telstra-tv #global-nav .navbar-toggle:active .icon-bar {
  background: #dadada;
}
.telstra-tv #global-nav .navbar-toggle:active .td-icon {
  color: #dadada !important;
}
.telstra-tv .visible-xs {
  display: block !important;
}
.telstra-tv .hide-global-nav #spectrum {
  margin-top: 44px;
}
.telstra-tv .hide-global-nav #global-nav {
  display: none;
}
.telstra-tv .navbar {
  margin-bottom: 0;
  min-height: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.telstra-tv .navbar li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.telstra-tv .navbar li > a.site-title {
  padding: 5px 1px;
}
.telstra-tv .navbar .navbar-form {
  margin-top: 3px;
  margin-bottom: 3px;
}
.telstra-tv .btn {
  border-radius: 0;
  height: 44px;
}
.telstra-tv .btn:focus:after {
  outline: none;
}
.telstra-tv .popover {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.telstra-tv .popover .popover-title {
  display: block;
  padding: 0 14px;
  background: transparent;
  color: #333;
  border: none;
}
.telstra-tv .popover .popover-content {
  padding: 4px 14px 11px;
  color: #666;
}
.telstra-tv .container.main-content {
  min-height: 100%;
}
.telstra-tv .container.main-content > .puck-text {
  background-color: #fff;
  padding: 30px;
}
.telstra-tv #spectrum.large {
  background-position: 0 80px;
  filter: none;
  height: 145px !important;
}
.telstra-tv .page-takeover {
  padding: 1em;
  margin-top: 0;
}
.telstra-tv .page-takeover .page-takeover-content {
  color: #333333;
}
.telstra-tv .page-takeover .page-takeover-content > h1 {
  font-size: 36px;
  line-height: 1 !important;
}
.telstra-tv .page-takeover .page-takeover-content > h1 span {
  display: inline-block;
}
.telstra-tv .page-takeover .page-takeover-content ul {
  padding: 0 0 0 25px;
}
.telstra-tv .page-takeover .page-takeover-content .button-wrap {
  margin-top: 20px;
}
.telstra-tv .page-takeover .page-takeover-content .button-wrap .btn {
  display: block;
  width: auto;
  text-align: left;
  max-width: 146px;
}
.telstra-tv .page-takeover .page-takeover-content .button-wrap .btn:after {
  right: -40px;
  border-left: none;
}
.telstra-tv .page-takeover .page-takeover-content .button-wrap .btn.secondary,
.telstra-tv .page-takeover .page-takeover-content .button-wrap .btn.secondary:hover,
.telstra-tv .page-takeover .page-takeover-content .button-wrap .btn.secondary:focus,
.telstra-tv .page-takeover .page-takeover-content .button-wrap .btn.secondary:after,
.telstra-tv .page-takeover .page-takeover-content .button-wrap .btn.secondary:hover:after,
.telstra-tv .page-takeover .page-takeover-content .button-wrap .btn.secondary:focus:after {
  color: #004d9d !important;
}
.telstra-tv .page-takeover .page-takeover-content .button-wrap .btn + .btn {
  margin-top: 1em;
}
.telstra-tv .portal-home-body {
  padding: 15px 15px 30px;
}
.telstra-tv .portal-home-body .sub-heading {
  margin: .5em 0;
}
.telstra-tv .portal-home-body .col-wrapper {
  margin-bottom: 20px;
}
.telstra-tv .portal-home-body .featureModule.textimage .feature-icon .td-icon-md {
  font-size: 45px;
}
.telstra-tv .portal-home-body .featureModule.textimage .feature-icon + .col-title {
  float: left;
}
.telstra-tv .portal-home-body .featureModule.textimage .feature-icon + .col-title h3 {
  padding: 5px 0 0 5px;
  font-size: 22px;
  margin-top: 2px;
}
.telstra-tv .fine-print {
  margin-top: 40px;
}
.telstra-tv .fine-print h3 {
  margin-bottom: 0;
}
.telstra-tv #spectrum {
  background: bottom;
  z-index: 100;
  background-size: cover;
}
.telstra-tv .content-container {
  background: #fff;
}
.telstra-tv .content-container .content-inner {
  padding: 15px 0;
}
.telstra-tv #page-header .page-title {
  padding: 0 0 0 15px;
}
.telstra-tv #page-header .page-title > h1 {
  color: #fff;
  font-family: "Akkurat-light", "Helvetica Neue", "Arial", Helvetica, Arial, sans-serif;
  font-size: 28px;
  display: inline-block;
  margin: .45em 0 .3em;
  line-height: 1;
}
.telstra-tv #page-header .page-title > h1 span {
  display: block;
}
.telstra-tv #page-header .account-utilities {
  margin: 15px 0 0;
  color: #fff;
  text-align: right;
  padding: 0 15px 0 0;
}
.telstra-tv #page-header .account-utilities a {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.telstra-tv #page-header .account-utilities a:before {
  font-family: 'td-icons';
  display: inline-block;
  content: "\e6f4";
  margin-left: -4px;
}
.telstra-tv #page-header .account-utilities a:hover,
.telstra-tv #page-header .account-utilities a:focus {
  text-decoration: none;
}
.telstra-tv #page-header .account-utilities a + a {
  margin-left: 20px;
}
.telstra-tv .icon-color-blue {
  color: #00b0ed !important;
}
.telstra-tv .nav-tabs > li {
  margin: 0;
  float: none;
  width: 100%;
}
.telstra-tv .nav-tabs > li > a,
.telstra-tv .nav-tabs > li > span {
  font-size: 13px;
  width: 100% !important;
  border-radius: 0;
  display: block;
  padding: 12px 15px;
  line-height: 25px;
}
.telstra-tv .nav-tabs > li > a .title,
.telstra-tv .nav-tabs > li > span .title {
  font-weight: 400;
  display: block;
  font-size: 18px;
  line-height: 1;
}
.telstra-tv .nav-tabs > li > a .title:before,
.telstra-tv .nav-tabs > li > span .title:before {
  font-family: 'td-icons';
  content: "\e6e3";
  display: none;
  margin-left: -4px;
  right: 30px;
  position: absolute;
}
.telstra-tv .nav-tabs > li > a .subtitle,
.telstra-tv .nav-tabs > li > span .subtitle {
  display: block;
  font-size: 14px;
  margin: 0;
  line-height: 21px;
  display: none;
}
.telstra-tv .nav-tabs > li > a.detailed .title,
.telstra-tv .nav-tabs > li > span.detailed .title {
  float: left;
  width: 50%;
  margin-right: 4%;
  padding-top: 7px;
}
.telstra-tv .nav-tabs > li > a.detailed .subtitle,
.telstra-tv .nav-tabs > li > span.detailed .subtitle {
  float: right;
  width: 46%;
  font-size: 12px;
  color: #999;
  text-align: right;
  display: block;
}
.telstra-tv .nav-tabs > li > a.detailed:hover .subtitle,
.telstra-tv .nav-tabs > li > span.detailed:hover .subtitle {
  color: #fff;
}
.telstra-tv .nav-tabs > li.active + li {
  border-top: none;
}
.telstra-tv .nav-tabs > li.active > a,
.telstra-tv .nav-tabs > li.active > span {
  background: #e83319;
  color: #fff;
}
.telstra-tv .nav-tabs > li.active > a .title:before,
.telstra-tv .nav-tabs > li.active > span .title:before {
  content: "\e6e4";
}
.telstra-tv .nav-tabs > li.active > a:hover,
.telstra-tv .nav-tabs > li.active > span:hover {
  background: #e83319;
  color: #fff;
}
.telstra-tv .nav-tabs > li.active > a.detailed:hover .subtitle,
.telstra-tv .nav-tabs > li.active > span.detailed:hover .subtitle {
  color: #999;
}
.telstra-tv .body-content {
  margin: 0 -15px;
}
.telstra-tv .body-content .content-container {
  padding: 15px 0 0 0;
}
.telstra-tv .body-content #myTelstraTVs > .content-container {
  padding-bottom: 15px;
  background: #fff;
}
.telstra-tv .body-content #myTelstraTVs > .content-container header {
  padding: 9px 0 0;
  z-index: 1059;
}
.telstra-tv .body-content #myTelstraTVs > .content-container header .col-sm-4,
.telstra-tv .body-content #myTelstraTVs > .content-container header .col-sm-8 {
  padding: 0;
}
.telstra-tv .body-content #myTelstraTVs > .content-container header h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}
.telstra-tv .body-content #myTelstraTVs > .content-container header .tv-summary {
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 1.4;
}
.telstra-tv .body-content #myTelstraTVs > .content-container header .btn {
  display: inline-block;
  width: auto;
  text-align: left;
}
.telstra-tv .body-content #myTelstraTVs > .content-container header .btn:after {
  right: -45px;
  border-left: none;
  background-color: #004d9d;
}
.telstra-tv .body-content #myTelstraTVs > .content-container header .btn:hover:after {
  background-color: #0099d2;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid {
  clear: both;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li {
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li.tv-placeholder {
  display: none;
  visibility: hidden;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li.hide {
  display: none;
  visibility: hidden;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li.hide.show {
  display: block;
  visibility: visible;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li img {
  position: absolute;
  top: 20px;
  left: 0;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li .content {
  min-height: 62px;
  margin: 1em 0 0.3em 95px;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li .content .title {
  font-size: 18px;
  line-height: 1.2;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0;
  text-overflow: ellipsis;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li .content .meta {
  padding: 0;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li .content .meta li {
  list-style-type: none;
  color: gray;
  font-size: 12px;
  margin: 0 0 5px;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li .utils {
  clear: both;
  margin-top: 5px;
  float: left;
  width: 100%;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li .utils a {
  display: inline-block;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li .utils a + a {
  margin-left: 20px;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li .utils a .icon {
  width: 21px;
  height: 21px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 21px;
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li .utils a .icon-edit {
  background-image: url('clientlibs/img/icon-edit-circle-blue.svg');
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li .utils a .icon-close {
  background-image: url('clientlibs/img/icon-close-circle-blue.svg');
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li .utils a span {
  float: left;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li .utils a + a {
  margin-top: 5px;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .list-controls {
  padding: 23px 0;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .list-controls .btn {
  width: auto;
  display: inline-block;
  text-align: left;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .list-controls .btn:after {
  right: -45px;
  border-left: none;
  background-color: #dadada;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .list-controls .spinner {
  display: none;
  margin: 0 0 0 5px;
}
.telstra-tv .body-content #myTelstraTVs > .content-container .alert-container .alert {
  display: none;
}
.telstra-tv .body-content #myTelstraTVs .no-active-tvs {
  margin-top: 20px;
}
.telstra-tv .body-content #myTelstraTVs .logged-out header {
  margin-bottom: 10px;
}
.telstra-tv .body-content #myTelstraTVs .logged-out .button-wrap {
  margin-top: 20px;
}
.telstra-tv .body-content #myTelstraTVs .logged-out .button-wrap .btn {
  width: calc(48% - 45px);
  float: left;
}
.telstra-tv .body-content #myTelstraTVs .logged-out .button-wrap .btn + .btn {
  margin-left: 4%;
}
.telstra-tv .tab-container .body-content {
  background-color: #fff;
  padding: 25px 15px 0;
  min-height: 300px;
}
.telstra-tv .tab-container .body-content .puck-text h2 {
  margin: 0 0 15px;
  font-size: 20px;
}
.telstra-tv .tab-container .body-content .puck-text img {
  display: none;
  visibility: hidden;
}
.telstra-tv .help-container header {
  padding: 5px 0 0;
}
.telstra-tv .help-container header h2 {
  font-size: 20px;
  margin-top: 0;
  padding-top: .2em;
}
.telstra-tv .help-container .panel-group {
  margin-bottom: 5px;
}
.telstra-tv .help-container .panel-group .panel {
  margin-top: 5px;
}
.telstra-tv .help-container .panel-group .panel:first-child {
  margin-top: 0;
}
.telstra-tv .help-container .panel-group .panel .panel-heading {
  border: 0;
  position: relative;
  padding: 0;
  border: none;
}
.telstra-tv .help-container .panel-group .panel .panel-heading .panel-title {
  position: relative;
}
.telstra-tv .help-container .panel-group .panel .panel-heading .panel-title a {
  padding: 15px 10px 15px 62px;
  min-height: 45px;
  font-size: 18px;
  line-height: 1.125;
  margin: 0 0 1px 0;
  background: #3b3b3b;
  color: #fff;
}
.telstra-tv .help-container .panel-group .panel .panel-heading .panel-title a:after {
  content: '';
  display: none;
  visibility: hidden;
}
.telstra-tv .help-container .panel-group .panel .panel-heading .panel-title a:before {
  font-family: 'td-icons';
  display: inline-block;
  content: "\e6e0";
  color: #aaa;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  right: auto;
  font-size: 24px;
  line-height: 53px;
  width: 46px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #fff;
}
.telstra-tv .help-container .panel-group .panel .panel-heading .panel-title a.collapsed {
  background: #f4f4f4;
  color: #4f4f4f;
  border: 1px solid #f4f4f4;
}
.telstra-tv .help-container .panel-group .panel .panel-heading .panel-title a.collapsed:before {
  color: #4f4f4f;
  content: "\e6df";
}
.telstra-tv .help-container .panel-group .panel .panel-collapse {
  border: none;
}
.telstra-tv .help-container .panel-group .panel .panel-collapse .panel-body {
  padding: 15px;
  border: none;
}
.telstra-tv .help-container .panel-group .panel .panel-collapse .panel-body h1:first-child,
.telstra-tv .help-container .panel-group .panel .panel-collapse .panel-body h2:first-child,
.telstra-tv .help-container .panel-group .panel .panel-collapse .panel-body h3:first-child,
.telstra-tv .help-container .panel-group .panel .panel-collapse .panel-body h4:first-child,
.telstra-tv .help-container .panel-group .panel .panel-collapse .panel-body h5:first-child,
.telstra-tv .help-container .panel-group .panel .panel-collapse .panel-body h6:first-child {
  margin-top: 0;
}
.telstra-tv .fill-container {
  background-color: #fff;
  padding: 25px 15px;
  margin: 0 -15px;
}
.telstra-tv .panel-group .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.telstra-tv .panel-group .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #fff;
}
.telstra-tv .panel-group .panel-heading {
  color: #4f4f4f;
  background: #dadada;
  margin: 0;
  padding: 0;
  line-height: 25px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.telstra-tv .panel-group .panel-heading.active {
  background: #3b3b3b;
  border-color: #3b3b3b;
  color: #fff;
}
.telstra-tv .panel-group .panel-heading .panel-title a {
  display: block;
  position: relative;
  padding: 10px 40px 14px 20px;
  background: #3b3b3b;
  color: #fff;
  border: 1px solid #3b3b3b;
}
.telstra-tv .panel-group .panel-heading .panel-title a:hover,
.telstra-tv .panel-group .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.telstra-tv .panel-group .panel-heading .panel-title a:after {
  font-family: 'td-icons';
  display: inline-block;
  content: "\e6e4";
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 10px;
  left: auto;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}
.telstra-tv .panel-group .panel-heading .panel-title a.collapsed {
  background: #dadada;
  color: #4f4f4f;
  border: 1px solid #dadada;
}
.telstra-tv .panel-group .panel-heading .panel-title a.collapsed:after {
  color: #4f4f4f;
  content: "\e6e3";
}
.telstra-tv .panel-group .panel-heading .panel-title .title {
  display: block;
  font-size: 20px;
}
.telstra-tv .panel-group .panel-heading .panel-title .subtitle {
  display: block;
  font-size: 14px;
  line-height: 21px;
}
.telstra-tv .panel-group .panel-collapse {
  border: none;
}
.telstra-tv .page-anchors {
  padding: 0;
}
.telstra-tv .page-anchors li {
  list-style-type: none;
}
.telstra-tv .page-anchors li a:hover {
  text-decoration: none;
}
.telstra-tv .page-anchors li a:hover span {
  text-decoration: underline;
}
.telstra-tv .page-anchors li a:after {
  font-family: 'td-icons';
  content: '\e6e3';
  color: #b2b2b2;
  margin-left: 5px;
}
.telstra-tv .featured-apps {
  margin-top: 30px;
}
.telstra-tv .featured-apps h2.voucherheadlines {
  color: #c31313!important;
  font-weight: bold;
  font-size: 18px!important;
}
.telstra-tv .featured-apps h2 {
  font-family: "Akkurat-light", "Helvetica Neue", "Arial", Helvetica, Arial, sans-serif;
  margin: 0 0 5px;
  color: #333;
  line-height: 1.2;
  position: relative;
}
.telstra-tv .featured-apps h2 i {
  position: absolute;
  display: block;
  content: " ";
  left: 0;
  top: -70px;
  visibility: hidden;
  z-index: -1;
}
.telstra-tv .featured-apps h2 span {
  font-size: 18px;
}
.telstra-tv .featured-apps .help-link {
  margin: 5px 0 20px;
  display: inline-block;
}
.telstra-tv .featured-apps .help-link:focus {
  outline: none;
}
.telstra-tv .featured-apps .help-link i {
  width: 18px;
  height: 18px;
  background: url('clientlibs/img/icon-help.svg') 0 0 no-repeat;
  background-size: 18px;
  display: block;
  float: left;
  margin-right: 6px;
}
.telstra-tv .featured-apps .app-list {
  /*padding: 0;*/
  clear: both;
}
.telstra-tv .featured-apps .app-list li {
  list-style-type: unset;
  margin-top: 0;
  margin-bottom: 30px;
}
.telstra-tv .featured-apps .app-list li:first-child {
  margin-top: 0;
}
.telstra-tv .featured-apps .app-list li .inner > a,
.telstra-tv .featured-apps .app-list li .inner > a:visited {
  display: block;
  color: #555;
}
.telstra-tv .featured-apps .app-list li .inner > a:hover,
.telstra-tv .featured-apps .app-list li .inner > a:visited:hover,
.telstra-tv .featured-apps .app-list li .inner > a:focus,
.telstra-tv .featured-apps .app-list li .inner > a:visited:focus {
  color: #555;
  text-decoration: none;
}
.telstra-tv .featured-apps .app-list li header {
  background: #1e82d5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1e82d5 0%, #325da0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1e82d5), color-stop(100%, #325da0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #1e82d5 0%, #325da0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #1e82d5 0%, #325da0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #1e82d5 0%, #325da0 100%);
  /* IE10+ */
  background: linear-gradient(to right, #1e82d5 0%, #325da0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e82d5', endColorstr='#325da0', GradientType=1);
  /* IE6-9 */
  padding: 5px 15px;
  z-index: 0;
}
.telstra-tv .featured-apps .app-list li header h3 {
  color: #fff;
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 700;
  background: url(clientlibs/img/icon-ticket.svg) 0 0 no-repeat;
  background-size: 16px;
  padding: 0 0 0 24px;
}
.telstra-tv .featured-apps .app-list li header h3 span {
  font-weight: 400;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.6);
}
.telstra-tv .featured-apps .app-list li header h3 span:before {
  content: '- ';
}
.telstra-tv .featured-apps .app-list li .app-inner {
  padding: 15px;
}
.telstra-tv .featured-apps .app-list li .app-inner .logos {
  position: relative;
  margin-bottom: 20px;
}
.telstra-tv .featured-apps .app-list li .app-inner .logos .primary-logo {
  float: left;
  width: 50%;
}
.telstra-tv .featured-apps .app-list li .app-inner .logos .primary-logo-new {
  float: left;
  width: 25%;
  margin-bottom: 2%;
  margin-left: -1%;
}
.telstra-tv .featured-apps .app-list li .app-inner .logos .secondary-logo {
  float: right;
  width: 40%;
}
.telstra-tv .featured-apps .app-list li .app-inner .logos .disclaimer {
  position: absolute;
  text-align: right;
  bottom: 0;
  right: 0;
  font-size: 10px !important;
  line-height: 1.4;
  margin: 0;
  width: 40%;
}
.telstra-tv .featured-apps .app-list li .app-inner .hero-image {
  float: right;
  width: 38%;
  margin-bottom: 0;
}
.telstra-tv .featured-apps .app-list li .app-inner .hero-image img {
  display: block;
  width: 100%;
  height: auto;
}
.telstra-tv .featured-apps .app-list li .app-inner .content-wrap {
  float: left;
  width: 57%;
  margin-right: 5%;
}
.telstra-tv .featured-apps .app-list li .app-inner .content-wrap .link-module-arrow {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 20px;
  width: 55px;
  height: 55px;
  background: #0099d3;
  padding: 15px;
  font-size: 25px;
  color: #fff !important;
  display: block;
}
.telstra-tv .featured-apps .app-list li.info-box > .inner {
  background: transparent;
  border: none;
}
.telstra-tv .featured-apps .app-list li.info-box h3 {
  font-family: "Akkurat-light", "Helvetica Neue", "Arial", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.telstra-tv .featured-apps .app-list li.info-box h3:first-child {
  margin-top: 0;
}
.telstra-tv .featured-apps .app-list li.info-box p + h3 {
  margin-top: 30px;
}
.telstra-tv .featured-apps .app-list.no-headers .app-inner {
  border-width: 1px;
}
.telstra-tv .featured-apps .show-more {
  border-top: 1px solid #ccc;
  padding: 20px 0 5px;
  text-align: center;
}
.telstra-tv .featured-apps .show-more button {
  border: none;
  text-align: center;
  background: transparent;
  color: #333;
}
.telstra-tv .featured-apps .show-more button:hover span,
.telstra-tv .featured-apps .show-more button:focus span {
  text-decoration: underline;
}
.telstra-tv .featured-apps .show-more button:after {
  font-family: 'td-icons';
  content: "\e6f5";
  color: #333;
  margin-left: 5px;
  font-size: 21px;
}
.telstra-tv .form-control {
  color: #555 !important;
}
.telstra-tv .error {
  clear: both;
  background: #d9534f;
  border: none;
  color: #fff;
  padding: 15px;
  margin: 15px 0;
  float: left;
  width: 100%;
}
.telstra-tv .error p {
  margin: 0;
}
.telstra-tv .error p + p {
  margin-top: 1em;
}
.telstra-tv .modal .modal-content {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.telstra-tv .modal .modal-body .error:first-child {
  margin-top: 0;
}
.telstra-tv .modal .modal-body form label {
  display: block;
  margin-bottom: .5em;
}
.telstra-tv .modal .modal-body form input[type='text'] {
  border: 1px solid #ccc;
  font-size: 22px;
  height: 44px;
  padding: 8px 15px;
  line-height: 1.2;
  display: block;
  margin: 0 0 10px;
}
.telstra-tv .modal .modal-body form button {
  background: #004d9d;
  position: relative;
  border: none;
  color: #fff;
  margin: 0;
}
.telstra-tv .modal .modal-body form button:after {
  content: "";
  display: none;
}
.telstra-tv .modal .modal-body form button.primary {
  margin: 0 44px 0 0;
}
.telstra-tv .modal .modal-body form button.primary:after {
  font-family: 'td-icons';
  background: #004d9d;
  content: "\e6f4";
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 44px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.telstra-tv .modal .modal-body form button.primary:hover,
.telstra-tv .modal .modal-body form button.primary:focus,
.telstra-tv .modal .modal-body form button.primary:focus:after,
.telstra-tv .modal .modal-body form button.primary:hover:after {
  background: #0099d2;
}
.telstra-tv .modal .modal-body form button:hover,
.telstra-tv .modal .modal-body form button:focus {
  background: #4f4f4f;
  color: #fff;
}
.telstra-tv .modal .modal-body form button:hover:after,
.telstra-tv .modal .modal-body form button:focus:after {
  background: #4f4f4f;
  color: #fff;
}
.telstra-tv .modal .modal-body form button + .btn {
  margin-left: 10px;
}
.telstra-tv .modal .modal-body .input-description {
  font-size: 13px;
  margin: 0 0 5px;
  float: left;
  width: 100%;
  clear: both;
  color: #aaa;
}
.telstra-tv .modal .alert {
  display: none;
}
.telstra-tv .boxed {
  border: 1px solid #ccc;
  padding: 15px;
}
.telstra-tv .no-h-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.telstra-tv .no-v-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.telstra-tv .cols-50-50 .col-50 {
  margin: 0 0 15px;
}
.telstra-tv .error-404 {
  overflow: hidden;
}
.telstra-tv .error-404 .container.main-content {
  padding: 0;
}
.telstra-tv .error-404 .error {
  color: #333;
  margin: 0;
}
.telstra-tv .error-404 .error p + p {
  margin-top: .4em;
}
.telstra-tv .error-404 .error.standard.row {
  background: #fff;
  height: auto;
  padding: 15px;
  margin-top: 40px;
  position: relative;
}
.telstra-tv .error-404 .error.standard.row .error-text {
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.2em;
  width: 100%;
  line-height: 1.2em;
  font-weight: bold;
}
.telstra-tv .error-404 .error.standard.row .error-text h1 {
  font-size: 2em;
  line-height: 1em;
  font-weight: normal;
}
.telstra-tv .error-404 .error.standard.row .error-text .error-code {
  font-size: 0.8em;
  margin-top: 2em;
}
.telstra-tv .error-404 .error .error-img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.85em;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, 0.6);
}
.telstra-tv .error-404 .error .error-img-caption p {
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  .telstra-tv .error-404 .error.standard.row {
    background-size: cover;
    height: 700px;
    margin-top: 0;
    padding: 0;
  }
  .telstra-tv .error-404 .error.standard.row .error-text {
    position: absolute;
    top: 140px;
    padding-left: 15px;
    font-size: 2em;
    width: 45%;
    left: 40%;
  }
  .telstra-tv .error-404 .error.standard.row .error-text h1 {
    font-size: 3em;
  }
}
@media all and (min-width: 481px) {
  .telstra-tv {
    /* when placed inside tabs template */
  }
  .telstra-tv .nav-tabs > li > a.detailed .title,
  .telstra-tv .nav-tabs > li > span.detailed .title {
    padding-top: 0;
  }
  .telstra-tv .tab-container #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .tv-content,
  .telstra-tv .panel #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .tv-content,
  .telstra-tv .tab-container #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .utils,
  .telstra-tv .panel #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .utils {
    clear: none;
  }
  .telstra-tv .tab-container #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .tv-content,
  .telstra-tv .panel #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .tv-content {
    float: left;
    width: 60%;
    margin-right: 4%;
  }
  .telstra-tv .tab-container #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .utils,
  .telstra-tv .panel #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .utils {
    float: right;
    width: 36%;
    margin-top: 15px;
  }
  .telstra-tv .tab-container #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .utils a,
  .telstra-tv .panel #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .utils a {
    display: block;
  }
  .telstra-tv .tab-container #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .utils a + a,
  .telstra-tv .panel #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .utils a + a {
    margin-left: 0;
    margin-top: 15px;
  }
  .telstra-tv .tab-container #myTelstraTVs .alert,
  .telstra-tv .panel #myTelstraTVs .alert {
    display: none;
  }
}
@media all and (min-width: 600px) {
  .telstra-tv {
    /* .nav-tabs {

      li {
        width: 32.8%;
        margin-right: .8%;
        float: left;

        & + li {
          border: none;
        }

        > a,
        > span {
          padding: 15px;

          .title,
          .subtitle {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
          }

          .title {
            font-size: 21px;
            margin-bottom: 5px;
            line-height: 1.4;

            &:before {
              content: '';
              display: none;
            }

          }

          &.detailed {

            .title {
              float: none;
              width: 100%;
              margin-right: 0;
            }

            .subtitle {
              float: none;
              width: 100%;
              font-size: 14px;
              color: #575757;
              text-align: left;
            }

          }

        }

        &.active {

          > a,
          > span {
            background: #e83319;
            color: #fff;

            &:hover {
              background: #e83319;
              color: #fff;
            }
            &:before{
				content: '';
				//display: none;
				width: 0;
				height: 0;
				border-top: 8px solid #e83319;
				border-right: 8px solid transparent;
				border-left: 8px solid transparent;
				position: absolute;
				z-index: 1;
				top: 100%;
				left: 50%;
				margin-left: -5px
			}

            &.detailed:hover {

              .subtitle {
                color: #575757;
              }

            }

          }

        }

        &.last,
        &.last-mobile {
          margin-right: 0;
        }

      }

    }*/
  }
  .telstra-tv .body-content #addingApps .adding-apps-container > header img {
    display: block;
    visibility: visible;
    max-width: 830px;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  .telstra-tv {
    /* CONTAINERS */
    /*
   * TELSTRA.COM HEADER
   * Makes the global header more mobile friendly
   */
    /* Nav Tab Content */
    /*
     * EXTRA GRID CLASSES
     * For when Bootstrap doesn't fit
     */
  }
  .telstra-tv .container {
    width: 100%;
  }
  .telstra-tv .content-container .content-inner {
    padding: 15px;
  }
  .telstra-tv .visible-xs {
    display: none !important;
  }
  .telstra-tv #global-nav {
    border-color: #555;
    border: 0;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .telstra-tv #global-nav #global-nav-menu {
    width: 100%;
  }
  .telstra-tv #global-nav .navbar-nav > li {
    width: 33.3%;
  }
  .telstra-tv #primary-nav .navbar-left {
    display: none;
  }
  .telstra-tv .tab-container {
    min-height: 415px;
  }
  .telstra-tv #spectrum.large {
    background-position: 50% 0;
    width: 100%;
    height: auto;
  }
  .telstra-tv .page-takeover {
    min-height: 455px;
    padding: 0;
    margin-top: 20px;
  }
  .telstra-tv .page-takeover .page-takeover-content {
    max-width: 360px;
    color: #333;
  }
  .telstra-tv .page-takeover .page-takeover-content .button-wrap {
    margin-top: 40px;
  }
  .telstra-tv .page-takeover .page-takeover-content .button-wrap .btn {
    float: left;
    text-align: center;
    max-width: 100%;
    width: 127.8px;
  }
  .telstra-tv .page-takeover .page-takeover-content .button-wrap .btn + .btn {
    margin-left: 4%;
    margin-top: 0;
  }
  .telstra-tv .page-takeover .page-takeover-content > h1 {
    font-size: 50px;
  }
  .telstra-tv .page-takeover .page-takeover-content .alert {
    max-width: 360px;
  }
  .telstra-tv #page-header .page-title > h1 {
    margin: 20px 0 10px;
    font-size: 36px;
  }
  .telstra-tv #page-header .page-title > h1 span {
    display: inline;
  }
  .telstra-tv #page-header .account-utilities {
    margin: 20px 0 0;
    padding: 0 20px;
  }
  .telstra-tv .alert-container {
    margin: 0 15px 0;
  }
  .telstra-tv .alert-container .alert {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .telstra-tv .alert-container .title {
    font-size: 24px;
  }
  .telstra-tv .nav-tabs > li {
    width: 32.5%;
    margin-right: .3%;
    float: left;
    text-align: center;
  }
  .telstra-tv .nav-tabs > li > a,
  .telstra-tv .nav-tabs > li > span {
    padding: 15px;
    /* .subtitle {
            white-space: normal;
            overflow: auto;
          }*/
  }
  .telstra-tv .nav-tabs > li > a:hover,
  .telstra-tv .nav-tabs > li > span:hover,
  .telstra-tv .nav-tabs > li > a:focus,
  .telstra-tv .nav-tabs > li > span:focus {
    background: #757575;
    color: #fff;
  }
  .telstra-tv .nav-tabs > li > a .title,
  .telstra-tv .nav-tabs > li > span .title,
  .telstra-tv .nav-tabs > li > a .subtitle,
  .telstra-tv .nav-tabs > li > span .subtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .telstra-tv .nav-tabs > li > a .title,
  .telstra-tv .nav-tabs > li > span .title {
    font-size: 21px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .telstra-tv .nav-tabs > li > a .title:before,
  .telstra-tv .nav-tabs > li > span .title:before {
    content: '';
    display: none;
  }
  .telstra-tv .nav-tabs > li > a.detailed .title,
  .telstra-tv .nav-tabs > li > span.detailed .title {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .telstra-tv .nav-tabs > li > a.detailed .subtitle,
  .telstra-tv .nav-tabs > li > span.detailed .subtitle {
    float: none;
    width: 100%;
    font-size: 14px;
    color: #575757;
    text-align: left;
  }
  .telstra-tv .nav-tabs > li.active > a,
  .telstra-tv .nav-tabs > li.active > span {
    background: #e83319;
    color: #fff;
  }
  .telstra-tv .nav-tabs > li.active > a:hover,
  .telstra-tv .nav-tabs > li.active > span:hover {
    background: #e83319;
    color: #fff;
  }
  .telstra-tv .nav-tabs > li.active > a:before,
  .telstra-tv .nav-tabs > li.active > span:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #e83319;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -5px;
  }
  .telstra-tv .nav-tabs > li.active > a.detailed:hover .subtitle,
  .telstra-tv .nav-tabs > li.active > span.detailed:hover .subtitle {
    color: #575757;
  }
  .telstra-tv .body-content {
    margin: 0 -15px;
  }
  .telstra-tv .body-content #myTelstraTVs > .content-container header {
    padding: 0 0 15px 0;
  }
  .telstra-tv .body-content #myTelstraTVs > .content-container header .col-sm-4,
  .telstra-tv .body-content #myTelstraTVs > .content-container header .col-sm-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .telstra-tv .body-content #myTelstraTVs > .content-container header h2 {
    font-size: 24px;
    margin: 5px 0;
  }
  .telstra-tv .body-content #myTelstraTVs > .content-container header .tv-summary {
    margin-bottom: 0;
  }
  .telstra-tv .body-content #myTelstraTVs > .content-container header .btn {
    width: auto;
    float: right;
    text-align: center;
    display: inline-block;
  }
  .telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs {
    border-top: 1px solid #ccc;
  }
  .telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li {
    padding: 20px;
    border-left: none;
    border-bottom: 1px solid #ccc;
  }
  .telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li:nth-of-type(3n + 1) {
    border-left: none;
  }
  .telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li.tv-placeholder {
    display: block;
    visibility: visible;
  }
  .telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li img {
    left: 20px;
  }
  .telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li .content {
    margin: 1em 0 0.3em 100px;
  }
  .telstra-tv .body-content #myTelstraTVs > .content-container .list-controls {
    padding: 23px 15px;
  }
  .telstra-tv .body-content #myTelstraTVs > .content-container .list-controls .btn {
    text-align: center;
  }
  .telstra-tv .body-content #myTelstraTVs > .content-container .list-controls .alert {
    margin: 0 0 15px;
  }
  .telstra-tv .body-content #myTelstraTVs .no-active-tvs {
    margin-top: 0;
  }
  .telstra-tv .body-content #myTelstraTVs .logged-out header {
    margin-bottom: 0;
  }
  .telstra-tv .body-content #myTelstraTVs .logged-out .page-body {
    min-height: 221px;
    padding-bottom: 10px;
  }
  .telstra-tv .body-content #myTelstraTVs .logged-out .page-body > div {
    padding: 0 15px;
  }
  .telstra-tv .body-content #myTelstraTVs .logged-out .button-wrap {
    margin-top: 0;
  }
  .telstra-tv .body-content .featured-apps {
    padding: 15px 0;
  }
  .telstra-tv .help-container header {
    padding: 25px 15px 0;
  }
  .telstra-tv .help-container header h2 {
    font-size: 24px;
  }
  .telstra-tv .help-container .panel-group .panel .panel-collapse .panel-body {
    padding: 20px 46px;
  }
  .telstra-tv .featured-apps {
    padding: 0px 0px 0px 45px;
    margin-top: 0;
  }
  .telstra-tv .featured-apps h2 {
    float: left;
    margin-bottom: 5px;
  }
  .telstra-tv .featured-apps h2.voucherheadlines {
    color: #c31313!important;
    font-weight: bold;
    font-size: 18px!important;
  }
  .telstra-tv .featured-apps .help-link {
    float: right;
    margin: 7px 0 20px;
  }
  .telstra-tv .portal-home-body .featureModule.textimage .feature-icon {
    margin-bottom: 0;
  }
  .telstra-tv .portal-home-body .featureModule.textimage .feature-icon .td-icon-md {
    font-size: 70px;
  }
  .telstra-tv .portal-home-body .featureModule.textimage .feature-icon + .col-title {
    float: none;
    margin-bottom: 20px;
  }
  .telstra-tv .portal-home-body .featureModule.textimage .feature-icon + .col-title h3 {
    padding: 0;
    font-size: 24px;
    margin-top: 10px;
  }
  .telstra-tv .cols-50-50 {
    padding: 0 15px;
  }
  .telstra-tv .cols-50-50 .col-50 {
    width: 49%;
    float: left;
    margin: 0 1% 0 0;
  }
  .telstra-tv .cols-50-50 .col-50 + .col-50 {
    margin: 0 0 0 1%;
  }
}
@media all and (min-width: 992px) {
  .telstra-tv {
    /* Nav Tabs */
    /* Nav Tab Content */
  }
  .telstra-tv #global-nav .navbar-nav > li {
    width: auto;
  }
  .telstra-tv #primary-nav .navbar-left {
    display: block;
  }
  .telstra-tv .page-takeover {
    margin-top: 40px;
    min-height: auto;
  }
  .telstra-tv .account-utilities {
    margin: 0;
    padding: 8px 15px 0 0;
  }
  .telstra-tv .account-utilities a {
    display: inline-block;
  }
  .telstra-tv .account-utilities a + a {
    margin-left: 20px;
  }
  .telstra-tv .nav-tabs > li {
    width: 32.5%;
    text-align: center;
  }
  .telstra-tv .nav-tabs > li > a,
  .telstra-tv .nav-tabs > li > span {
    min-height: 40px;
  }
  .telstra-tv .nav-tabs > li > a .title,
  .telstra-tv .nav-tabs > li > span .title {
    font-size: 24px;
  }
  .telstra-tv .nav-tabs > li.last {
    margin-right: 0;
  }
  .telstra-tv .nav-tabs > li.last > a {
    padding-left: 10px;
    background: transparent;
    color: #fff;
  }
  .telstra-tv .nav-tabs > li.last > a:before {
    font-family: 'td-icons';
    content: '\e6f4';
  }
  .telstra-tv .nav-tabs > li.last > a:hover .title,
  .telstra-tv .nav-tabs > li.last > a:focus .title {
    text-decoration: none;
  }
  .telstra-tv .nav-tabs > li.last > a .title {
    font-size: 16px;
    text-decoration: underline;
    display: inline;
  }
  .telstra-tv .nav-tabs > li.last > a .subtitle {
    margin-left: 18px;
  }
  .telstra-tv .tab-container {
    min-height: 456px;
    margin-top: 15px;
  }
  .telstra-tv .tab-container .body-content .puck-text h2 {
    font-size: 24px;
  }
  .telstra-tv .body-content #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .tv-content,
  .telstra-tv .body-content #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .utils {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    clear: both;
  }
  .telstra-tv .body-content #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .content {
    margin: 0.3em 0 0.7em 100px;
    min-height: 62px;
  }
  .telstra-tv .body-content #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .content .title {
    font-size: 22px;
  }
  .telstra-tv .body-content #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .utils a {
    display: inline-block;
    float: left;
  }
  .telstra-tv .body-content #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .utils a + a {
    margin-left: 20px;
    margin-top: 0;
  }
  .telstra-tv .channel-list-container .channel-list .channel.link-module {
    min-height: 360px;
    margin-bottom: 0;
  }
  .telstra-tv .channel-list-container .channel-list .channel.link-module .logos {
    min-height: 100%;
  }
  .telstra-tv .channel-list-container .channel-list .channel.link-module .logos .primary-logo {
    float: left;
  }
  .telstra-tv .channel-list-container .channel-list .channel.link-module .logos .secondary-logo {
    float: right;
  }
  .telstra-tv .channel-list-container .channel-list .channel.link-module .hero-image {
    float: right;
    width: 38%;
    margin-bottom: 0;
  }
  .telstra-tv .channel-list-container .channel-list .channel.link-module .content-wrap {
    float: left;
    width: 57%;
    margin-right: 5%;
  }
  .telstra-tv .body-content #myTelstraTVs > .content-container .tv-grid .registered-tvs > li {
    border-left: 1px solid #ccc;
  }
}
.telstra-tv .spinner-container {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('clientlibs/img/BG_v2_blue.png') 82.5% 13% no-repeat #ffffff;
}
.telstra-tv .spinner-container .module {
  width: 400px;
  height: 250px;
  background: rgba(255, 255, 255, 0.15);
  margin: -125px 0 0 -200px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 12px;
}
.telstra-tv .spinner-container .module .loading {
  margin: 5em 0;
}
.telstra-tv .spinner-container .module .loading #spinner {
  position: relative;
  height: 80px;
}
.telstra-tv .spinner-container .module .loading p {
  font-size: 1.286em;
}
#no-device-content {
  display: none;
}
.change-name:hover,
.deactivate:hover {
  cursor: pointer;
}
#myTelstraTVs .alert-loggedout {
  display: block !important;
}
.alert-incorrect-name {
  margin-bottom: 15px !important;
}
.lte8 .telstra-tv .page-takeover .page-takeover-content > h1 {
  font-size: 64px;
}
.lte8 .telstra-tv .body-content #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .utils a .icon-edit {
  background-image: url('portal/img/icon-edit-circle-blue.png');
}
.lte8 .telstra-tv .body-content #myTelstraTVs .registered-tvs-container .tv-grid .registered-tvs > li .utils a .icon-close {
  background-image: url('portal/img/icon-close-circle-blue.png');
}
.lte8 .telstra-tv .body-content #addingApps > header {
  position: relative;
}
.lte8 .telstra-tv .body-content .featured-apps .help-link i {
  background: url('portal/img/icon-help.png') 0 0 no-repeat;
}
/*pp-821 banner*/
.Banner_container {
  height: auto;
  width: 100%;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.Banner_image {
  height: auto;
  margin-top: -20px;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  float: none !important;
}
/*banner image fix for mobile view pp-821*/
@media (min-width: 320px) and (max-width: 767px) {
  .Banner_image {
    margin-top: -2px !important;
  }
}
.telstraBanner .Banner_container .Banner_text {
  position: absolute;
  top: 15% ;
  color: white;
  left: 10% ;
  font-size: 22px;
}
.main-content-wrapper.offcanvas {
  margin-top: 10px;
}
@media (max-width: 780px) {
  .new {
    margin: 0rem;
  }
  .new {
    height: 0rem;
  }
}
@media (min-width: 320px) and (max-width: 340px) {
  .telstraBanner .Banner_container .Banner_text {
    top: 165%;
    left: 5%;
    color: black;
  }
}
@media (min-width: 360px) and (max-width: 370px) {
  .telstraBanner .Banner_container .Banner_text {
    top: 160%;
    left: 8%;
    color: black;
  }
}
@media (min-width: 375px) and (max-width: 385px) {
  .telstraBanner .Banner_container .Banner_text {
    top: 158%;
    left: 10%;
    color: black;
  }
}
@media (min-width: 412px) and (max-width: 430px) {
  .telstraBanner .Banner_container .Banner_text {
    top: 155%;
    left: 13%;
    color: black;
  }
}
@media (min-width: 639px) and (max-width: 655px) {
  .telstraBanner .Banner_container .Banner_text {
    top: 130%;
    left: 25%;
    color: black;
  }
}
@media (min-width: 667px) and (max-width: 736px) {
  .telstraBanner .Banner_container .Banner_text {
    top: 130%;
    left: 28%;
    color: black;
  }
}
@media (min-width: 568px) and (max-width: 580px) {
  .telstraBanner .Banner_container .Banner_text {
    top: 135%;
    left: 22%;
    color: black;
  }
}
@media (min-width: 533px) and (max-width: 563px) {
  .telstraBanner .Banner_container .Banner_text {
    top: 135%;
    left: 17%;
    color: black;
  }
}
@media (min-width: 480px) and (max-width: 500px) {
  .telstraBanner .Banner_container .Banner_text {
    top: 145%;
    left: 17%;
    color: black;
  }
}
@media (min-width: 600px) and (max-width: 510px) {
  .telstraBanner .Banner_container .Banner_text {
    top: 135%;
    left: 25%;
    color: black;
  }
}
/*PP-791*/
.login-take {
  max-width: 100% !important;
}
.device-width {
  width: 100%;
  height: auto;
  margin-top: 8%;
  margin-left: 10%;
}
@media (max-width: 767px) {
  .device-hide {
    display: none;
  }
}
@media (min-width: 1024px) {
  .device-width {
    width: 100%;
    height: auto;
    margin-top: -50px;
  }
}
/* PP-791 Fix for home page image authorable-telsraid tab*/
.home-tab:before {
  content: none !important;
}
.home-tab:after {
  clear: none !important;
}
.home-box-fix {
  margin-top: 10%!important;
  position: relative;
}
/*PP-791 Home Page Image Authorable CSS*/
.home_container {
  height: auto;
  width: 100%;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.home_image {
  height: auto;
  float: right !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/*banner image fix for mobile view pp-821*/
@media (min-width: 320px) and (max-width: 767px) {
  .home_image {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_image {
    height: auto;
    width: 65%;
    float: right !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 8%;
  }
}
/*rays fix for tablet view*/
@media (min-width: 768px) and (max-width: 992px) {
  #spectrum.large {
    background-position: 0 0 !important;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .telstra-tv .portal-home-body .featureModule.textimage .feature-icon + .col-title {
    float: none !important;
  }
  .portal-home-body .col-wrapper .textimage.featureModule {
    display: block;
  }
  .puck-assistance .featureModule .feature-icon.col-image {
    float: none;
  }
}

/**
 * !Telstra Stylesheet file
 * @version 12.0.0-SNAPSHOT
 */
/**
 * @TODO:
 *  - CSS documentation can be done with StyleDocco
 *    https://github.com/jacobrask/styledocco
 */
/* Import Bootstrap source
   -----------------------
   Import Bootstrap library to compile it here. Telstra variables should
   override the default variables of Bootstrap.
 */
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
/* LESS Prefixer
   @url http://lessprefixer.com/

   LESS Prefixer is a set of LESS mixins that let you use vendor-prefixed CSS
   properties without the prefixes.
 */
/* Load Telstra libraries
   This should be the last step. Make sure you have the path above right.
 */
/**
 * Telstra main assembly point
 * ===========================
 * This file combine all Telstra files together. Note that external libraries aren't referenced here.
 * This file is imported by the main style.less file. There the bootstrap library is referenced.
 */
/* Global spacing, Padding, Separator and Border
---------------------------------------------------------*/
@font-face {
  font-family: 'td-icons';
  src: url('clientlibs/fonts/td-original-icons.eot');
  src: url('clientlibs/fonts/td-original-icons.eot#iefix') format('embedded-opentype'), url('clientlibs/fonts/td-original-icons.woff') format('woff'), url('clientlibs/fonts/td-original-icons.ttf') format('truetype'), url('clientlibs/fonts/td-original-icons.svg#td-original-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* hover state for icons, require icon to be inside an <a> tag and have the icon-hover class applied */
.td-icon-hover:hover {
  text-decoration: none;
  color: #ffffff !important;
}
.base-grey .td-icon-hover:hover {
  background-color: #757575;
}
.base-magenta .td-icon-hover:hover {
  background-color: #ff2896;
}
.base-blue .td-icon-hover:hover {
  background-color: #00b4ff;
}
.base-orange .td-icon-hover:hover {
  background-color: #ff8700;
}
.base-green .td-icon-hover:hover {
  background-color: #96c800;
}
.base-default .td-icon-hover:hover {
  background-color: #00b4ff;
}
.td-icon-hover:hover .icon-lock {
  color: #ffffff !important;
  border: 1px solid #ffffff;
}
.base-grey .td-icon-hover:hover .icon-lock {
  background-color: #8f8f8f;
}
.base-magenta .td-icon-hover:hover .icon-lock {
  background-color: #ff5baf;
}
.base-blue .td-icon-hover:hover .icon-lock {
  background-color: #66d2ff;
}
.base-orange .td-icon-hover:hover .icon-lock {
  background-color: #ff9f33;
}
.base-green .td-icon-hover:hover .icon-lock {
  background-color: #bcfb00;
}
.base-default .td-icon-hover:hover .icon-lock {
  background-color: #66d2ff;
}
.td-icon,
.td-icon-xs,
.td-icon-sm,
.td-icon-md,
.td-icon-lg,
.td-icon-xl {
  position: relative;
  font-family: 'td-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  color: #949494 !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* if icon-lock is a nested icon in another icon, it gets its own styling */
}
.td-icon .icon-lock,
.td-icon-xs .icon-lock,
.td-icon-sm .icon-lock,
.td-icon-md .icon-lock,
.td-icon-lg .icon-lock,
.td-icon-xl .icon-lock {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 4px !important;
  border-radius: 20px;
  border: 1px solid transparent;
}
.td-icon p,
.td-icon-xs p,
.td-icon-sm p,
.td-icon-md p,
.td-icon-lg p,
.td-icon-xl p {
  margin: 0;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #000000;
}
.base-grey a.td-icon p,
.base-grey a.td-icon-xs p,
.base-grey a.td-icon-sm p,
.base-grey a.td-icon-md p,
.base-grey a.td-icon-lg p,
.base-grey a.td-icon-xl p {
  color: #4f4f4f;
}
.base-magenta a.td-icon p,
.base-magenta a.td-icon-xs p,
.base-magenta a.td-icon-sm p,
.base-magenta a.td-icon-md p,
.base-magenta a.td-icon-lg p,
.base-magenta a.td-icon-xl p {
  color: #640064;
}
.base-blue a.td-icon p,
.base-blue a.td-icon-xs p,
.base-blue a.td-icon-sm p,
.base-blue a.td-icon-md p,
.base-blue a.td-icon-lg p,
.base-blue a.td-icon-xl p {
  color: #004d9d;
}
.base-orange a.td-icon p,
.base-orange a.td-icon-xs p,
.base-orange a.td-icon-sm p,
.base-orange a.td-icon-md p,
.base-orange a.td-icon-lg p,
.base-orange a.td-icon-xl p {
  color: #ab004c;
}
.base-green a.td-icon p,
.base-green a.td-icon-xs p,
.base-green a.td-icon-sm p,
.base-green a.td-icon-md p,
.base-green a.td-icon-lg p,
.base-green a.td-icon-xl p {
  color: #005a28;
}
.base-default a.td-icon p,
.base-default a.td-icon-xs p,
.base-default a.td-icon-sm p,
.base-default a.td-icon-md p,
.base-default a.td-icon-lg p,
.base-default a.td-icon-xl p {
  color: #004d9d;
}
.td-icon-xs {
  font-size: 16px;
}
.td-icon-sm {
  font-size: 42px;
}
.td-icon-md {
  font-size: 70px;
}
.td-icon-lg {
  font-size: 118px;
}
.td-icon-xl {
  font-size: 168px;
}
.icon-telstra-air:before {
  content: "\e71f";
}
.icon-wayfinding:before {
  content: "\e720";
}
.icon-ui-largearrow-down:before {
  content: "\e71e";
}
.icon-ui-video-play:before {
  content: "\e71d";
}
.icon-credit-meu:before {
  content: "\e719";
}
.icon-mobile-plan:before {
  content: "\e71a";
}
.icon-outside-link-arrow:before {
  content: "\e71b";
}
.icon-security-shield:before {
  content: "\e71c";
}
.icon-leave-it-with-us:before {
  content: "\e70f";
}
.icon-works-on-nbn:before {
  content: "\e716";
}
.icon-alert-round:before {
  content: "\e714";
}
.icon-alert-triangle:before {
  content: "\e715";
}
.thumbs-down:before {
  content: "\e710";
}
.thumbs-up:before {
  content: "\e711";
}
.icon-collaboration:before {
  content: "\e706";
}
.icon-customer-contact-solution:before {
  content: "\e707";
}
.icon-digital-media:before {
  content: "\e708";
}
.icon-education:before {
  content: "\e709";
}
.icon-financial-services:before {
  content: "\e70a";
}
.icon-machine-to-machine:before {
  content: "\e70b";
}
.icon-mining-resources:before {
  content: "\e70c";
}
.icon-self-service-apps:before {
  content: "\e70d";
}
.icon-transport-logistics:before {
  content: "\e70e";
}
.icon-aged-care:before {
  content: "\e700";
}
.icon-general-practitioner:before {
  content: "\e701";
}
.icon-hospital:before {
  content: "\e702";
}
.icon-pharmacy:before {
  content: "\e703";
}
.icon-telstra-heroes:before {
  content: "\e704";
}
.icon-computer-protection:before {
  content: "\e6f9";
}
.icon-safe-browser:before {
  content: "\e6fa";
}
.icon-new-phone-feeling:before {
  content: "\e6fb";
}
.icon-new-phone-feeling-free:before {
  content: "\e6fc";
}
.icon-parental-control:before {
  content: "\e6fd";
}
.icon-4g-double-coverage:before {
  content: "\e601";
}
.icon-4g-network-speed:before {
  content: "\e602";
}
.icon-add-ons:before {
  content: "\e603";
}
.icon-alerts-reminders:before {
  content: "\e604";
}
.icon-anti-spam:before {
  content: "\e605";
}
.icon-anti-virus:before {
  content: "\e606";
}
.icon-application-ngdr:before {
  content: "\e607";
}
.icon-application-site-minder:before {
  content: "\e608";
}
.icon-application-uc:before {
  content: "\e609";
}
.icon-application-vistabridge:before {
  content: "\e60a";
}
.icon-application-vistacockpit:before {
  content: "\e60b";
}
.icon-application-vistamart:before {
  content: "\e60c";
}
.icon-apps-24x7:before {
  content: "\e60d";
}
.icon-audio-web:before {
  content: "\e60e";
}
.icon-backup:before {
  content: "\e60f";
}
.icon-backup-safe:before {
  content: "\e610";
}
.icon-bill-date:before {
  content: "\e611";
}
.icon-bill-edit-details:before {
  content: "\e612";
}
.icon-billing:before {
  content: "\e613";
}
.icon-bill-manage:before {
  content: "\e614";
}
.icon-bill-paper:before {
  content: "\e615";
}
.icon-bill-paperless:before {
  content: "\e616";
}
.icon-bill-payment:before {
  content: "\e617";
}
.icon-bill-payment-extension:before {
  content: "\e618";
}
.icon-bluetooth:before {
  content: "\e619";
}
.icon-bundle:before {
  content: "\e61a";
}
.icon-business-centers:before {
  content: "\e61b";
}
.icon-business-resources:before {
  content: "\e61c";
}
.icon-business-building:before {
  content: "\e61d";
}
.icon-business-secure:before {
  content: "\e61e";
}
.icon-business-small-building:before {
  content: "\e61f";
}
.icon-calendar:before {
  content: "\e620";
}
.icon-camera:before {
  content: "\e621";
}
.icon-case-studies:before {
  content: "\e622";
}
.icon-chat-forums:before {
  content: "\e623";
}
.icon-check-usage:before {
  content: "\e624";
}
.icon-cloud:before {
  content: "\e625";
}
.icon-cloud-payg:before {
  content: "\e626";
}
.icon-cloud-tipt-phone:before {
  content: "\e627";
}
.icon-cloud-video-conferencing:before {
  content: "\e628";
}
.icon-computer-cpu:before {
  content: "\e629";
}
.icon-coverage-maps:before {
  content: "\e62a";
}
.icon-crm:before {
  content: "\e62b";
}
.icon-crowd-support:before {
  content: "\e62c";
}
.icon-customer-relationship-management:before {
  content: "\e62d";
}
.icon-data-calculator:before {
  content: "\e62e";
}
.icon-desk:before {
  content: "\e62f";
}
.icon-machine-to-machine2:before {
  content: "\e712";
}
.icon-device-support:before {
  content: "\e630";
}
.icon-direct-debit:before {
  content: "\e631";
}
.icon-document-service-improve-reporting:before {
  content: "\e632";
}
.icon-document-zip:before {
  content: "\e633";
}
.icon-dot:before {
  content: "\e634";
}
.icon-download:before {
  content: "\e635";
}
.icon-international-roaming-data-pack:before {
  content: "\e636";
}
.icon-data-plus-pack:before {
  content: "\e637";
}
.icon-download-exe:before {
  content: "\e638";
}
.icon-download-jpg:before {
  content: "\e639";
}
.icon-download-pdf:before {
  content: "\e63a";
}
.icon-download-png:before {
  content: "\e63b";
}
.icon-email:before {
  content: "\e63c";
}
.icon-email-security:before {
  content: "\e63d";
}
.icon-find-telstra-store:before {
  content: "\e63e";
}
.icon-firewall:before {
  content: "\e63f";
}
.icon-flash-usb:before {
  content: "\e640";
}
.icon-flybuys:before {
  content: "\e641";
}
.icon-forgotten-password:before {
  content: "\e642";
}
.icon-forgotten-username:before {
  content: "\e643";
}
.icon-foxtel:before {
  content: "\e644";
}
.icon-free-banner:before {
  content: "\e645";
}
.icon-free-delivery:before {
  content: "\e646";
}
.icon-games:before {
  content: "\e647";
}
.icon-government:before {
  content: "\e648";
}
.icon-greater-reliability:before {
  content: "\e649";
}
.icon-health-care:before {
  content: "\e64a";
}
.icon-help:before {
  content: "\e64b";
}
.icon-home:before {
  content: "\e64c";
}
.icon-hosted-cloud-services:before {
  content: "\e64d";
}
.icon-industries:before {
  content: "\e64e";
}
.icon-information:before {
  content: "\e64f";
}
.icon-installation:before {
  content: "\e650";
}
.icon-installation-platinum:before {
  content: "\e651";
}
.icon-interactive-voice-response:before {
  content: "\e652";
}
.icon-interface-me:before {
  content: "\e653";
}
.icon-international-roaming:before {
  content: "\e654";
}
.icon-domain-name:before {
  content: "\e655";
}
.icon-online-portal:before {
  content: "\e656";
}
.icon-internet:before {
  content: "\e657";
}
.icon-internet-security:before {
  content: "\e658";
}
.icon-internet-support:before {
  content: "\e659";
}
.icon-upgrade-dial-up:before {
  content: "\e65a";
}
.icon-ip-address:before {
  content: "\e65b";
}
.icon-lan-switch:before {
  content: "\e65c";
}
.icon-laptop:before {
  content: "\e65d";
}
.icon-laptop-phone:before {
  content: "\e65e";
}
.icon-live-chat-24x7:before {
  content: "\e65f";
}
.icon-live-help:before {
  content: "\e660";
}
.icon-load-balancer:before {
  content: "\e661";
}
.icon-lock:before {
  content: "\e662";
}
.icon-mail:before {
  content: "\e663";
}
.icon-managed-phone:before {
  content: "\e664";
}
.icon-managed-video-conferencing:before {
  content: "\e665";
}
.icon-manage-services:before {
  content: "\e666";
}
.icon-mms:before {
  content: "\e667";
}
.icon-mobile:before {
  content: "\e668";
}
.icon-prepaid-mobile-broadband:before {
  content: "\e669";
}
.icon-mobile-broadband:before {
  content: "\e66a";
}
.icon-mobile-byo:before {
  content: "\e66b";
}
.icon-mobile-car-kit:before {
  content: "\e66c";
}
.icon-mobile-data-pack:before {
  content: "\e66d";
}
.icon-mobile-foxtel:before {
  content: "\e66e";
}
.icon-mobile-insurance:before {
  content: "\e66f";
}
.icon-mobile-mentor:before {
  content: "\e670";
}
.icon-mobile-modem:before {
  content: "\e671";
}
.icon-mobile-no-lock-in:before {
  content: "\e672";
}
.icon-mobile-on-plan:before {
  content: "\e673";
}
.icon-mobile-prepaid:before {
  content: "\e674";
}
.icon-modem:before {
  content: "\e675";
}
.icon-movies:before {
  content: "\e676";
}
.icon-movies-hd:before {
  content: "\e677";
}
.icon-multi-lay-switch:before {
  content: "\e678";
}
.icon-music:before {
  content: "\e679";
}
.icon-my-details:before {
  content: "\e67a";
}
.icon-my-profile:before {
  content: "\e67b";
}
.icon-my-profile-tick-presence:before {
  content: "\e67c";
}
.icon-network-australia-wide:before {
  content: "\e67d";
}
.icon-network-coverage:before {
  content: "\e67e";
}
.icon-network-elem-managers:before {
  content: "\e67f";
}
.icon-network-email:before {
  content: "\e680";
}
.icon-network-speed:before {
  content: "\e681";
}
.icon-news:before {
  content: "\e682";
}
.icon-no-excess:before {
  content: "\e683";
}
.icon-note:before {
  content: "\e684";
}
.icon-operating-system:before {
  content: "\e685";
}
.icon-operations-centre:before {
  content: "\e686";
}
.icon-overseas-branch:before {
  content: "\e687";
}
.icon-pay-online:before {
  content: "\e688";
}
.icon-phone:before {
  content: "\e689";
}
.icon-phone-add-features:before {
  content: "\e68a";
}
.icon-phone-change-plans:before {
  content: "\e68b";
}
.icon-phone-hd-voice:before {
  content: "\e68c";
}
.icon-phone-ip:before {
  content: "\e68d";
}
.icon-phone-office:before {
  content: "\e68e";
}
.icon-phone-tipt:before {
  content: "\e68f";
}
.icon-prepaid-activation:before {
  content: "\e690";
}
.icon-prepaid-register:before {
  content: "\e691";
}
.icon-price-promise:before {
  content: "\e692";
}
.icon-print:before {
  content: "\e693";
}
.icon-profile-suit:before {
  content: "\e694";
}
.icon-public-safety-security:before {
  content: "\e695";
}
.icon-puk-code:before {
  content: "\e696";
}
.icon-recharge:before {
  content: "\e697";
}
.icon-register:before {
  content: "\e698";
}
.icon-research-insights:before {
  content: "\e699";
}
.icon-router:before {
  content: "\e69a";
}
.icon-search-find:before {
  content: "\e69b";
}
.icon-secure-delivery:before {
  content: "\e69c";
}
.icon-server:before {
  content: "\e69d";
}
.icon-service-desk:before {
  content: "\e69e";
}
.icon-service-status:before {
  content: "\e69f";
}
.icon-settings:before {
  content: "\e6a0";
}
.icon-shared-wifi:before {
  content: "\e6a1";
}
.icon-shop-online:before {
  content: "\e6a2";
}
.icon-shop-track-order:before {
  content: "\e6a3";
}
.icon-sim-card:before {
  content: "\e6a4";
}
.icon-sim-card-no-lock:before {
  content: "\e6a5";
}
.icon-sip-connect:before {
  content: "\e6a6";
}
.icon-small-business:before {
  content: "\e6a7";
}
.icon-sms:before {
  content: "\e6a8";
}
.icon-software-apps:before {
  content: "\e6a9";
}
.icon-special-offer:before {
  content: "\e6aa";
}
.icon-sports:before {
  content: "\e6ab";
}
.icon-star:before {
  content: "\e6ac";
}
.icon-storage:before {
  content: "\e6ad";
}
.icon-support:before {
  content: "\e6ae";
}
.icon-tablet:before {
  content: "\e6af";
}
.icon-target:before {
  content: "\e6b0";
}
.icon-tv:before {
  content: "\e6b1";
}
.icon-tv-clear:before {
  content: "\e713";
}
.icon-tbox:before {
  content: "\e6b2";
}
.icon-telepres:before {
  content: "\e6b3";
}
.icon-technologies:before {
  content: "\e6b4";
}
.icon-teg-portal:before {
  content: "\e6b5";
}
.icon-telstra-firewall:before {
  content: "\e6b6";
}
.icon-telstra-lan-switch:before {
  content: "\e6b7";
}
.icon-telstra-plus:before {
  content: "\e6b8";
}
.icon-telstra-plus-home-support:before {
  content: "\e6b9";
}
.icon-thub2:before {
  content: "\e6ba";
}
.icon-tick-square:before {
  content: "\e6bb";
}
.icon-thick-tick:before {
  content: "\e6f7";
}
.icon-tick:before {
  content: "\e6f8";
}
.icon-time:before {
  content: "\e6bc";
}
.icon-transfer-data:before {
  content: "\e6bd";
}
.icon-transfer-plan:before {
  content: "\e6be";
}
.icon-twitter:before {
  content: "\e6bf";
}
.icon-unified-comms:before {
  content: "\e6c0";
}
.icon-unlock:before {
  content: "\e6c1";
}
.icon-volume-off:before {
  content: "\e6c2";
}
.icon-volume-on:before {
  content: "\e6c3";
}
.icon-wan-accelerate:before {
  content: "\e6c4";
}
.icon-warranty-2yr:before {
  content: "\e6c5";
}
.icon-weather:before {
  content: "\e6c6";
}
.icon-wireless-access-point:before {
  content: "\e6c7";
}
.icon-telstra-router:before {
  content: "\e6c8";
}
.icon-sess-border-control:before {
  content: "\e6c9";
}
.icon-wireless-router:before {
  content: "\e6ca";
}
.icon-facebook:before {
  content: "\e6cb";
}
.icon-twitter-bird:before {
  content: "\e6cc";
}
.icon-youtube:before {
  content: "\e6cd";
}
.icon-telstra:before {
  content: "\e6ce";
}
.icon-bigpond:before {
  content: "\e6cf";
}
.icon-inventory-system:before {
  content: "\e6d0";
}
.icon-research-evaluation:before {
  content: "\e6d1";
}
.icon-sass:before {
  content: "\e6d2";
}
.icon-teg:before {
  content: "\e6d3";
}
.icon-infra-service-iaas:before {
  content: "\e6d4";
}
.icon-number-one:before {
  content: "\e600";
}
.icon-number-two:before {
  content: "\e6d5";
}
.icon-number-three:before {
  content: "\e6d6";
}
.icon-number-four:before {
  content: "\e6d7";
}
.icon-number-five:before {
  content: "\e6d8";
}
.icon-number-six:before {
  content: "\e6d9";
}
.icon-number-seven:before {
  content: "\e6da";
}
.icon-number-eight:before {
  content: "\e6db";
}
.icon-number-nine:before {
  content: "\e6dc";
}
.icon-number-ten:before {
  content: "\e6dd";
}
.icon-ui-left-arrow-round:before {
  content: "\e6fe";
}
.icon-ui-right-arrow-round:before {
  content: "\e6ff";
}
.icon-ui-slider-button:before {
  content: "\e705";
}
.icon-ui-cross:before {
  content: "\e6de";
}
.icon-ui-plus:before {
  content: "\e6df";
}
.icon-ui-minus:before {
  content: "\e6e0";
}
.icon-ui-left-arrow-thick:before {
  content: "\e6e1";
}
.icon-ui-right-arrow-thick:before {
  content: "\e6e2";
}
.icon-ui-down-arrow-thick:before {
  content: "\e6e3";
}
.icon-ui-up-arrow-thick:before {
  content: "\e6e4";
}
.icon-ui-left-arrow:before {
  content: "\e6f3";
}
.icon-ui-right-arrow:before {
  content: "\e6f4";
}
.icon-ui-down-arrow:before {
  content: "\e6f5";
}
.icon-ui-up-arrow:before {
  content: "\e6f6";
}
.icon-ui-play:before {
  content: "\e6e5";
}
.icon-ui-pause:before {
  content: "\e6e6";
}
.icon-ui-stop:before {
  content: "\e6e7";
}
.icon-ui-replay:before {
  content: "\e6e8";
}
.icon-ui-start:before {
  content: "\e6e9";
}
.icon-ui-end:before {
  content: "\e6ea";
}
.icon-ui-rewind:before {
  content: "\e6eb";
}
.icon-ui-fast-forward:before {
  content: "\e6ec";
}
.icon-ui-left-arrow-button:before {
  content: "\e6ed";
}
.icon-ui-right-arrow-button:before {
  content: "\e6ee";
}
.icon-ui-down-arrow-button:before {
  content: "\e6ef";
}
.icon-ui-up-arrow-button:before {
  content: "\e6f0";
}
.icon-ui-play-button:before {
  content: "\e6f1";
}
.icon-ui-search:before {
  content: "\e6f2";
}
.icon-retail-store:before {
  content: "\e717";
}
.icon-flagship-store:before {
  content: "\e718";
}
/* ==========================================================================
 * FONTS
 * ========================================================================== */
/* ==========================================================================
 * CSS TRIANGLES
 * ========================================================================== */
/* Gradient generators
----------------------------------*/
/* Themes Mixin
---------------------------------------------*/
/*
  [1]      [2]      [3]     [4]      [5]
lighter| light  | default | dark  | darker;
---------------------------------------------
*/
/* Theme helper
-------------------------------------------------*/
/* Theme Color Main
-------------------------------------------------*/
/* Footer social icons
-------------------------------------------------*/
/* ==========================================================================
 * FUNCTIONAL STYLES
 * ========================================================================== */
/* ==========================================================================
 * NEW THEME COLOURS
 * ========================================================================== */
/* ==========================================================================
 * WITH TCOM THEME MIXIN
 * ========================================================================== */
/* ==========================================================================
 * - NEW WITH-TCOM-THEME CLASSES
 * ========================================================================== */
/* ==========================================================================
 * -- BACKGROUNDS
 * ========================================================================== */
.base-grey .tcom-theme-bg-primary {
  background-color: #757575 !important;
}
.base-magenta .tcom-theme-bg-primary {
  background-color: #de008d !important;
}
.base-blue .tcom-theme-bg-primary {
  background-color: #0099d2 !important;
}
.base-orange .tcom-theme-bg-primary {
  background-color: #f05a00 !important;
}
.base-green .tcom-theme-bg-primary {
  background-color: #84bb28 !important;
}
.base-default .tcom-theme-bg-primary {
  background-color: #0099d2 !important;
}
.base-grey .tcom-theme-bg-secondary {
  background-color: #4f4f4f !important;
}
.base-magenta .tcom-theme-bg-secondary {
  background-color: #a0148c !important;
}
.base-blue .tcom-theme-bg-secondary {
  background-color: #001e82 !important;
}
.base-orange .tcom-theme-bg-secondary {
  background-color: #ab004c !important;
}
.base-green .tcom-theme-bg-secondary {
  background-color: #005055 !important;
}
.base-default .tcom-theme-bg-secondary {
  background-color: #001e82 !important;
}
.base-grey .tcom-theme-bg-0 {
  background-color: #757575 !important;
}
.base-magenta .tcom-theme-bg-0 {
  background-color: #de008d !important;
}
.base-blue .tcom-theme-bg-0 {
  background-color: #00baff !important;
}
.base-orange .tcom-theme-bg-0 {
  background-color: #ffa500 !important;
}
.base-green .tcom-theme-bg-0 {
  background-color: #bcda07 !important;
}
.base-default .tcom-theme-bg-0 {
  background-color: #00baff !important;
}
.base-grey .tcom-theme-bg-33 {
  background-color: #606060;
}
.base-magenta .tcom-theme-bg-33 {
  background-color: #b6007f;
}
.base-blue .tcom-theme-bg-33 {
  background-color: #1e85db;
}
.base-orange .tcom-theme-bg-33 {
  background-color: #f76f25;
}
.base-green .tcom-theme-bg-33 {
  background-color: #7eb82c;
}
.base-default .tcom-theme-bg-33 {
  background-color: #1e85db;
}
.base-grey .tcom-theme-bg-50 {
  background-color: #555555;
}
.base-magenta .tcom-theme-bg-50 {
  background-color: #a10079;
}
.base-blue .tcom-theme-bg-50 {
  background-color: #2d6ac8;
}
.base-orange .tcom-theme-bg-50 {
  background-color: #f45338;
}
.base-green .tcom-theme-bg-50 {
  background-color: #5ea740;
}
.base-default .tcom-theme-bg-50 {
  background-color: #2d6ac8;
}
.base-grey .tcom-theme-bg-66 {
  background-color: #4b4b4b;
}
.base-magenta .tcom-theme-bg-66 {
  background-color: #8d0072;
}
.base-blue .tcom-theme-bg-66 {
  background-color: #3b50b6;
}
.base-orange .tcom-theme-bg-66 {
  background-color: #f0384a;
}
.base-green .tcom-theme-bg-66 {
  background-color: #409752;
}
.base-default .tcom-theme-bg-66 {
  background-color: #3b50b6;
}
.base-grey .tcom-theme-bg-100 {
  background-color: #363636 !important;
}
.base-magenta .tcom-theme-bg-100 {
  background-color: #640064 !important;
}
.base-blue .tcom-theme-bg-100 {
  background-color: #5a1991 !important;
}
.base-orange .tcom-theme-bg-100 {
  background-color: #e80070 !important;
}
.base-green .tcom-theme-bg-100 {
  background-color: #007478 !important;
}
.base-default .tcom-theme-bg-100 {
  background-color: #5a1991 !important;
}
/* ==========================================================================
 * -- GRADIENTS
 * ========================================================================== */
.base-grey .tcom-theme-bg-primary-secondary {
  background-color: #4f4f4f !important;
  background: linear-gradient(to right, #757575 0%, #4f4f4f 100%);
}
.base-magenta .tcom-theme-bg-primary-secondary {
  background-color: #a0148c !important;
  background: linear-gradient(to right, #de008d 0%, #a0148c 100%);
}
.base-blue .tcom-theme-bg-primary-secondary {
  background-color: #001e82 !important;
  background: linear-gradient(to right, #0099d2 0%, #001e82 100%);
}
.base-orange .tcom-theme-bg-primary-secondary {
  background-color: #ab004c !important;
  background: linear-gradient(to right, #f05a00 0%, #ab004c 100%);
}
.base-green .tcom-theme-bg-primary-secondary {
  background-color: #005055 !important;
  background: linear-gradient(to right, #84bb28 0%, #005055 100%);
}
.base-default .tcom-theme-bg-primary-secondary {
  background-color: #001e82 !important;
  background: linear-gradient(to right, #0099d2 0%, #001e82 100%);
}
.base-grey .tcom-theme-bg-start-end {
  background-color: #4f4f4f !important;
  background: linear-gradient(to right, #757575 0%, #363636 100%);
}
.base-magenta .tcom-theme-bg-start-end {
  background-color: #a0148c !important;
  background: linear-gradient(to right, #de008d 0%, #640064 100%);
}
.base-blue .tcom-theme-bg-start-end {
  background-color: #001e82 !important;
  background: linear-gradient(to right, #00baff 0%, #5a1991 100%);
}
.base-orange .tcom-theme-bg-start-end {
  background-color: #ab004c !important;
  background: linear-gradient(to right, #ffa500 0%, #e80070 100%);
}
.base-green .tcom-theme-bg-start-end {
  background-color: #005055 !important;
  background: linear-gradient(to right, #bcda07 0%, #007478 100%);
}
.base-default .tcom-theme-bg-start-end {
  background-color: #001e82 !important;
  background: linear-gradient(to right, #00baff 0%, #5a1991 100%);
}
/* ==========================================================================
 * -- FOREGROUND
 * ========================================================================== */
.base-grey .tcom-theme-fg-primary {
  color: #757575;
}
.base-magenta .tcom-theme-fg-primary {
  color: #de008d;
}
.base-blue .tcom-theme-fg-primary {
  color: #0099d2;
}
.base-orange .tcom-theme-fg-primary {
  color: #f05a00;
}
.base-green .tcom-theme-fg-primary {
  color: #84bb28;
}
.base-default .tcom-theme-fg-primary {
  color: #0099d2;
}
.base-grey .tcom-theme-fg-secondary {
  color: #4f4f4f;
}
.base-magenta .tcom-theme-fg-secondary {
  color: #a0148c;
}
.base-blue .tcom-theme-fg-secondary {
  color: #001e82;
}
.base-orange .tcom-theme-fg-secondary {
  color: #ab004c;
}
.base-green .tcom-theme-fg-secondary {
  color: #005055;
}
.base-default .tcom-theme-fg-secondary {
  color: #001e82;
}
.base-grey .tcom-theme-fg-0 {
  color: #757575;
}
.base-magenta .tcom-theme-fg-0 {
  color: #de008d;
}
.base-blue .tcom-theme-fg-0 {
  color: #00baff;
}
.base-orange .tcom-theme-fg-0 {
  color: #ffa500;
}
.base-green .tcom-theme-fg-0 {
  color: #bcda07;
}
.base-default .tcom-theme-fg-0 {
  color: #00baff;
}
.base-grey .tcom-theme-fg-33 {
  color: #606060;
}
.base-magenta .tcom-theme-fg-33 {
  color: #b6007f;
}
.base-blue .tcom-theme-fg-33 {
  color: #1e85db;
}
.base-orange .tcom-theme-fg-33 {
  color: #f76f25;
}
.base-green .tcom-theme-fg-33 {
  color: #7eb82c;
}
.base-default .tcom-theme-fg-33 {
  color: #1e85db;
}
.base-grey .tcom-theme-fg-50 {
  color: #555555;
}
.base-magenta .tcom-theme-fg-50 {
  color: #a10079;
}
.base-blue .tcom-theme-fg-50 {
  color: #2d6ac8;
}
.base-orange .tcom-theme-fg-50 {
  color: #f45338;
}
.base-green .tcom-theme-fg-50 {
  color: #5ea740;
}
.base-default .tcom-theme-fg-50 {
  color: #2d6ac8;
}
.base-grey .tcom-theme-fg-66 {
  color: #4b4b4b;
}
.base-magenta .tcom-theme-fg-66 {
  color: #8d0072;
}
.base-blue .tcom-theme-fg-66 {
  color: #3b50b6;
}
.base-orange .tcom-theme-fg-66 {
  color: #f0384a;
}
.base-green .tcom-theme-fg-66 {
  color: #409752;
}
.base-default .tcom-theme-fg-66 {
  color: #3b50b6;
}
.base-grey .tcom-theme-fg-100 {
  color: #363636;
}
.base-magenta .tcom-theme-fg-100 {
  color: #640064;
}
.base-blue .tcom-theme-fg-100 {
  color: #5a1991;
}
.base-orange .tcom-theme-fg-100 {
  color: #e80070;
}
.base-green .tcom-theme-fg-100 {
  color: #007478;
}
.base-default .tcom-theme-fg-100 {
  color: #5a1991;
}
/* ==========================================================================
 * H5BP FUNCTIONAL CLASSES
 * ========================================================================== */
/*
 * Image replacement
 * Instructions: https://github.com/h5bp/html5-boilerplate/commit/adecc5da035d6d76b77e3fa95c6abde841073da2
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.vh,
.visuallyhidden,
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
     * Extends the .vhidden class to allow the element to be focusable
     * when navigated to via the keyboard: h5bp.com/p
     */
}
.vh.focusable:active,
.visuallyhidden.focusable:active,
.sr-only.focusable:active,
.vh.focusable:focus,
.visuallyhidden.focusable:focus,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.js .js-hidden {
  display: none;
}
.no-js .no-js-hidden {
  display: none;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/* INTRINSIC RATIO
 * ========================================================================== */
/*
<div class="intrinsic">
    <div class="intrinsic-wrap">
        <div class="intrinsic-el">
        </div>
    </div>
</div>
 */
.intrinsic {
  /*
        You just need to define width within another class on the element,
        if not a inherited by default (ie: <div/> or any class with a display: block or default width of auto or 100%)
     */
}
.intrinsic-wrap {
  height: 0;
  position: relative;
}
.intrinsic-el {
  /*
        This class needs no further customization,
        if this class is applied to the elemtent and is contained
        within .intrinsic > .intrinsic-wrap > *current element*
        the element should scale in correct perspective
    */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.intrinsic-16x9 {
  padding-bottom: 56.25%;
}
.intrinsic-4x3 {
  padding-bottom: 75%;
}
.intrinsic-960x690 {
  padding-bottom: 71.875%;
}
header {
  position: relative;
  z-index: 1060;
}
header.hide-header {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  header.hide-header {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  header {
    position: static;
  }
}
#global-nav {
  border-color: #555555;
  background: url("portal/img/telstra/cstop-bar01.png") repeat-x 0 0 #555555;
  border: 0;
}
@media only screen and (max-width: 767px) {
  #global-nav {
    display: none;
  }
}
#global-nav .navbar-collapse {
  padding: 0;
}
#global-nav.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  border-left: 0px solid #3b3b3b;
}
#global-nav.navbar-inverse .navbar-nav > li > a:hover,
#global-nav.navbar-inverse .navbar-nav > li > a:focus {
  background: #3b3b3b;
}
#global-nav.navbar-inverse .navbar-nav > li:last-of-type > a {
  border-right: 1px solid #3b3b3b;
}
#global-nav.navbar-inverse .navbar-nav > .active > a,
#global-nav.navbar-inverse .navbar-nav > .active > a:hover,
#global-nav.navbar-inverse .navbar-nav > .active > a:focus {
  background: #3b3b3b;
  font-weight: bold;
}
#global-nav .navbar-brand {
  padding: 7px;
  margin-left: 5px;
}
#global-nav .navbar-brand .site-logo {
  height: 30px;
}
#global-nav .navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  background: #dadada;
  margin: 0;
  padding: 10px;
  height: 44px;
}
#global-nav .navbar-toggle.pull-left {
  padding: 13px 10px;
}
#global-nav .navbar-toggle .icon-search-find {
  font-size: 24px;
  color: #575757 !important;
}
#global-nav .navbar-toggle .icon-bar {
  height: 3px;
  width: 24px;
  border-raidus: 5px;
  background-color: #575757;
}
#global-nav .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
#global-nav .navbar-toggle:active {
  background-color: #575757;
}
#global-nav .navbar-toggle:active .icon-bar {
  background: #dadada;
}
#global-nav .navbar-toggle:active .td-icon {
  color: #dadada !important;
}
.hide-global-nav #spectrum {
  margin-top: 44px;
}
.hide-global-nav #global-nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .site-header {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  /* ==========================================================================
   * HEADER
   * ========================================================================== */
  /* ==========================================================================
   * - NAV TOGGLE
   * ========================================================================== */
  .nav-toggle {
    display: block;
    height: 60px;
    position: relative;
    outline: none;
    border: none;
    background-color: transparent;
    padding: 0;
    width: 42px;
  }
  .nav-toggle:before,
  .nav-toggle:after {
    content: " ";
    display: table;
  }
  .nav-toggle:after {
    clear: both;
  }
  .nav-toggle:before,
  .nav-toggle:after {
    content: " ";
    display: table;
  }
  .nav-toggle:after {
    clear: both;
  }
  .nav-toggle .menu {
    font-family: "Gravur", "GravurCondensed-Regular", "Helvetica Neue", "Arial Narrow", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    margin-top: 10px;
    width: 44px;
    text-align: left;
    transition: color 250ms;
    float: left;
    margin-top: 18px;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    /*
     * Extends the .vhidden class to allow the element to be focusable
     * when navigated to via the keyboard: h5bp.com/p
     */
  }
  .nav-toggle .menu.focusable:active,
  .nav-toggle .menu.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .nav-toggle .icon {
    display: block;
    position: relative;
    width: 22px;
    height: 60px;
    float: right;
  }
  .nav-toggle .icon-bar {
    background-color: #333333;
    width: 22px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-radius: 3px;
    transition: background-color 250ms;
  }
  .nav-toggle .icon-bar + .icon-bar {
    margin-top: -2px;
  }
  .nav-toggle .icon-bar + .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .base-grey .nav-toggle:hover .icon-bar,
  .base-grey .nav-toggle:focus .icon-bar,
  .base-grey .nav-toggle:active .icon-bar {
    background-color: #757575;
  }
  .base-grey .nav-toggle:hover .menu,
  .base-grey .nav-toggle:focus .menu,
  .base-grey .nav-toggle:active .menu {
    color: #757575;
  }
  .base-magenta .nav-toggle:hover .icon-bar,
  .base-magenta .nav-toggle:focus .icon-bar,
  .base-magenta .nav-toggle:active .icon-bar {
    background-color: #de008d;
  }
  .base-magenta .nav-toggle:hover .menu,
  .base-magenta .nav-toggle:focus .menu,
  .base-magenta .nav-toggle:active .menu {
    color: #de008d;
  }
  .base-blue .nav-toggle:hover .icon-bar,
  .base-blue .nav-toggle:focus .icon-bar,
  .base-blue .nav-toggle:active .icon-bar {
    background-color: #0099d2;
  }
  .base-blue .nav-toggle:hover .menu,
  .base-blue .nav-toggle:focus .menu,
  .base-blue .nav-toggle:active .menu {
    color: #0099d2;
  }
  .base-orange .nav-toggle:hover .icon-bar,
  .base-orange .nav-toggle:focus .icon-bar,
  .base-orange .nav-toggle:active .icon-bar {
    background-color: #f05a00;
  }
  .base-orange .nav-toggle:hover .menu,
  .base-orange .nav-toggle:focus .menu,
  .base-orange .nav-toggle:active .menu {
    color: #f05a00;
  }
  .base-green .nav-toggle:hover .icon-bar,
  .base-green .nav-toggle:focus .icon-bar,
  .base-green .nav-toggle:active .icon-bar {
    background-color: #84bb28;
  }
  .base-green .nav-toggle:hover .menu,
  .base-green .nav-toggle:focus .menu,
  .base-green .nav-toggle:active .menu {
    color: #84bb28;
  }
  .base-default .nav-toggle:hover .icon-bar,
  .base-default .nav-toggle:focus .icon-bar,
  .base-default .nav-toggle:active .icon-bar {
    background-color: #0099d2;
  }
  .base-default .nav-toggle:hover .menu,
  .base-default .nav-toggle:focus .menu,
  .base-default .nav-toggle:active .menu {
    color: #0099d2;
  }
  .base-grey .nav-toggle:hover .icon-bar,
  .base-grey .nav-toggle:focus .icon-bar,
  .base-grey .nav-toggle:active .icon-bar {
    background-color: #757575;
  }
  .base-magenta .nav-toggle:hover .icon-bar,
  .base-magenta .nav-toggle:focus .icon-bar,
  .base-magenta .nav-toggle:active .icon-bar {
    background-color: #ff2896;
  }
  .base-blue .nav-toggle:hover .icon-bar,
  .base-blue .nav-toggle:focus .icon-bar,
  .base-blue .nav-toggle:active .icon-bar {
    background-color: #00b4ff;
  }
  .base-orange .nav-toggle:hover .icon-bar,
  .base-orange .nav-toggle:focus .icon-bar,
  .base-orange .nav-toggle:active .icon-bar {
    background-color: #ff8700;
  }
  .base-green .nav-toggle:hover .icon-bar,
  .base-green .nav-toggle:focus .icon-bar,
  .base-green .nav-toggle:active .icon-bar {
    background-color: #96c800;
  }
  .base-default .nav-toggle:hover .icon-bar,
  .base-default .nav-toggle:focus .icon-bar,
  .base-default .nav-toggle:active .icon-bar {
    background-color: #333333;
  }
  .base-grey .nav-toggle:hover .menu,
  .base-grey .nav-toggle:focus .menu,
  .base-grey .nav-toggle:active .menu {
    color: #757575;
  }
  .base-magenta .nav-toggle:hover .menu,
  .base-magenta .nav-toggle:focus .menu,
  .base-magenta .nav-toggle:active .menu {
    color: #ff2896;
  }
  .base-blue .nav-toggle:hover .menu,
  .base-blue .nav-toggle:focus .menu,
  .base-blue .nav-toggle:active .menu {
    color: #00b4ff;
  }
  .base-orange .nav-toggle:hover .menu,
  .base-orange .nav-toggle:focus .menu,
  .base-orange .nav-toggle:active .menu {
    color: #ff8700;
  }
  .base-green .nav-toggle:hover .menu,
  .base-green .nav-toggle:focus .menu,
  .base-green .nav-toggle:active .menu {
    color: #96c800;
  }
  .base-default .nav-toggle:hover .menu,
  .base-default .nav-toggle:focus .menu,
  .base-default .nav-toggle:active .menu {
    color: #00b4ff;
  }
  /* ==========================================================================
   * - SITE LOGO
   * ========================================================================== */
  .site-logo {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent url(clientlibs/img/telstra-2x.png) no-repeat;
    background-position: 0 0;
    background-position: -122px 0;
    background-size: 160px 80px;
  }
  .site-logo.is-light {
    background-position: -40px -40px;
  }
  .base-magenta .site-logo {
    background-position: 0px 0;
  }
  .base-magenta .site-logo.is-light {
    background-position: 0px -40px;
  }
  .base-blue .site-logo {
    background-position: -40px 0;
  }
  .base-blue .site-logo.is-light {
    background-position: -40px -40px;
  }
  .base-green .site-logo {
    background-position: -80px 0;
  }
  .base-green .site-logo.is-light {
    background-position: -80px -40px;
  }
  .base-orange .site-logo {
    background-position: -120px 0;
  }
  .base-orange .site-logo.is-light {
    background-position: -120px -40px;
  }
  .no-backgroundsize .site-logo {
    background-image: url(clientlibs/img/telstra.png);
  }
  .site-logo.is-small {
    width: 26px;
    height: 26px;
    background-position: -26px 0;
    background-size: 104px 52px;
  }
  .site-logo.is-small.is-light {
    background-position: -77px 0px;
  }
  .base-magenta .site-logo.is-small {
    background-position: 0px 0;
  }
  .base-magenta .site-logo.is-small.is-light {
    background-position: 0px -26px;
  }
  .base-blue .site-logo.is-small {
    background-position: -26px 0;
  }
  .base-blue .site-logo.is-small.is-light {
    background-position: -26px -26px;
  }
  .base-green .site-logo.is-small {
    background-position: -52px 0;
  }
  .base-green .site-logo.is-small.is-light {
    background-position: -52px -26px;
  }
  .base-orange .site-logo.is-small {
    background-position: -78px 0;
  }
  .base-orange .site-logo.is-small.is-light {
    background-position: -78px -26px;
  }
  .no-backgroundsize .site-logo.is-small {
    background-image: url(clientlibs/img/telstra-small.png);
  }
  /* ==========================================================================
   * - HEADER LAYOUT
   * ========================================================================== */
  .site-header {
    padding: 15px 0 10px 0;
    color: #4f4f4f;
    background-color: #ffffff;
    padding: 20px 0 15px 0;
    position: relative;
  }
  .site-header .nav-toggle,
  .site-header .site-logo {
    float: left;
  }
  .site-header .nav-toggle {
    margin: -10px 17px -10px 0;
    padding-right: 20px;
  }
  .site-header .nav-toggle:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 40px;
    border-right: 1px solid #cacaca;
  }
  .rgba .site-header .nav-toggle:after {
    border-right-color: rgba(0, 0, 0, 0.1);
  }
  .site-header .site-title {
    float: left;
    margin: 0 0 0 10px;
    color: #4f4f4f;
    text-decoration: none;
    transition: color 250ms;
    font-family: "Gravur", "GravurCondensed-Regular", "Helvetica Neue", "Arial Narrow", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 2.10526316;
  }
  .site-header .site-action {
    color: #4f4f4f;
    text-decoration: none;
    outline: none;
    display: block;
    transition: color 250ms;
  }
  .site-header .site-action .td-icon {
    color: #4f4f4f !important;
    top: -2px;
    margin-right: 5px;
    font-size: 22px;
    font-size: 2.2rem;
    transition: color 250ms;
  }
  .base-grey .site-header .site-action:hover,
  .base-grey .site-header .site-action:focus,
  .base-grey .site-header .site-action:active {
    color: #757575;
  }
  .base-grey .site-header .site-action:hover .td-icon,
  .base-grey .site-header .site-action:focus .td-icon,
  .base-grey .site-header .site-action:active .td-icon {
    color: #757575 !important;
  }
  .base-magenta .site-header .site-action:hover,
  .base-magenta .site-header .site-action:focus,
  .base-magenta .site-header .site-action:active {
    color: #de008d;
  }
  .base-magenta .site-header .site-action:hover .td-icon,
  .base-magenta .site-header .site-action:focus .td-icon,
  .base-magenta .site-header .site-action:active .td-icon {
    color: #de008d !important;
  }
  .base-blue .site-header .site-action:hover,
  .base-blue .site-header .site-action:focus,
  .base-blue .site-header .site-action:active {
    color: #0099d2;
  }
  .base-blue .site-header .site-action:hover .td-icon,
  .base-blue .site-header .site-action:focus .td-icon,
  .base-blue .site-header .site-action:active .td-icon {
    color: #0099d2 !important;
  }
  .base-orange .site-header .site-action:hover,
  .base-orange .site-header .site-action:focus,
  .base-orange .site-header .site-action:active {
    color: #f05a00;
  }
  .base-orange .site-header .site-action:hover .td-icon,
  .base-orange .site-header .site-action:focus .td-icon,
  .base-orange .site-header .site-action:active .td-icon {
    color: #f05a00 !important;
  }
  .base-green .site-header .site-action:hover,
  .base-green .site-header .site-action:focus,
  .base-green .site-header .site-action:active {
    color: #84bb28;
  }
  .base-green .site-header .site-action:hover .td-icon,
  .base-green .site-header .site-action:focus .td-icon,
  .base-green .site-header .site-action:active .td-icon {
    color: #84bb28 !important;
  }
  .base-default .site-header .site-action:hover,
  .base-default .site-header .site-action:focus,
  .base-default .site-header .site-action:active {
    color: #0099d2;
  }
  .base-default .site-header .site-action:hover .td-icon,
  .base-default .site-header .site-action:focus .td-icon,
  .base-default .site-header .site-action:active .td-icon {
    color: #0099d2 !important;
  }
  .site-header .site-action span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    /*
     * Extends the .vhidden class to allow the element to be focusable
     * when navigated to via the keyboard: h5bp.com/p
     */
  }
  .site-header .site-action span.focusable:active,
  .site-header .site-action span.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .site-header .site-actions {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Gravur", "GravurCondensed-Regular", "Helvetica Neue", "Arial Narrow", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5;
  }
  .site-header .site-actions > li {
    float: left;
    margin: 0 0 0 20px;
  }
  .site-header .site-actions .has-tel {
    display: block;
  }
  .d-phone .site-header .site-actions .has-tel {
    display: block;
  }
  .site-header .site-actions .has-tel .td-icon {
    display: none;
  }
  .site-header .site-actions .btn-search {
    margin-top: -5px;
  }
  .site-header.has-dark-bg {
    color: #ffffff;
  }
  .site-header.has-dark-bg .nav-toggle .icon-bar {
    background-color: #ffffff;
  }
  .site-header.has-dark-bg .site-action {
    color: #ffffff;
  }
  .site-header.has-dark-bg .site-action .td-icon {
    color: #ffffff !important;
  }
  /* ==========================================================================
   * - FIXED HEADER
   * ========================================================================== */
  .site-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #1e1e1e none;
    color: #ffffff;
    padding: 12px 0;
    opacity: 0;
    transition-duration: 250ms;
    transition-property: opacity transform;
    z-index: 1000;
    display: none;
  }
  .site-header.is-fixed.active {
    display: block;
    opacity: 1;
  }
  .site-header.is-fixed.active.headroom--top {
    display: none !important;
  }
  .site-header.is-fixed .menu {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 7px;
    width: 18px;
    color: #b7b7b7;
  }
  .site-header.is-fixed .nav-toggle {
    width: 42px;
    height: 26px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .site-header.is-fixed .nav-toggle:after {
    border-right-color: #353535;
    top: 0;
    height: 30px;
  }
  .rgba .site-header.is-fixed .nav-toggle:after {
    border-right-color: rgba(255, 255, 255, 0.1);
  }
  .site-header.is-fixed .nav-toggle .icon {
    height: 26px;
  }
  .site-header.is-fixed .nav-toggle .icon-bar {
    background-color: #b7b7b7;
    width: 18px;
    height: 2px;
    margin-top: -6px;
  }
  .site-header.is-fixed .nav-toggle .icon-bar + .icon-bar {
    margin-top: -1px;
  }
  .site-header.is-fixed .nav-toggle .icon-bar + .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .site-header.is-fixed .nav-toggle:hover .icon-bar,
  .site-header.is-fixed .nav-toggle:focus .icon-bar,
  .site-header.is-fixed .nav-toggle:active .icon-bar {
    background-color: #ffffff;
  }
  .site-header.is-fixed .nav-toggle:hover .menu,
  .site-header.is-fixed .nav-toggle:focus .menu,
  .site-header.is-fixed .nav-toggle:active .menu {
    color: #ffffff;
  }
  .site-header.is-fixed .site-logo {
    background-color: transparent;
  }
  .site-header.is-fixed .site-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    color: #b7b7b7;
  }
  .site-header.is-fixed .site-actions {
    color: #b7b7b7;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85714286;
  }
  .site-header.is-fixed .site-action {
    color: #b7b7b7;
  }
  .site-header.is-fixed .site-action .td-icon {
    color: #b7b7b7 !important;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .site-header.is-fixed .site-action:hover,
  .site-header.is-fixed .site-action:focus,
  .site-header.is-fixed .site-action:active {
    color: #ffffff;
  }
  .site-header.is-fixed .site-action:hover .td-icon,
  .site-header.is-fixed .site-action:focus .td-icon,
  .site-header.is-fixed .site-action:active .td-icon {
    color: #ffffff !important;
  }
  .site-header.is-fixed .btn-search {
    background-color: #1d1d1d;
    margin: -12px 0;
  }
  .site-header.is-fixed .btn-search .td-icon {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.5;
    color: #b7b7b7 !important;
  }
  .site-header.is-fixed .btn-search:hover,
  .site-header.is-fixed .btn-search:focus,
  .site-header.is-fixed .btn-search:active {
    background-color: black;
  }
  .site-header.is-fixed .btn-search:hover .td-icon,
  .site-header.is-fixed .btn-search:focus .td-icon,
  .site-header.is-fixed .btn-search:active .td-icon {
    color: #ffffff !important;
  }
  .site-header.is-fixed.is-display-ready {
    display: block;
  }
  .site-header.is-fixed.is-displayed {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width: 768px) {
  #primary-nav {
    z-index: 1060;
  }
  #primary-nav .container .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    font-family:"Arial", "Akkurat-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #primary-nav .container .navbar-form {
    padding-right: 0;
    padding-left: 0;
  }
  #primary-nav .container .navbar-right {
    margin-right: 0 !important;
  }
  #primary-nav.navbar {
    background-color: #fff;
    border: 0;
  }
  #primary-nav .search-telstra {
    padding-left: 5px;
    margin-left: 3px;
    background-color: #dadada;
    display: block;
  }
  #primary-nav .search-telstra .search-telstra-input {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 16px;
    color: #575757;
    padding-left: 5px;
    padding-right: 35px;
  }
  #primary-nav .search-telstra .search-telstra-btn {
    margin-right: 5px;
    font-size: 20px;
    background: transparent;
    border: 0;
    color: #aaa;
  }
  .site-title {
    font-family: "Akkurat-light","Helvetica Neue","Arial",Helvetica,Arial,sans-serif;
    text-transform: initial;
    font-size: 15px;
    font-weight:700;
  }
  a .site-title {
    color: #757575;
  }
  .site-title span.site-logo {
    margin-left: 10px;
  }
  .navbar-nav > li > a.site-title {
    padding: 5px 1px;
    display: inline-block;
    line-height: 30px;
    float: left;
  }
  .navbar-nav > li > a.site-title:hover,
  .navbar-nav > li > a.site-title:focus {
    background: none;
  }
  .site-logo {
    display: inline-block;
    width: 28px;
    background: url(clientlibs/img/telstra-logo.png) no-repeat;
    background-position: 3px -3px;
  }
  .base-orange .site-logo {
    background-position: 0 -3px;
  }
  .base-green .site-logo {
    background-position: -30px -3px;
  }
  .base-turquoise .site-logo {
    background-position: -60px -3px;
  }
  .base-blue .site-logo {
    background-position: -90px -3px;
  }
  .base-purple .site-logo {
    background-position: -120px -3px;
  }
  .base-magenta .site-logo {
    background-position: -150px -3px;
  }
  #mega-menu {
    color: #ffffff;
  }
  #mega-menu > li {
    position: static;
  }
  #mega-menu > li > a {
    border-left: 1px solid transparent;
    padding-left: 10px;
    padding-right: 10px;
    color: #4f4f4f;
  }
  .base-grey #mega-menu > li > a {
    border-color: #575757;
  }
  .base-magenta #mega-menu > li > a {
    border-color: #a0148c;
  }
  .base-blue #mega-menu > li > a {
    border-color: #0099d2;
  }
  .base-orange #mega-menu > li > a {
    border-color: #f05a00;
  }
  .base-green #mega-menu > li > a {
    border-color: #009b46;
  }
  .base-default #mega-menu > li > a {

  }
  #mega-menu > li > a:after {
    font-family: 'td-icons';
    display: inline-block;
    content: "\e6f5";
    margin-left: 6px;
  }
  .base-grey #mega-menu > li > a:after {
    color: #4f4f4f;
  }
  .base-magenta #mega-menu > li > a:after {
    color: #640064;
  }
  .base-blue #mega-menu > li > a:after {
    color: #004d9d;
  }
  .base-orange #mega-menu > li > a:after {
    color: #ab004c;
  }
  .base-green #mega-menu > li > a:after {
    color: #005a28;
  }
  .base-default #mega-menu > li > a:after {
    color: #333333;
  }
  .navbar-linear#mega-menu > li > a:after {
    content: none;
  }
  #mega-menu > li:last-of-type > a {
    border-right: 1px solid transparent;
  }
  .base-grey #mega-menu > li:last-of-type > a {
    border-color: #575757;
  }
  .base-magenta #mega-menu > li:last-of-type > a {
    border-color: #a0148c;
  }
  .base-blue #mega-menu > li:last-of-type > a {
    border-color: #0099d2;
  }
  .base-orange #mega-menu > li:last-of-type > a {
    border-color: #f05a00;
  }
  .base-green #mega-menu > li:last-of-type > a {
    border-color: #009b46;
  }
  .base-default #mega-menu > li:last-of-type > a {

  }
  #mega-menu > li.active > a,
  #mega-menu > li.hover > a,
  #mega-menu > li > a:hover,
  #mega-menu > li > a:focus {
    color: #bb2419;
  }
  .base-grey #mega-menu > li.active > a,
  .base-grey #mega-menu > li.hover > a,
  .base-grey #mega-menu > li > a:hover,
  .base-grey #mega-menu > li > a:focus {
    background-color: #4f4f4f;
  }
  .base-magenta #mega-menu > li.active > a,
  .base-magenta #mega-menu > li.hover > a,
  .base-magenta #mega-menu > li > a:hover,
  .base-magenta #mega-menu > li > a:focus {
    background-color: #640064;
  }
  .base-blue #mega-menu > li.active > a,
  .base-blue #mega-menu > li.hover > a,
  .base-blue #mega-menu > li > a:hover,
  .base-blue #mega-menu > li > a:focus {
    background-color: #004d9d;
  }
  .base-orange #mega-menu > li.active > a,
  .base-orange #mega-menu > li.hover > a,
  .base-orange #mega-menu > li > a:hover,
  .base-orange #mega-menu > li > a:focus {
    background-color: #ab004c;
  }
  .base-green #mega-menu > li.active > a,
  .base-green #mega-menu > li.hover > a,
  .base-green #mega-menu > li > a:hover,
  .base-green #mega-menu > li > a:focus {
    background-color: #005a28;
  }
  .base-default #mega-menu > li.active > a,
  .base-default #mega-menu > li.hover > a,
  .base-default #mega-menu > li > a:hover,
  .base-default #mega-menu > li > a:focus {
    background-color: #f4f4f4;
  }
  #mega-menu > li.active > a:after,
  #mega-menu > li.hover > a:after,
  #mega-menu > li > a:hover:after,
  #mega-menu > li > a:focus:after {
    color: #bb2419;
  }
  #mega-menu > li.hover .mega-menu-view {
    display: block;
  }
  .base-grey #mega-menu .mega-menu-view-bottom {
    background-color: #575757;
  }
  .base-magenta #mega-menu .mega-menu-view-bottom {
    background-color: #a0148c;
  }
  .base-blue #mega-menu .mega-menu-view-bottom {
    background-color: #0099d2;
  }
  .base-orange #mega-menu .mega-menu-view-bottom {
    background-color: #f05a00;
  }
  .base-green #mega-menu .mega-menu-view-bottom {
    background-color: #009b46;
  }
  .base-default #mega-menu .mega-menu-view-bottom {
    background-color: #ffffff;
  }
  #mega-menu .mega-menu-view-bottom:before,
  #mega-menu .mega-menu-view-bottom:after {
    content: " ";
    display: table;
  }
  #mega-menu .mega-menu-view-bottom:after {
    clear: both;
  }
  #mega-menu .mega-menu-view-bottom:before,
  #mega-menu .mega-menu-view-bottom:after {
    content: " ";
    display: table;
  }
  #mega-menu .mega-menu-view-bottom:after {
    clear: both;
  }
  .base-grey #mega-menu .mega-menu-view-top {
    background-color: #4f4f4f;
  }
  .base-magenta #mega-menu .mega-menu-view-top {
    background-color: #640064;
  }
  .base-blue #mega-menu .mega-menu-view-top {
    background-color: #004d9d;
  }
  .base-orange #mega-menu .mega-menu-view-top {
    background-color: #ab004c;
  }
  .base-green #mega-menu .mega-menu-view-top {
    background-color: #005a28;
  }
  .base-default #mega-menu .mega-menu-view-top {
    background-color: #f4f4f4;
  }
  #mega-menu .td-icon-sm {
    color: #bb2419 !important;
    font-size: 32px;
    margin-left: -4px;
  }
  .mega-menu-view {
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    z-index: 1060;
    display: none;
    padding: 0 15px;
    max-width: 1012px;
    width: 100%;
  }
  .mega-menu-view a
   {
    color: #bb2419;
    font-size: 12px;
	font-family: "HelveticaNeue","Arial",Helvetica,Arial,sans-serif;
  }


  .mega-menu-view p {
    color: #333333;
    font-size: 12px;
    font-family: "HelveticaNeue","Akkurat-light","Arial",Helvetica,Arial,sans-serif;
  }
  .mega-menu-view .mega-menu-heading,
  .mega-menu-view .mega-menu-group-heading {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 10px 0;
	font-family: "Akkurat-light","HelveticaNeue","Arial",Helvetica,Arial,sans-serif;
  }
  .mega-menu-view .mega-menu-group-heading {
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 0;
  }
  .mega-menu-view .mega-menu-group-heading ~ .mega-menu-list {
    padding-top: 10px;
  }
  .mega-menu-list {
    padding: 20px 20px;
    width: 19%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .mega-menu-list ul {
    list-style: none;
    padding: 0;
  }
  .mega-menu-list ul li {
    margin-bottom: 11px;
    line-height: 14px;
  }
  .mega-menu-list ul a {
    color: #333333;
    font-size: 12px;
    font-family: "HelveticaNeue","Akkurat-light","Arial",Helvetica,Arial,sans-serif;
    vertical-align: top;
  }
  .mega-menu-list-inline {
    width: 20%;
    float: left;
    padding: 10px 20px;
  }
  .mega-menu-list-inline li {
    line-height: 32px;
    height: 32px;
    margin: 10px 0;
  }
  .mega-menu-list-inline i {
    margin-right: 5px;
  }
  .mega-menu-icon-link {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 16%;
  }
  .seven-icons .mega-menu-icon-link {
    width: 13%;
  }
  .nine-icons .mega-menu-icon-link {
    width: 109px;
  }
  .nine-icons .mega-menu-icon-link .td-icon-md {
    font-size: 55px;
    height: 55px;
  }
  .mega-menu-icon-link .td-icon-md {
    display: block;
    height: 70px;
    width: 65px;
    margin: 20px auto 15px auto;
    color: #bb2419 !important;
  }
  .mega-menu-icon-link p {
    margin-top: 10px;
  }
  .mega-menu-icon-link:hover {
    text-decoration: none;
  }
  .mega-menu-icon-link:hover p {
    text-decoration: underline;
  }
  .mega-menu-footer {
    padding: 15px 5px 15px 20px;
    float: left;
    width: 33.32%;
  }
  .mega-menu-footer:before,
  .mega-menu-footer:after {
    content: " ";
    display: table;
  }
  .mega-menu-footer:after {
    clear: both;
  }
  .mega-menu-footer:before,
  .mega-menu-footer:after {
    content: " ";
    display: table;
  }
  .mega-menu-footer:after {
    clear: both;
  }
  .mega-menu-footer .td-icon-sm {
    margin: 10px 25px 0 15px !important;
    height: 70px;
    float: left;
  }
  .mega-menu-footer .col-xs-5 {
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 0;
  }
  #shade {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: black;
    z-index: 1050;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
  }
  #shade.active {
    backface-visibility: hidden;
    display: block;
  }
}
/*
 * Style tweaks
 * --------------------------------------------------
 */
/*
 * Style tweaks
 * --------------------------------------------------
 */
#page-header {
  min-height: 65px;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #page-header {
    height: auto;
    margin: 0;
    position: relative;
  }
}
#page-header .page-title > a,
#page-header .page-title > h1 > a,
#page-header .page-title .site-title {
  white-space: nowrap;
  color: #ffffff;
  font-family: "Gravur", "GravurCondensed-Regular", "Helvetica Neue", "Arial Narrow", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  display: inline-block;
}
#page-header .page-title > a:hover,
#page-header .page-title > h1 > a:hover,
#page-header .page-title .site-title:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #page-header .page-title > a,
  #page-header .page-title > h1 > a,
  #page-header .page-title .site-title {
    white-space: normal;
  }
}
#page-header .page-title > h1,
#page-header .page-title > a,
#page-header .page-title .site-title {
  margin: 6px 0 10px 0;
}
@media only screen and (max-width: 767px) {
  #page-header .page-title > h1,
  #page-header .page-title > a,
  #page-header .page-title .site-title {
    margin: 20px 0;
  }
}
#page-header .page-title > a {
  line-height: 1.1;
}
#page-header .page-toolbar {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #page-header .page-toolbar {
    position: absolute;
    top: 20px;
    right: 0;
    margin-top: -5px;
  }
}
#page-header .contact-share {
  width: 49%;
}
#page-header .contact-share .dropdown-menu,
#page-header .contact-share .dropdown-toggle {
  width: 100%;
  text-align: left;
}
#page-header .contact-share .dropdown-toggle:before {
  display: none;
}
#page-header .contact-share.open .dropdown-toggle,
#page-header .contact-share .dropdown-toggle:hover {
  background: #fff;
  color: #004d9d;
}
.base-grey #page-header .contact-share.open .dropdown-toggle,
.base-grey #page-header .contact-share .dropdown-toggle:hover {
  color: #4f4f4f;
}
.base-magenta #page-header .contact-share.open .dropdown-toggle,
.base-magenta #page-header .contact-share .dropdown-toggle:hover {
  color: #640064;
}
.base-blue #page-header .contact-share.open .dropdown-toggle,
.base-blue #page-header .contact-share .dropdown-toggle:hover {
  color: #004d9d;
}
.base-orange #page-header .contact-share.open .dropdown-toggle,
.base-orange #page-header .contact-share .dropdown-toggle:hover {
  color: #ab004c;
}
.base-green #page-header .contact-share.open .dropdown-toggle,
.base-green #page-header .contact-share .dropdown-toggle:hover {
  color: #005a28;
}
.base-default #page-header .contact-share.open .dropdown-toggle,
.base-default #page-header .contact-share .dropdown-toggle:hover {
  color: #004d9d;
}
#page-header .contact-share + .contact-share {
  margin-left: -3px;
}
@media only screen and (max-width: 767px) {
  #page-header .contact-share {
    width: auto;
  }
  #page-header .contact-share.page-toolbar-share {
    display: none;
  }
  #page-header .contact-share.page-toolbar-contact .dropdown-toggle {
    background: transparent;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #ffffff;
    padding: 5px;
    float: right;
    color: transparent;
  }
  #page-header .contact-share.page-toolbar-contact .dropdown-toggle:active,
  #page-header .contact-share.page-toolbar-contact .dropdown-toggle:focus {
    color: transparent;
    background: rgba(255, 255, 255, 0.3);
  }
  #page-header .contact-share.page-toolbar-contact .dropdown-toggle:before {
    position: relative;
    font-family: 'td-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    color: #757575 !important;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* if icon-lock is a nested icon in another icon, it gets its own styling */
    display: inline-block;
    font-size: 26px;
    color: #ffffff !important;
  }
  #page-header .contact-share.page-toolbar-contact .dropdown-toggle:before .icon-lock {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 4px !important;
    border-radius: 20px;
    border: 1px solid transparent;
  }
  #page-header .contact-share.page-toolbar-contact .dropdown-toggle:before p {
    margin: 0;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
    color: #000000;
  }
  .base-grey a#page-header .contact-share.page-toolbar-contact .dropdown-toggle:before p {
    color: #4f4f4f;
  }
  .base-magenta a#page-header .contact-share.page-toolbar-contact .dropdown-toggle:before p {
    color: #640064;
  }
  .base-blue a#page-header .contact-share.page-toolbar-contact .dropdown-toggle:before p {
    color: #004d9d;
  }
  .base-orange a#page-header .contact-share.page-toolbar-contact .dropdown-toggle:before p {
    color: #ab004c;
  }
  .base-green a#page-header .contact-share.page-toolbar-contact .dropdown-toggle:before p {
    color: #005a28;
  }
  .base-default a#page-header .contact-share.page-toolbar-contact .dropdown-toggle:before p {
    color: #004d9d;
  }
  #page-header .contact-share.page-toolbar-contact .dropdown-toggle:after {
    display: none;
  }
  #page-header .contact-share.page-toolbar-contact .dropdown-menu {
    margin-top: 15px;
    right: -15px;
  }
  #page-header .contact-share.page-toolbar-contact .dropdown-menu a {
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0;
  }
  #page-header .contact-share.page-toolbar-contact .dropdown-menu a:after {
    display: none;
  }
  #page-header .contact-share.page-toolbar-contact .dropdown-menu:before {
    display: block;
    content: "";
    position: absolute;
    right: 31px;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
    -webkit-transform: rotate(360deg);
  }
}
/* ==========================================================================
 * - SITE SEARCH TYPEAHEAD
 * ========================================================================== */
@media only screen and (max-width: 767px) {
  .site-search {
    width: auto;
    background-color: transparent;
  }
  .site-search.feature-popover .popover-content {
    top: 0;
    padding: 0;
    height: 52px;
    max-width: none;
    background-color: transparent;
    width: 237px;
  }
  .site-search.feature-popover .popover-content input {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    font-family: "Gravur", "GravurCondensed-Regular", "Helvetica Neue", "Arial Narrow", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-appearance: none;
    float: left;
    height: 52px;
    padding: 0 15px;
    border: none;
    outline: none;
    background-color: white;
    color: inherit;
    width: 185px;
  }
  .lt-ie9 .site-search.feature-popover .popover-content input {
    padding-top: 13px;
  }
  .site-search.feature-popover .popover-content button.btn-search {
    position: absolute;
    border: none;
    right: 0;
    top: 0;
  }
  .base-grey .site-search.feature-popover .popover-content button.btn-search {
    background-color: #757575;
  }
  .base-magenta .site-search.feature-popover .popover-content button.btn-search {
    background-color: #ff2896;
  }
  .base-blue .site-search.feature-popover .popover-content button.btn-search {
    background-color: #00b4ff;
  }
  .base-orange .site-search.feature-popover .popover-content button.btn-search {
    background-color: #ff8700;
  }
  .base-green .site-search.feature-popover .popover-content button.btn-search {
    background-color: #96c800;
  }
  .base-default .site-search.feature-popover .popover-content button.btn-search {
    background-color: #e83319;
  }
  .base-grey .site-search.feature-popover .popover-content button.btn-search:hover,
  .base-grey .site-search.feature-popover .popover-content button.btn-search:focus {
    background-color: #4f4f4f;
  }
  .base-magenta .site-search.feature-popover .popover-content button.btn-search:hover,
  .base-magenta .site-search.feature-popover .popover-content button.btn-search:focus {
    background-color: #640064;
  }
  .base-blue .site-search.feature-popover .popover-content button.btn-search:hover,
  .base-blue .site-search.feature-popover .popover-content button.btn-search:focus {
    background-color: #004d9d;
  }
  .base-orange .site-search.feature-popover .popover-content button.btn-search:hover,
  .base-orange .site-search.feature-popover .popover-content button.btn-search:focus {
    background-color: #ab004c;
  }
  .base-green .site-search.feature-popover .popover-content button.btn-search:hover,
  .base-green .site-search.feature-popover .popover-content button.btn-search:focus {
    background-color: #005a28;
  }
  .base-default .site-search.feature-popover .popover-content button.btn-search:hover,
  .base-default .site-search.feature-popover .popover-content button.btn-search:focus {
    background-color: #bb2419;
  }
  .base-grey .site-search.feature-popover .popover-content button.btn-search:active {
    background-color: #363636;
  }
  .base-magenta .site-search.feature-popover .popover-content button.btn-search:active {
    background-color: #310031;
  }
  .base-blue .site-search.feature-popover .popover-content button.btn-search:active {
    background-color: #00346a;
  }
  .base-orange .site-search.feature-popover .popover-content button.btn-search:active {
    background-color: #780035;
  }
  .base-green .site-search.feature-popover .popover-content button.btn-search:active {
    background-color: #002711;
  }
  .base-default .site-search.feature-popover .popover-content button.btn-search:active {
    background-color: #bb2419;
  }
  .site-search.feature-popover .popover-content .popover-close {
    position: absolute;
    right: -52px;
    top: 0;
    background-color: black;
  }
  .base-grey .site-search.feature-popover .popover-content .popover-close:hover,
  .base-grey .site-search.feature-popover .popover-content .popover-close:focus {
    background-color: #4f4f4f;
  }
  .base-magenta .site-search.feature-popover .popover-content .popover-close:hover,
  .base-magenta .site-search.feature-popover .popover-content .popover-close:focus {
    background-color: #640064;
  }
  .base-blue .site-search.feature-popover .popover-content .popover-close:hover,
  .base-blue .site-search.feature-popover .popover-content .popover-close:focus {
    background-color: #004d9d;
  }
  .base-orange .site-search.feature-popover .popover-content .popover-close:hover,
  .base-orange .site-search.feature-popover .popover-content .popover-close:focus {
    background-color: #ab004c;
  }
  .base-green .site-search.feature-popover .popover-content .popover-close:hover,
  .base-green .site-search.feature-popover .popover-content .popover-close:focus {
    background-color: #005a28;
  }
  .base-default .site-search.feature-popover .popover-content .popover-close:hover,
  .base-default .site-search.feature-popover .popover-content .popover-close:focus {
    background-color: #333333;
  }
  .base-grey .site-search.feature-popover .popover-content .popover-close:active {
    background-color: #363636;
  }
  .base-magenta .site-search.feature-popover .popover-content .popover-close:active {
    background-color: #310031;
  }
  .base-blue .site-search.feature-popover .popover-content .popover-close:active {
    background-color: #00346a;
  }
  .base-orange .site-search.feature-popover .popover-content .popover-close:active {
    background-color: #780035;
  }
  .base-green .site-search.feature-popover .popover-content .popover-close:active {
    background-color: #002711;
  }
  .base-default .site-search.feature-popover .popover-content .popover-close:active {
    background-color: #00346a;
  }
  .site-search.feature-popover .popover-content .popover-close .td-icon {
    font-size: 20px;
    font-size: 2rem;
  }
  .twitter-typeahead {
    width: 100%;
  }
  .twitter-typeahead .tt-dropdown-menu {
    position: relative;
    clear: left;
    width: 289px;
  }
  .twitter-typeahead .tt-dropdown-menu.overflow-scroll {
    overflow: scroll;
    overflow-x: hidden;
  }
  .twitter-typeahead .tt-dropdown-menu .search-results-title {
    font-family: "Gravur", "GravurCondensed-Regular", "Helvetica Neue", "Arial Narrow", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    padding: 12px 20px;
    background-color: #dddddd;
  }
  .twitter-typeahead .tt-dropdown-menu .search-results-title:hover {
    color: #555555;
  }
  .twitter-typeahead .tt-dropdown-menu .no-results-found {
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
  }
  .twitter-typeahead .tt-dropdown-menu .no-results-found p {
    margin: 0;
  }
  .twitter-typeahead .tt-dropdown-menu .tt-suggestion {
    padding: 0 !important;
    width: 100%;
    background-color: #fff;
  }
  .twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-cursor,
  .twitter-typeahead .tt-dropdown-menu .tt-suggestion a:hover,
  .twitter-typeahead .tt-dropdown-menu .tt-suggestion a:focus {
    background-color: #f3f3f3;
    cursor: pointer;
  }
  .base-grey .twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-cursor a,
  .base-grey .twitter-typeahead .tt-dropdown-menu .tt-suggestion a:hover a,
  .base-grey .twitter-typeahead .tt-dropdown-menu .tt-suggestion a:focus a {
    color: #4f4f4f;
  }
  .base-magenta .twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-cursor a,
  .base-magenta .twitter-typeahead .tt-dropdown-menu .tt-suggestion a:hover a,
  .base-magenta .twitter-typeahead .tt-dropdown-menu .tt-suggestion a:focus a {
    color: #640064;
  }
  .base-blue .twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-cursor a,
  .base-blue .twitter-typeahead .tt-dropdown-menu .tt-suggestion a:hover a,
  .base-blue .twitter-typeahead .tt-dropdown-menu .tt-suggestion a:focus a {
    color: #004d9d;
  }
  .base-orange .twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-cursor a,
  .base-orange .twitter-typeahead .tt-dropdown-menu .tt-suggestion a:hover a,
  .base-orange .twitter-typeahead .tt-dropdown-menu .tt-suggestion a:focus a {
    color: #ab004c;
  }
  .base-green .twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-cursor a,
  .base-green .twitter-typeahead .tt-dropdown-menu .tt-suggestion a:hover a,
  .base-green .twitter-typeahead .tt-dropdown-menu .tt-suggestion a:focus a {
    color: #005a28;
  }
  .base-default .twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-cursor a,
  .base-default .twitter-typeahead .tt-dropdown-menu .tt-suggestion a:hover a,
  .base-default .twitter-typeahead .tt-dropdown-menu .tt-suggestion a:focus a {
    color: #004d9d;
  }
  .base-grey .twitter-typeahead .tt-dropdown-menu .tt-suggestion:active {
    background-color: #363636;
  }
  .base-magenta .twitter-typeahead .tt-dropdown-menu .tt-suggestion:active {
    background-color: #310031;
  }
  .base-blue .twitter-typeahead .tt-dropdown-menu .tt-suggestion:active {
    background-color: #00346a;
  }
  .base-orange .twitter-typeahead .tt-dropdown-menu .tt-suggestion:active {
    background-color: #780035;
  }
  .base-green .twitter-typeahead .tt-dropdown-menu .tt-suggestion:active {
    background-color: #002711;
  }
  .base-default .twitter-typeahead .tt-dropdown-menu .tt-suggestion:active {
    background-color: #00346a;
  }
  .twitter-typeahead .tt-dropdown-menu .tt-suggestion a {
    text-decoration: none;
    transition: none;
    color: #555555;
  }
  .twitter-typeahead .tt-dropdown-menu .tt-suggestion a.search-list-result {
    margin: 0;
    padding: 10px 20px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .twitter-typeahead .tt-dropdown-menu .tt-suggestion a.search-list-result strong {
    color: #4f4f4f;
  }
  .twitter-typeahead .tt-dropdown-menu .tt-suggestion .suggested-item {
    position: relative;
    width: 100%;
  }
  .twitter-typeahead .tt-dropdown-menu .tt-suggestion .suggested-item .icon-container {
    height: 100%;
    width: 90px;
    position: absolute;
    left: 0;
  }
  .twitter-typeahead .tt-dropdown-menu .tt-suggestion .suggested-item .icon-container img {
    display: block;
    position: relative;
    height: 50px;
    margin: 0 auto;
    top: 50%;
    margin-top: -25px;
  }
  .twitter-typeahead .tt-dropdown-menu .tt-suggestion .suggested-item .content-container {
    width: 100%;
    padding: 15px 15px 15px 90px;
    border-top: 1px solid #f4f4f4;
  }
  .twitter-typeahead .tt-dropdown-menu .tt-suggestion .suggested-item .content-container:first-of-type {
    border-top: none;
  }
  .twitter-typeahead .tt-dropdown-menu .tt-suggestion .suggested-item .content-container p {
    margin: 0;
    line-height: 18px;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .search-telstra {
    position: relative;
  }
  .search-telstra .form-control {
    width: 100%;
  }
  .search-telstra .twitter-typeahead {
    display: block !important;
  }
  .search-telstra .menu-item-sm {
    border: 0 !important;
  }
  .search-telstra .menu-item-search-header {
    border-bottom: 1px solid #363636 !important;
  }
  .search-telstra .menu-item-lg:before,
  .search-telstra .menu-item-lg:after {
    content: " ";
    display: table;
  }
  .search-telstra .menu-item-lg:after {
    clear: both;
  }
  .search-telstra .menu-item-lg:before,
  .search-telstra .menu-item-lg:after {
    content: " ";
    display: table;
  }
  .search-telstra .menu-item-lg:after {
    clear: both;
  }
  .search-telstra .menu-item-lg h6,
  .search-telstra .menu-item-lg p {
    padding-left: 57.5px;
    margin: 0;
  }
  .search-telstra .menu-icon {
    width: 50px;
    height: 50px;
    text-align: center;
  }
  #searchDesktop {
    width: 210px;
  }
  #searchDesktop .search-telstra-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  #searchDesktop .tt-dropdown-menu {
    border: 1px solid #dbdbdb;
    border-top: none;
    background-color: white;
    width: 280px;
    top: 38px !important;
    right: 0px !important;
    left: auto !important;
  }
  #searchDesktop .menu-item-sm,
  #searchDesktop .menu-item-lg {
    padding: 10px 20px;
    color: #575757;
    text-decoration: none;
    display: block;
  }
  #searchDesktop .menu-item-sm:focus,
  #searchDesktop .menu-item-lg:focus,
  #searchDesktop .menu-item-sm:hover,
  #searchDesktop .menu-item-lg:hover,
  #searchDesktop .menu-item-sm:active,
  #searchDesktop .menu-item-lg:active {
    background-color: #f4f4f4;
  }
  #searchDesktop .menu-item-lg {
    border-bottom: 1px solid #dbdbdb !important;
  }
  #searchDesktop .tt-cursor .menu-item-sm,
  #searchDesktop .tt-cursor .menu-item-lg {
    background-color: #f4f4f4;
  }
  #searchDesktop .menu-item-search-header {
    border-bottom: 1px solid #dbdbdb !important;
    background-color: transparent !important;
  }
  #searchDesktop .menu-icon {
    float: left;
  }
}
/* ==========================================================================
 * OFFSCREEN NAVIGATION
 * ========================================================================== */
/* ==========================================================================
 * OFFSCREEN NAVIGATION
 * ========================================================================== */
body.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}
/* ==========================================================================
 * - FUNCTIONAL
 * ========================================================================== */
.offscreen-nav {
  display: block;
}
.no-js .offscreen-nav {
  position: absolute;
  display: block;
  top: 0;
  -webkit-overflow-scrolling: touch;
  left: -290px;
}
.no-js .offscreen-nav:target {
  left: 0;
}
.no-js .offscreen-nav.is-right {
  left: auto;
  right: -290px;
}
.no-js .offscreen-nav.is-right:target {
  left: auto;
  right: 0;
}
.no-js .offscreen-nav .nav-inner {
  padding: 0;
  width: auto;
  max-width: none;
  position: relative;
}
.js .offscreen-nav {
  position: absolute;
  display: none;
  top: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.js .offscreen-nav.is-active {
  display: block;
}
.js .offscreen-nav .nav-inner {
  padding: 0;
  width: auto;
  max-width: none;
  position: relative;
}
.js-nav-open .offscreen-nav.is-active {
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.js-nav-open #inner-wrap {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.js .offscreen-nav {
  position: fixed;
  height: 100%;
  width: 290px;
  z-index: 2000;
  overflow: hidden;
  left: -290px;
}
.js .offscreen-nav.is-right {
  left: auto;
  right: -290px;
}
.js .offscreen-nav.has-css-scroll {
  overflow-y: scroll;
}
.js.js-nav-translate .offscreen-nav {
  left: auto;
  transform: translate3d(-290px, 0, 0);
}
.js.js-nav-translate .offscreen-nav.is-right {
  left: auto;
  right: 0;
  transform: translate3d(290px, 0, 0);
}
.js-nav-open .offscreen-nav.is-active {
  left: 0;
}
.js-nav-open .offscreen-nav.is-active.is-right {
  left: auto;
  right: 0;
}
.js-nav-open.js-nav-translate .offscreen-nav.is-active {
  left: auto;
  transform: translate3d(0, 0, 0);
}
.js-nav-open.js-nav-translate .offscreen-nav.is-active.is-right {
  right: 0;
  transform: translate3d(0, 0, 0);
}
/* ==========================================================================
 * - DESIGN
 * ========================================================================== */
.offscreen-nav {
  outline: none;
  background-color: #f4f4f4;
  color: #aaaaaa;
}
.offscreen-nav a {
  color: #333333;
  display: block;
  padding: 0 60px 0 40px;
  text-decoration: none;
  transition: color 250ms;
}
.offscreen-nav a .td-icon {
  color: #646464;
  margin-right: 10px;
  top: -3px;
  transition: color 250ms;
  font-size: 22px;
  font-size: 2.2rem;
}
.offscreen-nav a:hover,
.offscreen-nav a:focus,
.offscreen-nav a:active {
  color: #333333;
}
.offscreen-nav a:hover .td-icon,
.offscreen-nav a:focus .td-icon,
.offscreen-nav a:active .td-icon {
  color: #949494 !important;
}
.offscreen-nav a:hover,
.offscreen-nav a:active {
  outline: none;
}
.offscreen-nav .site-logo {
  padding: 0;
  position: absolute;
  top: 20px;
  left: 20px;
}
.offscreen-nav .nav-close {
  padding: 0;
  color: #aaaaaa;
  width: 60px;
  height: 67px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 5;
  background-color: transparent;
  border: none;
}
.offscreen-nav .nav-close:before {
  color: #333333;
  font-family: 'td-icons';
  display: inline-block;
  content: "\e6de";
  font-size: 20px;
  font-size: 2rem;
  line-height: 3.35;
}
.offscreen-nav .nav-close:hover,
.offscreen-nav .nav-close:focus,
.offscreen-nav .nav-close:active {
  color: #333333;
}
.offscreen-nav .nav-close:hover:before,
.offscreen-nav .nav-close:focus:before,
.offscreen-nav .nav-close:active:before {
  color: #333333;
}
.offscreen-nav-primary,
.offscreen-nav-global {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offscreen-nav-primary .children {
  display: none;
  outline: none;
}
.offscreen-nav-primary .children ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offscreen-nav-primary .is-expanded > .children {
  display: block;
}
.offscreen-nav-primary .children.is-displayed {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  z-index: 2;
}
/* ==========================================================================
 * -- PRIMARY NAV DESIGN
 * ========================================================================== */
.offscreen-nav-primary {
  padding-top: 67px;
  font-size: 14px;
  font-size: 1.4rem;

  text-transform: uppercase;
}
.offscreen-nav-primary li {
  margin: 0;
}
.offscreen-nav-primary > li:first-child {
  border-top: 1px solid #dadada;
}
.offscreen-nav-primary a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.offscreen-nav-primary .nav-lvl-1 {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #dadada;
  font-size: 16px;
  font-size: 1.6rem;
}
.offscreen-nav-primary .has-children {
  position: relative;
}
.offscreen-nav-primary .has-children:after {
  font-family: 'td-icons';
  display: inline-block;
  content: "\e6f4";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -8px;
}
.offscreen-nav-primary .is-expanded > .children {
  border-bottom: 1px solid #dadada;
  padding-top: 0;
  padding-bottom: 15px;
}
.offscreen-nav-primary .is-expanded > .has-children {
  border-bottom: none;
  padding-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
}
.offscreen-nav-primary .is-expanded > .has-children:after {
  display: none;
}
.offscreen-nav-primary .back-to-parent-container {
  border-bottom: 1px solid #dadada;
  padding-right: 60px;
  position: relative;
}
.offscreen-nav-primary .back-to-parent-container:after {
  content: '';
  width: 1px;
  height: 60%;
  border-right: 1px solid #dadada;
  position: absolute;
  top: 20%;
  right: 60px;
}
.offscreen-nav-primary .back-to-parent {
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 20px;
  font-size: 16px;
}
.offscreen-nav-primary .back-to-parent:before {
  font-family: 'td-icons';
  display: inline-block;
  content: "\e6f3";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -9px;
}
.offscreen-nav-primary .parent-link {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 5px;
  color:#e83319;
}
.offscreen-nav-primary .parent-link:hover {
  color:#e83319;
}
.offscreen-nav-primary .parent-link .td-icon {
  font-size: 30px;
  position: absolute;
  top: 12px;
  left: 40px;
  color: #e83319 !important;
}
.offscreen-nav-primary .parent-link .td-icon:hover {
  color: #e83319;
}
.offscreen-nav-primary .parent-link.has-icon {
  position: relative;
  padding-left: 80px;
  padding-right: 40px;
}
.offscreen-nav-primary .is-active > a,
.offscreen-nav-primary .is-active > .children > .parent-link,
.offscreen-nav-primary .is-expanded.is-active > a {
  color: #e83319;
  position: relative;
}
.offscreen-nav-primary .is-active > a .td-icon,
.offscreen-nav-primary .is-active > .children > .parent-link .td-icon,
.offscreen-nav-primary .is-expanded.is-active > a .td-icon {
  color: #ffffff !important;
}
.offscreen-nav-primary .is-active > a:before,
.offscreen-nav-primary .is-active > .children > .parent-link:before,
.offscreen-nav-primary .is-expanded.is-active > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -4px;
  transition: border-left-color 250ms;
  width: 0;
  height: 0;
  border: 4.5px solid transparent;
  border-left: 5px solid #ffffff;
}
.base-grey .offscreen-nav-primary .is-active > a:before,
.base-grey .offscreen-nav-primary .is-active > .children > .parent-link:before,
.base-grey .offscreen-nav-primary .is-expanded.is-active > a:before {
  border-left-color: #757575;
}
.base-magenta .offscreen-nav-primary .is-active > a:before,
.base-magenta .offscreen-nav-primary .is-active > .children > .parent-link:before,
.base-magenta .offscreen-nav-primary .is-expanded.is-active > a:before {
  border-left-color: #de008d;
}
.base-blue .offscreen-nav-primary .is-active > a:before,
.base-blue .offscreen-nav-primary .is-active > .children > .parent-link:before,
.base-blue .offscreen-nav-primary .is-expanded.is-active > a:before {
  border-left-color: #0099d2;
}
.base-orange .offscreen-nav-primary .is-active > a:before,
.base-orange .offscreen-nav-primary .is-active > .children > .parent-link:before,
.base-orange .offscreen-nav-primary .is-expanded.is-active > a:before {
  border-left-color: #f05a00;
}
.base-green .offscreen-nav-primary .is-active > a:before,
.base-green .offscreen-nav-primary .is-active > .children > .parent-link:before,
.base-green .offscreen-nav-primary .is-expanded.is-active > a:before {
  border-left-color: #84bb28;
}
.base-default .offscreen-nav-primary .is-active > a:before,
.base-default .offscreen-nav-primary .is-active > .children > .parent-link:before,
.base-default .offscreen-nav-primary .is-expanded.is-active > a:before {
  border-left-color: #0099d2;
}
.offscreen-nav-primary .is-active > .has-children {
  color: #aaaaaa;
}
.offscreen-nav-primary .is-active > .has-children .td-icon {
  color: #646464 !important;
}
.base-grey .offscreen-nav-primary .is-active > .has-children:before {
  border-left-color: #646464;
}
.base-magenta .offscreen-nav-primary .is-active > .has-children:before {
  border-left-color: #646464;
}
.base-blue .offscreen-nav-primary .is-active > .has-children:before {
  border-left-color: #646464;
}
.base-orange .offscreen-nav-primary .is-active > .has-children:before {
  border-left-color: #646464;
}
.base-green .offscreen-nav-primary .is-active > .has-children:before {
  border-left-color: #646464;
}
.base-default .offscreen-nav-primary .is-active > .has-children:before {
  border-left-color: #646464;
}
.offscreen-nav-primary .is-active > .has-children:hover,
.offscreen-nav-primary .is-active > .has-children:focus,
.offscreen-nav-primary .is-active > .has-children:active {
  color: #e83319;
}
.offscreen-nav-primary .is-active > .has-children:hover .td-icon,
.offscreen-nav-primary .is-active > .has-children:focus .td-icon,
.offscreen-nav-primary .is-active > .has-children:active .td-icon {
  color: #ffffff !important;
}
.base-grey .offscreen-nav-primary .is-active > .has-children:hover:before,
.base-grey .offscreen-nav-primary .is-active > .has-children:focus:before,
.base-grey .offscreen-nav-primary .is-active > .has-children:active:before {
  border-left-color: #ffffff;
}
.base-magenta .offscreen-nav-primary .is-active > .has-children:hover:before,
.base-magenta .offscreen-nav-primary .is-active > .has-children:focus:before,
.base-magenta .offscreen-nav-primary .is-active > .has-children:active:before {
  border-left-color: #ffffff;
}
.base-blue .offscreen-nav-primary .is-active > .has-children:hover:before,
.base-blue .offscreen-nav-primary .is-active > .has-children:focus:before,
.base-blue .offscreen-nav-primary .is-active > .has-children:active:before {
  border-left-color: #ffffff;
}
.base-orange .offscreen-nav-primary .is-active > .has-children:hover:before,
.base-orange .offscreen-nav-primary .is-active > .has-children:focus:before,
.base-orange .offscreen-nav-primary .is-active > .has-children:active:before {
  border-left-color: #ffffff;
}
.base-green .offscreen-nav-primary .is-active > .has-children:hover:before,
.base-green .offscreen-nav-primary .is-active > .has-children:focus:before,
.base-green .offscreen-nav-primary .is-active > .has-children:active:before {
  border-left-color: #ffffff;
}
.base-default .offscreen-nav-primary .is-active > .has-children:hover:before,
.base-default .offscreen-nav-primary .is-active > .has-children:focus:before,
.base-default .offscreen-nav-primary .is-active > .has-children:active:before {
  border-left-color: #e83319;
}
.offscreen-nav-primary .is-expanded.is-active > a:before {
  margin-top: -2px;
}
.base-grey .offscreen-nav-primary .is-expanded.is-active > a:before {
  border-left-color: #757575;
}
.base-magenta .offscreen-nav-primary .is-expanded.is-active > a:before {
  border-left-color: #de008d;
}
.base-blue .offscreen-nav-primary .is-expanded.is-active > a:before {
  border-left-color: #0099d2;
}
.base-orange .offscreen-nav-primary .is-expanded.is-active > a:before {
  border-left-color: #f05a00;
}
.base-green .offscreen-nav-primary .is-expanded.is-active > a:before {
  border-left-color: #84bb28;
}
.base-default .offscreen-nav-primary .is-expanded.is-active > a:before {
  border-left-color: #e83319;
}
/* ==========================================================================
 * -- GLOBAL NAV DESIGN
 * ========================================================================== */
.offscreen-nav-global {
  font-size: 14px;
  padding: 30px 0;
}
.offscreen-nav-global li {
  margin: 18px 0 0 0;
}
.offscreen-nav-global li:first-child {
  margin-top: 0;
}
/**
 * TODO:
 *  - move variables to the variables file
 *  - make mixins for different button types
 *
 */
.button,
.btn {
  padding: 14px 25px;
  border: none;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  margin: 0 44px 0 0;
  position: relative;
  outline: none;
  line-height: normal;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .button,
  .btn {
    margin-bottom: 10px;
  }
}
.lt-ie8 .button,
.lt-ie8 .btn {
  zoom: 1;
  display: inline;
}
.button:hover,
.btn:hover,
.button:focus,
.btn:focus {
  text-decoration: none;
}
.button:focus,
.btn:focus,
.button:focus:after,
.btn:focus:after {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button.active,
.btn.active,
.button:active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.button.active:focus,
.btn.active:focus,
.button:active:focus,
.btn:active:focus,
.button.active:focus:after,
.btn.active:focus:after,
.button:active:focus:after,
.btn:active:focus:after {
  outline: 0;
}
.button.active:after,
.btn.active:after,
.button:active:after,
.btn:active:after {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.button:after,
.btn:after {
  font-family: 'td-icons';
  content: "\e6f4";
  width: 44px;
  height: 100%;
  position: absolute;
  right: -45px;
  top: 0px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 44px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button.square,
.btn.square {
  width: 52px;
  height: 52px;
  text-align: center;
  padding: 0;
  transition: background-color 250ms;
}
.lt-ie9 .button.square,
.lt-ie9 .btn.square {
  margin-right: 52px;
}
.button.square > .td-icon,
.btn.square > .td-icon {
  color: #fff !important;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.16666667;
}
.button.square.loading,
.btn.square.loading {
  background-image: url(portal/img/telstra/ajax-loader-big.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.button.square.loading .td-icon,
.btn.square.loading .td-icon {
  text-indent: -9999px;
}
.button.white,
.btn.white {
  background-color: #fff;
}
.base-grey .button.white,
.base-grey .btn.white {
  color: #4f4f4f;
}
.base-magenta .button.white,
.base-magenta .btn.white {
  color: #a0148c;
}
.base-blue .button.white,
.base-blue .btn.white {
  color: #001e82;
}
.base-orange .button.white,
.base-orange .btn.white {
  color: #ab004c;
}
.base-green .button.white,
.base-green .btn.white {
  color: #005055;
}
.base-default .button.white,
.base-default .btn.white {
  color: #001e82;
}
.button.white:after,
.btn.white:after {
  background-color: #fff;
}
.base-grey .button.white:hover,
.base-grey .btn.white:hover,
.base-grey .button.white:focus,
.base-grey .btn.white:focus,
.base-grey .button.white:hover:after,
.base-grey .btn.white:hover:after,
.base-grey .button.white:focus:after,
.base-grey .btn.white:focus:after {
  color: #757575;
}
.base-magenta .button.white:hover,
.base-magenta .btn.white:hover,
.base-magenta .button.white:focus,
.base-magenta .btn.white:focus,
.base-magenta .button.white:hover:after,
.base-magenta .btn.white:hover:after,
.base-magenta .button.white:focus:after,
.base-magenta .btn.white:focus:after {
  color: #de008d;
}
.base-blue .button.white:hover,
.base-blue .btn.white:hover,
.base-blue .button.white:focus,
.base-blue .btn.white:focus,
.base-blue .button.white:hover:after,
.base-blue .btn.white:hover:after,
.base-blue .button.white:focus:after,
.base-blue .btn.white:focus:after {
  color: #0099d2;
}
.base-orange .button.white:hover,
.base-orange .btn.white:hover,
.base-orange .button.white:focus,
.base-orange .btn.white:focus,
.base-orange .button.white:hover:after,
.base-orange .btn.white:hover:after,
.base-orange .button.white:focus:after,
.base-orange .btn.white:focus:after {
  color: #f05a00;
}
.base-green .button.white:hover,
.base-green .btn.white:hover,
.base-green .button.white:focus,
.base-green .btn.white:focus,
.base-green .button.white:hover:after,
.base-green .btn.white:hover:after,
.base-green .button.white:focus:after,
.base-green .btn.white:focus:after {
  color: #84bb28;
}
.base-default .button.white:hover,
.base-default .btn.white:hover,
.base-default .button.white:focus,
.base-default .btn.white:focus,
.base-default .button.white:hover:after,
.base-default .btn.white:hover:after,
.base-default .button.white:focus:after,
.base-default .btn.white:focus:after {
  color: #0099d2;
}
.button.white:active,
.btn.white:active,
.button.white:active:after,
.btn.white:active:after {
  color: #fff;
}
.base-grey .button.white:active,
.base-grey .btn.white:active,
.base-grey .button.white:active:after,
.base-grey .btn.white:active:after {
  color: #1c1c1c;
}
.base-magenta .button.white:active,
.base-magenta .btn.white:active,
.base-magenta .button.white:active:after,
.base-magenta .btn.white:active:after {
  color: #45093d;
}
.base-blue .button.white:active,
.base-blue .btn.white:active,
.base-blue .button.white:active:after,
.base-blue .btn.white:active:after {
  color: #00061c;
}
.base-orange .button.white:active,
.base-orange .btn.white:active,
.base-orange .button.white:active:after,
.base-orange .btn.white:active:after {
  color: #45001f;
}
.base-green .button.white:active,
.base-green .btn.white:active,
.base-green .button.white:active:after,
.base-green .btn.white:active:after {
  color: #000000;
}
.base-default .button.white:active,
.base-default .btn.white:active,
.base-default .button.white:active:after,
.base-default .btn.white:active:after {
  color: #00061c;
}
.button.gravur,
.btn.gravur {
  font-size: 16px !important;
  line-height: 1;
}
.button.secondary,
.btn.secondary {
  color: #4f4f4f !important;
  background-color: rgba(178, 224, 253, 0.7) !important;
}
.button.secondary:hover,
.btn.secondary:hover,
.button.secondary:focus,
.btn.secondary:focus {
  color: #fff !important;
  background-color: rgba(178, 224, 253, 1) !important;
}
.button.secondary:hover:after,
.btn.secondary:hover:after,
.button.secondary:focus:after,
.btn.secondary:focus:after {
  color: #fff !important;
  background-color: rgba(178, 224, 253, 1) !important;
}
.button.secondary:focus,
.btn.secondary:focus,
.button.secondary:focus:after,
.btn.secondary:focus:after {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button.secondary:active,
.btn.secondary:active {
  color: #fff !important;
  background-color: #000 !important;
  outline: 0;
}
.button.secondary:active:after,
.btn.secondary:active:after {
  color: #fff !important;
  background-color: #000 !important;
  outline: 0;
}
.button.secondary:after,
.btn.secondary:after {
  color: #4f4f4f !important;
  background-color: rgba(178, 224, 253, 0.7) !important;
}
.button.dropdown-toggle,
.btn.dropdown-toggle,
.button.chevron-down,
.btn.chevron-down {
  margin-right: 0;
}
.button.dropdown-toggle:after,
.btn.dropdown-toggle:after,
.button.chevron-down:after,
.btn.chevron-down:after {
  font-family: 'td-icons';
  display: inline-block;
  content: "\e6f5";
  right: 0;
  background-color: transparent;
  outline: 0;
}
.button.dropdown-toggle:after:focus,
.btn.dropdown-toggle:after:focus,
.button.chevron-down:after:focus,
.btn.chevron-down:after:focus {
  outline: 0;
}
.button.plain,
.btn.plain,
.button.chevron,
.btn.chevron,
.button.square,
.btn.square {
  margin-right: 0;
}
.button.plain:after,
.btn.plain:after,
.button.chevron:after,
.btn.chevron:after,
.button.square:after,
.btn.square:after {
  display: none;
  content: '';
  width: 0;
  height: 0;
}
.button.chevron,
.btn.chevron {
  font-size: 24px;
  padding: 8px 10px;
}
.button.chevron:before,
.btn.chevron:before {
  font-family: 'td-icons';
  display: inline-block;
  content: "\e6f4";
}
.button.loading:after,
.btn.loading:after {
  background: url(portal/img/telstra/ajax-loader-big.gif) no-repeat 50% 50%;
  content: '';
}
.base-default .button,
.base-default .btn {
  color: #ffffff;
}
.base-default .button.do-business,
.base-default .btn.do-business,
.base-default .button.do-business:after,
.base-default .btn.do-business:after {
  background-color: #0099d2;
}
.base-default .button.do-business:hover,
.base-default .btn.do-business:hover,
.base-default .button.do-business:hover:after,
.base-default .btn.do-business:hover:after,
.base-default .button.do-business:focus,
.base-default .btn.do-business:focus,
.base-default .button.do-business:focus:after,
.base-default .btn.do-business:focus:after {
  background-color: #004d9d;
}
.base-default .button.do-business:active,
.base-default .btn.do-business:active,
.base-default .button.do-business:active:after,
.base-default .btn.do-business:active:after {
  background-color: #00346a;
}
.base-default .button.primary,
.base-default .btn.primary,
.base-default .button.primary:after,
.base-default .btn.primary:after {
  background-color: #bb2419;
}
.base-default .button.primary:hover,
.base-default .btn.primary:hover,
.base-default .button.primary:hover:after,
.base-default .btn.primary:hover:after,
.base-default .button.primary:focus,
.base-default .btn.primary:focus,
.base-default .button.primary:focus:after,
.base-default .btn.primary:focus:after {
  background-color: #bb2419;
}
.base-default .button.primary:active,
.base-default .btn.primary:active,
.base-default .button.primary:active:after,
.base-default .btn.primary:active:after {
  background-color: #bb2419;
}
.base-default .button.light,
.base-default .btn.light {
  color: #004d9d;
}
.base-default .button.light,
.base-default .btn.light,
.base-default .button.light:after,
.base-default .btn.light:after {
  background-color: #ffffff;
}
.base-default .button.light:hover,
.base-default .btn.light:hover,
.base-default .button.light:hover:after,
.base-default .btn.light:hover:after,
.base-default .button.light:focus,
.base-default .btn.light:focus,
.base-default .button.light:focus:after,
.base-default .btn.light:focus:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.lt-ie9 .base-default .button.light:hover,
.lt-ie9 .base-default .btn.light:hover,
.lt-ie9 .base-default .button.light:hover:after,
.lt-ie9 .base-default .btn.light:hover:after,
.lt-ie9 .base-default .button.light:focus,
.lt-ie9 .base-default .btn.light:focus,
.lt-ie9 .base-default .button.light:focus:after,
.lt-ie9 .base-default .btn.light:focus:after {
  background: #ffffff;
}
.base-default .button.light:active,
.base-default .btn.light:active,
.base-default .button.light:active:after,
.base-default .btn.light:active:after {
  color: #ffffff !important;
  background-color: #00346a !important;
}
.base-default .button.dropdown-toggle:after,
.base-default .btn.dropdown-toggle:after,
.base-default .button.chevron-down:after,
.base-default .btn.chevron-down:after,
.base-default .button.dropdown-toggle:hover:after,
.base-default .btn.dropdown-toggle:hover:after,
.base-default .button.chevron-down:hover:after,
.base-default .btn.chevron-down:hover:after,
.base-default .button.dropdown-toggle:focus:after,
.base-default .btn.dropdown-toggle:focus:after,
.base-default .button.chevron-down:focus:after,
.base-default .btn.chevron-down:focus:after,
.base-default .button.dropdown-toggle:active:after,
.base-default .btn.dropdown-toggle:active:after,
.base-default .button.chevron-down:active:after,
.base-default .btn.chevron-down:active:after {
  background: transparent;
}
.base-grey .button,
.base-grey .btn {
  color: #ffffff;
}
.base-grey .button.do-business,
.base-grey .btn.do-business,
.base-grey .button.do-business:after,
.base-grey .btn.do-business:after {
  background-color: #575757;
}
.base-grey .button.do-business:hover,
.base-grey .btn.do-business:hover,
.base-grey .button.do-business:hover:after,
.base-grey .btn.do-business:hover:after,
.base-grey .button.do-business:focus,
.base-grey .btn.do-business:focus,
.base-grey .button.do-business:focus:after,
.base-grey .btn.do-business:focus:after {
  background-color: #4f4f4f;
}
.base-grey .button.do-business:active,
.base-grey .btn.do-business:active,
.base-grey .button.do-business:active:after,
.base-grey .btn.do-business:active:after {
  background-color: #363636;
}
.base-grey .button.primary,
.base-grey .btn.primary,
.base-grey .button.primary:after,
.base-grey .btn.primary:after {
  background-color: #4f4f4f;
}
.base-grey .button.primary:hover,
.base-grey .btn.primary:hover,
.base-grey .button.primary:hover:after,
.base-grey .btn.primary:hover:after,
.base-grey .button.primary:focus,
.base-grey .btn.primary:focus,
.base-grey .button.primary:focus:after,
.base-grey .btn.primary:focus:after {
  background-color: #575757;
}
.base-grey .button.primary:active,
.base-grey .btn.primary:active,
.base-grey .button.primary:active:after,
.base-grey .btn.primary:active:after {
  background-color: #5b5b5b;
}
.base-grey .button.light,
.base-grey .btn.light {
  color: #4f4f4f;
}
.base-grey .button.light,
.base-grey .btn.light,
.base-grey .button.light:after,
.base-grey .btn.light:after {
  background-color: #ffffff;
}
.base-grey .button.light:hover,
.base-grey .btn.light:hover,
.base-grey .button.light:hover:after,
.base-grey .btn.light:hover:after,
.base-grey .button.light:focus,
.base-grey .btn.light:focus,
.base-grey .button.light:focus:after,
.base-grey .btn.light:focus:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.lt-ie9 .base-grey .button.light:hover,
.lt-ie9 .base-grey .btn.light:hover,
.lt-ie9 .base-grey .button.light:hover:after,
.lt-ie9 .base-grey .btn.light:hover:after,
.lt-ie9 .base-grey .button.light:focus,
.lt-ie9 .base-grey .btn.light:focus,
.lt-ie9 .base-grey .button.light:focus:after,
.lt-ie9 .base-grey .btn.light:focus:after {
  background: #ffffff;
}
.base-grey .button.light:active,
.base-grey .btn.light:active,
.base-grey .button.light:active:after,
.base-grey .btn.light:active:after {
  color: #ffffff !important;
  background-color: #363636 !important;
}
.base-grey .button.dropdown-toggle:after,
.base-grey .btn.dropdown-toggle:after,
.base-grey .button.chevron-down:after,
.base-grey .btn.chevron-down:after,
.base-grey .button.dropdown-toggle:hover:after,
.base-grey .btn.dropdown-toggle:hover:after,
.base-grey .button.chevron-down:hover:after,
.base-grey .btn.chevron-down:hover:after,
.base-grey .button.dropdown-toggle:focus:after,
.base-grey .btn.dropdown-toggle:focus:after,
.base-grey .button.chevron-down:focus:after,
.base-grey .btn.chevron-down:focus:after,
.base-grey .button.dropdown-toggle:active:after,
.base-grey .btn.dropdown-toggle:active:after,
.base-grey .button.chevron-down:active:after,
.base-grey .btn.chevron-down:active:after {
  background: transparent;
}
.base-orange .button,
.base-orange .btn {
  color: #ffffff;
}
.base-orange .button.do-business,
.base-orange .btn.do-business,
.base-orange .button.do-business:after,
.base-orange .btn.do-business:after {
  background-color: #f05a00;
}
.base-orange .button.do-business:hover,
.base-orange .btn.do-business:hover,
.base-orange .button.do-business:hover:after,
.base-orange .btn.do-business:hover:after,
.base-orange .button.do-business:focus,
.base-orange .btn.do-business:focus,
.base-orange .button.do-business:focus:after,
.base-orange .btn.do-business:focus:after {
  background-color: #ab004c;
}
.base-orange .button.do-business:active,
.base-orange .btn.do-business:active,
.base-orange .button.do-business:active:after,
.base-orange .btn.do-business:active:after {
  background-color: #780035;
}
.base-orange .button.primary,
.base-orange .btn.primary,
.base-orange .button.primary:after,
.base-orange .btn.primary:after {
  background-color: #ab004c;
}
.base-orange .button.primary:hover,
.base-orange .btn.primary:hover,
.base-orange .button.primary:hover:after,
.base-orange .btn.primary:hover:after,
.base-orange .button.primary:focus,
.base-orange .btn.primary:focus,
.base-orange .button.primary:focus:after,
.base-orange .btn.primary:focus:after {
  background-color: #f05a00;
}
.base-orange .button.primary:active,
.base-orange .btn.primary:active,
.base-orange .button.primary:active:after,
.base-orange .btn.primary:active:after {
  background-color: #cc6c00;
}
.base-orange .button.light,
.base-orange .btn.light {
  color: #ab004c;
}
.base-orange .button.light,
.base-orange .btn.light,
.base-orange .button.light:after,
.base-orange .btn.light:after {
  background-color: #ffffff;
}
.base-orange .button.light:hover,
.base-orange .btn.light:hover,
.base-orange .button.light:hover:after,
.base-orange .btn.light:hover:after,
.base-orange .button.light:focus,
.base-orange .btn.light:focus,
.base-orange .button.light:focus:after,
.base-orange .btn.light:focus:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.lt-ie9 .base-orange .button.light:hover,
.lt-ie9 .base-orange .btn.light:hover,
.lt-ie9 .base-orange .button.light:hover:after,
.lt-ie9 .base-orange .btn.light:hover:after,
.lt-ie9 .base-orange .button.light:focus,
.lt-ie9 .base-orange .btn.light:focus,
.lt-ie9 .base-orange .button.light:focus:after,
.lt-ie9 .base-orange .btn.light:focus:after {
  background: #ffffff;
}
.base-orange .button.light:active,
.base-orange .btn.light:active,
.base-orange .button.light:active:after,
.base-orange .btn.light:active:after {
  color: #ffffff !important;
  background-color: #780035 !important;
}
.base-orange .button.dropdown-toggle:after,
.base-orange .btn.dropdown-toggle:after,
.base-orange .button.chevron-down:after,
.base-orange .btn.chevron-down:after,
.base-orange .button.dropdown-toggle:hover:after,
.base-orange .btn.dropdown-toggle:hover:after,
.base-orange .button.chevron-down:hover:after,
.base-orange .btn.chevron-down:hover:after,
.base-orange .button.dropdown-toggle:focus:after,
.base-orange .btn.dropdown-toggle:focus:after,
.base-orange .button.chevron-down:focus:after,
.base-orange .btn.chevron-down:focus:after,
.base-orange .button.dropdown-toggle:active:after,
.base-orange .btn.dropdown-toggle:active:after,
.base-orange .button.chevron-down:active:after,
.base-orange .btn.chevron-down:active:after {
  background: transparent;
}
.base-green .button,
.base-green .btn {
  color: #ffffff;
}
.base-green .button.do-business,
.base-green .btn.do-business,
.base-green .button.do-business:after,
.base-green .btn.do-business:after {
  background-color: #009b46;
}
.base-green .button.do-business:hover,
.base-green .btn.do-business:hover,
.base-green .button.do-business:hover:after,
.base-green .btn.do-business:hover:after,
.base-green .button.do-business:focus,
.base-green .btn.do-business:focus,
.base-green .button.do-business:focus:after,
.base-green .btn.do-business:focus:after {
  background-color: #005a28;
}
.base-green .button.do-business:active,
.base-green .btn.do-business:active,
.base-green .button.do-business:active:after,
.base-green .btn.do-business:active:after {
  background-color: #002711;
}
.base-green .button.primary,
.base-green .btn.primary,
.base-green .button.primary:after,
.base-green .btn.primary:after {
  background-color: #005a28;
}
.base-green .button.primary:hover,
.base-green .btn.primary:hover,
.base-green .button.primary:hover:after,
.base-green .btn.primary:hover:after,
.base-green .button.primary:focus,
.base-green .btn.primary:focus,
.base-green .button.primary:focus:after,
.base-green .btn.primary:focus:after {
  background-color: #009b46;
}
.base-green .button.primary:active,
.base-green .btn.primary:active,
.base-green .button.primary:active:after,
.base-green .btn.primary:active:after {
  background-color: #709500;
}
.base-green .button.light,
.base-green .btn.light {
  color: #005a28;
}
.base-green .button.light,
.base-green .btn.light,
.base-green .button.light:after,
.base-green .btn.light:after {
  background-color: #ffffff;
}
.base-green .button.light:hover,
.base-green .btn.light:hover,
.base-green .button.light:hover:after,
.base-green .btn.light:hover:after,
.base-green .button.light:focus,
.base-green .btn.light:focus,
.base-green .button.light:focus:after,
.base-green .btn.light:focus:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.lt-ie9 .base-green .button.light:hover,
.lt-ie9 .base-green .btn.light:hover,
.lt-ie9 .base-green .button.light:hover:after,
.lt-ie9 .base-green .btn.light:hover:after,
.lt-ie9 .base-green .button.light:focus,
.lt-ie9 .base-green .btn.light:focus,
.lt-ie9 .base-green .button.light:focus:after,
.lt-ie9 .base-green .btn.light:focus:after {
  background: #ffffff;
}
.base-green .button.light:active,
.base-green .btn.light:active,
.base-green .button.light:active:after,
.base-green .btn.light:active:after {
  color: #ffffff !important;
  background-color: #002711 !important;
}
.base-green .button.dropdown-toggle:after,
.base-green .btn.dropdown-toggle:after,
.base-green .button.chevron-down:after,
.base-green .btn.chevron-down:after,
.base-green .button.dropdown-toggle:hover:after,
.base-green .btn.dropdown-toggle:hover:after,
.base-green .button.chevron-down:hover:after,
.base-green .btn.chevron-down:hover:after,
.base-green .button.dropdown-toggle:focus:after,
.base-green .btn.dropdown-toggle:focus:after,
.base-green .button.chevron-down:focus:after,
.base-green .btn.chevron-down:focus:after,
.base-green .button.dropdown-toggle:active:after,
.base-green .btn.dropdown-toggle:active:after,
.base-green .button.chevron-down:active:after,
.base-green .btn.chevron-down:active:after {
  background: transparent;
}
.base-turquoise .button,
.base-turquoise .btn {
  color: #ffffff;
}
.base-turquoise .button.do-business,
.base-turquoise .btn.do-business,
.base-turquoise .button.do-business:after,
.base-turquoise .btn.do-business:after {
  background-color: #009182;
}
.base-turquoise .button.do-business:hover,
.base-turquoise .btn.do-business:hover,
.base-turquoise .button.do-business:hover:after,
.base-turquoise .btn.do-business:hover:after,
.base-turquoise .button.do-business:focus,
.base-turquoise .btn.do-business:focus,
.base-turquoise .button.do-business:focus:after,
.base-turquoise .btn.do-business:focus:after {
  background-color: #004b46;
}
.base-turquoise .button.do-business:active,
.base-turquoise .btn.do-business:active,
.base-turquoise .button.do-business:active:after,
.base-turquoise .btn.do-business:active:after {
  background-color: #001816;
}
.base-turquoise .button.primary,
.base-turquoise .btn.primary,
.base-turquoise .button.primary:after,
.base-turquoise .btn.primary:after {
  background-color: #004b46;
}
.base-turquoise .button.primary:hover,
.base-turquoise .btn.primary:hover,
.base-turquoise .button.primary:hover:after,
.base-turquoise .btn.primary:hover:after,
.base-turquoise .button.primary:focus,
.base-turquoise .btn.primary:focus,
.base-turquoise .button.primary:focus:after,
.base-turquoise .btn.primary:focus:after {
  background-color: #009182;
}
.base-turquoise .button.primary:active,
.base-turquoise .btn.primary:active,
.base-turquoise .button.primary:active:after,
.base-turquoise .btn.primary:active:after {
  background-color: #008674;
}
.base-turquoise .button.light,
.base-turquoise .btn.light {
  color: #004b46;
}
.base-turquoise .button.light,
.base-turquoise .btn.light,
.base-turquoise .button.light:after,
.base-turquoise .btn.light:after {
  background-color: #ffffff;
}
.base-turquoise .button.light:hover,
.base-turquoise .btn.light:hover,
.base-turquoise .button.light:hover:after,
.base-turquoise .btn.light:hover:after,
.base-turquoise .button.light:focus,
.base-turquoise .btn.light:focus,
.base-turquoise .button.light:focus:after,
.base-turquoise .btn.light:focus:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.lt-ie9 .base-turquoise .button.light:hover,
.lt-ie9 .base-turquoise .btn.light:hover,
.lt-ie9 .base-turquoise .button.light:hover:after,
.lt-ie9 .base-turquoise .btn.light:hover:after,
.lt-ie9 .base-turquoise .button.light:focus,
.lt-ie9 .base-turquoise .btn.light:focus,
.lt-ie9 .base-turquoise .button.light:focus:after,
.lt-ie9 .base-turquoise .btn.light:focus:after {
  background: #ffffff;
}
.base-turquoise .button.light:active,
.base-turquoise .btn.light:active,
.base-turquoise .button.light:active:after,
.base-turquoise .btn.light:active:after {
  color: #ffffff !important;
  background-color: #001816 !important;
}
.base-turquoise .button.dropdown-toggle:after,
.base-turquoise .btn.dropdown-toggle:after,
.base-turquoise .button.chevron-down:after,
.base-turquoise .btn.chevron-down:after,
.base-turquoise .button.dropdown-toggle:hover:after,
.base-turquoise .btn.dropdown-toggle:hover:after,
.base-turquoise .button.chevron-down:hover:after,
.base-turquoise .btn.chevron-down:hover:after,
.base-turquoise .button.dropdown-toggle:focus:after,
.base-turquoise .btn.dropdown-toggle:focus:after,
.base-turquoise .button.chevron-down:focus:after,
.base-turquoise .btn.chevron-down:focus:after,
.base-turquoise .button.dropdown-toggle:active:after,
.base-turquoise .btn.dropdown-toggle:active:after,
.base-turquoise .button.chevron-down:active:after,
.base-turquoise .btn.chevron-down:active:after {
  background: transparent;
}
.base-blue .button,
.base-blue .btn {
  color: #ffffff;
}
.base-blue .button.do-business,
.base-blue .btn.do-business,
.base-blue .button.do-business:after,
.base-blue .btn.do-business:after {
  background-color: #0099d2;
}
.base-blue .button.do-business:hover,
.base-blue .btn.do-business:hover,
.base-blue .button.do-business:hover:after,
.base-blue .btn.do-business:hover:after,
.base-blue .button.do-business:focus,
.base-blue .btn.do-business:focus,
.base-blue .button.do-business:focus:after,
.base-blue .btn.do-business:focus:after {
  background-color: #004d9d;
}
.base-blue .button.do-business:active,
.base-blue .btn.do-business:active,
.base-blue .button.do-business:active:after,
.base-blue .btn.do-business:active:after {
  background-color: #00346a;
}
.base-blue .button.primary,
.base-blue .btn.primary,
.base-blue .button.primary:after,
.base-blue .btn.primary:after {
  background-color: #004d9d;
}
.base-blue .button.primary:hover,
.base-blue .btn.primary:hover,
.base-blue .button.primary:hover:after,
.base-blue .btn.primary:hover:after,
.base-blue .button.primary:focus,
.base-blue .btn.primary:focus,
.base-blue .button.primary:focus:after,
.base-blue .btn.primary:focus:after {
  background-color: #0099d2;
}
.base-blue .button.primary:active,
.base-blue .btn.primary:active,
.base-blue .button.primary:active:after,
.base-blue .btn.primary:active:after {
  background-color: #0090cc;
}
.base-blue .button.light,
.base-blue .btn.light {
  color: #004d9d;
}
.base-blue .button.light,
.base-blue .btn.light,
.base-blue .button.light:after,
.base-blue .btn.light:after {
  background-color: #ffffff;
}
.base-blue .button.light:hover,
.base-blue .btn.light:hover,
.base-blue .button.light:hover:after,
.base-blue .btn.light:hover:after,
.base-blue .button.light:focus,
.base-blue .btn.light:focus,
.base-blue .button.light:focus:after,
.base-blue .btn.light:focus:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.lt-ie9 .base-blue .button.light:hover,
.lt-ie9 .base-blue .btn.light:hover,
.lt-ie9 .base-blue .button.light:hover:after,
.lt-ie9 .base-blue .btn.light:hover:after,
.lt-ie9 .base-blue .button.light:focus,
.lt-ie9 .base-blue .btn.light:focus,
.lt-ie9 .base-blue .button.light:focus:after,
.lt-ie9 .base-blue .btn.light:focus:after {
  background: #ffffff;
}
.base-blue .button.light:active,
.base-blue .btn.light:active,
.base-blue .button.light:active:after,
.base-blue .btn.light:active:after {
  color: #ffffff !important;
  background-color: #00346a !important;
}
.base-blue .button.dropdown-toggle:after,
.base-blue .btn.dropdown-toggle:after,
.base-blue .button.chevron-down:after,
.base-blue .btn.chevron-down:after,
.base-blue .button.dropdown-toggle:hover:after,
.base-blue .btn.dropdown-toggle:hover:after,
.base-blue .button.chevron-down:hover:after,
.base-blue .btn.chevron-down:hover:after,
.base-blue .button.dropdown-toggle:focus:after,
.base-blue .btn.dropdown-toggle:focus:after,
.base-blue .button.chevron-down:focus:after,
.base-blue .btn.chevron-down:focus:after,
.base-blue .button.dropdown-toggle:active:after,
.base-blue .btn.dropdown-toggle:active:after,
.base-blue .button.chevron-down:active:after,
.base-blue .btn.chevron-down:active:after {
  background: transparent;
}
.base-purple .button,
.base-purple .btn {
  color: #ffffff;
}
.base-purple .button.do-business,
.base-purple .btn.do-business,
.base-purple .button.do-business:after,
.base-purple .btn.do-business:after {
  background-color: #644bc8;
}
.base-purple .button.do-business:hover,
.base-purple .btn.do-business:hover,
.base-purple .button.do-business:hover:after,
.base-purple .btn.do-business:hover:after,
.base-purple .button.do-business:focus,
.base-purple .btn.do-business:focus,
.base-purple .button.do-business:focus:after,
.base-purple .btn.do-business:focus:after {
  background-color: #46008c;
}
.base-purple .button.do-business:active,
.base-purple .btn.do-business:active,
.base-purple .button.do-business:active:after,
.base-purple .btn.do-business:active:after {
  background-color: #2c0059;
}
.base-purple .button.primary,
.base-purple .btn.primary,
.base-purple .button.primary:after,
.base-purple .btn.primary:after {
  background-color: #46008c;
}
.base-purple .button.primary:hover,
.base-purple .btn.primary:hover,
.base-purple .button.primary:hover:after,
.base-purple .btn.primary:hover:after,
.base-purple .button.primary:focus,
.base-purple .btn.primary:focus,
.base-purple .button.primary:focus:after,
.base-purple .btn.primary:focus:after {
  background-color: #644bc8;
}
.base-purple .button.primary:active,
.base-purple .btn.primary:active,
.base-purple .button.primary:active:after,
.base-purple .btn.primary:active:after {
  background-color: #7265d0;
}
.base-purple .button.light,
.base-purple .btn.light {
  color: #46008c;
}
.base-purple .button.light,
.base-purple .btn.light,
.base-purple .button.light:after,
.base-purple .btn.light:after {
  background-color: #ffffff;
}
.base-purple .button.light:hover,
.base-purple .btn.light:hover,
.base-purple .button.light:hover:after,
.base-purple .btn.light:hover:after,
.base-purple .button.light:focus,
.base-purple .btn.light:focus,
.base-purple .button.light:focus:after,
.base-purple .btn.light:focus:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.lt-ie9 .base-purple .button.light:hover,
.lt-ie9 .base-purple .btn.light:hover,
.lt-ie9 .base-purple .button.light:hover:after,
.lt-ie9 .base-purple .btn.light:hover:after,
.lt-ie9 .base-purple .button.light:focus,
.lt-ie9 .base-purple .btn.light:focus,
.lt-ie9 .base-purple .button.light:focus:after,
.lt-ie9 .base-purple .btn.light:focus:after {
  background: #ffffff;
}
.base-purple .button.light:active,
.base-purple .btn.light:active,
.base-purple .button.light:active:after,
.base-purple .btn.light:active:after {
  color: #ffffff !important;
  background-color: #2c0059 !important;
}
.base-purple .button.dropdown-toggle:after,
.base-purple .btn.dropdown-toggle:after,
.base-purple .button.chevron-down:after,
.base-purple .btn.chevron-down:after,
.base-purple .button.dropdown-toggle:hover:after,
.base-purple .btn.dropdown-toggle:hover:after,
.base-purple .button.chevron-down:hover:after,
.base-purple .btn.chevron-down:hover:after,
.base-purple .button.dropdown-toggle:focus:after,
.base-purple .btn.dropdown-toggle:focus:after,
.base-purple .button.chevron-down:focus:after,
.base-purple .btn.chevron-down:focus:after,
.base-purple .button.dropdown-toggle:active:after,
.base-purple .btn.dropdown-toggle:active:after,
.base-purple .button.chevron-down:active:after,
.base-purple .btn.chevron-down:active:after {
  background: transparent;
}
.base-magenta .button,
.base-magenta .btn {
  color: #ffffff;
}
.base-magenta .button.do-business,
.base-magenta .btn.do-business,
.base-magenta .button.do-business:after,
.base-magenta .btn.do-business:after {
  background-color: #a0148c;
}
.base-magenta .button.do-business:hover,
.base-magenta .btn.do-business:hover,
.base-magenta .button.do-business:hover:after,
.base-magenta .btn.do-business:hover:after,
.base-magenta .button.do-business:focus,
.base-magenta .btn.do-business:focus,
.base-magenta .button.do-business:focus:after,
.base-magenta .btn.do-business:focus:after {
  background-color: #640064;
}
.base-magenta .button.do-business:active,
.base-magenta .btn.do-business:active,
.base-magenta .button.do-business:active:after,
.base-magenta .btn.do-business:active:after {
  background-color: #310031;
}
.base-magenta .button.primary,
.base-magenta .btn.primary,
.base-magenta .button.primary:after,
.base-magenta .btn.primary:after {
  background-color: #640064;
}
.base-magenta .button.primary:hover,
.base-magenta .btn.primary:hover,
.base-magenta .button.primary:hover:after,
.base-magenta .btn.primary:hover:after,
.base-magenta .button.primary:focus,
.base-magenta .btn.primary:focus,
.base-magenta .button.primary:focus:after,
.base-magenta .btn.primary:focus:after {
  background-color: #a0148c;
}
.base-magenta .button.primary:active,
.base-magenta .btn.primary:active,
.base-magenta .button.primary:active:after,
.base-magenta .btn.primary:active:after {
  background-color: #f4007d;
}
.base-magenta .button.light,
.base-magenta .btn.light {
  color: #640064;
}
.base-magenta .button.light,
.base-magenta .btn.light,
.base-magenta .button.light:after,
.base-magenta .btn.light:after {
  background-color: #ffffff;
}
.base-magenta .button.light:hover,
.base-magenta .btn.light:hover,
.base-magenta .button.light:hover:after,
.base-magenta .btn.light:hover:after,
.base-magenta .button.light:focus,
.base-magenta .btn.light:focus,
.base-magenta .button.light:focus:after,
.base-magenta .btn.light:focus:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.lt-ie9 .base-magenta .button.light:hover,
.lt-ie9 .base-magenta .btn.light:hover,
.lt-ie9 .base-magenta .button.light:hover:after,
.lt-ie9 .base-magenta .btn.light:hover:after,
.lt-ie9 .base-magenta .button.light:focus,
.lt-ie9 .base-magenta .btn.light:focus,
.lt-ie9 .base-magenta .button.light:focus:after,
.lt-ie9 .base-magenta .btn.light:focus:after {
  background: #ffffff;
}
.base-magenta .button.light:active,
.base-magenta .btn.light:active,
.base-magenta .button.light:active:after,
.base-magenta .btn.light:active:after {
  color: #ffffff !important;
  background-color: #310031 !important;
}
.base-magenta .button.dropdown-toggle:after,
.base-magenta .btn.dropdown-toggle:after,
.base-magenta .button.chevron-down:after,
.base-magenta .btn.chevron-down:after,
.base-magenta .button.dropdown-toggle:hover:after,
.base-magenta .btn.dropdown-toggle:hover:after,
.base-magenta .button.chevron-down:hover:after,
.base-magenta .btn.chevron-down:hover:after,
.base-magenta .button.dropdown-toggle:focus:after,
.base-magenta .btn.dropdown-toggle:focus:after,
.base-magenta .button.chevron-down:focus:after,
.base-magenta .btn.chevron-down:focus:after,
.base-magenta .button.dropdown-toggle:active:after,
.base-magenta .btn.dropdown-toggle:active:after,
.base-magenta .button.chevron-down:active:after,
.base-magenta .btn.chevron-down:active:after {
  background: transparent;
}
.close {
  float: right;
  display: block;
  height: 26px;
  width: 26px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.base-grey .close {
  background-color: #575757;
}
.base-magenta .close {
  background-color: #a0148c;
}
.base-blue .close {
  background-color: #0099d2;
}
.base-orange .close {
  background-color: #f05a00;
}
.base-green .close {
  background-color: #009b46;
}
.base-default .close {
  background-color: #0099d2;
}
.base-grey .close:hover,
.base-grey .close:focus {
  background-color: #4f4f4f;
}
.base-magenta .close:hover,
.base-magenta .close:focus {
  background-color: #640064;
}
.base-blue .close:hover,
.base-blue .close:focus {
  background-color: #004d9d;
}
.base-orange .close:hover,
.base-orange .close:focus {
  background-color: #ab004c;
}
.base-green .close:hover,
.base-green .close:focus {
  background-color: #005a28;
}
.base-default .close:hover,
.base-default .close:focus {
  background-color: #004d9d;
}
.close:after {
  font-family: 'td-icons';
  display: inline-block;
  content: "\e6de";
  font-size: 18px !important;
  color: #ffffff !important;
  font-weight: normal !important;
  line-height: 26px;
}
[data-toggle="buttons"] .btn {
  color: #4f4f4f;
  background-color: #dadada;
  /* Override bootstrap styles which hide input elements */
}
[data-toggle="buttons"] .btn:hover,
[data-toggle="buttons"] .btn:focus {
  color: #ffffff;
  background-color: #4f4f4f;
}
[data-toggle="buttons"] .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
[data-toggle="buttons"] .btn.active {
  color: #ffffff;
}
.base-grey [data-toggle="buttons"] .btn.active {
  background-color: #4f4f4f;
}
.base-magenta [data-toggle="buttons"] .btn.active {
  background-color: #640064;
}
.base-blue [data-toggle="buttons"] .btn.active {
  background-color: #004d9d;
}
.base-orange [data-toggle="buttons"] .btn.active {
  background-color: #ab004c;
}
.base-green [data-toggle="buttons"] .btn.active {
  background-color: #005a28;
}
.base-default [data-toggle="buttons"] .btn.active {
  background-color: #004d9d;
}
[data-toggle="buttons"] .btn > input[type="radio"],
[data-toggle="buttons"] .btn > input[type="checkbox"] {
  display: inline-block !important;
  position: absolute;
  left: -99999px;
}
/* ==========================================================================
 * - SEARCH
 * ========================================================================== */
.btn-search {
  margin: 0;
  transition: background-color 250ms;
}
.base-grey .btn-search {
  background-color: #4f4f4f;
}
.base-magenta .btn-search {
  background-color: #640064;
}
.base-blue .btn-search {
  background-color: #004d9d;
}
.base-orange .btn-search {
  background-color: #ab004c;
}
.base-green .btn-search {
  background-color: #005a28;
}
.base-default .btn-search {
  background-color: #e83319;
}
.base-grey .btn-search:hover,
.base-grey .btn-search:focus,
.base-grey .btn-search:active {
  background-color: #363636;
}
.base-magenta .btn-search:hover,
.base-magenta .btn-search:focus,
.base-magenta .btn-search:active {
  background-color: #310031;
}
.base-blue .btn-search:hover,
.base-blue .btn-search:focus,
.base-blue .btn-search:active {
  background-color: #00346a;
}
.base-orange .btn-search:hover,
.base-orange .btn-search:focus,
.base-orange .btn-search:active {
  background-color: #780035;
}
.base-green .btn-search:hover,
.base-green .btn-search:focus,
.base-green .btn-search:active {
  background-color: #002711;
}
.base-default .btn-search:hover,
.base-default .btn-search:focus,
.base-default .btn-search:active {
  background-color: #bb2419;
}
/* Desktop
-------------------------- */
#scrollup {
  width: 100%;
  position: fixed;
  bottom: 100px;
  z-index: 1040;
  background: #ffffff;
  transition: opacity 0.3s ease;
}
#scrollup.affix-top {
  opacity: 0;
}
#scrollup.affix {
  opacity: 1;
}
.scrollup-outer {
  position: relative;
}
.scrollup {
  width: 100px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  color: #4f4f4f;
  background: #ffffff;
  right: 15px;
  position: absolute;
  cursor: pointer;
  font-weight: bold;
  border:1px solid #dadada;
}
.white-bkg .scrollup {
  background: #f4f4f4;
}
.scrollup:before {
  font-family: 'td-icons';
  display: inline-block;
  content: "\e6f6";
  font-size: 24px;
  text-align: center;
  width: 100%;
  height: 22px;
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #scrollup {
    position: static;
  }
  #scrollup.affix-top {
    opacity: 1 !important;
  }
  .scrollup {
    position: static;
    margin: auto;
    width: 100%;
    padding-top: 20px;

    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color:#dadada;

}
  .scrollup:before {
    width: 24px;
    margin-top: -7px;//footer change mobile view
    float: right;
    font-weight: bold;
  }
.footer .container 
{
    padding-left:0px !important;
    padding-right:0px !important;
}
.footer .footer-links.container
{
	 padding-left:30px !important;
     padding-right:15px !important;
}

}
/* ==========================================================================
 * FEATURE POPOVER
 * ========================================================================== */
.feature-popover {
  display: none;
  position: absolute;
  z-index: 1080;
  outline: none;
}
.feature-popover.is-active {
  display: block;
}
.feature-popover.is-fixed {
  position: fixed;
}
.feature-popover .popover-content {
  padding: 15px 20px;
  background: #f8f5f8;
  max-width: 300px;
  min-width: 180px;
  z-index: 0;
  position: relative;
  bottom: -4px;
}
.feature-popover .popover-arrow {
  content: '';
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 9px solid #f8f5f8;
  margin-left: -12px;
  position: absolute;
  top: -17px;
  left: 50%;
  z-index: 1;
  pointer-events: none;
}
/* ==========================================================================
 * SHADE BACKGROUND
 * ========================================================================== */
.shade-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1050;
  background-color: #000;
  opacity: 0;
}
.shade-bg.is-active {
  display: block;
}
/* Override the breakpoint
 */
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  xmp.prettyprint {
    display: none;
  }
}


#myTelstraTVs .registered-tvs{
	border-top:none !important;
}
#myTelstraTVs .tv-details{
    padding-top:20px;
}
#myTelstraTVs .tv-image img{

    vertical-align:middle !important;
    text-align:center;
}
#myTelstraTVs .tv-activated-date{
     padding-bottom:5px;
}
#myTelstraTVs .tv-name-details{
    	color:#e83319;
        font-weight:bold;
        margin:0 !important; 
        text-align:center;  
        font-size:24px;
        cursor:pointer;
    padding-bottom:20px;
}
#myTelstraTVs .tv-name-details a:hover{
	text-decoration:none !important;
}
#myTelstraTVs .tv-activated-details{
    color:gray; 
    text-align:center;
}
#myTelstraTVs .tv-deactivate-link-details{
    color:#e83319;
    font-weight:bold;
    font-size:16px;
}
#myTelstraTVs .tv-deactivate-div{
    text-align:center;
}
#nodevice_content .txtpd{
    margin-left:30%;
margin-right:30%;
    text-align:center;
}
#nodevice_content a:before {
    font-family: 'td-icons';
    content: "\e6f4";
    right: 10px;
    font-weight:bolder;
}
#nodevice_content{
    border:2px solid #a11a43;
    text-align:center; 
    padding:15px;
}
#nodevice_content img{
    width:150px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    opacity:0.5;
}
#nodevice_content h1{
    color:#a11a43;
    text-align:center;
    font-weight:bold;
    margin:0 !important;
}
#nodevice_content a{
    color:#a11a43;
    cursor:pointer;
}
.btn-ttv2 {
    padding: 8px 60px 8px 18px;
    border: none;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    margin: 0 44px 0 -24px;
    position: relative;
    outline: none;
    line-height: normal;
    max-width: auto;
    background-color:#bb2419 !important;
    color:#ffffff !important;
    font-size:16px;
    }
  .arrow:after {
	font-family: 'td-icons';
    content: "\e6f4";
    right: 10px;
    position: absolute        
}

.btn-ttv2 .td-icon{
 color:#ffffff !important;
 padding-right:5px;
 font-size:16px;
 top:-1px;
}

.btn-ttv2:hover
{
    text-decoration:none !important;
    /*background-color:#bb2914 !important;*/
}

.btn-ttv2-fix{
padding: 8px 80px 8px 17px;
margin-right: 28px;
margin-left: -30px;

}

.newbtn{
width:365px;
height:auto;
}

.row-custom [class*="col-"]{
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}



.btn-ttv2 {
    padding: 8px 64px 8px 10px;
    border: none;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    margin: 0 44px 0 0;
    position: relative;
    outline: none;
    line-height: normal;
    
    background-color:#bb2419 !important;
    color:#ffffff !important;
    font-size:16px;
    }
  .arrow:after {
	font-family: 'td-icons';
    content: "\e6f4";
    right: 10px;
    position: absolute        
}

.btn-ttv2 .td-icon{
 color:#ffffff !important;
 padding-right:5px;
 font-size:16px;
 top:-1px;
}

.btn-ttv2:hover
{
    text-decoration:none !important;

}



@media(min-width:320px) and (max-width:359px){
.newbtn{
        margin-left: -1.6%;
    	margin-top: -15%;
        }
}
@media(min-width:360px) and (max-width:374px){
.newbtn{
        margin-left: 4.5%;
        margin-top: -14%;
        }
        }
@media(min-width:375px) and (max-width:410px){
.newbtn{
        margin-left: 7%;
        margin-top: -14%;
        }
        }
@media(min-width:411px) and (max-width:479px){
.newbtn{
        margin-left: 10%;
        margin-top: -12%;
        }
        }
@media(min-width:480px) and (max-width:567px){
.newbtn{
        margin-left: 15%;
        margin-top: -11%;
        }
        }
@media(min-width:568px) and (max-width:599px){
.newbtn{
        margin-left: 20%;
        margin-top: -10%;
        }
        }
@media(min-width:600px) and (max-width:639px){
.newbtn{
        margin-left: 24%;
		 margin-top: -10%;
        }
        }
@media(min-width:640px) and (max-width:666px){
.newbtn{
        margin-left: 24%;
        margin-top: -9%;
        }
        }
@media(min-width:667px) and (max-width:735px){
.newbtn{
        margin-left: 27%;
        margin-top: -9%;
        }
        }
@media(min-width:736px) and (max-width:767px){
.newbtn{
        margin-left: 27%;
        margin-top: -9%;

        }
        }
@media(min-width:768px) and (max-width:991px){
.newbtn{
        margin-top: 2%;
        float:right;
        margin-right:0%;
       width:253px;
        }
     .btn-ttv2 {
    padding: 8px 35px 8px 10px !important;
	margin:0;
		}
 .btn-ttv2-fix{
    padding: 8px 39px 8px 17px !important;
            }
}


@media(min-width:768px) and (max-width:991px)
{
	.myTelstraTVs1  .feature-div .col-sm-6 .btn-ttv2-fix
		{
			padding: 8px 125px 8px 17px !important;
		}
}

@media(min-width:992px) and (max-width:1023px){
.newbtn{

        margin-right:0%;
        margin-top: 2%;
        float:right;
        }
    .btn-ttv2 {
    padding: 8px 38px 8px 16px !important;
        }
 .btn-ttv2-fix{
    padding: 8px 38px 8px 17px !important;
            }
        }
@media(min-width:1024px){
.newbtn{
        float:right;
        margin-right:-2.8%;
        margin-top: 2%;
    	margin-bottom: 1%;
        }
.btn-ttv2 {
    padding: 8px 72px 8px 12px !important;
    margin-right:0px;
        }
 .btn-ttv2-fix{
    padding: 8px 80px 8px 17px !important;
            }
}

.feature-btn{
    font-weight:bold;
    font-size:14px;
    width:35%;
    }
.feature-icon-img{
    width:50px;
    }
.feature-div{
    margin-right:10%; 
    padding-top:20px;

    }
.feature-heading{
    display: inline-block !important; 
    font-weight:bold;
    }
.feature-img{
    text-align:center; 
        width:100%; 
        height:auto;
        padding-top:20px;
    }
.side-by-side li {
  float: left;
}
.side-by-side {
  width: 100%;
    margin-left:0px !imporatnt;
    padding-left:0px !important;
}
.side-by-side li {
  display: inline;
  margin-right:5px;
}

.btn-ttv2-fix{
padding: 8px 80px 8px 10px;
margin-right:0px;
/* margin-left:-25px;*/
}

@media(min-width:320px) and (max-width:767px)
{

.myTelstraTvDefault{height:auto !important;}

.txt
{
text-align:center; 
}

.alln{
display:table;
margin:0 auto;
}

/*--------------*/
.myTelstraTVs1.section{
	border: 1px solid #dadada;
    padding-bottom: 22px ;
    margin-bottom: 15px; 
}
.feature_comp_1
	{ 
    	margin: 0%;
    	padding-top: 20px;
    	border: 1px solid gray;
    	padding-bottom: 30px;
    	margin-bottom: 5%;
	}
 .feature-div
	{
		margin: 0%;
	}

.feature-heading
{
	text-align:center;
    display: block !important;
}

.feature_comp_1 .feature-div .btn-ttv2-fix
	{
		padding: 8px 40px 10px 12px;
 	}

.feature_comp_2 
	{
		margin: 0%;
    	padding-top: 20px;
    	border: 1px solid gray;
    	padding-bottom: 30px;
    	margin-bottom: 5%;
	}

.side-by-side
	{
		text-align:center;
    }

.side-by-side li:first-child
        {
			margin-left: 2%;
        }

.side-by-side li
	{
		float: none;
    	clear: both;
    	display:inline-block;
    	vertical-align:text-bottom;
	}
.feature_comp_3 
	{
		margin: 0%;
    	padding-top: 20px;
    	border: 1px solid gray;
    	padding-bottom: 30px;
    	margin-bottom: 5%;
	}

}

/*--start-pp-985---*/



.telstra-tv .featured-apps .app-list .voucher .content li {
     margin-bottom: 0px !important;
     list-style-type: unset !important;
} 
.telstra-tv .featured-apps .app-list .voucher .content ol+ul li {
	margin-left: 40px;                    
} 

/*--start-pp-822---*/



@media screen and (min-width:767px)

{
	.app-inner
    {
		display:flex !important;
		align-items:center !important;
	}

    .voucherimage
	{
    	width:auto !important;
	}
}


.voucherimage {
	float: right;    
}        

.voucherimage img.primary-logo-new {
	width: 100%;    
	height: auto !important;
    position: static;
}

.content {
	padding-left: 5px !important;
    border-right: none !important;
    padding-right: 5px !important;
    margin-left: 10px;
}        

.voucherheadlines {
	margin-left: 0px !important;

}  

.customVoucher {
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 90%;
}

.btntxt {
	margin: auto;
    width: 0px !important;  
}   

.btntxt .btn-new-arrow {
	padding: 10px !important;        
}    

.btntxt .btn-new-arrow:hover {
	text-decoration : none;
}

.offers-heading {
	font-family: "Akkurat-light","Helvetica Neue","Arial",Helvetica,Arial,sans-serif !important;
    color: #333 !important;    
}

.telstra-tv .featured-apps .app-list {
	margin-right: 35px;
}
.offer-heading {
	padding-left: 25px;
}    
.puck-text p {
	margin-left: 25px;
}      
 
@media screen and (max-width:767px){
    .app-list.counted {
		margin: 0 auto;
        padding: 0px;        
     }

    .voucher.white-background.section {
		margin: 15px !important;
	}

	.content {

   	 	border-bottom: none !important;
    	//text-align: justify !important;
        word-wrap: break-word;
		width: 90%;
    	margin-left: 0px !important;
	}

	.customVoucher {
		position: static;
		transform: none; 
    	margin-left: 0px !important;
    	padding-left: 7% !important;

	}


	.btntxt a.btn-new-arrow {
		font-size: 20px;
		color: black;
		font-weight: bold;


    }
	.custome_para
	{
        text-align: left;
        width: 70%;
        margin: 0 auto;
	}

	.customVoucher .btntxt
	{
           position: absolute;
    	   top: 47%;
    	   right: 34px !important;
	}

	.voucherimage { 
		float: none;
    }

	.voucherimage img.primary-logo-new {
		width: auto;
    }

	.telstra-tv .featured-apps .app-list {
		margin-right: 0px;
	}
	.offer-heading, .offers-heading {
		padding-left: 15px;
	}
	.puck-text p {
		margin-left: 15px;
	} 
	.content h2.voucherheadlines {
		margin-top: 40px !important;
	} 

	.telstra-tv .featured-apps .app-list .voucher .content li {
    	text-align: left !important;
	} 
	.telstra-tv .featured-apps .app-list .voucher .content ol+ul li {
		margin-left: 30px;                    
	} 


} 

/*--end-pp-822---*/



/*-----PP-860---------*/

.cn-primary{
background-color: #e83319 !important;
}

/*-----------pp-829----------------*/

@media screen and (max-width:767px)

{
    .newbtn
	{
			padding-top: 20px;
	}

	.main-content-wrapper.offcanvas
	{
		margin-top: 60px;
	}
	.telstra-tv .nav-tabs>li
	{
		margin-top: 5px;
	}
}
/*-------css for name-overflow-------------*/

.Name-overflow
{
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	max-width: 150px;
    display: inline-block;
    text-align: center;
}

/*-------css edit button in device page-------------*/

.change-name
{
	position:absolute;
    top:1%;
}


/*-------find more modal center-------------*/

@media (max-width: 767px) {

	.modal-dialog {
    	width: 600px;
    	margin: 30px auto;	
	}

}

/*----------------FIX for the PP-950.css-------------------------*/

.myTelstraTVs2  .featured-apps .puck-text.section {
margin-top:100% !important;
}
@media(max-width:767px){
.myTelstraTVs2  .featured-apps .puck-text.section {
margin-top:0% !important;
margin-left:15px !important;
}
}

/*----------------PP-961-------------------------*/
            .ClassHover
            {
            	    cursor: pointer;
        	}

/*----------------PP-961-------------------------*/

/* pp-966 and pp-984 */
	@media (min-width: 767px) 
	{
		.customVoucher .btntxt
		{
			    margin-left: 100px;
				margin-top: 0px !important;
			
		}
		
	}

/* pp-966 */
.telstra-tv .tab-container .body-content{padding: 0px 15px 0 !important;}
.telstra-tv .tab-container{margin-top:5px !important;}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.demo_123{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background: url('../../../content/dam/puck/content/loading.gif') center no-repeat #fff;

}


@media(min-width:767px) and (max-width:991px)
    {
	#container-inner {
		margin-top: 20% !important;

	}

}    





body.modal-open
{
	overflow-y:auto !important;
}


.tab-container .myTelstraTVs1.section
{
	display:none;
}

.tab-container .myTelstraTVs2 
{
	display:none;
}

@media(min-width:994px) and (max-width:1198px){


    .td-icon.icon-mobile-on-plan.text-light.visible-md
    {
        display:none !important;
    }

}

.tels-btn{
background-color:#dadada;
color:#333333;
margin: 0 0 0 0;
position:relative;
cursor:pointer;
height:34px !important;
padding: 14px 14px 14px 28px !important;
}
.tels-btn:hover{
background-color:#f4f4f4;
}

.btn.tels-btn:after{
content: none !important
}
.btn.tels-btn:before{
content:"\e6f3" !important;
font-family: 'td-icons';
float:left;
font-size: 20px;
margin-top: -6px;
color:#575757 !important;
margin-left: -15%;
}



.tels-main{
font-size:15px;
color:#575757 !important;
font-weight:600;
float:left;
margin-top: -8px;
margin-left: 15px;
}
.tels-sub{
font-size:9px;
color:#575757 !important;
margin-left:3px;
float:left;
margin-top: -8px;
margin-left: 20px;
}

/*Banner Text*/
.tels-manage{
font-size:30px;
color:#ffffff;
position:absolute;
margin-top:5%
}

/*Position fix for all views*/
/*fix for desktop*/
@media(min-width:1024px){
.pos-change{
        position:absolute;
        width:50%;
        margin-top:-32%;
        z-index: 101;
    }
}
/*fix for tablet*/
@media(min-width:768px) and (max-width:1023px){
.pos-change{
        position:absolute;
        width:50%;
        margin-top: -32%;
        z-index: 101;
    }
}
/*fix for mobile*/
@media(min-width:320px) and (max-width:767px){

.btn.tels-btn:before{
content:"\e6f3" !important;
font-family: 'td-icons';
float:left;
font-size: 20px;
margin-top: -6px;
color:#575757 !important;
margin-left: -13%;
}

.tels-manage{
		font-size:25px;
		color:#000000;
    	position: absolute;
    	//margin-top: 15%;
}
 .pos-change{
        position:relative;
        margin-top: 3%;

    }

 .tels-btn{
 		 margin-bottom:5%;
    	 padding: 13px 22px !important;

  }
.tels-main{
margin-left: 6px;
margin-top: -7px;
}
.tels-sub{
margin-left: 14px;
margin-top: -7px;
}
}

/*Banner Text fix for mobile views*/

@media(min-width:320px) and (max-width:359px){

.tels-btn{
 		margin-left: -7.5%;
}
.tels-manage{
    	margin-top: 15%;
        margin-left: -7%;
        }
}
@media(min-width:360px) and (max-width:374px){

.tels-btn{
		margin-left:0%;
}
.tels-manage{
    	margin-top: 13%;
        margin-left:0%;
        }
        }
@media(min-width:375px) and (max-width:410px){

.tels-btn{
	margin-left: 3%;
}
.tels-manage{
    	margin-top: 12%;
    	margin-left: 3%;
        }
        }
@media(min-width:411px) and (max-width:479px){

.tels-btn{
    margin-left: 6.5%;

}
.tels-manage{
    	margin-top: 11%;
        margin-left: 6%;
        }
        }
@media(min-width:480px) and (max-width:567px){

.tels-btn{
    margin-left: 12.5%;
}
.tels-manage{
    	margin-top: 8%;
        margin-left: 12%;
        }
        }
@media(min-width:568px) and (max-width:599px){

.tels-btn{
    margin-left: 18.5%
}
.tels-manage{
    	margin-top: 6%;
        margin-left: 17%;
        }
        }
@media(min-width:600px) and (max-width:639px){

.tels-btn{
margin-left:22.5%;
}
.tels-manage{
    	margin-top: 6%;
        margin-left: 21%;
        }
        }
@media(min-width:640px) and (max-width:666px){

.tels-btn{
margin-left:22.5%;
}
.tels-manage{
    	margin-top: 6%;
    	margin-left: 21%
        }
        }
@media(min-width:667px) and (max-width:735px){

.tels-btn{
margin-left:26%;
}
.tels-manage{
    	margin-top: 5%;
    	margin-left: 25%;
        }
        }
@media(min-width:736px) and (max-width:767px){

.tels-btn{
margin-left:26%;
}
.tels-manage{
    	margin-top: 4%;
    	margin-left: 25%;
        }
        }
/*PP-1148 code*/
.alert.alert-danger.alert-input-error.show
{
   padding: 24px;
   padding-left: 62px;
}
/*Account Query tile.css*/

.morelink1 a,.promotional_text1{
	float:left;
    color:#b42419;
}
.morelink1 a{
	margin-left: 10px;
}
.promotional_text1{
	font-size: 21px;
    font-weight: bold;
}
.morelink1 a:after{
	font-family: 'td-icons';
    content: "\e6f4";
    left: 13px;
    position: absolute;
}

.img-responsive1,.Promotional_image1{
	float:right !important;
    margin-top:-35px;
}
.promotional-panel1{
	border-radius: 0px;
    padding: 10px;
    margin-right: -15px !important;
    //border-color:#ddd !important;
}

.accountquerytile-wrapper{
   margin-top: 3% !important;
    }

@media(max-width:767px){
.ttv-mobile1-only{
border:1px solid #dadada;
width:120%;
margin-left: -15px;
}
}

@media(max-width:767px){
	.promotional-panel1 {
        height: 110px !important;
    }
    .accountquerytile-wrapper {
      margin-top: -2% !important;
    }
}  

@media(min-width:768px){
.accountquerytile{
	border: 2px solid #dadada !important;
   
    width:100%;
	height: 110px !important;
}

.img-pos{
    float:right !important;
}
}

/*Promotional tiles.css*/

.morelink a,.promotional_text{
	float:left;
    color:#b42419;
}
.morelink a{
	margin-left: 10px;
}
.promotional_text{
	font-size: 21px;
    font-weight: bold;
}
.morelink a:after{
	font-family: 'td-icons';
    content: "\e6f4";
    left: 13px;
    position: absolute;
}

.promotionaltile{
	border: 2px solid #dadada !important;
    margin-top: 4%;
}
.img-responsive,.Promotional_image{
	float:right;
}
.promotional-panel{
	border-radius: 0px;
    padding: 10px;
    margin-right: -15px !important;
    //border-color:#ddd !important;
}
.find-txt{
color:#bb2419;
}
.cmp-bdr
{
//border: 2px solid #dadada;
}
@media(min-width:993px)
{

.ttv-mobile-only{
display:none;
}
.ttv-desktop-only{
display:block;
text-align:center;
}
}

@media(max-width:992px)
{

.ttv-mobile-only{
display:block;
text-align: center;
}
.ttv-desktop-only{
display:none;
}
.img-responsive, .Promotional_image{
    float: none;
}
.morelink a,.promotional_text{
	float:none;
    color:#b42419;
    text-align:center;
}
.morelink a:before{
	font-family: 'td-icons';
    content: "\e6f4";
    left: 100px;
    position: sticky;
}
.morelink a:after{
display: none !important;
}
}




