/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  color: #434a58;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #107bbf;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #107bbf;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.375;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #dedede;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Aachen W01 Bold', Arial, sans-serif;
  font-weight: 500;
  line-height: 0.9;
  color: #1f252f;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #918f8f;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #918f8f;
}
.text-primary {
  color: #ffcc00;
}
a.text-primary:hover {
  color: #cca300;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #231f20;
}
a.text-info:hover {
  color: #080707;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #ff4a4a;
}
a.text-danger:hover {
  color: #ff1717;
}
.bg-primary {
  color: #fff;
  background-color: #ffcc00;
}
a.bg-primary:hover {
  background-color: #cca300;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #f4f4f4;
}
a.bg-info:hover {
  background-color: #dbdbdb;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #dedede;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.375;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #918f8f;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #dedede;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.375;
  color: #918f8f;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dedede;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.375;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.375;
  word-break: break-all;
  word-wrap: break-word;
  color: #434a58;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 978px) {
  .container {
    width: 978px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 978px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #918f8f;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.375;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #f4f4f4;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #e7e7e7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #231f20;
  border: 0;
  border-bottom: 1px solid #ffffff;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 14px;
  font-size: 16px;
  line-height: 1.375;
  color: #434a58;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 13px 12px;
  font-size: 16px;
  line-height: 1.375;
  color: #434a58;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dedede;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #3eb5e5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(62, 181, 229, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(62, 181, 229, 0.6);
}
.form-control::-moz-placeholder {
  color: #918f8f;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #918f8f;
}
.form-control::-webkit-input-placeholder {
  color: #918f8f;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #dedede;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 50px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 35px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 54px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 35px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5714285;
  border-radius: 0px;
}
select.input-sm {
  height: 35px;
  line-height: 35px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 35px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5714285;
  border-radius: 0px;
}
select.form-group-sm .form-control {
  height: 35px;
  line-height: 35px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 35px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5714285;
  min-height: 36px;
}
.input-lg {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.2222222;
  border-radius: 0px;
}
select.input-lg {
  height: 54px;
  line-height: 54px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.2222222;
  border-radius: 0px;
}
select.form-group-lg .form-control {
  height: 54px;
  line-height: 54px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.2222222;
  min-height: 40px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 62.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px;
}
.input-sm + .form-control-feedback {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ff4a4a;
}
.has-error .form-control {
  border-color: #ff4a4a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #ff1717;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb0b0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb0b0;
}
.has-error .input-group-addon {
  color: #ff4a4a;
  border-color: #ff4a4a;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #ff4a4a;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7e889d;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 36px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 14px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 18.1111108px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 13px 12px;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #107bbf;
  border-color: #107bbf;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #0c5d90;
  border-color: #0b5787;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #107bbf;
  border-color: #107bbf;
}
.btn-default .badge {
  color: #107bbf;
  background-color: #ffffff;
}
.btn-primary {
  color: #575b62;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #575b62;
  background-color: #cca300;
  border-color: #c29b00;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-primary .badge {
  color: #ffcc00;
  background-color: #575b62;
}
.btn-success {
  color: #ffffff;
  background-color: #50c8e8;
  border-color: #39c1e5;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #23bae2;
  border-color: #1aa3c7;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #50c8e8;
  border-color: #39c1e5;
}
.btn-success .badge {
  color: #50c8e8;
  background-color: #ffffff;
}
.btn-info {
  color: #575b62;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #575b62;
  background-color: #c4c4c4;
  border-color: #bebebe;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-info .badge {
  color: #dddddd;
  background-color: #575b62;
}
.btn-warning {
  color: #ffffff;
  background-color: #93312d;
  border-color: #7f2a27;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #6c2421;
  border-color: #511b19;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #93312d;
  border-color: #7f2a27;
}
.btn-warning .badge {
  color: #93312d;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #93312d;
  border-color: #7f2a27;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #6c2421;
  border-color: #511b19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #93312d;
  border-color: #7f2a27;
}
.btn-danger .badge {
  color: #93312d;
  background-color: #ffffff;
}
.btn-link {
  color: #107bbf;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #107bbf;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #918f8f;
  text-decoration: none;
}
.btn-lg {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.2222222;
  border-radius: 0px;
}
.btn-sm {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5714285;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5714285;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.375;
  color: #434a58;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #383e4a;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #ffcc00;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #918f8f;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.375;
  color: #918f8f;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.2222222;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  line-height: 54px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5714285;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  line-height: 35px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 13px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #434a58;
  text-align: center;
  background-color: inherit;
  border: 1px solid #dedede;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #dedede;
}
.nav > li.disabled > a {
  color: #918f8f;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #918f8f;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #dedede;
  border-color: #107bbf;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.375;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #dedede #dedede #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #575b62;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ffcc00;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 320px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 22px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -5px;
  margin-bottom: -5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -5px;
  margin-bottom: -5px;
}
.navbar-btn.btn-sm {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #222222;
  border-color: #222222;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: #ffcc00;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: #ffcc00;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #222222;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffcc00;
  color: #333333;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: #ffcc00;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333333;
    background-color: #ffcc00;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #918f8f;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #918f8f;
}
.navbar-inverse .navbar-nav > li > a {
  color: #918f8f;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #918f8f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #918f8f;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #918f8f;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #434a58;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #434a58;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #918f8f;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #787575;
}
.label-primary {
  background-color: #ffcc00;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #cca300;
}
.label-success {
  background-color: #50c8e8;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #23bae2;
}
.label-info {
  background-color: #eaebe9;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #d1d3ce;
}
.label-warning {
  background-color: #93312d;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #6c2421;
}
.label-danger {
  background-color: #93312d;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #6c2421;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #918f8f;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #107bbf;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 27px 13.5px;
  margin-bottom: 27px;
  color: inherit;
  background-color: #f4f4f4;
}
.jumbotron h1,
.jumbotron .h1 {
  color: initial;
}
.jumbotron p {
  margin-bottom: 13.5px;
  font-size: 16px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #dbdbdb;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 43.2px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 54px;
    padding-right: 54px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #f4f4f4;
  border-color: #e2e2e2;
  color: #231f20;
}
.alert-info hr {
  border-top-color: #d5d5d5;
}
.alert-info .alert-link {
  color: #080707;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #d595a0;
  color: #ff4a4a;
}
.alert-danger hr {
  border-top-color: #ce838f;
}
.alert-danger .alert-link {
  color: #ff1717;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #ffcc00;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #50c8e8;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #eaebe9;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #93312d;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #93312d;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #dedede;
  color: #918f8f;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #918f8f;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fff5cc;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #231f20;
  background-color: #f4f4f4;
}
a.list-group-item-info {
  color: #231f20;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #231f20;
  background-color: #e7e7e7;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #ff4a4a;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #ff4a4a;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ff4a4a;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ff4a4a;
  border-color: #ff4a4a;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #434a58;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #434a58;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #ffcc00;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffcc00;
}
.panel-primary > .panel-heading .badge {
  color: #ffcc00;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffcc00;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #e2e2e2;
}
.panel-info > .panel-heading {
  color: #231f20;
  background-color: #f4f4f4;
  border-color: #e2e2e2;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e2e2e2;
}
.panel-info > .panel-heading .badge {
  color: #f4f4f4;
  background-color: #231f20;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e2e2e2;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #d595a0;
}
.panel-danger > .panel-heading {
  color: #ff4a4a;
  background-color: #f2dede;
  border-color: #d595a0;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d595a0;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #ff4a4a;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d595a0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f4f4f4;
  border: 1px solid #dbdbdb;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.375px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.375;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 978px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-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,
.container:before,
.container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after,
.container:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 977px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 977px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 977px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 977px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 978px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 978px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 978px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 978px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 977px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 978px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
@font-face {
  font-family: 'Aachen W01 Bold';
  src: url('../fonts/AachenW01Bold.eot');
  src: url('../fonts/AachenW01Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AachenW01Bold.woff') format('woff'), url('../fonts/AachenW01Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Helvetica W01 Light';
  src: url('../fonts/HelveticaW01Light.eot');
  src: url('../fonts/HelveticaW01Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaW01Light.woff') format('woff'), url('../fonts/HelveticaW01Light.ttf') format('truetype');
}
@font-face {
  font-family: 'CommBankFontIcons';
  src: url('../fonts/commBankFontIcons.eot');
  src: url('../fonts/commBankFontIcons.eot?#iefix') format('embedded-opentype'), url('../fonts/commBankFontIcons.woff') format('woff'), url('../fonts/commBankFontIcons.ttf') format('truetype');
}
h1,
.h1 {
  text-rendering: optimizelegibility;
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 64px;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
  h3,
  .h3 {
    font-size: 32px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 20px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: auto;
  }
}
@media (min-width: 978px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.page-header {
  margin-bottom: 0;
  border: 0;
}
.navbar {
  border: 0;
}
.navbar .navbar-form {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar .form-control {
  height: 35px;
}
.well {
  padding: 19px 55px;
}
.bg-body {
  background-color: #ffffff;
}
.jumbotron.success .status-indicator {
  position: absolute;
  top: inherit;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin-top: 15px;
  background-color: #ffcc00;
}
.jumbotron.success .status-indicator:before {
  font-size: 45px;
  line-height: 60px;
  width: 60px;
  margin-left: 8px;
  color: #ffffff;
}
@media (max-width: 978px) {
  .jumbotron.success .status-indicator {
    width: 48px;
    height: 48px;
    border-radius: 24px;
  }
  .jumbotron.success .status-indicator:before {
    font-size: 34px;
    line-height: 48px;
    width: 48px;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 64px;
  }
}
/**
 *  .btn in the style of commbank styleguide
 */
.btn {
  line-height: 48px;
  min-width: 180px;
  height: auto;
  margin-bottom: 10px;
  white-space: normal;
  border-radius: 48px;
  padding: 0 18px 0 18px;
  /* also supports having icons left aligned with centred text */
  /* support for icons right aligned with left aligned text */
}
.btn.btn-link {
  min-width: inherit;
}
.btn.dropdown-toggle {
  min-width: inherit;
}
.btn.pull-right {
  margin-right: 0;
  margin-left: 16px;
}
.input-group-btn .btn {
  margin: 0;
  line-height: 46px;
}
.btn.icon-left {
  padding-left: 0;
  text-align: center;
  text-indent: -17px;
}
.btn.icon-left .icon {
  float: left;
  margin: 15px 7px 0 10px;
  text-indent: 0;
}
.btn.icon-right {
  margin-right: 16px;
  padding: 0 0 0 18px;
  text-align: left;
}
.btn.icon-right .icon {
  float: right;
  margin: 16px 10px 0 10px;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**
 *  buttons margins on x-small devices
 */
@media (max-width: 767px) {
  .btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/**
 *  handle button hover, active, focus states
 */
.btn-primary:hover {
  border-color: #ffdc4f;
  background: #ffdc4f;
}
.btn-primary.active,
.btn-primary:active {
  border-color: #ffdc4f;
  background-color: #ffdc4f;
  background-image: none;
}
.btn-primary.focus,
.btn-primary:focus {
  border-color: #ffcc00;
  background-color: #ffcc00;
}
.btn-primary:hover {
  border-color: #dedede;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-default:hover {
  border-color: #388fc5;
  background: #388fc5;
}
.btn-default.active,
.btn-default:active {
  border-color: #388fc5;
  background-color: #388fc5;
  background-image: none;
}
.btn-default.focus,
.btn-default:focus {
  border-color: #107bbf;
  background-color: #107bbf;
}
.btn-info:hover {
  border-color: #eeeeee;
  background: #eeeeee;
}
.btn-info.active,
.btn-info:active {
  border-color: #eeeeee;
  background-color: #eeeeee;
  background-image: none;
}
.btn-info.focus,
.btn-info:focus {
  border-color: #dddddd;
  background-color: #dddddd;
}
.btn-success:hover {
  border-color: #50c8e8;
  background: #50c8e8;
}
.btn-success.active,
.btn-success:active {
  border-color: #50c8e8;
  background-color: #50c8e8;
  background-image: none;
}
.btn-success.focus,
.btn-success:focus {
  border-color: #50c8e8;
  background-color: #50c8e8;
}
.btn-warning:hover {
  border-color: #93312d;
  background: #93312d;
}
.btn-warning.active,
.btn-warning:active {
  border-color: #93312d;
  background-color: #93312d;
  background-image: none;
}
.btn-warning.focus,
.btn-warning:focus {
  border-color: #93312d;
  background-color: #93312d;
}
.btn-danger:hover {
  border-color: #93312d;
  background: #93312d;
}
.btn-danger.active,
.btn-danger:active {
  border-color: #93312d;
  background-color: #93312d;
  background-image: none;
}
.btn-danger.focus,
.btn-danger:focus {
  border-color: #93312d;
  background-color: #93312d;
}
/**
 *  outline button doesn't follow same conventions as other buttons
 */
.btn-outline {
  border-color: #5b5f61;
  background: transparent;
  color: #575b62;
}
.btn-outline.hover,
.btn-outline:hover {
  background: #ffffff;
  background: rgba(0, 0, 0, 0.03);
}
.btn-outline.hover,
.btn-outline:hover,
.btn-outline:focus,
.btn-outline.focus {
  color: #575b62;
}
.btn-outline.active,
.btn-outline:active {
  background: #ffffff;
  background-color: rgba(0, 0, 0, 0.03);
}
.btn-outline.reverse {
  color: #f4f4f4;
  border-color: #ffffff;
}
.btn-outline.reverse:hover {
  background: #cccccc;
  background: rgba(255, 255, 255, 0.2);
}
.btn-outline.reverse.active,
.btn-outline.reverse:active {
  background: #cccccc;
  background: rgba(255, 255, 255, 0.2);
}
/**
 *  standard form element overrides
 */
.form-control {
  padding-left: 19px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:focus,
.has-warning .form-control.focus,
.has-success .form-control:focus,
.has-success .form-control.focus,
.has-error .form-control:focus,
.has-error .form-control.focus,
.form-control.focus,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:hover,
.form-control.focus,
.form-control:focus {
  border-color: #918f8f;
  color: #1f252f;
}
textarea.form-control {
  min-height: 190px;
}
/**
 * Merged input groups
 *
 * Where the addon component is merged with the input component. Used primarily for currency fields where
 * the dollar sign is shown within the input element.
 *
 */
.input-group.merged {
  width: 100%;
}
.input-group.merged .input-group-addon {
  border-color: transparent;
  padding: 0;
  padding-left: 19px;
  position: absolute;
  line-height: 48px;
  z-index: 1;
}
.input-group.merged .form-control {
  z-index: 0;
  padding-left: 32px;
}
.has-error .help-block {
  font-style: oblique;
}
.label.help-block,
label.help-block {
  font-weight: normal;
}
/**
 *  Angular form error overrides
 */
input.ng-invalid.ng-dirty,
select.ng-invalid.ng-dirty,
textarea.ng-invalid.ng-dirty {
  border-color: #ff4a4a;
}
input.ng-invalid.ng-dirty:focus,
select.ng-invalid.ng-dirty:focus,
textarea.ng-invalid.ng-dirty:focus {
  border-color: #ff4a4a;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #ff4a4a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #ff4a4a;
}
/**
 *  Label radio buttons styled as buttons (screen reader)
 */
label.radioButton {
  line-height: 28px;
  margin-bottom: 15px;
}
.form-group {
  margin-bottom: 40px;
}
.form-group .control-error {
  position: absolute;
  z-index: 100;
  top: 100%;
  bottom: auto;
  display: none;
  min-width: 120px;
  min-width: 12rem;
  margin-top: 13px;
  margin-top: 1.3rem;
  margin-right: 20px;
  padding: 10px;
  padding: 1rem;
  border: 1px solid #bdbdbd;
  background: #fff;
}
.form-group .control-error:before {
  position: absolute;
  top: -13px;
  left: 12px;
  content: '';
  border: 12px solid transparent;
  border-top: 0;
  border-bottom: 12px solid #bdbdbd;
}
.form-group .control-error:after {
  position: absolute;
  top: -12px;
  left: 12px;
  content: '';
  border: 12px solid transparent;
  border-top: 0;
  border-bottom: 12px solid #fff;
}
.form-group .control-error.no-stem {
  border: 2px solid #ff4a4a;
}
.form-group .control-error.no-stem:before {
  border: 0;
}
.form-group .control-error.no-stem:after {
  border: 0;
}
.form-group .control-error span {
  display: none;
}
.form-group .control-error span.active {
  display: block;
}
.form-group .label,
.form-group label {
  font-weight: normal;
  margin-bottom: 9px;
  color: #1f252f;
}
.form-group .error {
  display: block;
}
.form-group .tooltip-shadow {
  -webkit-box-shadow: 0 0 5px 2px #99a;
  -webkit-box-shadow: 0 0 0.5rem 0.2rem #99a;
  box-shadow: 0 0 5px 2px #99a;
  box-shadow: 0 0 0.5rem 0.2rem #99a;
}
/**
 *  Default browser form element overrides
 */
input[type=text]::-ms-clear {
  height: 0;
  width: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/**
 * Custom drop down styles
 *
 * If a browser supports the appearance property and pointer-events property, we can show a custom styled drop down.
 * Currently only styles the caret. Need to use Modernizr or another feature detection library to append class names to the html element.
 *
*/
.custom-drop-down {
  display: block;
}
.custom-drop-down i {
  display: none;
}
.form-inline .custom-drop-down,
.custom-drop-down.inline {
  display: inline-block;
}
.pointerevents.appearance .form-inline .custom-drop-down,
.pointerevents.appearance .custom-drop-down.inline {
  display: inline-block;
}
.pointerevents.appearance .form-inline .custom-drop-down select,
.pointerevents.appearance .custom-drop-down.inline select {
  width: 100%;
  padding-right: 50px;
  /* provide enough space for custom icon */
}
.pointerevents.appearance .custom-drop-down {
  position: relative;
}
.pointerevents.appearance .custom-drop-down select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #dedede;
  color: #434a58;
}
.pointerevents.appearance .custom-drop-down select:hover,
.pointerevents.appearance .custom-drop-down select:focus,
.pointerevents.appearance .custom-drop-down select:active {
  border-color: #918f8f;
  color: #1f252f;
}
.pointerevents.appearance .custom-drop-down select.input-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.pointerevents.appearance .custom-drop-down select.input-sm + i {
  top: 18.5px;
}
.pointerevents.appearance .custom-drop-down i {
  display: inline;
  position: absolute;
  pointer-events: none;
  top: 18.5px;
  right: 20px;
}
.pointerevents.appearance .custom-drop-down.no-outline select {
  border-color: transparent;
  background-color: transparent;
}
.pointerevents.appearance .custom-drop-down.no-outline select:hover,
.pointerevents.appearance .custom-drop-down.no-outline select:focus,
.pointerevents.appearance .custom-drop-down.no-outline select:active {
  border-color: #918f8f;
  color: #1f252f;
}
.navbar-minimal {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  background-color: #f2f2f2;
}
.navbar-minimal .navbar-header {
  height: 42px;
  margin-right: 13px;
  margin-left: 13px;
}
.navbar-minimal .navbar-brand {
  position: relative;
  width: 150px;
  background: url('../images//commbank_logo_mobile_retina.png') no-repeat left;
  background-size: 146px 25px;
}
@media (min-width: 978px) {
  .navbar-minimal .navbar-header {
    height: 95px;
  }
  .navbar-minimal .navbar-global {
    font-size: 12px;
    font-size: 1.2rem;
    height: 44px;
    background-color: #000;
  }
  .navbar-minimal .navbar-brand {
    position: relative;
    width: 250px;
    margin: 30px auto auto;
    background: url('../images//commbank_logo_black.png') no-repeat left;
  }
}
/**
 * Styles specific to Nav and progress bars when in needs analysis horizontal typeform.
 *
 * Needs to follow HTML markup as found in the typeform-horizontal.html file in this project.
 *
 */
.nav-typeform-horizontal {
  /* on small devices rather than the bottom nav links becoming 100%, we want them to still be positioned next to each other */
  /* on extra small devices we don't want the nav links to split over two lines*/
}
.nav-typeform-horizontal.navbar {
  margin-bottom: 0;
  background-color: #ffffff;
}
.nav-typeform-horizontal.navbar .navbar-brand {
  font-size: 18px;
  font-weight: bold;
  line-height: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}
.nav-typeform-horizontal.navbar.navbar-bottom .container {
  padding-bottom: 0;
}
.nav-typeform-horizontal.navbar.navbar-bottom .nav a {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 0;
}
.nav-typeform-horizontal.navbar.navbar-bottom .nav a .icon {
  font-size: 20px;
  display: table-cell;
}
.nav-typeform-horizontal.navbar .nav a {
  font-size: 16px;
  line-height: 22px;
  display: table;
  border-collapse: separate;
  text-decoration: none;
}
.nav-typeform-horizontal.navbar .nav a:hover {
  background: none;
}
.nav-typeform-horizontal.navbar .nav a.right-block {
  margin-left: auto;
}
.nav-typeform-horizontal.navbar .nav a span {
  line-height: 1;
  display: table-cell;
  padding-right: 6px;
  padding-left: 6px;
  vertical-align: middle;
}
.nav-typeform-horizontal.navbar .progress {
  height: 4px;
  margin: 0;
  background-color: #414a51;
}
.nav-typeform-horizontal.navbar .navbar-header,
.nav-typeform-horizontal.navbar .navbar-nav {
  margin-top: 11px;
  margin-bottom: 11px;
}
.nav-typeform-horizontal.navbar .navbar-header li a,
.nav-typeform-horizontal.navbar .navbar-nav li a {
  padding-top: 7px;
  padding-bottom: 7px;
  border-right: 1px solid #e5e5e5;
}
.nav-typeform-horizontal.navbar .navbar-header li a .icon,
.nav-typeform-horizontal.navbar .navbar-nav li a .icon {
  font-size: 18px;
  line-height: 150%;
}
.nav-typeform-horizontal.navbar .navbar-header li.last a,
.nav-typeform-horizontal.navbar .navbar-nav li.last a {
  border-right: 0;
}
.nav-typeform-horizontal.navbar .navbar-header a {
  font-size: 16px;
  margin-top: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.nav-typeform-horizontal.navbar .progress-indicator {
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
}
.nav-typeform-horizontal.navbar .navbar-reverse {
  background-color: #f4f4f4;
}
.nav-typeform-horizontal.navbar .navbar-reverse span {
  color: #231f20;
}
@media (max-width: 977px) {
  .nav-typeform-horizontal.navbar-bottom .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-typeform-horizontal.navbar-bottom .nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-typeform-horizontal .progress-indicator {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 467px) {
  .nav-typeform-horizontal.navbar.navbar-bottom .nav-justified > li > a {
    white-space: nowrap;
  }
}
.icon {
  font-family: 'commBankFontIcons';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.icon:focus {
  outline: none;
}
.icon-video:before {
  content: '\e000';
}
.icon-envelope:before {
  content: '\e001';
}
.icon-search:before {
  content: '\e002';
}
.icon-lock:before {
  content: '\e003';
}
.icon-linked-in:before {
  content: '\e005';
}
.icon-user:before {
  content: '\e006';
}
.icon-tablet:before {
  content: '\e007';
}
.icon-star-empty:before {
  content: '\e008';
}
.icon-star:before {
  content: '\e009';
}
.icon-share:before {
  content: '\e00a';
}
.icon-twitter:before {
  content: '\e00b';
}
.icon-rss:before {
  content: '\e00c';
}
.icon-print:before {
  content: '\e00d';
}
.icon-plus:before {
  content: '\e00e';
}
.icon-plus-sign:before {
  content: '\e00f';
}
.icon-pencil:before {
  content: '\e010';
}
.icon-paperclip:before {
  content: '\e011';
}
.icon-mobile:before {
  content: '\e012';
}
.icon-minus:before {
  content: '\e013';
}
.icon-minus-sign:before {
  content: '\e014';
}
.icon-equals:before {
  content: '\e601';
}
.icon-tick:before {
  content: '\e015';
}
.icon-arrow-down:before {
  content: '\e016';
}
.icon-location:before {
  content: '\e017';
}
.icon-arrow-up:before {
  content: '\e018';
}
.icon-info-sign:before {
  content: '\e019';
}
.icon-home:before {
  content: '\e01a';
}
.icon-question-sign:before {
  content: '\e01b';
}
.icon-google-plus:before {
  content: '\e01c';
}
.icon-pdf:before {
  content: '\e01d';
}
.icon-facebook:before {
  content: '\e01e';
}
.icon-new-window:before {
  content: '\e01f';
}
.icon-more:before {
  content: '\e020';
}
.icon-save:before {
  content: '\e021';
}
.icon-dot:before {
  content: '\e022';
}
.icon-floppy-disk:before {
  content: '\e023';
}
.icon-remove-circle:before {
  content: '\e024';
}
.icon-remove:before {
  content: '\e025';
}
.icon-credit-card:before {
  content: '\e026';
}
.icon-comment:before {
  content: '\e027';
}
.icon-cog:before {
  content: '\e028';
}
.icon-time:before {
  content: '\e029';
}
.icon-conversation:before {
  content: '\e02a';
}
.icon-calendar:before {
  content: '\e02b';
}
.icon-ban-circle:before {
  content: '\e02c';
}
.icon-triangle-up:before {
  content: '\e02d';
}
.icon-chevron-up:before {
  content: '\e02e';
}
.icon-triangle-right:before {
  content: '\e02f';
}
.icon-chevron-right:before {
  content: '\e030';
}
.icon-triangle-left:before {
  content: '\e031';
}
.icon-chevron-left:before {
  content: '\e032';
}
.icon-triangle-down:before {
  content: '\e033';
}
.icon-chevron-down:before {
  content: '\e034';
}
.icon-link:before {
  content: '\e035';
}
.icon-warning-sign:before {
  content: '\e037';
}
.icon-file:before {
  content: '\e038';
}
.icon-repeat:before {
  content: '\e608';
}
.icon-remove-light:before {
  content: '\e60a';
}
.icon-bin:before {
  content: '\e600';
}
.icon-chevron-thick-down:before {
  content: '\e036';
}
.icon-chevron-thick-up:before {
  content: '\e039';
}
.icon-chevron-thick-right:before {
  content: '\e03a';
}
.icon-chevron-thick-left:before {
  content: '\e03b';
}
.icon-pencil-closed:before {
  content: '\e03c';
}
.icon-equals-light-sign:before {
  content: '\e03d';
}
.icon-minus-light-sign:before {
  content: '\e03f';
}
/**
 *	CommBank apply now netbank/commbank choice modal 
 */
.modal-backdrop {
  background: #0b0b0b;
}
.modal-backdrop .in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/**
 * Styles specific to the apply now choice selector modal.
 *
 * Modal provides user with the option to apply via Netbank or CommBank sites.
 *
 */
.apply-modal {
  padding-top: 15%;
}
.apply-modal .modal-content {
  background: none;
}
.apply-modal .modal-body {
  padding: 0;
  background: #fff;
}
.apply-modal .modal-body .row {
  margin-right: 0;
  margin-left: 0;
}
.apply-modal .modal-body .apply-option {
  padding: 30px;
  border-right: 1px solid #d5d4d4;
}
.apply-modal .modal-body .apply-option h4 {
  padding-bottom: 15px;
}
.apply-modal .modal-body .apply-option.last {
  border-right: 0;
  background: #f4f4f4;
}
.apply-modal .modal-body .apply-option .content {
  min-height: 110px;
}
.apply-modal .modal-body .apply-option button {
  bottom: 0;
}
.apply-modal .modal-footer {
  position: absolute;
  top: -25px;
  width: 100%;
  min-height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
}
.apply-modal .modal-footer .close {
  font-weight: normal;
  opacity: 1;
  color: #fff;
  text-shadow: none;
}
.apply-modal .modal-footer .close .icon {
  font-size: 16px;
}
.apply-modal .apply-divider {
  font-size: 16px;
  line-height: 37px;
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  text-align: center;
  color: white;
  border-radius: 38px;
  background: #5b5f61;
}
@media (min-width: 768px) {
  .apply-modal .modal-dialog {
    width: 736px;
  }
  .apply-modal .apply-divider {
    left: 100%;
  }
}
@media (max-width: 767px) {
  .apply-modal .modal-content {
    text-align: center;
  }
  .apply-modal .modal-body .apply-option {
    padding-bottom: 50px;
    border-right: 0;
    border-bottom: 1px solid #d5d4d4;
  }
  .apply-modal .modal-body .apply-option .content {
    min-height: inherit;
  }
}
/* end of apply modal styles */

/* width percentages */
/* graph colours */
/* bootstrap media query values */
/* cost item vars */
/* sm device sticky header */
/* wealth package */
/* modal */
/* borrowing */
/* total cost */
/* cards */
/* Median price trends */
/* Table */
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  width: 100%;
  background-color: transparent;
  border: 0;
}
.accordion .accordion-header .accordion-title {
  font-family: 'CBABeaconSans-ExtraBold';
  font-weight: 800 !important;
  font-size: 1.6rem !important;
  text-align: left;
  line-height: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 600px) {
  .accordion .accordion-header {
    padding: 15px 15px 15px 0;
  }
}
.accordion .accordion-header [class*="accordion-icon"] {
  width: 24px;
  height: 24px;
  margin-left: 15px;
}
.accordion .accordion-header .accordion-icon-close {
  background-image: url("../../images/controlAccordionClose24.svg");
}
.accordion .accordion-header .accordion-icon-open {
  background-image: url("../../images/controlAccordionOpen24.svg");
}
.accordion .accordion-body {
  font-family: 'CBABeaconSans-Regular';
  font-size: 1.4rem;
  padding: 0 24px 13px 24px;
  line-height: 20px;
}
@media (max-width: 600px) {
  .accordion .accordion-body {
    padding: 0 8px 8px 8px;
  }
}
.accordion .accordion-body li {
  margin-bottom: 5px;
}
.accordion .accordion-bar {
  margin: 0;
}
/* Remove spin buttons on number inputs */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Remove box-shadow on iOS devices */
input[type=text],
input[type=tel],
input[type=number] {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
#main-content {
  position: relative;
  z-index: 5;
}
.inner-wrap {
  overflow: hidden;
}
a[href=true] {
  -webkit-touch-callout: none;
}
/* ==========================================================================
    For _LandingPageTemplateFallback.schtml
    ========================================================================== */
.content-main.container {
  padding: 0;
}
/* ==========================================================================
    Navigation
    ========================================================================== */
.calcs-navigation {
  padding-top: 48px;
  padding-bottom: 48px;
}
.calcs-navigation.b-testing {
  padding-top: 32px;
}
.calcs-navigation.b-testing #searchProperties {
  margin-top: 16px;
}
.calcs-navigation .navigation-item h6 {
  font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}
.calcs-navigation .navigation-item h6 a {
  color: inherit;
}
.calcs-navigation .navigation-item a,
.calcs-navigation .navigation-item p {
  font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.interCalcNavigation.calcs-navigation .navigation-item {
  margin-top: 0;
  border: solid #231f20;
  border-width: 1px 0 1px 1px;
}
.interCalcNavigation.calcs-navigation .navigation-item:last-child {
  border-right: 1px solid;
}
.interCalcNavigation.calcs-navigation .navigation-item a {
  display: block;
}
.interCalcNavigation.calcs-navigation .navigation-item a:focus,
.interCalcNavigation.calcs-navigation .navigation-item a:hover,
.interCalcNavigation.calcs-navigation .navigation-item a:active,
.interCalcNavigation.calcs-navigation .navigation-item a:visited {
  text-decoration: none;
}
.interCalcNavigation.calcs-navigation .navigation-item h6 {
  font-family: 'CBABeaconSans-ExtraBold';
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}
@media (min-width: 320px) {
  .interCalcNavigation.calcs-navigation .navigation-item h6 {
    margin: 8px 0;
  }
}
@media (min-width: 768px) {
  .interCalcNavigation.calcs-navigation .navigation-item h6 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 978px) {
  .interCalcNavigation.calcs-navigation .navigation-item h6 {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.interCalcNavigation.calcs-navigation .navigation-item.active-item a h6 {
  color: #fff;
}
.calcs-navigation .navigation-item .navigation-image {
  margin-top: 24px;
  display: block;
  width: -webkit-fill-available;
}
@media (max-width: 1199px) {
  .no-backgroundsize .calcs-navigation .navigation-item .navigation-image {
    /*IE8*/
  }
  .no-backgroundsize .calcs-navigation .navigation-item .navigation-image p {
    background: #fbfbfb;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .calcs-navigation {
    padding-top: 16px;
  }
}
.call-to-action .action-group {
  margin-top: 35px;
}
.print-link {
  display: block;
  width: 160px;
  margin: 35px 0 0;
  cursor: pointer;
}
.call-to-actions-section-btest {
  border-top: 1px solid #e8e7e7;
  border-bottom: 1px solid #e8e7e7;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'CBABeaconSans-Regular';
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 20px;
  padding: 32px 0;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .call-to-actions-section-btest {
    margin: 0 48px;
  }
}
@media (min-width: 1024px) {
  .call-to-actions-section-btest {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .call-to-actions-section-btest .spacer {
    display: none;
  }
}
.call-to-actions-section-btest .spacer {
  border-top: 1px solid #e8e7e7;
}
.call-to-actions-section-btest .action-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 1024px) {
  .call-to-actions-section-btest .action-group {
    width: 275px;
  }
}
.call-to-actions-section-btest .action-group h5 {
  font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  margin: 0;
}
.call-to-actions-section-btest .action-group p,
.call-to-actions-section-btest .action-group ul {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.call-to-actions-section-btest .action-group ul {
  padding-left: 16px;
}
.call-to-actions-section-btest .action-group ul li:not(:last-child) {
  margin-bottom: 8px;
}
.call-to-actions-section-btest .action-group .btn {
  color: #000000;
  font-size: 14px;
  line-height: 40px;
  margin: 0;
  width: 180px;
}
.call-to-actions-section-btest .action-group:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.call-to-actions-section {
  border-top: 1px solid #e8e7e7;
}
@media (min-width: 1024px) {
  .call-to-actions-section .section-content {
    padding: 40px 0 54px 1%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .call-to-actions-section .section-content {
    padding: 8px 0 24px 1%;
  }
}
.call-to-actions-section .section-content h3 {
  line-height: 40px;
  padding-bottom: 16px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .call-to-actions-section .section-content {
    padding: 12px 0 24px 1%;
  }
  .call-to-actions-section .section-content > h3 {
    padding-bottom: 0;
  }
}
.call-to-actions-section .section-content .call-to-action {
  border-top: none;
  padding: 0;
}
.call-to-actions-section .section-content .call-to-action .action-group {
  margin-top: 0;
}
@media (max-width: 767px) {
  .call-to-actions-section .section-content .call-to-action .action-group {
    margin-top: 16px;
  }
}
.call-to-actions-section .section-content .call-to-action .action-group .heading {
  padding-bottom: 8px;
}
.call-to-actions-section .section-content .call-to-action .action-group .desc {
  max-width: 270px;
}
@media (min-width: 1024px) {
  .call-to-actions-section .section-content .call-to-action .action-group .desc {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .call-to-actions-section .section-content .call-to-action .action-group .desc {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .call-to-actions-section .section-content .call-to-action .action-group .desc {
    margin-bottom: 8px;
  }
}
.call-to-actions-section .section-content .call-to-action .action-group a {
  color: #575b62;
}
.call-to-actions-section .section-content .call-to-action .modal {
  z-index: 2002;
}
.call-to-actions-section .section-content .call-to-action .modal.active {
  display: block;
}
.call-to-actions-section .section-content .call-to-action .modal .close .icon {
  margin-left: 5px;
}
.modal-backdrop {
  z-index: 2001;
}
.appearance.pointerevents .custom-drop-down select,
.appearance.pointerevents .custom-drop-down.no-outline select,
.appearance.pointerevents .custom-drop-down.inline select {
  padding-right: 37px;
}
.appearance.pointerevents .custom-drop-down i,
.appearance.pointerevents .custom-drop-down.no-outline i,
.appearance.pointerevents .custom-drop-down.inline i {
  right: 15px;
  top: 15px;
}
.custom-drop-down i {
  z-index: 4;
}
.styled-checkbox {
  position: relative;
}
.styled-checkbox input[type="checkbox"] {
  position: relative;
  z-index: 1;
  opacity: 0;
  height: 24px;
  width: 24px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.styled-checkbox input[type="checkbox"] + .tick {
  position: absolute;
  z-index: 0;
  top: -1px;
  left: 0;
  display: inline-block;
  height: 24px;
  width: 24px;
  background-color: #fff;
  color: #fff;
  border: 1px solid #dedede;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
.styled-checkbox input[type="checkbox"]:focus + .tick {
  border-color: #1f252f;
  outline: 0;
}
.styled-checkbox input[type="checkbox"]:hover + .tick {
  border-color: #1f252f;
}
.styled-checkbox input[type="checkbox"]:checked + .tick {
  background-color: #231f20;
  border-color: #1f252f;
}
.styled-checkbox input[type="checkbox"] + .tick:before {
  content: "\e015";
  position: absolute;
  left: 0;
  width: 21px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  font-family: 'commBankFontIcons';
  opacity: 0;
  filter: alpha(opacity=0);
}
.styled-checkbox input[type="checkbox"]:checked + .tick:before {
  opacity: 1;
  filter: alpha(opacity=100);
  top: -2px;
}
.prom-banner {
  display: block;
  position: relative;
  z-index: 200;
  width: 100%;
  height: 96px;
  max-height: 96px;
  padding: 15px 30px;
  background: #f7f7f7;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.prom-banner.closing {
  max-height: 0;
}
.prom-banner .banner {
  display: block;
  height: 66px;
  padding-left: 79px;
  background-image: url(../../images/cbapropguideicon.png);
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  color: #231f20;
  text-align: center;
}
.prom-banner .banner .name {
  display: inline-block;
  width: 80%;
  font-weight: bold;
  color: #1f252f;
  text-align: left;
  vertical-align: middle;
}
.prom-banner .banner .view-btn {
  display: inline-block;
  width: 20%;
  height: 100%;
  padding: 22px 0 0 20px;
  vertical-align: middle;
  color: #107bbf;
  font-size: 16px;
}
.prom-banner .closeBtn {
  display: block;
  position: absolute;
  top: 26px;
  left: 0;
  width: 44px;
  height: 44px;
  color: #666666;
  z-index: 1;
}
.prom-banner .closeBtn:hover,
.prom-banner .closeBtn:focus {
  text-decoration: none;
}
.prom-banner .closeBtn .icon {
  display: block;
  position: absolute;
  top: 14px;
  left: 10px;
  font-size: 12px;
}
.contextual-survey-banner {
  z-index: 100;
  background: #fff;
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.contextual-survey-banner.visible {
  bottom: 0;
}
.contextual-survey-banner .row-wrapper {
  position: relative;
}
.contextual-survey-banner p {
  margin: 12px 70px 16px 0;
  padding: 0;
}
.contextual-survey-banner .icon-comment {
  font-size: 24px;
  margin-right: 12px;
}
.contextual-survey-banner .icon-chevron-right,
.contextual-survey-banner .icon-remove-light {
  font-size: 12px;
  margin-left: 6px;
}
.contextual-survey-banner .survey_open {
  margin-left: 6px;
  color: #231f20;
}
.contextual-survey-banner .survey_close {
  position: absolute;
  top: 4px;
  right: 0;
  color: #888;
}
.contextual-survey-banner a:hover,
.contextual-survey-banner a:focus {
  text-decoration: none;
}
/* Moved out as not being touched in this sprint.
* Integration back into app.less will happen when UX ready. Isolating for the time being
*/
/* Common currency input field, overrides base */
.form-group .input-group .input-group-addon,
.form-group .input-group.merged .input-group-addon {
  padding-left: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-group .input-group .form-control,
.form-group .input-group.merged .form-control {
  padding: 13px 12px;
  padding-left: 22px;
}
/* Inputs in questions section have underline styles */
.question-section {
  background: #f7f7f7;
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.question-section .question {
  padding-top: 18px;
  padding-bottom: 11px;
  padding-right: 10px;
  /* we want to have a padding left to all other questions except the first */
}
.question-section .question + .question {
  padding-left: 10px;
}
.question-section .question:last-child {
  padding-right: 0;
}
@media (max-width: 1200px) {
  .app-inital .question-section .question {
    padding-right: 5px;
  }
  .app-inital .question-section .question + .question {
    padding-left: 5px;
  }
  .app-inital .question-section .question:last-child {
    padding-right: 0;
  }
  .app-inital .question-section .btn-primary {
    min-width: 150px;
  }
  .app-inital .question-section .custom-drop-down {
    min-width: 178px;
  }
  .app-inital .question-section .custom-drop-down .form-control {
    padding-left: 5px;
  }
}
.question-section form,
.question-section .question-group {
  display: table;
  width: 96%;
}
.question-section form .question,
.question-section .question-group .question {
  display: table-cell;
}
.question-section form .question .form-group .input-group .input-group-addon,
.question-section .question-group .question .form-group .input-group .input-group-addon {
  width: auto;
}
@media (max-width: 978px) {
  .question-section form .question .form-group .input-group .input-group-addon,
  .question-section .question-group .question .form-group .input-group .input-group-addon {
    width: 1%;
  }
}
.question-section form .question.states .custom-drop-down,
.question-section .question-group .question.states .custom-drop-down {
  min-width: 102px;
}
.question-section form a.question,
.question-section .question-group a.question {
  text-decoration: none;
  color: inherit;
}
.question-section .form-group {
  padding: 10px 0px 10px 0;
  margin-bottom: 0;
}
.question-section .btn {
  margin-bottom: -87px;
}
.question-section .form-actions.calculated {
  display: none;
}
#borrowing-app .question-section .question-group {
  cursor: pointer;
}
#borrowing-app .question-section .question-group .question.active {
  background: #dedede;
}
#borrowing-app .question-section .question-group .question:hover {
  background: #f0f0f0;
}
#borrowing-app .question-section form {
  width: 100%;
}
#repayments-app .question-section form {
  width: 100%;
  padding-right: 48px;
}
#total-costs-app .question-section form {
  width: 100%;
  padding-right: 48px;
}
.sticky-header-container {
  max-height: 100%;
  z-index: 1999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sticky-header-container.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 978px) {
  .sticky-header-container.menu-open {
    bottom: 0;
  }
}
/* Minimal sticky header on small devices */
.sm-menu {
  display: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e8e7e7;
  position: relative;
  overflow: hidden;
  height: 64px;
  z-index: 2000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sm-menu.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #f7f7f7;
}
@media (max-width: 978px) {
  .sm-menu.active {
    position: relative;
  }
}
.sm-menu div {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sm-menu div.question {
  border-left: 1px solid #e8e7e7;
  padding-top: 0;
  padding-bottom: 0;
}
.sm-menu div.question:first-child {
  border-left: 0;
}
.sm-menu div.question.question-form-toggle {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #f7f7f7;
}
.sm-menu div.question.question-form-toggle a {
  text-align: center;
  font-size: 25px;
  line-height: 64px;
  width: 64px;
  color: #1f252f;
  text-decoration: none;
  display: block;
}
.sm-menu div.question.question-form-toggle a:hover {
  text-decoration: none;
}
.sm-menu .open-visible {
  margin-top: -64px;
  overflow: auto;
  background: #fff;
}
.sm-menu .open-hidden {
  margin-top: 0;
  overflow: auto;
}
.sm-menu.sm-open .open-hidden {
  margin-top: -2px;
  border-top: 1px solid #e8e7e7;
}
.sm-menu.sm-open .open-visible {
  margin-top: 0;
}
.sm-menu label {
  margin-bottom: 0;
  font-family: 'CBABeaconSans-Regular', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.sm-menu output {
  padding-top: 0;
}
/* Smaller screen question form styles */
@media (max-width: 978px) {
  .question-section .btn {
    margin-bottom: 35px;
    margin-top: 0;
  }
  .question-section .form-actions.calculated {
    display: block;
  }
  .app-results .question-section form {
    display: none;
  }
  .app-results .question-section form.open {
    display: inline-block;
  }
  .app-results .question-section .sm-menu {
    display: block;
  }
  .app-results .question-section .container .btn {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .question-section form .question {
    padding-top: 10px;
    padding-bottom: 16px;
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  .question-section form .question + .question {
    padding-left: 0px;
  }
  .sticky-header-container {
    overflow-y: auto;
  }
}
/* Moved out as not being touched in this sprint.
* Integration back into app.less will happen when UX ready. Isolating for the time being
*/
.graph {
  display: block;
  margin-bottom: 70px;
}
.graph.bar-graph {
  border-radius: 10px;
  height: 20px;
  overflow: hidden;
  background-color: #666666;
}
.graph.bar-graph > div {
  height: 100%;
  float: left;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.graph.bar-graph > div:nth-child(1) {
  background-color: #ffcc00;
}
.graph.bar-graph > div:nth-child(2) {
  background-color: #e8e7e7;
}
.graph.bar-graph > div:nth-child(3) {
  background-color: #107bbf;
}
@media (max-width: 768px) {
  .graph {
    margin-bottom: 35px;
  }
}
.pie-chart {
  display: block;
}
.pie-chart .pie-title {
  font-size: 14px;
  font-family: 'CBABeaconSans-Regular', Helvetica, Arial, sans-serif;
}
.savings-split-panel {
  padding-top: 40px;
  padding-bottom: 50px;
}
.savings-split-panel .pie-container {
  display: table;
  width: 100%;
  padding-bottom: 25px;
}
.savings-split-panel .pie-container p {
  font-size: 14px;
}
.savings-split-panel .pie-container .savings-icon {
  font-size: 42px;
  text-align: center;
  color: #7f7f7f;
}
.svg .savings-split-panel .pie-container .savings-icon {
  margin-top: 25px;
}
.cssfilters.svg .savings-split-panel .pie-container .savings-icon {
  margin-top: -30px;
}
.savings-split-panel .pie-item {
  vertical-align: middle;
  display: table-cell;
}
.savings-split-panel .pie-chart {
  margin: 0 auto;
}
.savings-split-panel .pie-chart.pie-shadow {
  margin-top: 30px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.no-cssfilters .savings-split-panel .pie-chart.pie-shadow {
  display: none;
}
.no-cssfilters .savings-split-panel .graph-context {
  padding-top: 30px;
}
.savings-split-panel ul.legend {
  margin: 40px auto 50px;
  width: 250px;
  padding: 0;
  font-family: 'CBABeaconSans-Regular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
}
.savings-split-panel ul.legend .value {
  display: inline-block;
  width: 75px;
  padding-left: 9px;
  font-weight: bold;
}
.savings-split-panel ul.legend .label {
  color: #434a58;
  padding-left: 0;
  padding-right: 0;
  font-weight: normal;
  font-size: 14px;
}
.savings-split-panel ul.legend .bullet {
  font-size: 40px;
}
.savings-split-panel .stacked-bar-chart .label-value-symbol,
.savings-split-panel .stacked-bar-chart .label-value {
  font-size: 24px;
}
.savings-split-panel .stacked-bar-chart .label-name {
  fill: #434a58;
  text-transform: capitalize;
  font-size: 14px;
}
.savings-split-panel .stacked-bar-chart .progress.stacked .progress-bar {
  float: left;
}
.savings-split-panel .stacked-bar-chart ul.legend {
  margin: 15px 0;
  width: auto;
}
.savings-split-panel .stacked-bar-chart ul.legend li {
  margin: 0;
  padding: 0;
  float: left;
}
.savings-split-panel .stacked-bar-chart ul.legend li .value {
  width: auto;
}
.savings-split-panel .stacked-bar-chart ul.legend li .label {
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .savings-split-panel {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.no-svg div.pie-chart span {
  display: block;
  text-align: center;
}
.stacked-bar-chart .bar-container:before,
.stacked-bar-chart .bar-container:after {
  content: " ";
  display: table;
}
.stacked-bar-chart .bar-container:after {
  clear: both;
}
.stacked-bar-chart .bar-container .bar {
  display: block;
  float: left;
  height: 100%;
}
.stacked-bar-chart .chart-legend {
  margin-top: 15px;
}
.stacked-bar-chart .chart-legend .bar-label {
  float: left;
  width: 33%;
}
.stacked-bar-chart .chart-legend .bar-label > span {
  display: inline-block;
  margin-right: 13px;
  vertical-align: top;
}
.stacked-bar-chart .chart-legend .bar-label .bar-label-value {
  font-family: 'CBABeaconSans-Regular', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
@media (max-width: 978px) {
  .stacked-bar-chart .chart-legend {
    margin: 25px 0;
  }
  .stacked-bar-chart .chart-legend .bar-label {
    float: none;
    margin: 7px 0;
    width: auto;
  }
  .stacked-bar-chart .chart-legend .bar-label > span {
    display: inline-block;
  }
  .stacked-bar-chart .chart-legend .bar-label .bar-label-value {
    width: 60px;
  }
  .stacked-bar-chart .chart-legend .bar-label .bar-label-text br {
    display: none;
  }
  .stacked-bar-chart .chart-legend .bar-label .bar-label-text span {
    margin-right: 5px;
  }
}
/* ==========================================================================
Panel styles
========================================================================== */
.lmi-panel {
  padding-top: 40px;
  padding-bottom: 30px;
  /* xs devices */
}
.lmi-panel .lmi-amount {
  font-size: 14px;
  font-weight: bold;
  color: #1f252f;
}
.lmi-panel .lmi-amount .h3,
.lmi-panel .lmi-amount h3 {
  display: block;
}
.lmi-panel .lmi-repayment-msg {
  padding: 24px;
  background-color: #f0f0f0;
  margin: 24px 0;
}
.lmi-panel .lmi-loan-amount .btn {
  margin-top: 24px;
}
.lmi-panel .lmi-message-no-graph {
  padding-top: 8px;
}
@media (max-width: 320px) {
  .lmi-panel {
    padding-top: 20px;
  }
}
@media (min-width: 979px) {
  #total-costs-app .question-section .btn {
    min-width: 136px;
  }
}
#total-costs-app .question-section .form-with-annual-property {
  display: grid;
  grid-template-columns: 5fr 1fr 5fr 5fr 5fr 5fr;
}
#total-costs-app .question-section .form-with-annual-property hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: -2px 10px -2px 0px;
  grid-column-start: 1;
  grid-column-end: 7;
}
#total-costs-app .question-section .form-with-annual-property .nsw-info-outer {
  grid-column-start: 1;
  grid-column-end: 7;
  margin: -4px 10px 16px 0px !important;
}
#total-costs-app .question-section .form-with-annual-property .nsw-info-outer .nsw-info-inner {
  margin: 0px 49px -5px 67px !important;
  top: -20px;
}
#total-costs-app .question-section .form-with-annual-property .tax-type__dropdown-visible {
  margin-bottom: 0.438rem;
}
#total-costs-app .question-section .form-with-annual-property .tax-type__dropdown-hidden {
  margin-bottom: -5.438rem;
}
#total-costs-app .question-section .form-group label {
  white-space: nowrap;
}
@media (max-width: 978px) {
  #total-costs-app .question-section .form-with-annual-property {
    display: none !important;
  }
  #total-costs-app .question-section .form-with-annual-property.open {
    display: inline-block !important;
  }
  #total-costs-app .question-section .form-with-annual-property.open .nsw-info-outer {
    margin: 4px 0px 0px 0px !important;
  }
  #total-costs-app .question-section .form-with-annual-property.open .tax-type__dropdown-hidden,
  #total-costs-app .question-section .form-with-annual-property.open .tax-type .__dropdown-hidden {
    margin-bottom: 1.25rem !important;
  }
  #total-costs-app .question-section .form-with-annual-property.open hr {
    display: none !important;
  }
}
@media (max-width: 460px) {
  #total-costs-app .question-section .form-with-annual-property.open .nsw-info-outer .info-button {
    left: 27.5px !important;
    top: 18px !important;
  }
  #total-costs-app .question-section .form-with-annual-property.open .nsw-info-outer .nsw-info-inner {
    margin: 50px 12px -5px 25px !important;
  }
}
#total-costs-app .tooltip-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#total-costs-app .tooltip-icon {
  margin-left: 8px;
  padding: 15px;
  background-repeat: no-repeat;
  background-image: url("../../images/tooltip.svg");
}
#total-costs-app .tooltip {
  position: absolute;
  width: 38rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 10;
  font-family: 'CBA Beacon Sans', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  top: 35px;
  color: #fff;
}
#total-costs-app .tooltip .tooltip-arrow-border {
  position: absolute;
  top: -9px;
  left: 102px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
}
#total-costs-app .tooltip .close-button {
  float: right;
  cursor: pointer;
  display: block;
  background-color: black;
  color: #fff;
  font-size: 23px;
  padding: 9px 16px 0px 0px;
}
#total-costs-app .tooltip .tooltip-inner {
  padding: 3.5rem;
  background-color: #000;
}
#total-costs-app .tooltip .tooltip-inner ul {
  padding-left: 19px;
  margin-bottom: 0px;
}
#total-costs-app .tooltip .tooltip-inner ul p {
  margin: 1rem 0 -0.3rem -1.3rem;
}
@media (max-width: 978px) {
  #total-costs-app .tooltip {
    width: auto;
  }
}
#total-costs-app .print-link {
  padding-bottom: 16px;
}
#total-costs-app .next-step {
  border-top: 1px solid #e8e7e7;
  padding-top: 56px;
}
#total-costs-app {
  background-color: #fff;
  padding: 0 16px;
}
@media (max-width: 1199px) {
  #total-costs-app {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 978px) and (max-width: 1199px) {
  #total-costs-app {
    margin: 0 32px;
  }
}
@media (min-width: 1200px) {
  #total-costs-app {
    margin: 0 auto;
    max-width: 1200px;
  }
  #total-costs-app .container {
    width: auto;
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .commbank_header.glo + .sub-wrap #app-content .call-to-actions-section .action-group {
    padding: 8px;
  }
}
#total-costs-app .jumbotron {
  padding: 0;
  margin: 0;
}
#total-costs-app .jumbotron p {
  font-family: 'CBABeaconSans-Regular';
  font-size: 14px;
  font-weight: 400;
  margin-top: 32px;
}
#total-costs-app .jumbotron h1,
#total-costs-app .jumbotron .h1 {
  font-family: 'CBABeaconSans-ExtraBold';
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #total-costs-app .jumbotron h1 {
    padding-left: 20px;
  }
}
@media (min-width: 320px) {
  #total-costs-app .jumbotron h1,
  #total-costs-app .jumbotron .h1 {
    padding-top: 10px;
    margin-left: -20px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  #total-costs-app .jumbotron p {
    margin-top: 10px;
    margin-bottom: 32px;
  }
  #total-costs-app .jumbotron h1,
  #total-costs-app .jumbotron .h1 {
    font-size: 32px;
    padding-top: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  #total-costs-app .jumbotron p {
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 32px;
  }
  #total-costs-app .jumbotron h1,
  #total-costs-app .jumbotron .h1 {
    font-size: 48px;
    padding-top: 48px;
  }
}
#total-costs-app #main-content {
  margin: 0;
}
@media (min-width: 768px) {
  #total-costs-app #main-content {
    margin: 0 24px;
  }
}
#total-costs-app .results {
  margin: 0;
}
@media (min-width: 768px) {
  #total-costs-app .results {
    margin: 0 24px;
  }
}
#total-costs-app .faq-container {
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  #total-costs-app .faq-container {
    margin: 0 40px 40px 40px;
  }
}
@media (min-width: 600px) {
  #total-costs-app .faq-hr {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.sticky-header-container {
  background-color: #f7f7f7;
}
#loan-product optgroup {
  display: none;
}
#borrowing-app {
  min-width: 320px;
}
#borrowing-app .desktop {
  display: block;
}
#borrowing-app .mobile {
  display: none;
}
@media (max-width: 977px) {
  #borrowing-app .desktop {
    display: none;
  }
  #borrowing-app .mobile {
    display: block;
  }
}
#borrowing-app .results .result-container {
  padding-top: 55px;
  padding-bottom: 50px;
}
#borrowing-app .results .result-visualisation .overlay {
  padding-top: 0;
}
#borrowing-app .results p.inline-group > label {
  font-weight: normal;
  vertical-align: middle;
  margin-bottom: 0;
}
#borrowing-app .results .repayment-amount {
  vertical-align: middle;
}
#borrowing-app .results .repayment-ratio h5 {
  margin: 0 0 39px;
  font-family: 'CBABeaconSans-Regular', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#borrowing-app .results .repayment-ratio h5,
