h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 20px;
  position: relative; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    border-bottom: 0;
    display: block; }
  h1 svg, h2 svg, h3 svg, h4 svg, h5 svg, h6 svg,
  .h1 svg, .h2 svg, .h3 svg, .h4 svg, .h5 svg, .h6 svg {
    vertical-align: middle; }
  h1 svg + span, h2 svg + span, h3 svg + span, h4 svg + span, h5 svg + span, h6 svg + span,
  .h1 svg + span, .h2 svg + span, .h3 svg + span, .h4 svg + span, .h5 svg + span, .h6 svg + span {
    margin-left: 5px; }

h4, h5, h6,
.h4, .h5, .h6 {
  font-family: Arial, sans-serif; }

h5, h6,
.h5, .h6 {
  margin-bottom: 10px; }

ul {
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='6px' height='10px' viewBox='0 0 6 6' xml:space='preserve'%3E%3Ccircle fill='%23005bab' cx='3' cy='3' r='3'/%3E%3C/svg%3E");
  margin: 0;
  padding: 0 0 0 14px; }
  ul li {
    margin-bottom: 5px; }
  ul.is-striped li {
    padding: 10px;
    background: #efefef;
    margin-bottom: 0; }
    ul.is-striped li:nth-child(2n) {
      background: #ffffff; }
  ul.is-ticked {
    list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='10px' height='9px' viewBox='0 0 10 9' xml:space='preserve'%3E%3Cpath fill='%23005bab' d='M4.2,9L0,4.5l0.9-0.8l2.9,2.3c1-1.2,3-4.1,6.1-6.1L10,0.5C7.2,3.2,5,7.1,4.2,9'/%3E%3C/svg%3E");
    padding-left: 18px; }
  ul.is-bordered li {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 10px;
    margin-bottom: 10px; }
    ul.is-bordered li:last-child {
      border-bottom: 0; }
  ul.is-styleless {
    margin: 0;
    padding: 0;
    list-style: none; }
  ul.is-wide li {
    margin-bottom: 10px; }
  ul.list-inline > li {
    padding-left: 10px;
    padding-right: 0;
    vertical-align: middle; }
    ul.list-inline > li:first-child {
      padding-left: 0; }

ol {
  margin-bottom: 20px;
  padding: 0 0 0 14px; }

p {
  white-space: normal; }

mark,
.mark {
  color: #108600;
  background-color: transparent;
  font-weight: bold; }

.important {
  color: #005bab;
  font-weight: bold; }

a {
  text-decoration: none;
  border-bottom: 1px solid #005bab;
  color: #005bab; }
  a:hover {
    text-decoration: none;
    color: #005bab;
    border-bottom-color: transparent; }
  a:focus {
    text-decoration: none; }
  a.no-underline svg {
    vertical-align: middle; }
  a.no-underline svg + span {
    margin-left: 5px; }
  a.no-underline span {
    text-decoration: none;
    border-bottom: 1px solid #005bab;
    vertical-align: middle; }
    a.no-underline span:hover {
      text-decoration: none;
      color: #005bab;
      border-bottom-color: transparent; }
    a.no-underline span:focus {
      text-decoration: none; }
  a.no-underline:hover span {
    border-bottom: 0; }
  a.no-underline.disabled:hover span {
    color: currentColor; }
  a.no-underline.disabled span {
    border-bottom: 0; }

.help-block {
  font-size: 12px;
  font-weight: normal;
  color: #999999; }

::selection {
  color: #ffffff;
  text-shadow: none;
  background: #005bab; }

.no-underline {
  border-bottom: 0; }

.no-padding {
  padding: 0; }

small {
  font-size: 12px; }

[disabled], .disabled {
  color: #999999;
  cursor: not-allowed;
  border-bottom: 0; }
  [disabled]:hover, [disabled]:focus, .disabled:hover, .disabled:focus {
    color: #999999;
    border-bottom: 0; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
p + .h1, p + .h2, p + .h3, p + .h4, p + .h5, p + .h6, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6,
ul + .h1, ul + .h2, ul + .h3, ul + .h4, ul + .h5, ul + .h6, img + h1, img + h2, img + h3, img + h4, img + h5, img + h6,
img + .h1, img + .h2, img + .h3, img + .h4, img + .h5, img + .h6, table + h1, table + h2, table + h3, table + h4, table + h5, table + h6,
table + .h1, table + .h2, table + .h3, table + .h4, table + .h5, table + .h6 {
  margin-top: 40px; }

.ow-overlay {
  position: relative;
  overflow: hidden;
  z-index: 2; }

.ow-overlay * {
  z-index: 3;
  position: relative; }

.ow-overlay:after {
  content: ' ';
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000%;
  z-index: 1; }

.ow-overlay--inverse {
  color: #ffffff; }

.ow-overlay--inverse svg {
  fill: #ffffff; }

.ow-overlay--inverse:after {
  background-color: rgba(0, 0, 0, 0.75); }

.ow-overlay--inverse .ow-overlay__title {
  color: #ffffff; }

.ow-overlay--primary:after {
  background-color: rgba(0, 91, 170, 0.75); }

.ow-jumbotron {
  position: relative;
  background-color: transparent;
  text-align: center;
  margin-bottom: 20px; }

.ow-jumbotron .ow-well {
  text-align: left; }

@media (max-width: 639px) {
  .ow-jumbotron .ow-well {
    padding-bottom: 0; }
  .ow-jumbotron .ow-well ul {
    margin-bottom: 20px; } }

.ow-jumbotron__content {
  margin: 20px auto; }

@media (min-width: 640px) {
  .ow-jumbotron__content {
    margin: 40px auto; } }

.ow-jumbotron__content.has-cta .btn {
  margin-top: 20px; }

.ow-jumbotron__bg {
  display: flex;
  flex-direction: column;
  position: relative; }

.ow-jumbotron__bg picture {
  flex: auto; }

.ow-jumbotron__bg picture img {
  width: 100%; }

.ow-jumbotron__bg .ow-jumbotron__content {
  position: absolute;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
  top: 50%;
  transform: translateY(-50%); }

@media (min-width: 1200px) {
  .ow-jumbotron__bg .ow-jumbotron__content {
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 0; } }

.ow-jumbotron__bg--block {
  display: block;
  background-size: cover; }

.ow-jumbotron__bg--block picture {
  z-index: 0; }

.ow-jumbotron__bg--block .ow-jumbotron__content {
  position: relative;
  margin: 0 auto;
  left: auto;
  transform: none; }

.ow-jumbotron__logo {
  margin: 0 auto 20px;
  max-height: 100px; }

@media (max-width: 479px) {
  .ow-jumbotron__logo {
    max-height: 50px; } }

@media (min-width: 640px) and (max-width: 989px) {
  .ow-jumbotron__logo {
    max-height: 75px; } }

@media (min-width: 990px) {
  .ow-jumbotron__logo {
    margin-bottom: 40px;
    max-height: none; } }

.ow-jumbotron__caption {
  color: #005bab;
  font-size: 16px;
  font-family: officeworks, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 0; }

.ow-jumbotron__caption + .ow-jumbotron__caption {
  margin-top: 20px; }

.ow-jumbotron__caption--large {
  font-size: 20px; }

@media (min-width: 640px) {
  .ow-jumbotron__caption--large {
    font-size: 26px; } }

@media (min-width: 1200px) {
  .ow-jumbotron__caption--large {
    font-size: 36px; } }

.ow-jumbotron__caption--base {
  font-family: Arial, sans-serif; }

@media (min-width: 1200px) {
  .ow-jumbotron__caption--base {
    font-size: 18px; } }

.ow-jumbotron__description {
  font-size: 16px;
  margin: 20px auto;
  text-align: center; }

.ow-steps {
  padding-top: 40px;
  padding-bottom: 40px; }

.ow-steps h2 {
  margin-bottom: 0; }

@media (min-width: 640px) and (max-width: 989px) {
  .ow-steps h2 {
    width: 75%;
    margin-left: auto;
    margin-right: auto; } }

.ow-steps__step {
  padding: 0 8%;
  margin-top: 40px; }

.ow-steps__step p:last-child {
  margin-bottom: 0; }

.ow-steps__step-number {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #005bab; }

.ow-jumbotron--dark .ow-jumbotron__caption {
  color: #ffffff; }

.ow-jumbotron--dark a:not(.btn) {
  color: #ffffff;
  border-bottom-color: #ffffff; }

.ow-jumbotron--dark a:not(.btn):hover {
  border-bottom-color: transparent; }

.ow-jumbotron--light {
  background-color: #f8f8f8; }

#breadcrumbs-main-mod + .container-fluid {
  /*max-width: none;*/
  padding-left: 10px;
  padding-right: 10px; }

.pbs-hero {
  background: url("/resources/pages/prepaidBusinessServices/images/PBS-backgroun-lockup-600x200.jpg") left center no-repeat transparent;
  background-size: auto 100%;
  background-size: cover;
  overflow: hidden;
  position: relative; }

.pbs-hero h1 {
  color: #fff; }

.pbs-hero h3 {
  color: #fff;
  font-weight: 100; }

.pbs-hero-msg {
  padding: 20px 30px; }

.col-md-6.pbs-hero-msg {
  width: 100%;
  float: none; }

.col-md-6.pbs-img {
  width: 100%;
  float: none; }

.pbs-hero .img-responsive {
  width: 100%;
  max-width: 102%; }

.pbs-hero .col-md-6.pbs-img {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 1025px) {
  .col-md-6.pbs-hero-msg {
    width: 50%;
    float: left; }
  .col-md-6.pbs-img {
    width: 50%;
    float: right; } }

/* New styles */
.ow-tab-group.is-accordion .nav-tabs:not(.is-testing) > li {
  text-align: center; }
  .ow-tab-group.is-accordion .nav-tabs:not(.is-testing) > li.pbs-tab--admin {
    background: #6266af; }
  .ow-tab-group.is-accordion .nav-tabs:not(.is-testing) > li.pbs-tab--marketing {
    background: #ff713c; }
  .ow-tab-group.is-accordion .nav-tabs:not(.is-testing) > li.pbs-tab--productivity {
    background: #05b8e1; }
  .ow-tab-group.is-accordion .nav-tabs:not(.is-testing) > li.pbs-tab--training {
    background: #f5495f; }
  .ow-tab-group.is-accordion .nav-tabs:not(.is-testing) > li a[data-toggle='tab'] {
    text-align: center;
    color: #ffffff; }
  .ow-tab-group.is-accordion .nav-tabs:not(.is-testing) > li .tab-pane {
    background-color: #ffffff; }

.ow-tab-group .nav-tabs {
  border: none; }
  .ow-tab-group .nav-tabs > li {
    border-bottom: solid 5px transparent; }
    .ow-tab-group .nav-tabs > li.pbs-tab--admin {
      border-bottom-color: #6266af; }
    .ow-tab-group .nav-tabs > li.pbs-tab--marketing {
      border-bottom-color: #ff713c; }
    .ow-tab-group .nav-tabs > li.pbs-tab--productivity {
      border-bottom-color: #05b8e1; }
    .ow-tab-group .nav-tabs > li.pbs-tab--training {
      border-bottom-color: #f5495f; }
    .ow-tab-group .nav-tabs > li > a[data-toggle='tab'] {
      background: transparent;
      border: none; }
      .ow-tab-group .nav-tabs > li > a[data-toggle='tab']:hover, .ow-tab-group .nav-tabs > li > a[data-toggle='tab']:focus {
        color: #ffffff;
        background: transparent; }
    .ow-tab-group .nav-tabs > li:not(.active) :before {
      content: '';
      background: red;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 100%;
      -webkit-transition: top 0.09s ease-in;
      z-index: -1; }
    .ow-tab-group .nav-tabs > li:not(.active) > a[data-toggle='tab']:hover, .ow-tab-group .nav-tabs > li:not(.active) > a[data-toggle='tab']:focus {
      color: #ffffff;
      background: transparent; }
    .ow-tab-group .nav-tabs > li:not(.active) :hover:before {
      top: 0; }
    .ow-tab-group .nav-tabs > li:not(.active).pbs-tab--admin :before {
      background: #6266af; }
    .ow-tab-group .nav-tabs > li:not(.active).pbs-tab--marketing :before {
      background: #ff713c; }
    .ow-tab-group .nav-tabs > li:not(.active).pbs-tab--productivity :before {
      background: #05b8e1; }
    .ow-tab-group .nav-tabs > li:not(.active).pbs-tab--training :before {
      background: #f5495f; }
  .ow-tab-group .nav-tabs > li.active a {
    background-color: transparent;
    color: #ffffff;
    border: 0; }
    .ow-tab-group .nav-tabs > li.active a:hover {
      color: #ffffff;
      background: transparent; }
  .ow-tab-group .nav-tabs > li.active.pbs-tab--admin {
    background: #6266af; }
  .ow-tab-group .nav-tabs > li.active.pbs-tab--marketing {
    background: #ff713c; }
  .ow-tab-group .nav-tabs > li.active.pbs-tab--productivity {
    background: #05b8e1; }
  .ow-tab-group .nav-tabs > li.active.pbs-tab--training {
    background: #f5495f; }
