/**
 * The classic header: desktop
 */
.classic-header .branding .mini-widgets:last-child {
  /**
			 * Make the header advertisment behave better in smaller
			 * desktop resolutions by placing it in the center because
			 * it collapses
			 */ }
  @media screen and (max-width: 1238px) {
    .classic-header .branding .mini-widgets:last-child .text-area {
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      margin-bottom: 10px; } }

/**
 * Mobile header items - correct the ad display
 */
.kindleman-mobile-header-widgets {
  display: none; }
  @media screen and (max-width: 1050px) {
    .kindleman-mobile-header-widgets {
      display: block;
      padding-left: 25px;
      padding-right: 25px; }
      .kindleman-mobile-header-widgets .textwidget {
        margin-top: 10px;
        margin-bottom: 10px; }
      .kindleman-mobile-header-widgets * {
        margin-left: auto;
        margin-right: auto;
        display: block; } }

.pmi-box h1 {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0 !important;
  }
  @media screen and (max-width: 1300px) {
    .pmi-box h1 {
      font-size: 40px !important; } }
  @media screen and (max-width: 480px) {
    .pmi-box h1 {
      font-size: 30px !important; } }
  .pmi-box h1.pmi-up {
    position: relative; }
    .pmi-box h1.pmi-up:after {
      content: " ";
      width: 0px;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid green;
      position: absolute;
      top: 50%;
	  right: -30px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .pmi-box h1.pmi-down:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid red;
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .pmi-box h1.pmi-steady:after {
    content: " ";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid black;
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.au-page-title-wrap-outer {
  width: 100%; }

.au-page-title-wrap-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .au-page-title-wrap-inner {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.au-page-title-title {
  -webkit-order: 0;
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }
  @media screen and (max-width: 768px) {
    .au-page-title-title {
      -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      -webkit-box-flex: 1;
      flex: 1 1 100%; } }

.au-page-title-ad {
  -webkit-order: 0;
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }
  @media screen and (max-width: 768px) {
    .au-page-title-ad {
      -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      -webkit-box-flex: 1;
      flex: 1 1 100%;
      margin-top: 30px;
      text-align: center; }
      .au-page-title-ad img {
        margin-left: auto !important;
        margin-right: auto !important; } }
  .au-page-title-ad img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important; }