#borrowing-app .results .repayment-ratio p,
#borrowing-app .results .repayment-ratio a {
  float: left;
  width: 66%;
}
#borrowing-app .results .repayment-ratio .pie-chart-container {
  position: absolute;
  top: 0;
  right: 0;
}
#borrowing-app .results .repayment-ratio .pie-chart {
  float: right;
}
#borrowing-app .results .repayment-group {
  display: inline-block;
}
#borrowing-app .results .interest-rate {
  margin-bottom: 0px;
}
#borrowing-app .results .interest-rate span {
  vertical-align: middle;
}
#borrowing-app .results .comparison-rate {
  margin-bottom: 20px;
}
#borrowing-app .results .infoMessage {
  margin-top: 50px;
  font-size: 14px;
}
#borrowing-app .results .title {
  padding-bottom: 16px;
  font-weight: bold;
}
@media (max-width: 977px) {
  #borrowing-app .results .result-container {
    border-bottom: solid 1px #dedede;
    padding-bottom: 38px;
  }
  #borrowing-app .results .overlay {
    padding-bottom: 0;
  }
  #borrowing-app .results .subsection {
    padding-bottom: 20px;
  }
  #borrowing-app .results .subsection:last-child {
    padding-bottom: 0;
  }
  #borrowing-app .results .subsection + .subsection {
    padding-top: 30px;
  }
  #borrowing-app .results .infoMessage {
    margin-top: 0;
  }
  #borrowing-app .results .repayment-ratio p,
  #borrowing-app .results .repayment-ratio a {
    width: 65%;
  }
  #borrowing-app .results .repayment-ratio .pie-chart {
    float: right;
    margin: 0 20px;
  }
  #borrowing-app .results .comparison-rate {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #borrowing-app .results .result-container {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #borrowing-app .results .result-container .subsection {
    padding-top: 30px;
  }
  #borrowing-app .results .result-container .subsection + .subsection {
    border-top: solid 1px #dedede;
  }
  #borrowing-app .results .result-container .subsection h3 {
    margin-top: 0;
  }
  #borrowing-app .results .result-container .subsection .overlay {
    padding-bottom: 0;
  }
  #borrowing-app .results .result-container .capacity-text {
    font-size: 16px;
    display: block;
  }
  #borrowing-app .results .result-container .infoMessage {
    margin-top: 0;
  }
  #borrowing-app .results .result-container .repayment-ratio h5,
  #borrowing-app .results .result-container .repayment-ratio p,
  #borrowing-app .results .result-container .repayment-ratio a {
    width: 100%;
    float: none;
  }
  #borrowing-app .results .result-container .repayment-ratio .pie-chart-container {
    position: initial;
    top: initial;
    right: initial;
  }
  #borrowing-app .results .result-container .repayment-ratio .pie-chart {
    float: none;
    margin: 20px auto;
  }
}
#borrowing-app .graph text {
  font-size: 14px;
}
.appearance.pointerevents #borrowing-app .custom-drop-down select,
.appearance.pointerevents #borrowing-app .custom-drop-down.no-outline select,
.appearance.pointerevents #borrowing-app .custom-drop-down.inline select {
  padding-left: 10px;
  padding-right: 32px;
}
.appearance.pointerevents #borrowing-app .custom-drop-down i,
.appearance.pointerevents #borrowing-app .custom-drop-down.no-outline i,
.appearance.pointerevents #borrowing-app .custom-drop-down.inline i {
  right: 13px;
}
.tab-container {
  position: relative;
}
.tab-container:before,
.tab-container:after {
  content: " ";
  display: table;
}
.tab-container:after {
  clear: both;
}
.tab-container .tab {
  display: block;
  margin: 0;
  padding: 30px 50px 30px 20px;
  min-height: 82px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #1f252f;
  position: relative;
}
.tab-container .tab .cheat {
  position: absolute;
  bottom: 0;
  width: 200%;
  height: 100%;
  z-index: 1;
}
.tab-container .tab .cheat.left {
  left: -100%;
}
.tab-container .tab .cheat.right {
  left: 0;
  right: 100%;
}
@media (max-width: 978px) {
  .tab-container .tab .cheat {
    display: none;
  }
}
.tab-container .tab header {
  position: relative;
  z-index: 2;
}
.tab-container .tab header .h5 {
  font-weight: bold;
}
.tab-container .tab header .h5,
.tab-container .tab header .h6 {
  display: inline;
}
.tab-container .tab header .pull-right .h6 {
  font-size: 14px;
}
.tab-container .tab:hover,
.tab-container .tab.active,
.tab-container .tab:focus,
.tab-container .tab:hover .cheat,
.tab-container .tab.active .cheat,
.tab-container .tab:focus .cheat {
  cursor: pointer;
  text-decoration: none;
}
.tab-container .tab:hover,
.tab-container .tab.active,
.tab-container .tab:hover .cheat,
.tab-container .tab.active .cheat {
  color: #1f252f;
  background-color: #dedede;
}
.tab-container .tab.income {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
@media (max-width: 978px) {
  .tab-container .tab {
    padding: 30px 16px;
  }
}
.tab-container .tab-marker {
  position: absolute;
  bottom: 0;
  height: 6px;
  z-index: 3;
  background-color: #ffcc00;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blades {
  background-color: #ededed;
  color: #434a58;
}
.blades .blade {
  min-height: 400px;
  padding-bottom: 19px;
}
.blades .blade h4 {
  line-height: 1;
  margin: 30px 0 27px 0;
}
.blades .blade .section {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.blades .blade .section + .section {
  border-left: 1px solid #dedede;
}
.blades .blade .section .btn {
  position: absolute;
  bottom: 30px;
}
.blades .blade p {
  font-size: 14px;
}
.blades .blade .form-group {
  height: 81px;
  margin-bottom: 80px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blades .blade .form-group + .form-group {
  padding-top: 17px;
  margin-bottom: 63px;
}
.blades .blade .form-group .label-block {
  display: block;
}
.blades .blade .form-group .label-suffix {
  min-width: 85px;
  position: relative;
  vertical-align: top;
  line-height: 35px;
}
.blades .blade .form-group .label-suffix span.help-text {
  position: absolute;
  top: 1.35em;
  left: 0;
  font-size: 14px;
  color: #666666;
}
.blades .blade .form-group .label-help {
  font-size: 14px;
  color: #666666;
  padding-top: 5px;
}
.blades .blade .form-group .input-group.inline {
  display: inline-block;
  width: 129px;
  vertical-align: middle;
}
.blades .blade .form-group .input-group.inline + .custom-drop-down.inline {
  width: 129px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0;
}
.blades .blade .form-group .input-group.inline + .custom-drop-down.inline select {
  width: 100%;
  color: #434a58;
  font-size: 14px;
}
.blades .blade .form-group .custom-drop-down.inline {
  min-width: 75px;
}
.blades .blade .form-group .radio label {
  color: #434a58;
}
.blades .blade .form-group .radio label span {
  padding-left: 41px;
}
@media (max-width: 977px) {
  .blades .blade .section {
    height: auto;
    padding-bottom: 0;
  }
  .blades .blade .section + .section {
    padding-top: 20px;
    border-left: none;
    border-top: solid 1px #dedede;
  }
  .blades .blade .section .btn {
    position: inherit;
    bottom: auto;
    min-width: 130px;
    width: 130px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .blades .blade .section .btn + .btn {
    margin-left: 15px;
  }
  .blades .blade .section .btn.hidden + .btn {
    margin-left: 0;
  }
  .blades .blade .form-group {
    height: auto;
    margin-bottom: 0;
    display: inline-block;
    width: 60%;
  }
  .blades .blade .form-group + .form-group {
    padding-top: 0;
    margin-bottom: 0;
  }
  .blades .blade .form-group .custom-drop-down {
    width: 225px;
  }
  .blades .blade .form-group .custom-drop-down.inline {
    min-width: 130px;
    width: 130px;
  }
  .blades .blade .form-group .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .blades .blade .form-group .radio + .radio {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .blades .blade > h4 {
    display: none;
  }
  .blades .blade .section,
  .blades .blade .section + .section {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .blades .blade .form-group {
    padding-top: 0;
    padding-bottom: 0;
  }
  .blades .blade .form-group + .form-group {
    padding-top: 40px;
  }
  .blades .blade .form-group {
    display: block;
    width: 100%;
  }
  .blades .blade .form-group .custom-drop-down {
    width: 100%;
  }
  .blades .blade .form-group .label-suffix {
    line-height: 50px;
  }
  .blades .blade .form-group .label-suffix span.help-text {
    display: block;
  }
  .blades .blade .form-group .radio,
  .blades .blade .form-group .radio + .radio {
    margin: 12px 0;
    display: block;
  }
}
.custom-drop-down.inline {
  margin-right: 13px;
}
.inline-group .custom-drop-down.inline {
  margin-left: 13px;
  vertical-align: middle;
}
/* ==========================================================================
    Main page header
    ========================================================================== */
#borrowing-app .jumbotron h1,
#borrowing-app .jumbotron .h1 {
  font-family: 'Aachen W01 Bold', Arial, sans-serif;
  font-size: 64px;
  line-height: 0.8em;
  margin-bottom: 24px;
}
#borrowing-app .jumbotron p {
  font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  #borrowing-app .jumbotron h1 span,
  #borrowing-app .jumbotron .h1 span {
    display: block;
  }
}
@media (max-width: 1200px) {
  #borrowing-app .jumbotron {
    padding-top: 30px;
    background-position: 75% 0;
  }
  .no-backgroundsize #borrowing-app .jumbotron {
    background-position: 60% 0;
  }
}
@media (max-width: 978px) {
  #borrowing-app .jumbotron {
    padding-top: 15px;
    background-position: 50% 0;
  }
  #borrowing-app .jumbotron h1,
  #borrowing-app .jumbotron .h1 {
    font-family: 'Aachen W01 Bold', Arial, sans-serif;
    font-size: 44px;
  }
}
@media (max-width: 500px) {
  #borrowing-app .jumbotron {
    padding-top: 16px;
    background-position: 16px 0;
    min-height: 184px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
  }
  #borrowing-app .jumbotron h1,
  #borrowing-app .jumbotron .h1 {
    font-family: 'Aachen W01 Bold', Arial, sans-serif;
    font-size: 64px / 2;
  }
}
@media (max-width: 320px) {
  #borrowing-app .jumbotron {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  #borrowing-app .jumbotron {
    background-image: url(../../images/borrowing_lg.jpg);
    background-position: top right;
    min-height: 400px;
    padding: 80px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #borrowing-app .jumbotron {
    background-position: 50% 0;
    background-size: cover;
    min-height: 248px;
    padding: 16px 0;
  }
}
@media (max-width: 500px) {
  #borrowing-app .jumbotron {
    background-image: url(../../images/borrowing_xs.jpg);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 500px), only screen and (min-device-pixel-ratio: 2) and (max-width: 500px), only screen and (min-resolution: 192dpi) and (max-width: 500px), only screen and (min-resolution: 2dppx) and (max-width: 500px) {
  #borrowing-app .jumbotron {
    background-image: url(../../images/borrowing_xs_retina.jpg);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 501px), only screen and (min-device-pixel-ratio: 2) and (min-width: 501px), only screen and (min-resolution: 192dpi) and (min-width: 501px), only screen and (min-resolution: 2dppx) and (min-width: 501px) {
  #borrowing-app .jumbotron {
    background-image: url(../../images/borrowing_lg_retina.jpg);
  }
}
.infoBox {
  background-color: #DCF0FF;
  border-left: 4px solid #1175B5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.infoBox svg {
  min-width: 20px;
}
.infoBox-content {
  font-family: 'CBABeaconSans-Regular';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.infoBox-content a {
  text-decoration: underline;
}
.infoBox-content a:hover {
  text-decoration: none;
}
.infoBox-Title {
  font-weight: 800;
}
.infoBox-Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
#repayments-app {
  max-width: 1200px;
}
#repayments-app .icon-tick::before {
  content: "";
}
@media (min-width: 979px) {
  #repayments-app .question-section {
    min-height: 150px;
  }
  #repayments-app .question-section .number-input {
    width: 70px;
  }
  #repayments-app .question-section #amount {
    min-width: 120px;
  }
}
@media (min-width: 979px) {
  #repayments-app .question-section .custom-drop-down {
    max-width: 420px;
  }
}
#repayments-app .question-section .input-group-addon {
  border-color: transparent;
}
#repayments-app .question-section .custom-rate a {
  margin-left: 10px;
}
#repayments-app .question-section .help-block {
  margin-bottom: 0;
}
#repayments-app .question-section .error-block {
  color: #e1001a;
  position: absolute;
  margin-top: 5px;
  margin-bottom: 0;
}
#repayments-app .question-section .input-validation-error {
  border: 1px #e1001a solid;
}
#repayments-app .question-section .icon-alert {
  background-image: url(../../images/alert.svg);
  width: 17px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#repayments-app .question-section form .question {
  padding-bottom: 4px;
  padding-right: 0;
}
#repayments-app .question-section .open-hidden label {
  white-space: nowrap;
}
#repayments-app .question-section .btn {
  min-width: 150px;
}
#repayments-app .question-section #interestOnly {
  min-width: 185px;
}
#repayments-app .increment-container {
  border: 1px solid #dedede;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
}
#repayments-app .increment-container .table-row {
  display: table-row;
}
#repayments-app .increment-container .table-row a,
#repayments-app .increment-container .table-row button,
#repayments-app .increment-container .table-row .input-group {
  display: table-cell;
}
@media (max-width: 768px) {
  #repayments-app .increment-container.table {
    display: table;
    width: 100%;
  }
}
#repayments-app .increment-container a,
#repayments-app .increment-container button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin: 0;
  height: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  color: #1f252f;
  font-size: 32px;
}
#repayments-app .increment-container a:hover,
#repayments-app .increment-container button:hover,
#repayments-app .increment-container a:focus,
#repayments-app .increment-container button:focus,
#repayments-app .increment-container a:active,
#repayments-app .increment-container button:active {
  text-decoration: none;
  color: #1f252f;
}
#repayments-app .increment-container .input-group {
  display: table-cell;
  width: auto;
}
#repayments-app .increment-container .input-group .form-control {
  border-top: 0;
  border-bottom: 0;
}
#repayments-app .increment-container .input-group .form-control:hover,
#repayments-app .increment-container .input-group .form-control:focus {
  border-color: #dedede;
}
#repayments-app .increment-container .input-group .form-control + .input-group-addon {
  padding: 0;
  right: 19px;
}
#repayments-app .increment-container + span {
  margin-left: 10px;
}
#repayments-app .repayments-rate-change a {
  color: #1f252f;
  text-decoration: none;
}
#repayments-app .repayments-rate-change .rate-change-header {
  border-top: 1px solid #e8e7e7;
  background-color: #f0f0f0;
}
#repayments-app .repayments-rate-change .rate-change-header .rate-change-title {
  width: 95%;
  display: inline-block;
  text-align: left;
  padding: 15px 0;
}
@media (max-width: 768px) {
  #repayments-app .repayments-rate-change .rate-change-header .rate-change-title {
    width: 90%;
    padding: 5px 0;
    font-size: 16px;
  }
}
#repayments-app .repayments-rate-change .rate-change-content {
  background-color: #fbfbfb;
}
#repayments-app .repayments-rate-change .rate-change-content .rate-change-question h3 {
  margin: 70px 0;
}
#repayments-app .repayments-rate-change .rate-change-content .rate-change-question h3 .rate-change-text {
  padding-right: 10px;
}
@media (max-width: 768px) {
  #repayments-app .repayments-rate-change .rate-change-content .rate-change-question h3 {
    margin: 40px 0;
  }
  #repayments-app .repayments-rate-change .rate-change-content .rate-change-question h3 .rate-change-text {
    line-height: 2;
  }
}
#repayments-app .repayments-rate-change .rate-change-content .rate-change-result p span {
  line-height: 1.2;
}
#repayments-app .repayments-rate-change .rate-change-content .rate-change-result span.h3:before {
  content: '';
  clear: left;
  display: block;
}
@media (max-width: 768px) {
  #repayments-app .repayments-rate-change .rate-change-content .rate-change-result p {
    margin: 0 0 20px;
  }
  #repayments-app .repayments-rate-change .rate-change-content .rate-change-result span.h3:before {
    display: inline-block;
  }
  #repayments-app .repayments-rate-change .rate-change-content .rate-change-result .h3 {
    margin: 5px 0 20px;
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  #repayments-app .repayments-rate-change .rate-change-content .rate-change-result span.h3:before {
    display: block;
  }
}
#repayments-app .repayments-rate-change .rate-change-content .rate-change-tip p {
  margin: 50px 0;
}
@media (max-width: 768px) {
  #repayments-app .repayments-rate-change .rate-change-content .rate-change-tip p {
    margin: 20px 0 50px;
  }
}
#repayments-app .results .result-container {
  padding-top: 20px;
}
@media (max-width: 978px) {
  #repayments-app .results .result-container {
    padding-top: 25px;
  }
}
#repayments-app .results .result-container .repayment-results {
  padding-top: 32px;
}
#repayments-app .results .result-container .repayment-results .increment-container.table {
  width: auto;
}
@media (max-width: 768px) {
  #repayments-app .results .result-container .repayment-results .increment-container.table {
    width: 100%;
  }
}
#repayments-app .results .result-container .frequency-benefit-container .frequency-benefit {
  padding-left: 10px;
}
#repayments-app .results .result-container.repayments-rate-change {
  padding-top: 10px;
  padding-bottom: 0px;
}
#repayments-app .results .result-container h4 {
  color: #000;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  font-size: 3.2rem;
  margin: 22px 0 32px;
}
@media (max-width: 1200px) {
  #repayments-app .results .result-container h4 {
    font-size: 2.4rem;
    line-height: 30px;
    margin: 0 0 24px 0;
  }
}
@media (max-width: 500px) {
  #repayments-app .results .result-container h3 {
    font-size: 2rem;
  }
  #repayments-app .results .result-container h3 .h3:before {
    content: '';
    display: block;
    clear: both;
  }
  #repayments-app .results .result-container h3 small {
    margin-top: 10px;
    margin-left: 0;
    display: block;
  }
}
@media (max-width: 768px) {
  #repayments-app .results .result-container h3 {
    font-size: 2.4rem;
  }
  #repayments-app .results .result-container .secondary-heading {
    font-size: 14px;
  }
  #repayments-app .results .result-container .repayment-results {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  #repayments-app .results .result-container .b-testing h4 {
    font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  #repayments-app .results .result-container .b-testing h4 {
    font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
  }
}
#repayments-app .results .result-container .b-testing .subheading {
  font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
#repayments-app .results .result-container .b-testing .figure {
  font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #repayments-app .results .result-container .b-testing .figure {
    font-size: 24px;
    line-height: 32px;
  }
}
#repayments-app .results .result-container .b-testing .subtext {
  font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
#repayments-app .results .result-container .b-testing .figure-with-subtext .subtext {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  #repayments-app .results .result-container .b-testing .figure-with-subtext .subtext {
    font-size: 12px;
    line-height: 20px;
  }
}
#repayments-app .repayment_links * {
  padding-top: 25px;
}
#repayments-app .repayment_links * .print-link {
  margin: 0;
  padding: 0;
}
#repayments-app .additional-results {
  margin-top: 16px;
}
#repayments-app .additional-results a {
  display: inline-block;
}
#repayments-app .additional-results .repayments-figure-label {
  color: #000;
  font-family: Helvetica;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
#repayments-app .additional-results .repayments-figure {
  color: var(--text-default, #1E1E1E);
  font-family: Helvetica;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 2.8rem;
}
@media (max-width: 768px) {
  #repayments-app .additional-results .repayments-figure {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
#repayments-app .additional-results.b-testing {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  row-gap: 24px;
  font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  #repayments-app .additional-results.b-testing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1100px) {
  #repayments-app .additional-results.b-testing {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#repayments-app .additional-results.b-testing .repayments-subcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  #repayments-app .additional-results.b-testing .repayments-subcontainer {
    min-width: 275px;
  }
}
@media (min-width: 768px) {
  #repayments-app .additional-results.b-testing .repayments-subcontainer.fixed {
    width: 275px;
  }
}
#repayments-app .additional-results.b-testing .repayments-subcontainer label {
  color: #1E1E1E;
  font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
#repayments-app .additional-results.b-testing .repayments-figure-label {
  color: #1E1E1E;
  font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
}
#repayments-app .additional-results.b-testing .repayments-figure-label .repayments-figure {
  font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (max-width: 768px) {
  #repayments-app .additional-results.b-testing .repayments-figure-label .repayments-figure {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#repayments-app .additional-results.b-testing .repayments-figure {
  margin: 0;
}
#repayments-app .additional-results.b-testing .wealth-package-cost-container {
  padding-top: 0;
}
#repayments-app .additional-results.b-testing .wealth-package-cost-container input {
  width: 20px;
  height: 20px;
}
#repayments-app .additional-results.b-testing .wealth-package-cost-container label {
  max-width: 400px;
  padding-left: 28px;
  padding-top: 4px;
}
#repayments-app .additional-results.b-testing .wealth-package-cost-container label span {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
}
#repayments-app .additional-results.b-testing .wealth-package-cost-container label span:nth-child(2) {
  line-height: 24px;
}
@media (min-width: 978px) {
  #repayments-app .additional-results .h3 {
    display: block;
    margin-bottom: 22px;
    margin-top: 5px;
  }
}
@media (max-width: 977px) {
  #repayments-app .frequency-benefit-container {
    padding-bottom: 20px;
  }
  #repayments-app .additional-results .h3 {
    padding-left: 10px;
  }
  #repayments-app .additional-results .row + .row {
    padding: 32px 0;
  }
}
@media (max-width: 768px) {
  #repayments-app .additional-results .row {
    padding-bottom: 15px;
  }
  #repayments-app .additional-results .row + .row {
    border-top: solid 1px #e8e7e7;
  }
}
@media (max-width: 320px) {
  #repayments-app .additional-results .h3 {
    display: block;
    padding-left: 0;
    margin: 0;
  }
}
#repayments-app .legend-block {
  padding: 0 0 15px 0;
}
#repayments-app .legend-block span {
  display: inline-block;
}
#repayments-app .legend-block span.circle {
  width: 10px;
  height: 10px;
  border-radius: 8px;
  font-size: 11px;
  text-align: center;
  border: 2px solid #666666;
  background: white;
}
#repayments-app .legend-block span.legend-text {
  padding: 0 10px;
  font-size: 13px;
}
#repayments-app .legend-block .legend-yellow .circle {
  background: #ffcc00;
}
#repayments-app .legend-block .legend-pale-yellow .circle {
  background: #ffe57f;
}
#repayments-app .repayments-table {
  width: 100%;
  margin-bottom: 50px;
}
#repayments-app .repayments-table .primary-heading {
  background-color: #231f20;
  color: white;
}
#repayments-app .repayments-table .primary-heading th {
  padding: 15px 25px;
}
#repayments-app .repayments-table .secondary-heading {
  background-color: #e1e3e5;
}
#repayments-app .repayments-table .secondary-heading th {
  padding: 15px 25px;
  font-weight: normal;
}
#repayments-app .repayments-table .secondary-heading th.years-remaining {
  text-align: left;
}
#repayments-app .repayments-table .secondary-heading th.principal-remaining {
  text-align: right;
}
#repayments-app .repayments-table .repayments-row {
  border-bottom: solid #b2b2b2 1px;
}
#repayments-app .repayments-table .repayments-row td {
  padding: 15px 25px;
}
#repayments-app .repayments-table .repayments-row td.years-remaining {
  text-align: left;
}
#repayments-app .repayments-table .repayments-row td.principal-remaining {
  text-align: right;
  font-weight: bold;
  font-size: 24px;
}
#repayments-app .toggle-graph-link {
  cursor: pointer;
}
#repayments-app .toggle-graph-link-B {
  margin-bottom: 32px;
  display: block;
}
#repayments-app .toggle-graph-link-B,
#repayments-app .toggle-graph-link-B a {
  font-size: 14px;
}
#repayments-app .disabled-link {
  color: gray;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
#repayments-app .substract-line {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 3px;
  background-image: url("../../images/Substract.svg");
}
#repayments-app .table-mode {
  display: none;
}
#repayments-app .table-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
}
@media print {
  #repayments-app #toggle-graph-link {
    display: none;
  }
  #repayments-app .table-mode {
    display: block;
  }
  #repayments-app .table-visually-hidden {
    position: inherit;
    overflow: inherit;
    clip: inherit;
    height: 100%;
    width: 100%;
  }
}
#repayments-app .b-testing {
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  #repayments-app .b-testing {
    row-gap: 24px;
  }
}
#repayments-app .pre-footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  font-size: 14px;
  line-height: 20px;
  padding-top: 32px;
  padding-bottom: 48px;
  padding-left: 68px;
  padding-right: 68px;
}
@media (max-width: 768px) {
  #repayments-app .pre-footer-info {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#repayments-app .pre-footer-info .heading-sub-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
#repayments-app .pre-footer-info .wealth-package-disclaimer-container {
  width: 95%;
}
#repayments-app .monthly-repayments-details,
#repayments-app .repayments-after-interest,
#repayments-app .total-repayments-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Helvetica;
  font-style: normal;
  line-height: 2rem;
  color: var(--text-default, #1E1E1E);
}
@media (max-width: 768px) {
  #repayments-app .monthly-repayments-details,
  #repayments-app .repayments-after-interest,
  #repayments-app .total-repayments-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#repayments-app .monthly-repayments-details .first-figure,
#repayments-app .repayments-after-interest .first-figure,
#repayments-app .total-repayments-details .first-figure {
  /* can be deleted on b */
  width: 320px;
}
#repayments-app .monthly-repayments-details .monthly-repayments-subcontainer,
#repayments-app .repayments-after-interest .monthly-repayments-subcontainer,
#repayments-app .total-repayments-details .monthly-repayments-subcontainer {
  /* can be deleted on b */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 72px;
}
#repayments-app .monthly-repayments-details .repayments-subcontainer,
#repayments-app .repayments-after-interest .repayments-subcontainer,
#repayments-app .total-repayments-details .repayments-subcontainer {
  /* can be deleted on a */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  #repayments-app .monthly-repayments-details .repayments-subcontainer,
  #repayments-app .repayments-after-interest .repayments-subcontainer,
  #repayments-app .total-repayments-details .repayments-subcontainer {
    min-width: 275px;
  }
}
#repayments-app .monthly-repayments-details .monthly-repayments-rates,
#repayments-app .repayments-after-interest .monthly-repayments-rates,
#repayments-app .total-repayments-details .monthly-repayments-rates {
  /* can be deleted on a */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
}
@media (max-width: 410px) {
  #repayments-app .monthly-repayments-details .monthly-repayments-rates,
  #repayments-app .repayments-after-interest .monthly-repayments-rates,
  #repayments-app .total-repayments-details .monthly-repayments-rates {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
#repayments-app .monthly-repayments-details .subheading,
#repayments-app .repayments-after-interest .subheading,
#repayments-app .total-repayments-details .subheading {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  #repayments-app .monthly-repayments-details .subheading,
  #repayments-app .repayments-after-interest .subheading,
  #repayments-app .total-repayments-details .subheading {
    margin-bottom: 0;
    line-height: 25px;
  }
}
#repayments-app .monthly-repayments-details .figure,
#repayments-app .repayments-after-interest .figure,
#repayments-app .total-repayments-details .figure {
  line-height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #repayments-app .monthly-repayments-details .figure,
  #repayments-app .repayments-after-interest .figure,
  #repayments-app .total-repayments-details .figure {
    margin-bottom: 24px;
    line-height: 2.8rem;
    font-size: 2rem;
  }
}
#repayments-app .extra-repayments-text {
  margin-top: 20px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #repayments-app .extra-repayments-text {
    margin: 0 0 24px;
    font-size: 1.2rem;
  }
}
#repayments-app .extra-repayment-prefix {
  position: absolute;
  line-height: 48px;
  z-index: 1;
  padding-left: 12px;
  padding-top: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#repayments-app .extra-repayment-suffix {
  position: absolute;
  line-height: 48px;
  z-index: 1;
  margin-left: -32px;
  margin-top: -5px;
  padding: 8px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #repayments-app .monthly-repayments-details .extra-repayments-text {
    margin: -20px 0 24px;
  }
}
#repayments-app .monthly-repayments-details.b-testing {
  row-gap: 32px !important;
}
#repayments-app .monthly-repayments-details.b-testing .extra-repayments-text {
  margin: 8px 0 0;
}
#repayments-app .figure-with-subtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#repayments-app .subtext {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  #repayments-app .subtext {
    font-size: 1.2rem;
    margin-bottom: 24px;
    line-height: 2.8rem;
  }
}
#repayments-app .repayments-after-interest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
}
@media (max-width: 768px) {
  #repayments-app .repayments-after-interest {
    margin-top: 0;
  }
  #repayments-app .repayments-after-interest .figure-with-subtext {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #repayments-app .repayments-after-interest .subtext {
    margin-top: -20px;
  }
}
#repayments-app .repayments-after-interest .b-testing {
  margin: 24px 0 0 !important;
}
#repayments-app .repayments-after-interest.b-testing {
  margin-top: 32px !important;
}
#repayments-app .ppfr-info-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  margin-top: 24px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 768px) {
  #repayments-app .ppfr-info-outer {
    margin-left: 24px;
    margin-right: 24px;
  }
}
#repayments-app .ppfr-info-outer .info-button {
  border-radius: 69%;
  background-color: #1175B5;
  border: #1175B5;
  width: 16px;
  height: 16px;
  color: #ffffff;
  font-size: 11px;
  margin-right: 8px;
  margin-top: 4px;
}
#repayments-app .ppfr-info-outer .ppfr-info-inner {
  font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  width: 95%;
  text-wrap: balance;
  margin-bottom: 0;
}
@media (min-width: 1201px) {
  #repayments-app .ppfr-info-outer .ppfr-info-inner {
    margin-bottom: -16px;
  }
}
@media (min-width: 979px) {
  html.lt-ie9 #repayments-app .question-section .question {
    padding-right: 2px;
  }
  html.lt-ie9 #repayments-app .question-section .question + .question {
    padding-left: 2px;
  }
  html.lt-ie9 #repayments-app .question-section .form-group {
    font-size: 15px;
  }
  html.lt-ie9 #repayments-app .question-section .form-group .input-group .form-control {
    padding-left: 5px;
    font-size: 15px;
  }
  html.lt-ie9 #repayments-app .question-section .form-group .input-group.merged .form-control {
    padding-left: 14px;
  }
  html.lt-ie9 #repayments-app .question-section .form-group .input-group .input-group-addon {
    padding-left: 4px;
    padding-right: 0;
    font-size: 15px;
  }
  html.lt-ie9 #repayments-app .question-section .custom-drop-down {
    max-width: 100%;
  }
  html.lt-ie9 #repayments-app .question-section .custom-drop-down select {
    width: auto;
    padding-right: 3px;
  }
  html.lt-ie9 #repayments-app .question-section .custom-rate {
    white-space: normal;
    min-width: 80px;
    display: inline-block;
  }
  html.lt-ie9 #repayments-app .question-section .custom-rate span {
    float: left;
  }
  html.lt-ie9 #repayments-app .question-section .custom-rate a {
    width: 50px;
    float: right;
    text-align: left;
    margin-top: -15px;
  }
  html.lt-ie9 #repayments-app .question-section .btn {
    min-width: 130px;
  }
}
#repayments-app {
  background-color: #fff;
  padding: 0 16px;
}
@media (max-width: 1199px) {
  #repayments-app {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #repayments-app {
    margin: 0 32px;
  }
}
@media (min-width: 1200px) {
  #repayments-app {
    margin: 0 auto;
  }
  #repayments-app .container {
    width: auto;
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .commbank_header.glo + .sub-wrap #app-content .call-to-actions-section .action-group {
    padding: 8px;
  }
}
#repayments-app .jumbotron {
  padding: 0;
  margin: 0;
}
#repayments-app .jumbotron p {
  font-family: 'CBABeaconSans-Regular';
  font-size: 14px;
  font-weight: 400;
  margin-top: 32px;
  margin-bottom: 32px;
}
#repayments-app .jumbotron h1,
#repayments-app .jumbotron .h1 {
  font-family: 'CBABeaconSans-ExtraBold';
  margin-bottom: 0;
}
@media (min-width: 320px) {
  #repayments-app .jumbotron h1,
  #repayments-app .jumbotron .h1 {
    padding-top: 10px;
    margin-left: -20px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  #repayments-app .jumbotron p {
    margin-top: 10px;
    margin-bottom: 32px;
  }
  #repayments-app .jumbotron h1,
  #repayments-app .jumbotron .h1 {
    font-size: 32px;
    padding-top: 2.5rem;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  #repayments-app .jumbotron p {
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 32px;
  }
  #repayments-app .jumbotron h1,
  #repayments-app .jumbotron .h1 {
    font-size: 48px;
    padding-top: 48px;
    margin-left: 0;
  }
}
#repayments-app #main-content {
  margin: 0;
}
@media (min-width: 768px) {
  #repayments-app #main-content {
    margin: 0 24px;
  }
}
#repayments-app .results {
  margin: 0;
}
@media (min-width: 768px) {
  #repayments-app .results {
    margin: 0 24px;
  }
}
#repayments-app .infoBox-container {
  margin-top: 24px;
}
@media (min-width: 768px) {
  #repayments-app .infoBox-container {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 600px) {
  #repayments-app .faq-hr {
    margin-left: 0;
    margin-right: 0;
  }
}
.line-chart {
  font-size: 14px;
}
.line-chart .x.axis path {
  stroke: #bdbbbc;
  fill: none;
  stroke-width: 1px;
  shape-rendering: cripEdges;
}
.line-chart .series.first .line {
  stroke: #ffcc00;
  stroke-width: 2px;
}
.line-chart .series.first .point {
  stroke: #666666;
  stroke-width: 2px;
}
.line-chart .series.second .line {
  stroke: #c2c2c2;
  stroke-width: 2px;
}
.line-chart .series.second .point {
  stroke: #c2c2c2;
  stroke-width: 2px;
}
.line-chart .area {
  fill: #ffcc00;
}
.line-chart .primary .area {
  fill: #ffcc00;
}
.line-chart .secondary .area {
  fill: #ffe57f;
}
.property-img {
  display: block;
  background-image: url(../../images/missing_image.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.property-img.unlisted {
  padding-top: 340px;
}
.loading {
  position: relative;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #fff url(../../images/spinner.gif) no-repeat center center;
  z-index: 100;
}
.by-domain {
  font-size: 12px;
  line-height: 24px;
  font-family: 'CBABeaconSans-Regular', 'HelveticaNeue-Light', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  color: #363c46;
  padding-right: 75px;
  margin-top: 22px;
  float: right;
}
.by-domain.b-testing {
  float: none;
  margin-top: 0;
}
.domain-logo {
  background: url(../../images/logo_domain.png) no-repeat right;
  display: inline;
  position: absolute;
  height: 20px;
  width: 71px;
  margin-left: 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .domain-logo {
    background-image: url(../../images/logo_domain_retina.png);
    background-size: 71px 16px;
  }
}
.apm-source {
  display: inline-block;
  color: #656262;
  font-size: 12px;
  padding: 0;
  margin-bottom: 9px;
}
.apm-logo {
  background: url(../../images/logo_apm.png) no-repeat right;
  height: 18px;
  width: 116px;
  margin-right: 60px;
  background-size: 116px 18px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .apm-logo {
    background-image: url(../../images/logo_apm_retina.png);
  }
}
.favourite-btn {
  position: absolute;
  z-index: 2;
  bottom: 8px;
  right: 6px;
  width: 35px;
  height: 35px;
  display: inline-block;
  background-image: url(../../images/favourites_heart_outline.svg);
  background-size: 23px 20px;
  background-repeat: no-repeat;
  background-position: 6px;
  border: none;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.favourite-btn.top {
  top: 8px;
}
.favourite-btn.right {
  right: 10px;
}
.favourite-btn.on {
  width: 35px;
  background-position: 6px;
  background-image: url(../../images/favourites_heart.svg);
}
@supports (-webkit-touch-callout: none) {
  .favourite-btn .favourite-btn {
    background-position: 6px;
    width: 35px;
    right: 10px;
  }
  .favourite-btn .favourite-btn.on {
    background-position: 6px;
    width: 35px;
    right: 10px;
  }
}
.affordability-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  background-image: url('../../images/affordabilitybtn.svg');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 3px 2px;
  border: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.affordability-btn:hover {
  opacity: 0.8;
}
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.terms-and-conditions-bar {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .terms-and-conditions-bar {
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .terms-and-conditions-bar {
    padding-bottom: 45px;
  }
}
.home-in-background {
  padding: 16px 16px 16px 16px;
  background-color: #f4f4f4;
}
#HomeInPropertyCard {
  padding-bottom: 16px;
  color: #107bbf;
}
.property-container {
  border-radius: 3px;
}
.property-container.card.card-single.flip-card {
  position: relative;
  overflow: visible;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.property-container.card.card-single.flip-card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.property-container.card.card-single.flip-card.back .flip-container {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.property-container.card.card-single.flip-card.back .flip-container .property-info {
  z-index: -1;
}
.property-container.card.card-single.flip-card .flip-container {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.75s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.property-container.card.card-single.flip-card .flip-container:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.property-container.card.card-single.flip-card .card-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #fff;
  border-radius: 5px;
}
.property-container.card.card-single.flip-card .affordability-info {
  background: #231f20;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.property-container .card-wrapper {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.property-container .property-attrs {
  position: relative;
}
.property-container .property-attrs .carousel .carousel-inner {
  padding-top: 65%;
}
.property-container .property-attrs .carousel .item {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: url(../../images/missing_image.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.property-container .property-attrs .status {
  position: absolute;
  left: 6px;
  bottom: 0;
  display: block;
  background-color: rgba(35, 31, 32, 0.7);
  font-size: 12px;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 8px;
  border-radius: 3px;
  height: 28px;
}
.property-container .property-attrs .fav-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  border: solid 2px #fff;
  z-index: 5;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #c73658;
}
.property-container .property-details {
  display: block;
  position: relative;
  color: #231f20;
  background-color: #fff;
  padding: 35px 32px 0;
}
.property-container .property-details:focus,
.property-container .property-details:hover,
.property-container .property-details:active,
.property-container .property-details:visited {
  outline: none;
  text-decoration: none;
}
.property-container .property-details .sale-info {
  position: absolute;
  right: 0;
  top: -3px;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  padding: 35px;
}
.property-container .property-details .price {
  display: inline-block;
  max-width: 85%;
  vertical-align: bottom;
  margin: 0 8px 20px 0;
  font-size: 20px;
  line-height: 24px;
}
.property-container .property-details .address {
  margin: 0 0 20px 0;
  font-size: 14px;
}
.property-container .property-details .details {
  padding: 0 0 20px 0;
  margin: 0;
}
.property-container .property-details .details .info {
  font-size: 14px;
  line-height: 24px;
  padding-right: 8px;
}
.property-container .property-details .details .info .left-border {
  border-left: 1px solid #d1d1d1;
  padding-left: 11px;
}
.property-container .property-details .details .info:first-child {
  margin-left: 0;
}
.property-container .property-details .details .info:last-child {
  border-right: none;
}
.property-container .property-details .icon {
  width: 19px;
  height: 18px;
  margin-right: 5px;
  display: inline-block;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
}
.property-container .property-details .icon.bedrooms {
  background-image: url(../../images/bedrooms.svg);
}
.property-container .property-details .icon.baths {
  background-image: url(../../images/baths.svg);
}
.property-container .property-details .icon.parking {
  background-image: url(../../images/parkings.svg);
}
.property-container .property-details .icon.none {
  width: 0;
  margin-right: 0;
}
.affordability-info {
  padding: 24px;
  color: #fff;
  cursor: pointer;
}
.affordability-info.calculating .close {
  z-index: 110;
  color: #231f20;
}
.affordability-info .main-content {
  width: 90%;
}
.affordability-info p {
  padding-bottom: 8px;
  margin-bottom: 0;
  color: #fff;
}
.affordability-info p.address {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 12px;
}
.affordability-info .sub-content.logon:before {
  content: "";
  display: block;
  width: 80px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: -16px 16px;
  background-image: url(../../images/commbank.svg);
  background-size: 80px 80px;
}
@media (max-width: 409px) {
  .affordability-info .sub-content.logon:before {
    width: 64px;
    height: 64px;
    background-position: -12px 0px;
    background-size: 64px 64px;
  }
}
.affordability-info p.desc {
  font-size: 26px;
  line-height: 32px;
}
.affordability-info p.time-out-subtext {
  margin-top: 16px;
}
.affordability-info .amount {
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  margin-right: 8px;
}
.affordability-info .amount.minus {
  color: #ff4a4a;
}
.affordability-info .property-price .amount {
  padding-bottom: 12px;
}
.affordability-info .property-price,
.affordability-info .stacked-bar-chart {
  position: relative;
  margin-bottom: 18px;
}
.affordability-info .property-price:after,
.affordability-info .stacked-bar-chart:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border: solid 1px #d1d1d1;
  opacity: 0.5;
  margin-top: 8px;
}
.affordability-info .est-label.estimatedText:after {
  content: "";
  display: block;
  position: absolute;
  top: 41px;
  left: 1px;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-image: url(../../images/commbank_logo_yellow.svg);
  background-size: 30px 30px;
}
.affordability-info .est-label.estimatedText + .est-price {
  padding-left: 40px;
}
.affordability-info .est-price {
  margin-top: 8px;
  font-size: 32px;
}
.affordability-info .sub-content.find-out p.desc {
  padding-top: 32px;
}
.affordability-info .sub-content.find-out .property-price {
  margin-top: 16px;
}
.affordability-info .sub-content.find-out .property-price + p.desc {
  font-size: 20px;
  line-height: 32px;
}
.affordability-info .bar {
  display: block;
  float: left;
  height: 8px;
  margin-top: 8px;
}
.affordability-info .chart-legend {
  margin-bottom: 24px;
}
.affordability-info .chart-legend .bar-label:first-child {
  display: none;
}
.affordability-info .chart-legend .bar-label:nth-of-type(2) {
  float: left;
  width: 50%;
}
.affordability-info .chart-legend .bar-label:nth-of-type(3) {
  float: right;
  width: 50%;
}
.affordability-info .bar-label span {
  margin-right: 4px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.affordability-info .bar-label-value {
  font-weight: bold;
}
.affordability-info .btn.btn-outline {
  margin-top: 24px;
  width: 220px;
}
.affordability-info .close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  color: #d1d1d1;
  font-size: 16px;
  padding: 14px;
}
@media (max-width: 767px) {
  .affordability-info .property-price .amount {
    padding-bottom: 4px;
  }
  .affordability-info .chart-legend {
    margin-bottom: 18px;
  }
  .affordability-info .property-price,
  .affordability-info .stacked-bar-chart {
    margin-bottom: 12px;
  }
}
@media (min-width: 978px) and (max-width: 1280px) {
  .affordability-info p.address {
    padding-bottom: 18px;
  }
  .affordability-info .property-price .amount {
    padding-bottom: 20px;
  }
  .affordability-info .chart-legend {
    margin-bottom: 32px;
  }
  .affordability-info .property-price,
  .affordability-info .stacked-bar-chart {
    margin-bottom: 26px;
  }
}
.infoBox .info-window {
  padding: 0 44px;
}
.infoBox .info-window:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -16px;
  border-style: solid;
  border-width: 12px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.infoBox .info-window.single {
  padding: 0;
}
.infoBox .info-window.single .property-container {
  -webkit-box-shadow: 0 0 10px rgba(35, 31, 32, 0.25);
          box-shadow: 0 0 10px rgba(35, 31, 32, 0.25);
}
.infoBox .info-window.single:after {
  margin-left: -5px;
}
.infoBox .info-window .carousel {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(35, 31, 32, 0.25);
          box-shadow: 0 0 10px rgba(35, 31, 32, 0.25);
  overflow: visible;
}
.infoBox .info-window .carousel .carousel-control.left {
  left: -44px;
}
.infoBox .info-window .carousel .carousel-control.left > .icon {
  margin-left: -11px;
}
.infoBox .info-window .carousel .carousel-control.right {
  right: -44px;
}
.infoBox .info-window .carousel .carousel-control.right > .icon {
  margin-left: -17px;
}
.infoBox .info-window .property-container {
  font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  background-color: #fff;
  padding: 0;
  min-width: 270px;
}
.infoBox .info-window .property-container .property-attrs {
  float: left;
  width: 102px;
}
.infoBox .info-window .property-container .property-attrs .carousel .carousel-control {
  display: none;
}
.infoBox .info-window .property-container .property-attrs .property-img {
  padding-top: 88px;
  padding-left: 102px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.infoBox .info-window .property-container .property-attrs .status {
  padding: 4px 5px;
}
.infoBox .info-window .property-container .property-details {
  float: right;
  width: 168px;
  height: 88px;
  padding: 0 10px;
}
.infoBox .info-window .property-container .property-details .sale-info {
  font-size: 14px;
  padding: 8px 10px 0 0;
}
.infoBox .info-window .property-container .property-details .price {
  font-size: 14px;
  line-height: 24px;
  margin: 8px 0 0;
}
.infoBox .info-window .property-container .property-details .price.has-sale-info {
  width: 90px;
}
.infoBox .info-window .property-container .property-details .price.not-visible {
  visibility: hidden;
}
.infoBox .info-window .property-container .property-details .address {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: -3px;
}
.infoBox .info-window .property-container .property-details .address.address-only {
  font-size: 14px;
  max-height: 48px;
  overflow: hidden;
  white-space: normal;
}
.infoBox .info-window .property-container .property-details .address.has-sale-info {
  padding-top: 24px;
}
.infoBox .info-window .property-container .property-details .details {
  padding: 0;
}
.infoBox .info-window .property-container .property-details .details .info {
  border-right: none;
  font-size: 12px;
  line-height: 24px;
}
.infoBox .info-window .property-container .property-details .details .info .icon {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.infoBox .info-window .property-container .property-details .details .info .icon.none {
  width: 0;
}
article.card.property-container .card-wrapper .carousel-control.right {
  right: 0;
  -webkit-transform: translateX(44px);
  transform: translateX(44px);
}
article.card.property-container .card-wrapper .carousel-control.left {
  left: 0;
  -webkit-transform: translateX(-44px);
  transform: translateX(-44px);
}
article.card.property-container .card-wrapper:hover .carousel-control.right,
article.card.property-container .card-wrapper:focus .carousel-control.right,
article.card.property-container .card-wrapper .carousel-control.right:focus {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
}
article.card.property-container .card-wrapper:hover .carousel-control.left,
article.card.property-container .card-wrapper:focus .carousel-control.left,
article.card.property-container .card-wrapper .carousel-control.left:focus {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
.search-icon {
  display: block;
  width: 100%;
  height: 96px;
  background: #6a727a url(../../images/search.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .search-icon {
    background-image: url(../../images/search2x.png);
  }
}
article.card.tools.one .search-text {
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  margin-top: 50px;
}
article.card.tools.one .search-text .first-line {
  display: block;
}
.properties-list .container.b-testing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  row-gap: 16px !important;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 768px) {
  .properties-list .container.b-testing {
    padding: 0;
  }
}
.properties-list .header {
  position: relative;
}
.properties-list .header .title {
  float: left;
}
.properties-list .header .title.b-testing {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.properties-list .header .domain-logo {
  float: right;
}
.properties-list .header.b-testing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px !important;
     -moz-column-gap: 8px !important;
          column-gap: 8px !important;
  row-gap: 8px;
  width: 100%;
}
@media (max-width: 768px) {
  .properties-list .header.b-testing {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.properties-list .properties-container {
  width: 100%;
}
@media (max-width: 768px) {
  .properties-list .properties-container {
    margin: 0;
  }
  .properties-list .properties-container .property-container {
    padding-bottom: 20px;
  }
  .properties-list .properties-container .navigation-item {
    padding-bottom: 20px;
  }
}
.properties-list .property-container .property-attrs .carousel .item {
  display: block;
}
.properties-list .favourite-btn,
.properties-list .fav-icon {
  display: none;
}
.properties-list .search-link-tile {
  position: relative;
  min-width: 230px;
}
.properties-list .search-link-tile .search-link {
  position: relative;
  border-radius: 3px;
  background: #6a727a;
  display: block;
  padding-top: 65%;
  padding-bottom: 172px;
}
.properties-list .search-link-tile .search-link h4 {
  position: absolute;
  top: 0;
  font-size: 12px;
  padding: 21px 32px 24px;
  color: #fff;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  line-height: 24px;
}
.properties-list .search-link-tile .search-link .search-link-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -85px;
  padding-left: 0;
  list-style: none;
}
.no-appearance.pointerevents .property-container.card.flip-card.back .flip-container {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.no-appearance.pointerevents .property-container.card.flip-card.back .property-info {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.no-appearance.pointerevents .property-container.card.flip-card.back .affordability-info {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.no-appearance.pointerevents .property-container.card.flip-card .card-wrapper {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.no-appearance.pointerevents .property-container.card.flip-card .property-info {
  z-index: 10;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.no-appearance.pointerevents .property-container.card.flip-card .affordability-info {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.home-in-title {
  font-family: 'CBABeaconSans-ExtraBold';
  padding-bottom: 0;
}
.carousel {
  position: relative;
  overflow: hidden;
}
.carousel .carousel-control {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.carousel .carousel-control > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: rgba(35, 31, 32, 0.7);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  padding-top: 7px;
}
.carousel .carousel-control > .icon:hover,
.carousel .carousel-control > .icon:focus {
  background-color: rgba(35, 31, 32, 0.9);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.carousel:hover .carousel-inner .item {
  display: block;
}
.carousel:focus .carousel-inner .item {
  display: block;
}
.carousel .carousel-inner {
  overflow: hidden;
}
.carousel .carousel-inner .item {
  display: none;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.carousel .carousel-inner .item.left {
  max-height: 0;
  opacity: 0;
}
.carousel .carousel-inner .item.right {
  max-height: 0;
  opacity: 0;
}
.carousel .carousel-inner .item.active {
  display: block;
  opacity: 1;
}
@media (max-width: 978px) {
  .carousel .carousel-control.right {
    right: 2px;
  }
  .carousel .carousel-control.left {
    left: 2px;
  }
}
.carousel .testimonial-carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel .testimonial-carousel-controls p {
  color: #918f8f;
}
.carousel .testimonial-carousel-controls a {
  text-decoration: none !important;
}
.carousel .testimonial-carousel-control {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.carousel .testimonial-carousel-control > .icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  color: #706d6e;
  text-align: center;
  background-color: rgba(35, 31, 32, 0);
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  border-color: #dedede;
}
.carousel .testimonial-carousel-control > .icon:hover {
  border-color: black;
  background-color: #e9e9e9;
}
.carousel .testimonial-carousel-control > .disabled {
  color: #979797;
  background-color: #e9e9e9;
  border: 0;
  cursor: default;
}
#search-app.first-launch {
  width: 100%;
  height: 610px;
  display: table;
}
#search-app.first-launch .wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-image: url(../../images/searchhome_lg.jpg);
  background-size: cover;
  background-position: center center;
}
#search-app.first-launch .msg-area {
  position: relative;
  top: -40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #search-app.first-launch .msg-area {
    margin: 0px 16px;
  }
}
#search-app.first-launch .msg-area .msg {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #search-app.first-launch .msg-area .msg {
    font-size: 32px;
    line-height: 40px;
  }
}
#search-app.first-launch .msg-area .msg-sec {
  font-size: 16px;
  color: #fff;
  font-family: 'CBABeaconSans-Regular', Helvetica, Arial, sans-serif;
}
#search-app.first-launch .search-panel {
  position: relative;
  top: -40px;
  z-index: 0;
  max-width: 984px;
  margin: 0 auto;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px 10px;
  max-height: none;
  overflow: visible;
}
@media (min-width: 768px) and (max-width: 991px) {
  #search-app.first-launch .search-panel {
    width: 93.75%;
  }
}
@media (max-width: 767px) {
  #search-app.first-launch .search-panel {
    width: 100%;
    background-color: transparent;
    padding: 0 8px;
  }
}
#search-app.first-launch .search-panel .search-mode {
  position: relative;
  display: inline-block;
  z-index: 1;
  vertical-align: top;
  margin-right: 8px;
}
@media (max-width: 767px) {
  #search-app.first-launch .search-panel .search-mode,
  #search-app.first-launch .search-panel .search-mode span {
    width: 100%;
  }
}
#search-app.first-launch .search-panel .search-mode .custom-drop-down {
  margin-right: 0;
}
#search-app.first-launch .search-panel .search-mode #buyingMode {
  width: 150px;
  height: 48px;
  padding: 2px 5px 0px;
  display: inline-block;
  color: #fff;
  border-color: transparent;
  background-color: transparent;
}
@media (max-width: 767px) {
  #search-app.first-launch .search-panel .search-mode #buyingMode {
    width: 100%;
    background-color: white;
    color: #434a58;
    padding-left: 15px;
  }
}
#search-app.first-launch .search-panel .search-mode #buyingMode:focus,
#search-app.first-launch .search-panel .search-mode #buyingMode:hover {
  border-color: #918f8f;
}
#search-app.first-launch .search-panel .search-mode #buyingMode:focus option,
#search-app.first-launch .search-panel .search-mode #buyingMode:hover option {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #search-app.first-launch .search-panel .search-mode #buyingMode:focus option,
  #search-app.first-launch .search-panel .search-mode #buyingMode:hover option {
    background-color: white;
    color: #434a58;
  }
}
#search-app.first-launch .search-panel .search-mode select::-ms-expand {
  display: none;
}
#search-app.first-launch .search-panel .search-mode .icon {
  color: #fff;
  opacity: 0.5;
  display: inline;
  position: absolute;
  pointer-events: none;
  top: 18.5px;
  right: 15px;
}
@media (max-width: 767px) {
  #search-app.first-launch .search-panel .search-mode .icon {
    color: #706d6e;
    opacity: 1;
  }
}
#search-app.first-launch .search-panel .suburb-input {
  width: 60%;
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-right: 8px;
}
@media (max-width: 837px) {
  #search-app.first-launch .search-panel .suburb-input {
    width: 45%;
  }
}
@media (min-width: 838px) and (max-width: 1199px) {
  #search-app.first-launch .search-panel .suburb-input {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #search-app.first-launch .search-panel .suburb-input {
    width: 100%;
    margin-top: 16px;
    margin-right: 0;
  }
}
#search-app.first-launch .search-panel .suburb-input .ic-tokens {
  margin: 0;
  min-width: inherit;
}
#search-app.first-launch .search-panel .suburb-input .ic-tokens .ic-inline {
  display: inline-block;
  max-width: 100%;
}
#search-app.first-launch .search-panel .suburb-input .ic-tokens .ic-tokeninput {
  max-width: 100%;
}
#search-app.first-launch .search-panel .suburb-input .ic-tokens .ic-tokeninput-input {
  max-width: 100%;
}
#search-app.first-launch .search-panel .search-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
}
#search-app.first-launch .search-panel .search-btn .btn {
  line-height: 40px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #search-app.first-launch .search-panel .search-btn .btn {
    margin-top: 16px;
  }
}
#search-app.first-launch .search-panel .search-btn .btn .label {
  color: #231f20;
  font-size: 14px;
  font-weight: normal;
}
#search-app.first-launch .search-panel .powered-by-domain {
  position: absolute;
  right: 68px;
  bottom: -28px;
  color: white;
  line-height: 24px;
  font-size: 12px;
}
@media (max-width: 767px) {
  #search-app.first-launch .search-panel .powered-by-domain {
    position: initial;
    margin-left: -60px;
    padding-top: 12px;
  }
}
#search-app.first-launch .search-panel .powered-by-domain .domain-logo {
  background: url(../../images/logo_domain_white.png) no-repeat right;
  width: 60px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #search-app.first-launch .search-panel .powered-by-domain .domain-logo {
    background-image: url(../../images/logo_domain_white_retina.png);
    background-size: 60px 14px;
  }
}
.ic-tokeninput {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.ic-inline {
  display: inline;
  margin-bottom: 0;
}
.ic-tokeninput-list {
  display: none;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  top: 100%;
  left: 0;
  padding: 0;
  font-size: 14px;
  width: 100%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(35, 31, 32, 0.25);
          box-shadow: 0 0 5px rgba(35, 31, 32, 0.25);
  -webkit-filter: drop-shadow(rgba(35, 31, 32, 0.25) 0 0 5px);
          filter: drop-shadow(rgba(35, 31, 32, 0.25) 0 0 5px);
  margin-top: 15px;
}
.ic-tokeninput-list:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 16px solid #4f4c4d;
  position: absolute;
  top: -15px;
  left: 15px;
  z-index: 7;
}
.ic-tokeninput-wrapper {
  display: inline-block;
}
.ic-tokeninput-is-open .ic-tokeninput-list {
  display: block;
}
.ic-tokeninput-option:hover,
.ic-tokeninput-option:focus,
.ic-tokeninput-option:visited,
.ic-tokeninput-option:active {
  text-decoration: none;
  outline: 0;
  background: #e8e8e8;
  color: #231f20;
}
.ic-tokeninput-option:hover.not-found-option,
.ic-tokeninput-option:focus.not-found-option,
.ic-tokeninput-option:visited.not-found-option,
.ic-tokeninput-option:active.not-found-option {
  background: #ffffff;
}
.ic-tokeninput-input {
  padding-right: 20px;
  width: 272px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 none;
  outline: 0;
  margin: 5px 0 1px;
}
@media (max-width: 360px) {
  .ic-tokeninput-input {
    width: 252px;
  }
}
.ic-tokeninput-input.hidden {
  display: none;
}
.ic-token-label {
  position: relative;
  top: 2px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 220px;
  padding-right: 16px;
  display: inline-block;
}
.ic-tokeninput-input::-ms-clear {
  display: none;
}
.ic-tokeninput-option {
  display: block;
  padding: 8px 16px;
  cursor: pointer;
  outline: 0;
  color: #231f20;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.ic-tokeninput-option.heading {
  background-color: #4f4c4d;
  color: #fff;
  cursor: default;
}
.ic-tokens {
  border: 1px solid #706d6e !important;
  z-index: 8;
  list-style: none;
  padding: 1px 6px;
  background-color: white;
  border: none;
  cursor: text;
  position: relative;
  min-height: 40px;
  min-width: 272px;
  max-width: 590px;
}
@media (max-width: 767px) {
  .ic-tokens {
    min-width: 265px;
    max-width: 100%;
  }
}
.has-error .ic-tokens {
  border: 1px solid #ff4a4a;
}
.ic-token {
  font-family: 'CBABeaconSans-Regular', 'HelveticaNeue-Light', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 30px;
  background-color: #f4f4f4;
  border: 1px solid #d1d1d1;
  color: #231f20;
  border-radius: 100px;
  padding: 2px 15px;
  margin-right: 6px;
  margin-top: 3px;
  margin-bottom: 1px;
  display: inline-block;
  position: relative;
}
.ic-token .ic-token-label-suburb {
  font-weight: bold;
}
.ic-empty-input {
  padding: 5px 15px;
  margin-right: 6px;
  margin-top: 2px;
  margin-bottom: 2px;
  display: inline-block;
}
.ic-link {
  padding: 5px 15px;
  margin-right: 6px;
  margin-top: 2px;
  margin-bottom: 2px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}
.ic-token:hover {
  border-color: #7a7a7a;
}
.ic-token:active {
  border-color: #231f20;
}
.ic-token-delete-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 10px 8px;
  line-height: 20px;
  cursor: pointer;
  color: #706d6e;
}
@media (max-width: 767px) {
  .ic-token-delete-button {
    font-size: 24px;
    padding-top: 2px;
  }
}
.ic-token-delete-button:hover {
  color: #231f20;
}
.cta-banner {
  position: relative;
  background-color: rgba(35, 31, 32, 0.9);
  color: #fff;
  padding: 16px 0;
  text-align: center;
}
.cta-banner .cta-call-us {
  padding-left: 24px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.cta-banner .cta-call-us .action {
  color: #fff;
}
.cta-banner .cta-call-us .action:focus,
.cta-banner .cta-call-us .action:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cta-banner .cta-call-us {
    font-size: 16px;
  }
}
.cta-banner .btn {
  margin-left: 24px;
  margin-bottom: 0;
  border-color: #fff;
  color: #fff;
  min-width: 150px;
}
.cta-banner .or-text {
  margin-left: 24px;
}
.cta-banner .close {
  display: none;
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 14px;
  padding: 16px;
  color: #fff;
  opacity: 0.7;
}
.cta-banner .close:hover {
  opacity: 1;
}
@media (max-width: 978px) {
  .cta-banner .btn,
  .cta-banner .or-text {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .cta-banner.variant-one .cta-text {
    display: none;
  }
  .cta-banner.variant-one .cta-call-us {
    padding-left: 0;
  }
}
@media (max-width: 895px) {
  .cta-banner.variant-two .cta-text {
    display: none;
  }
  .cta-banner.variant-two .cta-call-us {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .cta-banner.variant-two .or-text,
  .cta-banner.variant-two .cta-call-us {
    display: none;
  }
  .cta-banner.variant-two .btn {
    min-width: 120px;
  }
}
@media (max-width: 359px) {
  .cta-banner.variant-two .btn {
    min-width: 100px;
    margin-left: 8px;
  }
}
@media (max-width: 1023px) {
  .cta-banner.variant-three .cta-text {
    display: none;
  }
}
.cta-banner.variant-three .mobileBtn {
  display: none;
}
@media (min-width: 1023px) and (max-width: 1099px) {
  .cta-banner.variant-three {
    padding-right: 32px;
  }
  .cta-banner.variant-three .cta-call-us {
    padding-left: 16px;
  }
  .cta-banner.variant-three .btn {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .cta-banner.variant-three .btn {
    display: none;
  }
  .cta-banner.variant-three .mobileBtn.btn {
    display: inline-block;
  }
  .cta-banner.variant-three .cta-call-us {
    padding-left: 0;
  }
}
.sticky-header-container.fixed .cta-banner .close {
  display: block;
}
#total-costs-app .cta-banner .btn {
  min-width: 180px;
}
@media (max-width: 599px) {
  #total-costs-app .cta-banner .btn {
    min-width: 130px;
  }
}
@font-face {
  font-family: CBASansWeb-Bold;
  src: local('CBASansWeb-Bold'), url('../../Fonts/CBASansWeb-Bold.woff2') format('truetype');
}
@font-face {
  font-family: CBASansWeb-Regular;
  src: local('CBASansWeb-Regular'), url('../../Fonts/CBASansWeb-Regular.woff2') format('truetype');
}
@font-face {
  font-family: CBASlabWeb-Regular;
  src: local('CBASlabWeb-Regular'), url('../../Fonts/CBASlabWeb-Regular.woff') format('truetype');
}
@font-face {
  font-family: CBABeaconSans-Regular;
  src: local('CBASlabWeb-Regular'), url('../../Fonts/CBABeaconSans-Regular.woff') format('woff');
}
@font-face {
  font-family: CBABeaconSans-ExtraBold;
  src: local('CBABeaconSans-ExtraBold'), url('../../Fonts/CBABeaconSans-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: CBASlab-ExtraBold;
  src: local('CBASlab-ExtraBold'), url('../../Fonts/CBASlab-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'CommBankFontIcons';
  src: url('../../Fonts/commBankFontIcons.eot');
  src: url('../../Fonts/commBankFontIcons.eot?#iefix') format('embedded-opentype'), url('../../Fonts/commBankFontIcons.woff') format('woff'), url('../../Fonts/commBankFontIcons.ttf') format('truetype'), url('../../Fonts/commBankFontIcons.svg#commBankFontIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.toast-module-wrapper {
  height: 120px;
  width: 100%;
  background-color: white;
}
@media (max-width: 977px) {
  .toast-module-wrapper {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .toast-module-wrapper {
    height: 230px;
  }
}
.toast-module-wrapper.hide {
  -webkit-transform: 'translateX(0px) translateY(300px) translateZ(0px)';
          transform: 'translateX(0px) translateY(300px) translateZ(0px)';
  opacity: 1;
  -webkit-transition-duration: '2s';
          transition-duration: '2s';
  -webkit-transition-timing-function: 'linear';
          transition-timing-function: 'linear';
}
.toast-module {
  color: white;
  background-color: #4f4c4d;
  min-height: 70px;
  max-width: 100%;
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 0px;
  z-index: 10000;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: fadeFromDown 2s linear;
          animation: fadeFromDown 2s linear;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
}
@media (max-width: 977px) {
  .toast-module {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    left: 0px;
    right: 0px;
  }
}
.toast-module.hide-toast {
  -webkit-transform: translateX(0px) translateY(300px) translateZ(0px);
          transform: translateX(0px) translateY(300px) translateZ(0px);
  opacity: 0;
}
.toast-module p {
  padding-top: 0;
}
@media (min-width: 768px) {
  .toast-module p {
    padding-top: 16px;
  }
}
.toast-module .toast-item-announcement {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .toast-module .toast-item-announcement {
    display: block;
    padding: 24px;
  }
}
.toast-module .toast-para {
  margin-right: 16px;
  color: white;
  line-height: 24px;
}
.toast-module .toast-para a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
  display: inline-block;
}
.toast-module .toast-para a:hover {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #ffcc00;
}
@media (max-width: 767px) {
  .toast-module .toast-para {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-right: 0px;
  }
  .toast-module .toast-para p {
    margin-top: 16px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .toast-module .toast-para p {
    margin-top: 0px;
    margin-bottom: 16px;
  }
}
.toast-module .toast-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .toast-module .toast-button-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.toast-module .toast-dismiss-button {
  color: white;
  text-decoration: none;
  padding-bottom: 2.56px;
  border-bottom: 1px solid white;
}
.toast-module .toast-dismiss-button:hover {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #ffcc00;
}
.toast-module .toast-round-button {
  min-width: 180px;
  padding: 0px 24px;
  border: 1px solid #4f4c4d;
  border-radius: 100px;
  line-height: 48px;
  text-align: center;
  margin-right: 24px;
  border-color: white;
  color: white;
}
.toast-module .toast-round-button:hover {
  text-decoration: none;
  color: white;
}
@media (max-width: 767px) {
  .toast-module .toast-round-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.nsw-info-outer {
  border: 2px solid #1175B5;
  margin: 2px;
  background-color: #ffffff;
  position: relative;
}
.nsw-info-outer .info-button {
  position: relative;
  top: 20px;
  left: 18px;
  border-radius: 69%;
  background-color: #1175B5;
  border: #1175B5;
  width: 28px;
  height: 28px;
  color: #ffffff;
}
.nsw-info-outer .nsw-info-inner {
  position: relative;
  margin: 10px 10px 10px 40px;
}
.nsw-info-outer .nsw-info-inner h6,
.nsw-info-outer .nsw-info-inner p,
.nsw-info-outer .nsw-info-inner a {
  font-family: 'CBA Beacon Sans', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
.nsw-info-outer .nsw-info-inner h6 {
  font-weight: 800;
}
.nsw-info-outer .nsw-info-inner p,
.nsw-info-outer .nsw-info-inner a {
  font-weight: 400;
}
.nsw-info-outer .nsw-info-inner a {
  text-decoration: underline;
}
.glo-nav .hide {
  display: block !important;
}
@media (max-width: 768px) {
  .commbank_header.glo + .sub-wrap #app-content {
    padding: 0;
  }
}
.commbank_header.glo + .sub-wrap #app-content .apply-modal .six-col {
  margin-right: 0;
}
.commbank_header.glo + .sub-wrap #app-content .call-to-actions-section .action-group {
  margin-right: 0;
  padding: 8px;
}
.commbank_header.glo + .sub-wrap #app-content .properties-list .property-container p {
  padding-bottom: 0;
}
.commbank_header.glo + .sub-wrap #app-content .properties-list .property-container p.details {
  padding-bottom: 20px;
}
.commbank_header.glo + .sub-wrap #app-content .properties-list .search-link-tile.col-sm-4 {
  padding: 0 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
}
@media (min-width: 768px) {
  .commbank_header.glo + .sub-wrap #app-content .properties-list .search-link-tile.col-sm-4 {
    width: 33.33333333%;
  }
}
.commbank_header.glo + .sub-wrap #app-content .properties-list .search-link-tile.col-sm-4 .mobile-wrapper {
  position: static;
}
.commbank_header.glo + .sub-wrap #app-content .properties-list .search-link-tile.col-sm-4 .search-link {
  padding-top: 65%;
  padding-bottom: 173px;
}
.commbank_header.glo + .sub-wrap #app-content .properties-list .search-link-tile.col-sm-4 .search-link-content {
  width: auto;
}
.commbank_header.glo + .sub-wrap #app-content .properties-list .search-link-tile.col-sm-4 .search-link-content li.tools-one {
  text-align: center;
}
/* ==========================================================================
    Results section
    ========================================================================== */
.results {
  position: relative;
  z-index: 2;
}
.results section {
  padding-top: 42px;
}
@media (max-width: 320px) {
  .results section {
    padding-top: 34px;
  }
}
.app-initial .results {
  opacity: 0.2;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.app-initial.fixed-header .results {
  opacity: 1;
}
@media (max-width: 978px) {
  .app-initial .result-container {
    display: none;
  }
}
/* ==========================================================================
    Helper classes
    ========================================================================== */
/* when there are no results returned */
.no-result .hidden-no-results {
  display: none!important;
}
/* any item that needs to react to a calculation taking place */
.calculating .calculation-respond {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.calculation-respond {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.heading-sub-text {
  font-size: 14px;
}
.print-only {
  display: none;
}
/* ==========================================================================
    Panel styles
    ========================================================================== */
.result-visualisation.results {
  background: #fff;
}
.result-visualisation .overlay {
  padding-top: 75px;
  padding-bottom: 40px;
}
@media (max-width: 978px) {
  .result-visualisation .overlay {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
.result-container {
  /* full width well styles */
}
.result-container.well {
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f0f0f0;
}
.terms-conditions p,
.terms-conditions li {
  font-family: 'CBABeaconSans-Regular', Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.terms-conditions.well {
  padding-top: 60px;
  padding-bottom: 45px;
}
@media (max-width: 978px) {
  .terms-conditions.well {
    padding-top: 31px;
    padding-bottom: 25px;
  }
}
.terms-conditions.b-test {
  margin-right: -16px;
  margin-left: -16px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 128px;
  padding-right: 128px;
}
@media (max-width: 768px) {
  .terms-conditions.b-test {
    padding: 24px;
  }
}
/* ==========================================================================
    Cost list styles
    ========================================================================== */
.cost-list-header {
  font-size: 14px;
  font-family: 'CBABeaconSans-Regular', Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-bottom: 15px;
}
.cost-list {
  padding: 0;
  margin-bottom: 0;
  text-align: right;
  margin-left: -20px;
  margin-right: -20px;
  /* category styles */
  /* mob max devices */
  /* xs devices */
}
.cost-list h6,
.cost-list .h6 {
  font-size: 14px;
  font-family: 'CBABeaconSans-Regular', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.cost-list .h5,
.cost-list h5 {
  margin: 0;
}
.cost-list .cost-title,
.cost-list .cost-description {
  width: 70%;
  float: left;
  display: inline-block;
  text-align: left;
}
.cost-list li.waive .cost-title,
.cost-list li.waive .value,
.cost-list li.waive .cost-description {
  text-decoration: line-through;
}
.cost-list .cost-description {
  padding-bottom: 15px;
  color: #656262;
}
.cost-list .value {
  margin-right: 90px;
  text-align: right;
  display: inline-block;
  font-family: 'CBABeaconSans-Regular', Helvetica, Arial, sans-serif;
}
.cost-list .sub-text {
  width: 45px;
  margin-right: 44px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin-left: -89px;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.cost-list .sub-text.btn {
  margin-bottom: 0;
  margin-top: 4px;
}
.cost-list .action-item {
  width: 44px;
  display: inline-block;
  margin: 0;
  margin-left: -44px;
  text-align: center;
  color: #434a58;
}
.cost-list .action-item:hover {
  text-decoration: none;
  color: #1f252f;
}
.cost-list form .form-group {
  margin-bottom: 0;
  vertical-align: bottom;
  padding-bottom: 15px;
  /* if the browser doesn't support input placeholders, we show labels which need to be aligned left */
}
.cost-list form .form-group .input-group {
  width: 120px;
  margin-bottom: -15px;
}
.cost-list form .form-group label {
  text-align: left;
  display: block;
}
.cost-list .wealth-package-cost-container {
  position: relative;
  overflow: auto;
}
.cost-list .wealth-package-cost-container .value {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.cost-list li {
  border-top: 1px solid #e8e7e7;
}
.cost-list .infoModal {
  margin-top: -41px;
  padding-right: 11.5rem;
}
.cost-list .infoModal .nsw-info-outer {
  margin: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cost-list .infoModal .nsw-info-outer .info-button {
  position: absolute !important;
}
.cost-list .infoModal .nsw-info-outer .nsw-info-inner {
  margin: 7px 37px 7px 59px !important;
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .cost-list .infoModal {
    padding-right: 6.4rem;
  }
}
@media (max-width: 460px) {
  .cost-list .infoModal {
    padding-right: 2.4rem;
  }
  .cost-list .infoModal .nsw-info-outer .info-button {
    top: 18px !important;
    left: 26px !important;
  }
  .cost-list .infoModal .nsw-info-outer .nsw-info-inner {
    margin: 49px 20px 14px 24px !important;
  }
}
.cost-list .notification {
  border-bottom: 1px solid #e8e7e7;
  background-color: #f7f7f7;
  padding-top: 21px;
  padding-bottom: 21px;
}
.cost-list .notification .cost-title {
  font-weight: bold;
  width: 80%;
}
.cost-list .notification .action-item {
  font-size: 12px;
}
.cost-list .btn.btn-icon {
  vertical-align: bottom;
  padding-bottom: 15px;
}
.cost-list li {
  padding: 21px 20px;
  list-style-type: none;
}
.cost-list li.cost-category {
  padding: 0;
}
.cost-list li.cost-category h5 a {
  padding: 21px 20px;
  display: inline-block;
  width: 100%;
  /* override the default anchor color */
  color: #1f252f;
}
.cost-list li.cost-category h5 a.active,
.cost-list li.cost-category h5 a:hover {
  background: #dedede;
}
.cost-list li.cost-category h5 a .action-item {
  font-size: 12px;
}
.cost-list li ol {
  padding: 0;
  font-size: 16px;
  background: #fff;
}
.cost-list li ol li {
  border-top: 0;
  overflow: auto;
  padding-top: 21px;
  padding-bottom: 11px;
  padding-left: 8.33333333%;
}
.cost-list li ol li.inactive span {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.cost-list li ol li .edit-cost-form {
  margin-top: -10px;
}
@media (max-width: 768px) {
  .cost-list {
    /* on smaller devices we want to change the width of the title and descriptions */
    /* don't want the notification items to reduce to 50% on smaller devices */
    /* changed on smaller devices as sub-text is not shown on these devices */
  }
  .cost-list .sub-text {
    display: none;
  }
  .cost-list .cost-title {
    width: 55%;
  }
  .cost-list .add-cost-input {
    width: 170px;
  }
  .cost-list .cost-description {
    width: 100%;
    padding-top: 10px;
  }
  .cost-list .wealth-package-cost-container .cost-title {
    width: 70%;
  }
  .cost-list .wealth-package-disclaimer-container {
    margin-left: 30px;
  }
  .cost-list .notification .cost-title {
    width: 70%;
    line-height: initial;
  }
  .cost-list .value {
    margin-right: 45px;
  }
  .cost-list li ol li {
    padding-left: 20px;
  }
  .cost-list form .form-group .input-group {
    width: 80px;
  }
}
@media (max-width: 500px) {
  .cost-list .wealth-package-disclaimer-container {
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  .cost-list {
    margin-bottom: 15px;
  }
  .cost-list .h5,
  .cost-list h5 {
    font-size: 16px;
  }
  .cost-list li {
    margin-right: -15px;
  }
  .cost-list ol li {
    font-size: 14px;
    margin-right: 0;
  }
  .cost-list ol li + li {
    padding-top: 0;
  }
  .cost-list ol li.notification {
    margin-bottom: 21px;
  }
  .cost-list ol li .btn .icon {
    font-size: 14px;
  }
  .cost-list .cost-description {
    font-size: 12px;
    padding-top: 30px;
  }
  .cost-list form .form-group .form-control {
    padding-left: 10px;
  }
  .cost-list form .form-group .input-group {
    width: 70px;
  }
  .cost-list form .form-group .input-group .input-group-addon {
    padding-left: 8px;
  }
  .cost-list form .form-group .input-group .form-control {
    padding-left: 18px;
  }
}
.no-padd {
  padding-left: 0;
  padding-right: 0;
}
.repayment_class .wealth-package-cost-container {
  float: left;
  padding-top: 32px;
}
@media (max-width: 768px) {
  .repayment_class .wealth-package-cost-container {
    padding-top: 0;
  }
}
.repayment_class .wealth-package-cost-container .checkbox {
  margin: 0;
}
.repayment_class .wealth-package-cost-container .checkbox label {
  padding-left: 20px;
  padding-bottom: 0;
}
.repayment_class .wealth-package-cost-container .add-label {
  font-weight: 800;
  display: block;
  font-family: 'CBABeaconSans-Regular';
  line-height: 2rem;
}
.repayment_class .wealth-package-disclaimer-container {
  margin-left: 0;
}
/* ==========================================================================
    Wealth package shared styles
    ========================================================================== */
.wealth-package-cost-container .checkbox {
  margin-bottom: 15px;
}
.wealth-package-cost-container .checkbox label {
  padding-left: 0;
  padding-bottom: 10px;
  display: block;
}
.wealth-package-cost-container .checkbox label a {
  font-style: normal;
}
.wealth-package-cost-container .checkbox input[type="checkbox"] {
  margin-left: 0;
}
.wealth-package-disclaimer-container {
  text-align: left;
  font-size: 14px;
  margin-left: 70px;
  width: 70%;
  padding-bottom: 15px;
}
@media (max-width: 500px) {
  .wealth-package-disclaimer-container {
    width: 100%;
    margin-left: 0;
  }
}
/* ==========================================================================
    Main page header
    ========================================================================== */
.jumbotron {
  margin-bottom: 0;
  min-height: 0;
  background: #fff;
}
.jumbotron p {
  font-family: 'CBASansWeb-Regular';
}
.jumbotron h1,
.jumbotron .h1 {
  font-family: 'CBASlab-ExtraBold';
  font-size: 48px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .jumbotron h1,
  .jumbotron .h1 {
    font-family: 'CBASlab-ExtraBold';
  }
  .jumbotron h1 span,
  .jumbotron .h1 span {
    display: block;
  }
}
@media (max-width: 500px) {
  .jumbotron {
    padding-top: 10px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-family: 'CBASlab-ExtraBold';
    font-size: 64px / 2;
  }
}
/* buttons as icons */
.btn.btn-icon {
  background: none;
  padding: 0;
  min-width: 0;
  line-height: inherit;
  border-radius: 0;
}
.btn.btn-icon:focus,
.btn.btn-icon:hover {
  color: initial;
}
.btn.btn-icon .icon {
  float: none;
  font-size: 16px;
  margin: 0;
}
/* ==========================================================================
    Theme overrides
    ========================================================================== */
@media (max-width: 320px) {
  h1,
  .h1 {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    line-height: 1.1;
  }
}
h1 span,
.h1 span {
  color: #7d7163;
}
.sup,
sup {
  top: -0.4em;
  font-size: 65%;
  vertical-align: middle;
}
.interCalcNavigation {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interCalcNavigation .link-content {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 17% 10%;
  color: #1f252f;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .interCalcNavigation .link-content {
    font-size: 14px;
  }
}
.interCalcNavigation .link-content .h3 {
  display: block;
  margin: 8px 0;
}
.interCalcNavigation .link-content .h3 span {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .interCalcNavigation .link-content .h3 {
    font-size: 24px;
  }
}
.interCalcNavigation .navigation-image {
  margin-bottom: 16px;
  border: 1px solid transparent;
  -webkit-transition: border 0.6s ease;
  transition: border 0.6s ease;
}
.interCalcNavigation .navigation-image:hover {
  border: 1px solid #ffcc00;
}
.interCalcNavigation .navigation-image .icon {
  display: none;
  font-weight: bold;
  -webkit-transition: bottom 0.2s ease;
  transition: bottom 0.2s ease;
}
.interCalcNavigation .calculated-item,
.interCalcNavigation .active-item {
  color: #fff;
  background-color: #231f20;
}
.interCalcNavigation .calculated-item .navigation-image .icon {
  bottom: 0;
}
.interCalcNavigation .calculated-item .navigation-content {
  display: none;
}
.interCalcNavigation .calculated-item .link-content {
  padding: 10% 10%;
}
@media (max-width: 977px) {
  .interCalcNavigation .calculated-item .link-content {
    padding: 4% 0;
  }
}
@media (max-width: 767px) {
  .interCalcNavigation .calculated-item .link-content {
    padding: 12% 0;
  }
}
.interCalcNavigation .navigation-borrowing {
  background-image: url(../../images/navigation_borrowing.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .interCalcNavigation .navigation-borrowing {
    background-image: url(../../images/navigation_borrowing_retina.jpg);
  }
}
.interCalcNavigation .navigation-repayments {
  background-image: url(../../images/navigation_repayments.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .interCalcNavigation .navigation-repayments {
    background-image: url(../../images/navigation_repayments_retina.jpg);
  }
}
.interCalcNavigation .navigation-totalcost {
  background-image: url(../../images/navigation_totalcost.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .interCalcNavigation .navigation-totalcost {
    background-image: url(../../images/navigation_totalcost_retina.jpg);
  }
}
@media (max-width: 1200px) {
  .no-backgroundsize .interCalcNavigation {
    /*IE8*/
  }
  .no-backgroundsize .interCalcNavigation p {
    background: #fbfbfb;
  }
}
#search-app.b-testing {
  margin-top: 32px;
  margin-bottom: 48px;
  padding-left: 48px;
  padding-right: 48px;
}
#search-app.first-launch {
  height: 480px;
  max-width: 1200px;
}
#search-app.first-launch .msg-area,
#search-app.first-launch .search-panel {
  top: 0;
}
#search-app.first-launch .msg-area {
  margin-top: 24px;
}
#search-app.first-launch .search-panel {
  margin-bottom: 24px;
  z-index: 1;
  width: 95%;
}
@media (max-width: 896px -1) {
  #search-app.first-launch .search-panel {
    padding: 0;
  }
}
@media (max-width: 768px -1) {
  #search-app.first-launch .search-panel {
    padding: 8px;
  }
}
@media (max-width: 896px -1) {
  #search-app.first-launch .search-panel .suburb-input {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 837px) {
  #search-app.first-launch .search-panel .suburb-input {
    width: 45%;
  }
}
@media (min-width: 838px) and (max-width: 1199px) {
  #search-app.first-launch .search-panel .suburb-input {
    width: 48%;
  }
}
@media (max-width: 360px) {
  #search-app.first-launch .search-panel .suburb-input .ic-tokeninput input {
    width: 184px;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #search-app.first-launch {
    padding: 0;
  }
}
.learnMore {
  border-top: 1px solid #e8e7e7;
}
.learnMore h3 {
  font-family: 'CBABeaconSans-Regular', 'Helvetica W01 Light', Helvetica, Arial, sans-serif;
}
.learnMore .learnMore-image-one {
  background-image: url(../../images/learnMore_first.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .learnMore .learnMore-image-one {
    background-image: url(../../images/learnMore_first_retina.jpg);
  }
}
.learnMore .learnMore-image-two {
  background-image: url(../../images/learnMore_next.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .learnMore .learnMore-image-two {
    background-image: url(../../images/learnMore_next_retina.jpg);
  }
}
.learnMore .learnMore-image-three {
  background-image: url(../../images/learnMore_invest.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .learnMore .learnMore-image-three {
    background-image: url(../../images/learnMore_invest_retina.jpg);
  }
}
.learnMore .learnMore-image-four {
  background-image: url(../../images/learnMore_build.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .learnMore .learnMore-image-four {
    background-image: url(../../images/learnMore_build_retina.jpg);
  }
}
@media (max-width: 977px) {
  .learnMore.calcs-navigation .navigation-item:nth-child(3) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .interCalcNavigation {
    padding: 0;
  }
}
@media (min-width: 320px) {
  .interCalcNavigation {
    padding: 24px 0;
  }
}
@media (min-width: 768px) {
  .interCalcNavigation {
    padding: 8px 24px 24px;
  }
}
.interCalcNavigation.calcs-navigation .navigation-item {
  padding: 0px;
}
.commbank_header.glo + .sub-wrap {
  background-color: #f7f7f7;
}
@media (max-width: 1199px) {
  .commbank_header.glo + .sub-wrap {
    padding: 0 8px;
    margin: 0;
  }
}
.upfront-section {
  width: 96%;
}
.commbank_header.glo + .sub-wrap #app-content .call-to-actions-section .action-group {
  padding: 5px;
}
.faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .faq-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.faq-container .faq-title {
  font-size: 3.6rem !important;
  font-weight: 800 !important;
  font-family: 'CBABeaconSans-ExtraBold';
  max-width: 300px;
  line-height: 40px;
}
@media (max-width: 600px) {
  .faq-container .faq-title {
    max-width: auto;
  }
}
.faq-container .faq-questions {
  padding-left: 40px;
  width: 100%;
}
@media (max-width: 600px) {
  .faq-container .faq-questions {
    padding-left: 0px;
  }
}

@font-face {
  font-family: CBASansWeb-Bold;
  src: local('CBASansWeb-Bold'), url('../../Fonts/CBASansWeb-Bold.woff2') format('truetype');
}
@font-face {
  font-family: CBASansWeb-Regular;
  src: local('CBASansWeb-Regular'), url('../../Fonts/CBASansWeb-Regular.woff2') format('truetype');
}
@font-face {
  font-family: CBASlabWeb-Regular;
  src: local('CBASlabWeb-Regular'), url('../../Fonts/CBASlabWeb-Regular.woff') format('truetype');
}
@font-face {
  font-family: CBABeaconSans-Regular;
  src: local('CBASlabWeb-Regular'), url('../../Fonts/CBABeaconSans-Regular.woff') format('woff');
}
@font-face {
  font-family: CBABeaconSans-ExtraBold;
  src: local('CBABeaconSans-ExtraBold'), url('../../Fonts/CBABeaconSans-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: CBASlab-ExtraBold;
  src: local('CBASlab-ExtraBold'), url('../../Fonts/CBASlab-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'CommBankFontIcons';
  src: url('../../Fonts/commBankFontIcons.eot');
  src: url('../../Fonts/commBankFontIcons.eot?#iefix') format('embedded-opentype'), url('../../Fonts/commBankFontIcons.woff') format('woff'), url('../../Fonts/commBankFontIcons.ttf') format('truetype'), url('../../Fonts/commBankFontIcons.svg#commBankFontIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* width percentages */
/* graph colours */
/* bootstrap media query values */
/* cost item vars */
/* sm device sticky header */
/* wealth package */
/* modal */
/* borrowing */
/* total cost */
/* cards */
/* Median price trends */
/* Table */
@media print {
  /* Prevent content from stretching over the right-edge */
  * {
    max-width: 100%!important;
  }
  /* CommBank header/footer */
  .nav-island {
    display: none;
  }
  .utility-wrap {
    display: none;
  }
  .footer {
    display: none;
  }
  .row-wrapper {
    width: auto;
  }
  .print-only {
    display: block;
  }
  /* Cost list */
  .cost-list .collapse {
    display: block!important;
  }
  .cost-list .notification .action-item {
    display: none;
  }
  .cost-list .collapser .action-item {
    display: none;
  }
  .cost-list li ol li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* Header and input detail content */
  .sticky-header-container {
    position: relative!important;
  }
  /* Results/panels */
  .result-container {
    display: block!important;
    position: relative!important;
  }
  .results {
    /* note: this does not taking ie8 into account
        using `filter` seem to cause printing issues in ie8 in this case*/
    opacity: 1!important;
    margin-top: 0!important;
  }
  .hidden-no-results,
  .jumbotron,
  .question-section form,
  .sm-menu,
  .btn,
  .form-group,
  .call-to-actions-section,
  .interCalcNavigation,
  .properties-list,
  .learnMore {
    display: none!important;
  }
  /* Custom drop down lists */
  .pointerevents.appearance .custom-drop-down {
    margin: 0;
  }
  .pointerevents.appearance .custom-drop-down select {
    margin: 0;
    padding: 0!important;
    width: auto;
  }
  .pointerevents.appearance .custom-drop-down select:hover,
  .pointerevents.appearance .custom-drop-down select:focus,
  .pointerevents.appearance .custom-drop-down select:active {
    border: 0;
  }
  .pointerevents.appearance .custom-drop-down i {
    display: none;
  }
}

