html {
    font-size: 16px
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #2A3392;
    background-color: #FFFFFF
}

html,
body {
    margin: 0px;
    height: 100%
}

.preloader {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #ffffff;
    top: 0;
    left: 0;
    color: #e1e1e1
}

.preloader .preloader-content-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.preloader .preloader-content {
    display: table-cell;
    vertical-align: middle
}

.clear {
    clear: both
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.rwd-line {
    display: inline
}

.linkformat {
    text-decoration: underline;
    color: blue
}

.top-shadow {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') left top repeat-x;
    width: 100%;
    height: 10px
}

.bottom-shadow {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip_bottom.png') left top repeat-x;
    width: 100%;
    height: 10px
}

.btn-gcs {
    padding: 11px 20px
}

.btn-gcs-rounded {
    padding: 11px 20px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px
}

.btn-gcs-rounded a,
.btn-gcs-rounded span {
    font-weight: bold
}

.btn-gcs-green {
    border-color: #5ed415;
    background-color: #5ed415
}

.btn-gcs-green:hover {
    background-color: #54BE13
}

.btn-gcs-green a,
.btn-gcs-green span {
    color: #FFFFFF
}

.h2-section-header-styling h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 400
}

.h5-section-styling h5 {
    font-weight: 400
}

.section-content-alignment {
    text-align: center
}

.cursor-hand {
    cursor: hand
}

.divBody {
    width: 100%;
    background-color: black;
    min-height: 100%
}

.divBodyContainer {
    max-width: 1800px;
    margin: auto;
    background-color: white;
    min-height: 75vh
}

.single_section {
    min-height: 75vh
}

.gcsfooter {
    min-height: 25vh
}

h2 {
    font-size: 3.5rem
}

.gcs-bold {
    font-weight: 900
}

.img-resp-center {
    margin: 0 auto
}

.anchorForFixedMenu {
    display: block;
    height: 115px;
    margin-top: -115px;
    visibility: hidden
}

.fixed-menu-margin-top {
    margin-top: 67px
}

.width100p {
    width: 100%
}

.display-none {
    display: none
}

.container-max-width-700 {
    margin: 0 auto;
    max-width: 700px
}

.visibility-hidden {
    visibility: hidden
}

.no-border-bottom {
    border-bottom: none
}

.absolute {
    position: absolute
}

.absolute-bottom {
    position: absolute;
    bottom: 0;
    width: 100%
}

.absolute-fill {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cover {
    background-size: cover
}

.no-left-padding {
    padding-left: 0
}

.pb-10 {
    padding-bottom: 10px
}

.no-bottom-border {
    border-bottom: none
}

.relative {
    position: relative
}

.terms-size {
    font-size: 10pt
}

.terms-size p {
    font-size: 10pt
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.gradient-gray-shadow {
    -webkit-box-shadow: 1px 7px 55px -5px #888;
    -moz-box-shadow: 1px 7px 55px -5px #888;
    box-shadow: 1px 7px 55px -5px #888
}

.get-score-btn {
    padding: 11px 20px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    border-color: #5ed415;
    background-color: #5ed415
}

.get-score-btn:hover {
    background-color: #54BE13
}

.get-score-btn a,
.get-score-btn span {
    color: #FFFFFF;
    font-weight: bold
}

.learn-more-btn {
    padding: 11px 20px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    border-color: #FFFFFF;
    background-color: transparent
}

.learn-more-btn:hover {
    background-color: #283593
}

.learn-more-btn a,
.learn-more-btn span {
    color: #FFFFFF;
    font-weight: bold
}

.green-btn {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background: #5ed415;
    text-transform: uppercase
}

.green-btn:hover {
    color: #FFFFFF;
    background: #54BE13
}

.navbar-brand .logo-img {
    margin-left: -15px
}

.partner_logo_toyota img {
    background-color: #CBCDC9;
    width: 480px;
    padding: 20px
}

.partner_logo_powertorque img {
    width: 400px
}

@media (max-width:767px) {
    .partner_logo_powertorque img {
        width: 250px
    }
}

footer {
    background: #263238;
    color: #FFFFFF;
    max-width: 1800px;
    margin: auto
}

footer .logo-img {
    max-width: 170px;
    width: 100%;
    margin-right: 0
}

footer .legal {
    font-size: .8rem
}

footer ul li {
    padding-top: 3px;
    padding-bottom: 3px
}

footer ul li a {
    color: #FFFFFF
}

footer ul li a:hover {
    color: #FFFFFF
}

footer .footer-item {
    border-radius: 4px;
    background: #4D5057;
    padding: .75rem;
    margin-top: 20px;
    cursor: pointer
}

footer .footer-item span {
    cursor: hand
}

footer .footer-item ul {
    display: none
}

footer .footer-item ul li {
    padding-top: 7px;
    padding-bottom: 7px
}

.cursor-hand {
    cursor: pointer;
    cursor: hand
}

.key-features {
    color: #2A3392
}

.key-features img {
    margin-bottom: 15px
}

.key-features h5 {
    font-size: 1.4rem;
    text-transform: capitalize;
    margin-bottom: 15px
}

.key-features h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 400
}

.key-features .btn-key-features {
    border: solid 1px #2A3392;
    background: #FFFFFF;
    font-size: .9rem;
    padding: 16px
}

.key-features .btn-key-features:hover {
    color: #FFFFFF;
    background: #283593
}

.key-features #carousel-key-factors img {
    display: inline
}

.key-features #carousel-key-factors .carousel-indicators {
    bottom: -20px
}

.key-features #carousel-key-factors .carousel-inner {
    padding-bottom: 20px
}

.navbar-styling-mobile .navbar-bottom-mobile {
    background-color: rgba(10, 81, 171, 0.5)
}

.navbar-styling-mobile .navbar-bottom-mobile div {
    font-weight: bold
}

.navbar-styling-mobile .navbar-nav li {
    border-bottom: solid .5px #2670C7
}

.navbar-styling-mobile .navbar-nav li:last-child {
    border-bottom: none
}

.navbar-styling-mobile .navbar-nav a {
    padding-right: 0
}

.navbar-styling-mobile .nav>li>a {
    padding-left: 1.7rem;
    padding-right: 1.7rem
}

.navbar-styling-mobile .navbar-header {
    padding-left: 1.7rem;
    padding-right: 1.7rem
}

.navbar-styling-mobile .navbar-header .navbar-brand {
    margin-left: -10px
}

.navbar-styling-mobile .no-bottom-border {
    border-bottom: none
}

.navbar-styling .navbar .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.navbar-styling .navbar .navbar-brand {
    padding-top: 7px
}

.navbar-styling .navbar .nav .open>a,
.navbar-styling .navbar .nav .open>a:active,
.navbar-styling .navbar .nav .open>a:hover,
.navbar-styling .navbar .nav .open>a:focus {
    background-color: transparent
}

.navbar-styling .navbar .dropdown:not(.open)>.dropdown-toggle:focus:not(:hover) {
    background-color: transparent
}

.navbar-styling .navbar .mobile-dropdown-menu {
    background: #0A51AB
}

.navbar-styling .navbar .mobile-dropdown-menu li {
    border-bottom: none
}

.navbar-styling .navbar .mobile-dropdown-menu li a {
    color: #FFFFFF;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 15px
}

.navbar-styling .navbar .mobile-dropdown-menu li a:hover {
    color: #FFFFFF
}

.navbar-styling .navbar .mobile-dropdown-menu li:hover {
    background: #002d5d
}

.navbar-styling .navbar-brand {
    color: #FFFFFF
}

.navbar-styling .navbar-nav a.get-score-btn-mobile {
    padding: 11px 20px;
    border-color: #5ed415;
    background-color: #5ed415;
    margin-left: 1.7rem;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 1.7rem
}

.navbar-styling .navbar-nav a.get-score-btn-mobile:hover,
.navbar-styling .navbar-nav a.get-score-btn-mobile:active {
    background-color: #54BE13
}

.navbar-styling .navbar-toggle .icon-bar {
    background: #FFFFFF
}

.navbar-styling .navbar-nav a {
    color: #FFFFFF;
    font-weight: bold
}

.navbar-styling .navbar-nav a:hover {
    background: transparent
}

.navbar-styling .navbar-nav a:focus:not(:hover) {
    background-color: transparent
}

.navbar-styling .navbar-nav a.square-btn {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid #FFFFFF;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 4px
}

.navbar-styling .navbar-nav a.square-btn:hover {
    background-color: #283593
}

.navbar-styling .navbar-nav a.square-btn a {
    text-decoration: none
}

.navbar-styling .expand {
    height: 34px
}

.navbar-styling .expand span {
    top: -2px;
    font-size: 1.4rem
}

.navbar-styling .navbar-collapse {
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0
}

.navbar-styling .navbar-bottom {
    background-color: rgba(10, 81, 171, 0.5);
    width: 100%
}

.arrow-down-styling .arrow-down {
    text-align: center;
    position: relative;
    padding-top: 20px;
    font-size: 1rem;
    min-height: 38px
}

.arrow-down-styling .arrow-down a:hover {
    text-decoration: none
}

.arrow-down-styling .arrow-down a.mouse {
    background-image: url('https://cdnp.getcreditscore.com.au/images/gcs/mouse.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 38px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -12px
}

.arrow-down-styling .arrow-down a.mouse i {
    position: relative;
    color: #fff
}

.gcs-handshake .pm-box-centered {
    margin: 0 auto;
    max-width: 550px;
    padding-top: 5px;
    padding-bottom: 10px
}

.gcs-handshake .pm-box {
    margin-top: 10px;
    margin-bottom: 15px
}

.gcs-handshake .pm-title {
    text-align: center;
    color: #2A3392;
    padding: 5px 0 10px 0
}

.gcs-handshake .pm-title .pm-title-line {
    font-size: 2.3rem
}

.gcs-handshake .pm-error-wrapper {
    padding-left: 5%;
    padding-right: 5%
}

.gcs-handshake .pm-partner-img-wrap {
    text-align: center
}

.gcs-handshake .pm-partner-img-wrap .pm-partner-img-c {
    display: inline-block
}

.gcs-handshake .pm-partner-img-wrap .pm-partner-img-c img {
    max-width: 250px
}

.gcs-handshake .pm-partner-img-wrap .pm-partner-joust {
    background-color: purple;
    padding: 40px 20px 40px 20px
}

.gcs-handshake .pm-partner-img-wrap .pm-partner-rc {
    width: 246px;
    padding: 20px 0
}

.gcs-handshake .partner-desc {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.3rem
}

.gcs-handshake .partner-desc .desc {
    color: black;
    display: inline-block;
    max-width: 80%
}

.gcs-handshake .pm-bullets-container {
    text-align: center
}

.gcs-handshake .pm-bullets-container .pm-bullets-container-inner {
    display: inline-block;
    color: green;
    font-family: inherit;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    text-align: left;
    padding: 0 22px
}

.gcs-handshake .pm-bullets-container .pm-bullets-container-inner li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    float: left;
    margin-left: -22px
}

.gcs-handshake .pm-bullets-container .pm-bullets-container-inner .list-group-item {
    border: none;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 15px
}

.gcs-handshake .pm-bullets-container .pm-bullets-container-inner .list-group-item .li-span {
    padding-left: 10px;
    display: inline-block
}

.gcs-handshake .pm-loader-wrap {
    text-align: center
}

.gcs-handshake .pm-loader-wrap img {
    display: inline-block;
    max-width: 110px
}

.gcs-handshake .pm-gcs-img-wrap {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px
}

.gcs-handshake .pm-gcs-img-wrap .pm-gcs-img {
    display: inline-block;
    max-width: 300px
}

.gcs-handshake .pm-gcs-click-product-wrap {
    text-align: center;
    padding-top: 8px
}

.gcs-handshake .pm-gcs-click-product-wrap .pm-click-product-s {
    color: grey;
    display: inline-block
}

.products-styling {
    color: #FFFFFF
}

.products-styling .product-see-more-list .product-see-more-list-row {
    padding-bottom: 16px;
    border-bottom: 1px solid #ecebeb;
    padding-top: 17px
}

.products-styling .disclaimer {
    color: #FFFFFF;
    font-size: .8rem
}

.products-styling .btn-product-action {
    background: "transparent";
    color: #3846A8;
    font-size: 2rem
}

@media (max-width:992px) {
    .products-styling .btn-product-action {
        font-size: .9rem
    }
}

.products-styling .sup {
    font-size: 60%
}

.products-styling .product-box-border-shadow {
    -webkit-box-shadow: 1px 7px 55px -5px #888;
    -moz-box-shadow: 1px 7px 55px -5px #888;
    box-shadow: 1px 7px 55px -5px #888
}

.products-styling .product-box-border {
    border: 1px solid white
}

.products-styling .panel-product-sales {
    max-width: 350px
}

.products-styling .product-box {
    padding-bottom: 0px;
    margin-bottom: 16px;
    color: #2A3392
}

@media (min-width:992px) {
    .products-styling .product-box {
        max-width: 375px;
        margin-left: auto;
        margin-right: auto
    }
}

.products-styling .product-box .product-box-header {
    background: #FFFFFF;
    padding: 10px 15px 5px 10px;
    text-align: center
}

@media (max-width:380px) {
    .products-styling .product-box .product-box-header {
        min-height: 147px
    }
}

.products-styling .product-box .product-box-header .product-box-header-inner {
    position: relative;
    margin-bottom: 7px;
    text-decoration: none
}

.products-styling .product-box .product-box-header .product-box-header-inner a {
    text-decoration: none
}

.products-styling .product-box .product-box-header .product-box-header-inner .product-box-header-img {
    max-height: 58px;
    display: inline-block;
    margin: 0 auto
}

.products-styling .product-box .product-box-header .product-box-header-inner .product-box-header-title {
    margin-top: 5px;
    margin-bottom: 7;
    font-size: 1.2rem;
    font-weight: 600
}

.products-styling .product-box .product-box-header .product-box-see-more {
    cursor: pointer;
    display: inline-block
}

.products-styling .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
    display: inline-block;
    max-width: 255px
}

@media (max-width:992px) {
    .products-styling .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        height: 150px
    }
}

@media (max-width:480px) {
    .products-styling .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        height: 110px
    }
}

@media (min-width:991px) {
    .products-styling .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        padding-top: 30px
    }
}

.products-styling .product-box .product-box-see-more-wrap {
    background: #FFFFFF;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer
}

.products-styling .product-box .product-box-header-inline {
    background: #FFFFFF;
    padding: 15px;
    height: 70px
}

.products-styling .product-box .product-box-header-inline .product-box-header-inline-left {
    display: inline-block;
    height: 70px;
    text-align: left
}

.products-styling .product-box .product-box-header-inline .product-box-header-inline-left .product-title {
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 15px
}

.products-styling .product-box .product-box-header-inline .product-box-header-inline-left .product-img {
    height: 58px;
    margin-top: -10px
}

.products-styling .product-box .product-box-header-inline .inline-link {
    display: inline-block
}

@media (max-width:380px) {
    .products-styling .product-box .product-box-header-inline .product-title {
        max-width: 80px
    }
    .products-styling .product-box .product-box-header-inline .insurance-product-img {
        margin-top: -30px !important
    }
}

.products-styling .product-box .product-box-body {
    background: #F1F4FB;
    padding-right: 0
}

@media (max-width:767px) {
    .products-styling .product-box .product-box-body {
        min-height: 220px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .products-styling .product-box .product-box-body {
        min-height: 300px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .products-styling .product-box .product-box-body {
        min-height: 250px
    }
}

@media (min-width:1200px) {
    .products-styling .product-box .product-box-body {
        min-height: 220px
    }
}

.products-styling .product-box .product-box-body .product-box-body-inner {
    margin: 0 auto;
    max-width: 70%;
    padding-top: 5%;
    padding-bottom: 8%
}

.products-styling .product-box .product-box-body .product-box-body-inner .list-group {
    background: #F1F4FB;
    margin-bottom: 0;
    line-height: 1.1
}

.products-styling .product-box .product-box-body .product-box-body-inner .list-group li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    float: left;
    margin-left: -17px;
    color: #2A3392
}

.products-styling .product-box .product-box-body .product-box-body-inner .list-group .list-group-item {
    background: #F1F4FB;
    border: none;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 15px;
    font-size: .9rem
}

.products-styling .product-box .product-box-body .product-box-body-inner .list-group .list-group-item .list-group-item-text {
    padding-left: 10px;
    display: inline-block
}

.products-styling .product-box .product-box-body-collapsible {
    background: #F1F4FB;
    padding-right: 0;
    padding: 10px
}

.products-styling .product-box .product-box-footer {
    background-color: #FFFFFF;
    border: none;
    padding: 10px 15px
}

@media (max-width:767px) {
    .products-styling .product-box .product-box-footer span {
        font-size: .7em
    }
}

.products-styling .product-box .product-box-footer-sales {
    margin-top: -50px
}

.top-menu .navbar .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.top-menu .navbar .navbar-brand {
    padding-top: 7px
}

.top-menu .navbar .nav .open>a,
.top-menu .navbar .nav .open>a:active,
.top-menu .navbar .nav .open>a:hover,
.top-menu .navbar .nav .open>a:focus {
    background-color: transparent
}

.top-menu .navbar .dropdown:not(.open)>.dropdown-toggle:focus:not(:hover) {
    background-color: transparent
}

.top-menu .navbar .mobile-dropdown-menu {
    background: #0A51AB
}

.top-menu .navbar .mobile-dropdown-menu li {
    border-bottom: none
}

.top-menu .navbar .mobile-dropdown-menu li a {
    color: #FFFFFF;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 15px
}

.top-menu .navbar .mobile-dropdown-menu li a:hover {
    color: #FFFFFF
}

.top-menu .navbar .mobile-dropdown-menu li:hover {
    background: #002d5d
}

.top-menu .navbar-brand {
    color: #FFFFFF
}

.top-menu .navbar-nav a.get-score-btn-mobile {
    padding: 11px 20px;
    border-color: #5ed415;
    background-color: #5ed415;
    margin-left: 1.7rem;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 1.7rem
}

.top-menu .navbar-nav a.get-score-btn-mobile:hover,
.top-menu .navbar-nav a.get-score-btn-mobile:active {
    background-color: #54BE13
}

.top-menu .navbar-toggle .icon-bar {
    background: #FFFFFF
}

.top-menu .navbar-nav a {
    color: #FFFFFF;
    font-weight: bold
}

.top-menu .navbar-nav a:hover {
    background: transparent
}

.top-menu .navbar-nav a:focus:not(:hover) {
    background-color: transparent
}

.top-menu .navbar-nav a.square-btn {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid #FFFFFF;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 4px
}

.top-menu .navbar-nav a.square-btn:hover {
    background-color: #283593
}

.top-menu .navbar-nav a.square-btn a {
    text-decoration: none
}

.top-menu .expand {
    height: 34px
}

.top-menu .expand span {
    top: -2px;
    font-size: 1.4rem
}

.top-menu .navbar-collapse {
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0
}

.top-menu .navbar-bottom {
    background-color: rgba(10, 81, 171, 0.5);
    width: 100%
}

.top-menu-background-color {
    background: #0a51ab
}

.logo-img {
    max-width: 260px;
    margin-top: -12px
}

@media (max-width:1300px) {
    .logo-img {
        max-width: 180px;
        margin-top: 0
    }
}

@media (max-width:330px) {
    .logo-img {
        max-width: 160px;
        margin-top: 0
    }
}

.square-styling .square.has-error {
    border: solid 1px #a94442;
    background: #f2dede
}

.square-styling .square {
    width: 30%;
    height: 80px;
    background: transparent;
    color: #0D60C0;
    border: solid 1px #D7E0EA;
    float: left;
    position: relative;
    cursor: pointer
}

.square-styling .square:has-error {
    border: solid 1px #a94442;
    background: #f2dede
}

.square-styling .square p {
    font-weight: bold
}

.square-styling .square .square-content img {
    height: 30px;
    width: auto;
    margin-top: 14px
}

.square-styling .square .square-content p {
    font-size: .9rem
}

.square-styling .square.selected {
    background: #FFFFFF;
    border: solid 1px #00b8d4
}

.square-styling .square.selected .square-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
    border-radius: 0;
    border-width: 1.35em;
    border-right-color: #00b8d4;
    border-top-color: #00b8d4
}

.square-styling .square.selected::after {
    content: '\2713';
    position: absolute;
    top: 4px;
    right: 5px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: .8rem
}

.search-container-styling .search-container {
    position: relative
}

.search-container-styling .search-container input {
    padding-right: 30px;
    margin-top: 10px;
    height: 40px;
    padding-right: 25px
}

.search-container-styling .search-container input:focus {
    border-color: #3FC3D8
}

.search-container-styling .search-container button {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    top: 3px
}

.search-container-styling .search-container button:focus {
    outline: 0
}

.search-container-styling .search-container .glyphicon {
    color: #738A92
}

.resources-container-styling .resources-container {
    position: relative
}

.resources-container-styling .resources-container select {
    padding-right: 30px;
    margin-top: 20px;
    height: 40px;
    padding-right: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

.resources-container-styling .resources-container i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
    font-weight: bold
}

.resourse-ul-styling .ul-search li {
    padding-bottom: 20px
}

.resourse-ul-styling .ul-search li a {
    padding: 10px;
    text-decoration: none
}

.resourse-ul-styling .ul-search li a:hover {
    text-decoration: none;
    cursor: pointer
}

.resourse-ul-styling .ul-search li a:selected {
    color: red
}

.resourse-ul-styling .ul-search li.active a {
    border: solid 1px #3FC3D8;
    border-radius: 14px;
    color: #3FC3D8
}

.article-styling-via-html-tags h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #2A3392
}

.article-styling-via-html-tags h3 {
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 0 0 10px;
    color: #2A3392;
    font-weight: normal
}

.article-styling-via-html-tags img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto
}

.article-styling-via-html-tags p,
.article-styling-via-html-tags blockquote {
    color: #607e89;
    font-size: 1rem
}

.article-styling-via-html-tags blockquote {
    line-height: 1.7
}

.article-styling-via-html-tags .footer img {
    width: auto;
    max-width: none
}

.article-styling-via-html-tags ul li,
.article-styling-via-html-tags ol li {
    padding-top: 2px;
    padding-bottom: 2px
}

.article-styling-via-html-tags .article-text {
    color: #738A92;
    border-bottom: solid 1px #DEE4F0;
    padding-bottom: 20px
}

.article-container-sidebar h3 {
    font-size: 1.4rem;
    margin: 0 0 10px;
    color: #2A3392;
    font-weight: 400
}

.article-resource-saving-styling .resource {
    color: #C4C4C4;
    text-transform: uppercase
}

.article-resource-saving-styling .savings {
    color: #51C6D8;
    text-transform: uppercase
}

.article-columns-background-styling .grey-col-background {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x;
    background-color: #F0F3FA;
    padding-left: 40px
}

.article-columns-background-styling .white-col-background {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x;
    background-color: #FFFFFF
}

.error-styling input.has-error {
    background-color: #f2dede;
    border: solid 1px #a94442
}

.error-styling .error-message {
    color: #a94442;
    margin-top: 10px
}

.contact-us {
    min-height: 250px
}

.navbar-static-top .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 0px
}

.signup-form-styling {
    min-width: 420px;
    background: #FFFFFF;
    color: #00b8d4;
    padding: 50px;
    max-width: 420px;
    padding-top: 30px;
    padding-bottom: 40px
}

.signup-form-styling .header {
    font-weight: 600;
    font-size: 1.2rem
}

.signup-form-styling .header a {
    font-size: 1.2rem;
    padding-bottom: 10px;
    font-weight: 600;
    color: #7EDBE8
}

.signup-form-styling .header a.active {
    color: #00b8d4
}

.signup-form-styling .form-control {
    padding: 9px 12px;
    border-radius: 4px;
    height: 4rem
}

.signup-form-styling .btn {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background: #00b8d4;
    text-transform: uppercase
}

.signup-form-styling .btn:hover {
    background: #01A5BE
}

.signup-form-styling .btn.loading {
    padding-right: 40px;
    background-image: url('https://cdnp.getcreditscore.com.au/images/gcs/spinner.gif');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}

.signup-form-styling .btn.activate {
    background: #5ed415
}

.signup-form-styling .form-group {
    color: #555
}

.signup-form-styling p.text {
    color: #555;
    font-weight: normal
}

.signup-form-styling a {
    font-size: 1rem;
    font-weight: normal;
    color: #00b8d4;
    cursor: pointer
}

.signup-form-styling .label-text {
    font-size: .9rem;
    font-weight: normal;
    cursor: pointer
}

.signup-form-styling .text-style {
    font-size: .9rem
}

.signup-form-styling .label-color {
    color: #2A3392
}

.signup-form-styling .sign-up-link {
    font-weight: bold
}

.signup-form-styling-mobile {
    padding: 25px 15px 25px 15px;
    min-width: 100%
}

.btn-loading-styling .btn.loading {
    padding-right: 40px;
    background-image: url('https://cdnp.getcreditscore.com.au/images/gcs/spinner.gif');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}

.activity-indicator {
    margin: 0 auto;
    text-align: center;
    padding: 10px
}

.activity-indicator div {
    margin-top: 10px
}

.activity-indicator .activity-indicator-left {
    display: inline-block
}

.activity-indicator .activity-indicator-left div {
    float: left;
    margin-right: 5px
}

.activity-indicator .activity-indicator-right {
    display: inline-block
}

.activity-indicator .activity-indicator-right div {
    float: right;
    margin-left: 5px
}

.form-styling .form-container {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x;
    background-color: #F0F3FA
}

.form-styling .form-container .form-group .border {
    border-bottom: solid 1px #D7E0EA
}

.form-styling .form-container .form-group input {
    font-weight: normal;
    font-size: 1.3rem;
    font-color: #000
}

.form-styling .form-container .form-group input.loading {
    background: #FFFFFF url('https://cdnp.getcreditscore.com.au/images/gcs/spinner.gif') no-repeat 97% center
}

.form-styling .form-container .form-group .description {
    font-weight: normal;
    font-size: 1.3rem;
    border-radius: 4px;
    width: 100%;
    padding: 6px 12px;
    color: #555
}

.form-styling .form-container .form-group .btn {
    border-radius: 0;
    border: none;
    padding: 15px 30px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.4rem;
    background: #00B8D4
}

.form-styling .form-container .form-group .btn:hover {
    background: #01A5BE
}

.form-styling .form-container .form-group .btn.cancel {
    background: rgba(80, 80, 80, 0.85);
    padding: 15px 20px
}

.form-styling .form-container .form-group .btn.cancel:hover {
    background: rgba(80, 80, 80, 0.75)
}

.form-styling .form-container .form-group .btn.loading {
    padding-right: 40px;
    background-image: url('https://cdnp.getcreditscore.com.au/images/gcs/spinner.gif');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}

.form-styling .form-container ::-webkit-input-placeholder {
    font-style: italic
}

.form-styling .form-container ::-moz-placeholder {
    font-style: italic
}

.form-styling .form-container :-ms-input-placeholder {
    font-style: italic
}

.form-styling .form-container :-moz-placeholder {
    font-style: italic
}

.no-score h2 {
    line-height: .8
}

.no-score .title {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase
}

.no-score .subtitle {
    font-weight: normal;
    font-size: 1.2rem
}

.no-score .noscore-img {
    max-height: 48px
}

.no-score .btn {
    min-width: 114px
}

.no-score a {
    color: #0B8DBC
}

.no-score a:hover,
.no-score a:active {
    color: #0B8DBC
}

.no-score a.btn {
    color: #FFFFFF
}

.no-score .noscore-item {
    margin-bottom: 15px
}

.api-failed-to-load h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold
}

.api-failed-to-load p {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 1.3rem
}

.api-failed-to-load ul {
    padding-left: 0;
    margin-top: 15px
}

.api-failed-to-load ul li {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 1.3rem;
    padding-left: 1em;
    padding-top: 5px;
    padding-bottom: 5px
}

.api-failed-to-load ul li a {
    margin-left: -15px;
    color: inherit;
    font-size: 1.3rem
}

.go-to-page {
    background: #FFFFFF;
    color: #3FC3D8
}

.go-to-page h5 {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer
}

.go-to-page span {
    cursor: pointer
}

.go-to-page a {
    color: #3FC3D8
}

.no-padding {
    padding: 0
}

.row-same-height-columns .row.same-height-columns {
    overflow: hidden
}

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

.PageNotFound {
    min-height: 600px
}

.PageNotFound h3 {
    font-size: 2.5rem
}

.PageNotFound p {
    font-size: 1.1rem
}

.blue-section .background {
    background-image: url('https://cdnp.getcreditscore.com.au/images/activateaccount/background.gif');
    color: #FFFFFF
}

.blue-section .img-container {
    display: inline-block
}

.blue-section .ul-blue-section {
    list-style: none;
    display: inline-block;
    text-align: left
}

.blue-section .ul-blue-section li {
    background: url('https://cdnp.getcreditscore.com.au/images/activateaccount/tick.png') no-repeat;
    padding-left: 35px;
    min-height: 28px
}

.faq-section {
    background: #F0F3FA
}

.faq-section h3 {
    font-size: 1.7rem;
    font-weight: 300
}

.faq-section a {
    color: #2A3392
}

.faq-section .page-section-title-text {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 400
}

.faq-section .faq-text {
    color: #607E89;
    font-size: .9rem
}

.faq-section .faq-text ul {
    color: #2A3392;
    margin-top: 10px
}

@media only screen and (min-width:768px) {
    .insurancePage,
    .signup-bknd,
    .registration {
        background: #F0F3FA
    }
}

@media only screen and (max-width:767px) {
    select,
    textarea,
    input {
        font-size: 16px!important
    }
    .no-score .mobile-noscore-header {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .no-score .mobile-noscore-content {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .registration,
    .insurancePage {
        min-height: auto!important
    }
    .article-styling-via-html-tags img {
        width: 100%
    }
    .PageNotFound {
        min-height: auto
    }
}

@media (max-width:767px) {
    .menu .navbar-bottom-mobile {
        background-color: rgba(10, 81, 171, 0.5)
    }
    .menu .navbar-bottom-mobile div {
        font-weight: bold
    }
    .menu .navbar-nav li {
        border-bottom: solid .5px #2670C7
    }
    .menu .navbar-nav li:last-child {
        border-bottom: none
    }
    .menu .navbar-nav a {
        padding-right: 0
    }
    .menu .nav>li>a {
        padding-left: 1.7rem;
        padding-right: 1.7rem
    }
    .menu .navbar-header {
        padding-left: 1.7rem;
        padding-right: 1.7rem
    }
    .menu .navbar-header .navbar-brand {
        margin-left: -10px
    }
    .menu .no-bottom-border {
        border-bottom: none
    }
    .rwd-line {
        display: block
    }
    .menu.md-pt-20 {
        padding-top: 0
    }
    .top-menu {
        background-color: #0D60C0
    }
    .top-menu .navbar-bottom-mobile {
        background-color: rgba(10, 81, 171, 0.5)
    }
    .top-menu .navbar-bottom-mobile div {
        font-weight: bold
    }
    .top-menu .navbar-nav li {
        border-bottom: solid .5px #2670C7
    }
    .top-menu .navbar-nav li:last-child {
        border-bottom: none
    }
    .top-menu .navbar-nav a {
        padding-right: 0
    }
    .top-menu .nav>li>a {
        padding-left: 1.7rem;
        padding-right: 1.7rem
    }
    .top-menu .navbar-header {
        padding-left: 1.7rem;
        padding-right: 1.7rem
    }
    .top-menu .navbar-header .navbar-brand {
        margin-left: -10px
    }
    .top-menu .no-bottom-border {
        border-bottom: none
    }
    .top-menu .navbar-nav a.square-btn {
        padding: 11px 20px;
        border-color: #5ed415;
        background-color: #5ed415;
        margin-top: 10px;
        margin-right: 1.7rem;
        margin-left: 1.7rem;
        text-align: center
    }
    .top-menu .navbar-nav a.square-btn:hover,
    .top-menu .navbar-nav a.square-btn:active {
        background-color: #54BE13
    }
    .transparent-bknd {
        background: transparent
    }
}

@media (max-width:300px) {
    .no-score .btn {
        min-width: 60px;
        margin-left: -50px
    }
}

@media (max-width:550px) {
    .hidden-phones {
        display: none!important
    }
    .visible-phones {
        display: block!important
    }
    .col-phones-6 {
        width: 50%!important
    }
    .mobile-noscore-content {
        border-bottom: solid 1px #F0F3FA
    }
}

.partner-refer-page {
    text-align: center
}

.partner-refer-page img {
    display: inline-block;
    max-width: 200px
}

.tab-control-bckgnd-sun {
    background: url('https://cdnp.getcreditscore.com.au/images/dashboard/sun.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF
}

@media (max-width:992px) {
    .tab-control-bckgnd-sun .p-back-shadow {
        background-color: rgba(99, 100, 101, 0.29)
    }
}

.tab-control-bckgnd-searock {
    background: url('https://cdnp.getcreditscore.com.au/images/dashboard/searockblur.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #FFFFFF
}

.tab-control-score-content-bckgnd-bluegradient {
    background: url('https://cdnp.getcreditscore.com.au/images/dashboard/scorebackground.jpg') 50% 0 no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF
}

.tab-control-score-content-bckgnd-transparent {
    background: transparent
}

.tab-control-menu-bckgnd-default {
    color: #FFFFFF;
    background: #3270D3
}

.tab-control-menu-bckgnd-default .nav-tabs li a {
    color: #FFFFFF
}

.tab-control-menu-bckgnd-default .nav-tabs li a:focus,
.tab-control-menu-bckgnd-default .nav-tabs li a:active,
.tab-control-menu-bckgnd-default .nav-tabs li a:hover {
    background-color: #589CEF;
    color: #FFFFFF
}

.tab-control-menu-bckgnd-default .nav-tabs li.active>a,
.tab-control-menu-bckgnd-default .nav-tabs li.active>a:focus,
.tab-control-menu-bckgnd-default .nav-tabs li.active>a:hover {
    background-color: #589CEF;
    color: #FFFFFF
}

.tab-control-menu-bckgnd-opacity {
    color: #FFFFFF;
    background: #3270D3;
    opacity: .8
}

.tab-control-menu-bckgnd-opacity .nav-tabs li a {
    color: #FFFFFF
}

.tab-control-menu-bckgnd-opacity .nav-tabs li a:focus,
.tab-control-menu-bckgnd-opacity .nav-tabs li a:active,
.tab-control-menu-bckgnd-opacity .nav-tabs li a:hover {
    background-color: #589CEF;
    color: #FFFFFF
}

.tab-control-menu-bckgnd-opacity .nav-tabs li.active>a,
.tab-control-menu-bckgnd-opacity .nav-tabs li.active>a:focus,
.tab-control-menu-bckgnd-opacity .nav-tabs li.active>a:hover {
    background-color: #589CEF;
    color: #FFFFFF
}

@media (max-width:768px) {
    .tab-control-menu .tab-control-tabs-column {
        padding-left: 0px;
        padding-right: 0px
    }
}

.tab-control-menu .tab-control-tabs li {
    min-width: 124px
}

@media (max-width:768px) {
    .tab-control-menu .tab-control-tabs li {
        min-width: auto
    }
}

.tab-control-menu .tab-control-tabs .tab-control-tab-p {
    margin: 0px
}

@media (min-width:768px) {
    .tab-control-menu .tab-control-tabs .tab-control-tab-img {
        padding-bottom: 6px
    }
}

@media (max-width:768px) {
    .tab-control-menu .tab-control-tabs .tab-control-tab-a {
        padding: 5px 20px 5px 20px
    }
    .tab-control-menu .tab-control-tabs .navbar-container {
        text-align: center
    }
    .tab-control-menu .tab-control-tabs .navbar-container ul {
        display: inline-block
    }
}

.tab-control-menu .nav-tabs {
    border-bottom: none
}

.tab-control-menu .nav-tabs li {
    text-align: center
}

.tab-control-menu .nav-tabs li a {
    border: none
}

.tab-control-menu .nav-tabs li a:focus,
.tab-control-menu .nav-tabs li a:active,
.tab-control-menu .nav-tabs li a:hover {
    border: none
}

@media (max-width:768px) {
    .tab-control-menu .nav-tabs li {
        font-size: .6rem
    }
    .tab-control-menu .nav-tabs li a {
        padding: 7px 20px 7px 20px
    }
    .tab-control-menu .nav-tabs li p {
        font-size: .9rem;
        font-weight: 700
    }
}

@media (max-width:420px) {
    .tab-control-menu .nav-tabs li a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .tab-control-menu .nav-tabs li p {
        font-size: .7rem
    }
}

.tab-control-menu .nav-tabs li.active>a,
.tab-control-menu .nav-tabs li.active>a:focus,
.tab-control-menu .nav-tabs li.active>a:hover {
    border: none
}

.tab-control-score-content {
    weight: 100%
}

.tab-control-score-content .your-score-content .your-score-content-img-container {
    position: relative
}

.tab-control-score-content .your-score-content .your-score-content-img-container img {
    max-height: 380px;
    width: 568px
}

.tab-control-score-content .your-score-content .your-score-content-img-container .overlay {
    z-index: 99;
    width: 70%;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.tab-control-score-content .your-score-content .your-score-content-img-container p {
    text-align: center;
    font-size: 6.5rem;
    font-weight: 500;
    line-height: 2
}

@media (max-width:768px) {
    .tab-control-score-content .your-score-content .your-score-content-img-container p {
        font-size: 4.5rem
    }
    .tab-control-score-content .your-score-content .your-score-content-img-container img {
        max-width: 368px;
        width: 90%;
        height: auto
    }
}

@media (min-width:992px) {
    .tab-control-score-content .your-score-content .your-score-content-messages {
        margin-top: -25px
    }
}

@media (max-width:767px) {
    .tab-control-score-content .your-score-content .your-score-content-messages {
        margin-top: -20px
    }
}

.tab-control-score-content .your-score-content .your-score-content-messages .score-result-action {
    font-size: 1.5rem;
    font-weight: 600
}

.tab-control-score-content .your-score-content .your-score-content-messages .arrow-down {
    text-align: center;
    position: relative;
    padding-top: 20px;
    font-size: 1rem;
    min-height: 38px
}

.tab-control-score-content .your-score-content .your-score-content-messages .arrow-down a:hover {
    text-decoration: none
}

.tab-control-score-content .your-score-content .your-score-content-messages .arrow-down a.mouse {
    background-image: url('https://cdnp.getcreditscore.com.au/images/gcs/mouse.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 38px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -12px
}

.tab-control-score-content .your-score-content .your-score-content-messages .arrow-down a.mouse i {
    position: relative;
    color: #fff
}

.tab-control-score-content .your-score-content .different-score-tooltip {
    font-size: .8rem;
    display: block;
    margin-bottom: 5px
}

.tab-control-score-content .your-score-content .different-score-tooltip .tooltip-sign {
    padding-left: 3px;
    font-size: 1.1rem;
    cursor: pointer
}

@media (max-width:768px) {
    .tab-control-score-content .your-score-content .different-score-tooltip {
        font-size: .7rem
    }
}

.tab-control-score-content .your-score-content img {
    padding-top: 0;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.tab-control-score-content .your-score-content p {
    font-size: 2rem;
    margin-bottom: 0
}

.tab-control-score-content .your-score-content p.small {
    font-size: 1.3rem
}

.tab-control-score-content .your-score-content .btn {
    border-radius: 0
}

.tab-control-score-content .your-score-content .bold-font {
    font-weight: bold
}

@media (min-width:991px) {
    .tab-control-score-content .tab-control-score-content {
        min-height: 400px
    }
}

.tab-control-score-content .history-content .chart {
    margin-top: 15px
}

.tab-control-score-content .history-content .chart tspan {
    stroke: none;
    fill: #fff
}

.tab-control-score-content .history-content .chart .domain,
.tab-control-score-content .history-content .chart .c3-legend-item,
.tab-control-score-content .history-content .chart .tick line,
.tab-control-score-content .history-content .chart .c3-grid .c3-xgrid-focus {
    display: none
}

.tab-control-score-content .history-content .chart .c3-texts .c3-text text {
    transform: translate(-22px, 0)
}

.tab-control-score-content .history-content .history-note {
    font-size: 1.1rem
}

.tab-control-score-content .history-content .history-note .display-inline {
    display: inline-block
}

.tab-control-score-content .history-content .history-note .color-box {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px
}

.tab-control-score-content .history-content .history-note .month {
    background: #3cbac8
}

.tab-control-score-content .history-content .history-note .month-nologin {
    background: #999999
}

.tab-control-score-content .history-content .history-note .legend-text {
    font-size: .9rem
}

.tab-control-score-content .compare-content {
    background: red;
    height: 200px;
    width: 200px
}

.score-advice {
    background: #F0F3FA;
    color: #2A3392
}

.score-advice h2 {
    font-weight: 500;
    margin-top: 0
}

.score-advice .btn-article {
    border: solid 1px #2A3392;
    background: transparent;
    font-size: .9rem;
    padding: 16px
}

.score-advice .btn-article:hover {
    color: #FFFFFF;
    background: #283593
}

.score-advice .panel {
    -webkit-box-shadow: 1px 7px 55px -5px #888;
    -moz-box-shadow: 1px 7px 55px -5px #888;
    box-shadow: 1px 7px 55px -5px #888
}

.score-advice .panel .panel-heading {
    background: #1976d2;
    color: #FFFFFF;
    padding: 15px 30px 15px 30px;
    font-size: 1.2rem
}

.score-advice .panel .panel-heading a {
    float: right;
    color: #FFFFFF;
    font-size: 1rem
}

.score-advice .panel .panel-body span {
    float: right
}

.score-advice .panel .panel-body .score-advice-band {
    font-weight: bold
}

.score-advice .panel .panel-body .score-advice-row i {
    padding-left: 7px;
    cursor: pointer
}

.score-advice .panel .panel-body .score-help-high {
    color: #4AB357
}

.score-advice .panel .panel-body .score-help-med {
    color: #0F997F
}

.score-advice .panel .panel-body .score-help-low {
    color: #62D5DE
}

.score-advice .panel .panel-body .score-hurts-high {
    color: #F87142
}

.score-advice .panel .panel-body .score-hurts-med {
    color: #FBA317
}

.score-advice .panel .panel-body .score-hurts-low {
    color: #F8D357
}

@media (max-width:768px) {
    .score-advice {
        width: 100%
    }
}

.dashboard-products {
    color: #FFFFFF;
    color: #2A3392
}

.dashboard-products h2 {
    color: #2A3392
}

.dashboard-products .product-see-more-list .product-see-more-list-row {
    padding-bottom: 16px;
    border-bottom: 1px solid #ecebeb;
    padding-top: 17px
}

.dashboard-products .disclaimer {
    color: #FFFFFF;
    font-size: .8rem
}

.dashboard-products .btn-product-action {
    background: "transparent";
    color: #3846A8;
    font-size: 2rem
}

@media (max-width:992px) {
    .dashboard-products .btn-product-action {
        font-size: .9rem
    }
}

.dashboard-products .sup {
    font-size: 60%
}

.dashboard-products .product-box-border-shadow {
    -webkit-box-shadow: 1px 7px 55px -5px #888;
    -moz-box-shadow: 1px 7px 55px -5px #888;
    box-shadow: 1px 7px 55px -5px #888
}

.dashboard-products .product-box-border {
    border: 1px solid white
}

.dashboard-products .panel-product-sales {
    max-width: 350px
}

.dashboard-products .product-box {
    padding-bottom: 0px;
    margin-bottom: 16px;
    color: #2A3392
}

@media (min-width:992px) {
    .dashboard-products .product-box {
        max-width: 375px;
        margin-left: auto;
        margin-right: auto
    }
}

.dashboard-products .product-box .product-box-header {
    background: #FFFFFF;
    padding: 10px 15px 5px 10px;
    text-align: center
}

@media (max-width:380px) {
    .dashboard-products .product-box .product-box-header {
        min-height: 147px
    }
}

.dashboard-products .product-box .product-box-header .product-box-header-inner {
    position: relative;
    margin-bottom: 7px;
    text-decoration: none
}

.dashboard-products .product-box .product-box-header .product-box-header-inner a {
    text-decoration: none
}

.dashboard-products .product-box .product-box-header .product-box-header-inner .product-box-header-img {
    max-height: 58px;
    display: inline-block;
    margin: 0 auto
}

.dashboard-products .product-box .product-box-header .product-box-header-inner .product-box-header-title {
    margin-top: 5px;
    margin-bottom: 7;
    font-size: 1.2rem;
    font-weight: 600
}

.dashboard-products .product-box .product-box-header .product-box-see-more {
    cursor: pointer;
    display: inline-block
}

.dashboard-products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
    display: inline-block;
    max-width: 255px
}

@media (max-width:992px) {
    .dashboard-products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        height: 150px
    }
}

@media (max-width:480px) {
    .dashboard-products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        height: 110px
    }
}

@media (min-width:991px) {
    .dashboard-products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        padding-top: 30px
    }
}

.dashboard-products .product-box .product-box-see-more-wrap {
    background: #FFFFFF;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer
}

.dashboard-products .product-box .product-box-header-inline {
    background: #FFFFFF;
    padding: 15px;
    height: 70px
}

.dashboard-products .product-box .product-box-header-inline .product-box-header-inline-left {
    display: inline-block;
    height: 70px;
    text-align: left
}

.dashboard-products .product-box .product-box-header-inline .product-box-header-inline-left .product-title {
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 15px
}

.dashboard-products .product-box .product-box-header-inline .product-box-header-inline-left .product-img {
    height: 58px;
    margin-top: -10px
}

.dashboard-products .product-box .product-box-header-inline .inline-link {
    display: inline-block
}

@media (max-width:380px) {
    .dashboard-products .product-box .product-box-header-inline .product-title {
        max-width: 80px
    }
    .dashboard-products .product-box .product-box-header-inline .insurance-product-img {
        margin-top: -30px !important
    }
}

.dashboard-products .product-box .product-box-body {
    background: #F1F4FB;
    padding-right: 0
}

@media (max-width:767px) {
    .dashboard-products .product-box .product-box-body {
        min-height: 220px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .dashboard-products .product-box .product-box-body {
        min-height: 300px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .dashboard-products .product-box .product-box-body {
        min-height: 250px
    }
}

@media (min-width:1200px) {
    .dashboard-products .product-box .product-box-body {
        min-height: 220px
    }
}

.dashboard-products .product-box .product-box-body .product-box-body-inner {
    margin: 0 auto;
    max-width: 70%;
    padding-top: 5%;
    padding-bottom: 8%
}

.dashboard-products .product-box .product-box-body .product-box-body-inner .list-group {
    background: #F1F4FB;
    margin-bottom: 0;
    line-height: 1.1
}

.dashboard-products .product-box .product-box-body .product-box-body-inner .list-group li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    float: left;
    margin-left: -17px;
    color: #2A3392
}

.dashboard-products .product-box .product-box-body .product-box-body-inner .list-group .list-group-item {
    background: #F1F4FB;
    border: none;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 15px;
    font-size: .9rem
}

.dashboard-products .product-box .product-box-body .product-box-body-inner .list-group .list-group-item .list-group-item-text {
    padding-left: 10px;
    display: inline-block
}

.dashboard-products .product-box .product-box-body-collapsible {
    background: #F1F4FB;
    padding-right: 0;
    padding: 10px
}

.dashboard-products .product-box .product-box-footer {
    background-color: #FFFFFF;
    border: none;
    padding: 10px 15px
}

@media (max-width:767px) {
    .dashboard-products .product-box .product-box-footer span {
        font-size: .7em
    }
}

.dashboard-products .product-box .product-box-footer-sales {
    margin-top: -50px
}

.dashboard-products .disclaimer {
    color: #2A3392
}

@media only screen and (max-width:768px) {
    .dashboard-products h2 {
        font-size: 1.5rem
    }
}

.how-to-improve-score {
    background: #FFFFFF;
    color: #2A3392
}

.how-to-improve-score .article-header-link {
    font-size: 1.5rem
}

.how-to-improve-score .article-intro-txt {
    color: #6C6D70
}

.how-to-improve-score .resource {
    color: #C4C4C4
}

.how-to-improve-score .savings {
    color: #51C6D8
}

.how-to-improve-score .article-separator {
    border-bottom: solid 1px #C4C4C4;
    padding-bottom: 10px
}

.next-steps-section-bckgnd-a {
    background: url('https://cdnp.getcreditscore.com.au/images/dashboard/scorebackground.jpg') 50% 0 no-repeat;
    background-size: cover;
    background-repeat: no-repeat
}

.next-steps .btn-nextstep {
    width: auto;
    width: 100%;
    border-radius: 0
}

.next-steps .panel {
    width: 100%;
    color: #2A3392;
    border: none
}

.next-steps .panel .panel-heading {
    background: #1976d2;
    color: #FFFFFF;
    padding: 20px 30px 20px 30px;
    font-size: 1.2rem;
    font-weight: bold
}

.next-steps .panel .panel-heading a {
    float: right;
    color: #FFFFFF;
    font-size: 1rem
}

.next-steps .panel .panel-heading .badge {
    padding: 7px;
    background: #2961B8;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    margin-top: 4px
}

.next-steps .panel .panel-body {
    padding-bottom: 36px
}

.next-steps .panel .panel-body ul li {
    padding: 10px 15px 10px 15px
}

.next-steps .panel .panel-body ul li span {
    float: right
}

.next-steps .dashboard-next-steps-carousel .carousel-indicators {
    bottom: -39px
}

.next-steps .dashboard-next-steps-carousel .carousel-control {
    top: -90px
}

.next-steps .dashboard-next-steps-carousel .carousel-control.left,
.next-steps .dashboard-next-steps-carousel .carousel-control.right {
    background-image: none
}

.next-steps .dashboard-next-steps-carousel .carousel-inner .item p {
    font-weight: bold;
    margin-top: 15px
}

.next-steps .dashboard-next-steps-carousel .carousel-inner .item img {
    width: 100%
}

@media only screen and (max-width:767px) {
    .dashboard .top-menu .navbar-bottom-mobile {
        background-color: rgba(10, 81, 171, 0.5)
    }
    .dashboard .top-menu .navbar-bottom-mobile div {
        font-weight: bold
    }
    .dashboard .top-menu .navbar-nav li {
        border-bottom: solid .5px #2670C7
    }
    .dashboard .top-menu .navbar-nav li:last-child {
        border-bottom: none
    }
    .dashboard .top-menu .navbar-nav a {
        padding-right: 0
    }
    .dashboard .top-menu .nav>li>a {
        padding-left: 1.7rem;
        padding-right: 1.7rem
    }
    .dashboard .top-menu .navbar-header {
        padding-left: 1.7rem;
        padding-right: 1.7rem
    }
    .dashboard .top-menu .navbar-header .navbar-brand {
        margin-left: -10px
    }
    .dashboard .top-menu .no-bottom-border {
        border-bottom: none
    }
}

.already-member {
    font-size: 1rem;
    padding-top: 12px
}

.already-member .text {
    padding-right: 5px;
    font-size: 1rem
}

.already-member .link {
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-size: 1rem
}

.no_account_header_1 {
    font-size: 4rem
}

.no_account_header_2 {
    font-size: 2rem
}

.home-articles {
    color: #2A3392
}

.home-articles .article-link-wrapper {
    text-decoration: none;
    cursor: pointer
}

.home-articles .article-link-wrapper img {
    margin: 0 auto
}

.home-articles .btn-article {
    border: solid 1px #2A3392;
    background: #FFFFFF;
    font-size: .9rem;
    padding: 16px
}

.home-articles .btn-article:hover {
    color: #FFFFFF;
    background: #283593
}

.home-articles h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 400
}

.home-articles h5 {
    font-size: 1.5rem;
    color: #2A3392;
    font-weight: 400
}

.home-articles .article-preview-description {
    color: #607e89;
    font-size: 1rem
}

.home-articles .article-preview-home {
    -webkit-box-shadow: 1px 7px 55px -5px #888;
    -moz-box-shadow: 1px 7px 55px -5px #888;
    box-shadow: 1px 7px 55px -5px #888;
    cursor: pointer
}

.home-articles .article-preview-home h5 {
    font-weight: 400;
    font-size: 1.2rem
}

.home-articles .article-preview-home .article-preview-home-img {
    height: auto;
    width: 100%;
    margin: 0 auto
}

.home-articles .article-preview-home .content-part {
    padding: 15px;
    border-bottom: solid 1px #eee;
    height: 170px
}

.home-articles .article-preview-home .footer-part {
    padding: 15px;
    color: #808080
}

.home-articles .article-preview-home .footer-part .article-preview-category {
    color: #51C6D8
}

#carousel-learn-from-experts img {
    display: inline
}

#carousel-learn-from-experts .carousel-indicators {
    bottom: -20px
}

#carousel-learn-from-experts .carousel-inner {
    padding-bottom: 20px
}

.homePage .products {
    background: #1976d2;
    color: #FFFFFF
}

.homePage .products h2 {
    color: #FFFFFF
}

.homePage .products strong {
    font-weight: 500
}

.homePage .products .product-see-more-list .product-see-more-list-row {
    padding-bottom: 16px;
    border-bottom: 1px solid #ecebeb;
    padding-top: 17px
}

.homePage .products .disclaimer {
    color: #FFFFFF;
    font-size: .8rem
}

.homePage .products .btn-product-action {
    background: "transparent";
    color: #3846A8;
    font-size: 2rem
}

@media (max-width:992px) {
    .homePage .products .btn-product-action {
        font-size: .9rem
    }
}

.homePage .products .sup {
    font-size: 60%
}

.homePage .products .product-box-border-shadow {
    -webkit-box-shadow: 1px 7px 55px -5px #888;
    -moz-box-shadow: 1px 7px 55px -5px #888;
    box-shadow: 1px 7px 55px -5px #888
}

.homePage .products .product-box-border {
    border: 1px solid white
}

.homePage .products .panel-product-sales {
    max-width: 350px
}

.homePage .products .product-box {
    padding-bottom: 0px;
    margin-bottom: 16px;
    color: #2A3392
}

@media (min-width:992px) {
    .homePage .products .product-box {
        max-width: 375px;
        margin-left: auto;
        margin-right: auto
    }
}

.homePage .products .product-box .product-box-header {
    background: #FFFFFF;
    padding: 10px 15px 5px 10px;
    text-align: center
}

@media (max-width:380px) {
    .homePage .products .product-box .product-box-header {
        min-height: 147px
    }
}

.homePage .products .product-box .product-box-header .product-box-header-inner {
    position: relative;
    margin-bottom: 7px;
    text-decoration: none
}

.homePage .products .product-box .product-box-header .product-box-header-inner a {
    text-decoration: none
}

.homePage .products .product-box .product-box-header .product-box-header-inner .product-box-header-img {
    max-height: 58px;
    display: inline-block;
    margin: 0 auto
}

.homePage .products .product-box .product-box-header .product-box-header-inner .product-box-header-title {
    margin-top: 5px;
    margin-bottom: 7;
    font-size: 1.2rem;
    font-weight: 600
}

.homePage .products .product-box .product-box-header .product-box-see-more {
    cursor: pointer;
    display: inline-block
}

.homePage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
    display: inline-block;
    max-width: 255px
}

@media (max-width:992px) {
    .homePage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        height: 150px
    }
}

@media (max-width:480px) {
    .homePage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        height: 110px
    }
}

@media (min-width:991px) {
    .homePage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        padding-top: 30px
    }
}

.homePage .products .product-box .product-box-see-more-wrap {
    background: #FFFFFF;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer
}

.homePage .products .product-box .product-box-header-inline {
    background: #FFFFFF;
    padding: 15px;
    height: 70px
}

.homePage .products .product-box .product-box-header-inline .product-box-header-inline-left {
    display: inline-block;
    height: 70px;
    text-align: left
}

.homePage .products .product-box .product-box-header-inline .product-box-header-inline-left .product-title {
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 15px
}

.homePage .products .product-box .product-box-header-inline .product-box-header-inline-left .product-img {
    height: 58px;
    margin-top: -10px
}

.homePage .products .product-box .product-box-header-inline .inline-link {
    display: inline-block
}

@media (max-width:380px) {
    .homePage .products .product-box .product-box-header-inline .product-title {
        max-width: 80px
    }
    .homePage .products .product-box .product-box-header-inline .insurance-product-img {
        margin-top: -30px !important
    }
}

.homePage .products .product-box .product-box-body {
    background: #F1F4FB;
    padding-right: 0
}

@media (max-width:767px) {
    .homePage .products .product-box .product-box-body {
        min-height: 220px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .homePage .products .product-box .product-box-body {
        min-height: 300px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .homePage .products .product-box .product-box-body {
        min-height: 250px
    }
}

@media (min-width:1200px) {
    .homePage .products .product-box .product-box-body {
        min-height: 220px
    }
}

.homePage .products .product-box .product-box-body .product-box-body-inner {
    margin: 0 auto;
    max-width: 70%;
    padding-top: 5%;
    padding-bottom: 8%
}

.homePage .products .product-box .product-box-body .product-box-body-inner .list-group {
    background: #F1F4FB;
    margin-bottom: 0;
    line-height: 1.1
}

.homePage .products .product-box .product-box-body .product-box-body-inner .list-group li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    float: left;
    margin-left: -17px;
    color: #2A3392
}

.homePage .products .product-box .product-box-body .product-box-body-inner .list-group .list-group-item {
    background: #F1F4FB;
    border: none;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 15px;
    font-size: .9rem
}

.homePage .products .product-box .product-box-body .product-box-body-inner .list-group .list-group-item .list-group-item-text {
    padding-left: 10px;
    display: inline-block
}

.homePage .products .product-box .product-box-body-collapsible {
    background: #F1F4FB;
    padding-right: 0;
    padding: 10px
}

.homePage .products .product-box .product-box-footer {
    background-color: #FFFFFF;
    border: none;
    padding: 10px 15px
}

@media (max-width:767px) {
    .homePage .products .product-box .product-box-footer span {
        font-size: .7em
    }
}

.homePage .products .product-box .product-box-footer-sales {
    margin-top: -50px
}

.homePage .products .disclaimer {
    color: #FFFFFF
}

.homePage .homesplash {
    background: url("style/GCS-Home-Banner.jpg") 50% 0 no-repeat;
    background-size: cover;
    background-repeat: no-repeat
}

.homePage .homesplash-old-style {
    background: url('https://cdnp.getcreditscore.com.au/images/home/ComputerBlue.jpg') 50% 0 no-repeat;
    background-size: cover;
    background-repeat: no-repeat
}

.homePage .home-old-style-div-computer {
    text-align: center
}

.homePage .getscore-area {
    background: #F0F3FA;
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') left top repeat-x #f0f3fa;
    color: #2A3392
}

.homePage .getscore-area ul {
    list-style-type: none;
    padding: 0
}

.homePage .getscore-area ul li {
    margin-bottom: 2.3rem
}

.homePage .getscore-area h5 {
    font-size: 1.4rem
}

.homePage .get-started {
    background: #1976d2;
    color: #FFFFFF
}

.homePage .get-started .get-started-text {
    max-width: 500px;
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .homePage .banner-call-to-action {
        min-height: 300px
    }
}

.homePage .featured-on {
    background-color: rgba(10, 81, 171, 0.5);
    width: 100%;
    min-height: 79px
}

.homePage .featured-on .feature-on-container {
    width: 100%
}

.homePage .featured-on .feature-on-container .feature-on-text {
    float: left;
    text-align: left;
    font-size: 1rem;
    font-weight: bolder;
    padding-top: 30px
}

.homePage .featured-on .feature-on-container .feature-on-partners img {
    float: right;
    padding-left: 55px;
    display: inline-block;
    padding-top: 18px
}

.homePage .info {
    color: #FFFFFF
}

.homePage .info .info-container {
    min-height: 470px
}

.homePage .info .info-container p {
    font-size: 1.2rem
}

.homePage .fixed-menu {
    background: #FFFFFF;
    width: 100%;
    z-index: 16;
    max-width: 1800px
}

.homePage .fixed-menu .navbar a {
    border-bottom: solid 2px transparent;
    padding: bottom: 25px
}

.homePage .fixed-menu .navbar a:hover {
    background: transparent;
    border-bottom: solid 2px #23527c
}

.homePage .fixed-menu .navbar a:active {
    border-bottom: solid 2px #23527c
}

.homePage .fixed-menu .navbar a .no-left-padding {
    padding-left: 0
}

.homePage .fixed-menu .navbar a.get-score-btn {
    padding: 11px 20px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    border-color: #5ed415;
    background-color: #5ed415;
    cursor: pointer
}

.homePage .fixed-menu .navbar a.get-score-btn:hover {
    background-color: #54BE13
}

.homePage .fixed-menu .navbar a.get-score-btn a,
.homePage .fixed-menu .navbar a.get-score-btn span {
    color: #FFFFFF;
    font-weight: bold
}

.homePage .fixed-menu .navbar {
    margin-bottom: 0
}

.homePage .score-advice {
    background: #F0F3FA;
    color: #2A3392
}

@media only screen and (max-width:767px) {
    .homePage .top-margin {
        margin-top: 30px
    }
    .homePage .homesplash {
        background: url('https://cdnp.getcreditscore.com.au/images/home/Get-Credit-Home-Mobile.jpg');
        background-size: cover;
        background-repeat: no-repeat
    }
    .homePage .home-old-style-div-computer .home-old-style-img-computer {
        max-width: 300px
    }
    .homePage .get-score-btn-splash {
        padding: 21px 25px;
        font-size: 1.5rem
    }
    .homePage .info {
        background-color: rgba(10, 81, 171, 0.5)
    }
    .homePage .info .info-container {
        min-height: 470px
    }
    .homePage .info .navbar-bottom-mobile {
        background-color: rgba(10, 81, 171, 0.5)
    }
    .homePage .info .navbar-bottom-mobile div {
        font-weight: bold
    }
    .homePage .info .navbar-nav li {
        border-bottom: solid .5px #2670C7
    }
    .homePage .info .navbar-nav li:last-child {
        border-bottom: none
    }
    .homePage .info .navbar-nav a {
        padding-right: 0
    }
    .homePage .info .nav>li>a {
        padding-left: 1.7rem;
        padding-right: 1.7rem
    }
    .homePage .info .navbar-header {
        padding-left: 1.7rem;
        padding-right: 1.7rem
    }
    .homePage .info .navbar-header .navbar-brand {
        margin-left: -10px
    }
    .homePage .info .no-bottom-border {
        border-bottom: none
    }
    .homePage .md-pt-20 {
        padding-top: 0
    }
    .homePage .md-pt-15 {
        padding-top: 0
    }
}

.formTooltipContainer {
    text-align: right;
    margin-top: 5px;
    cursor: pointer;
    font-size: .84rem
}

.formTooltipContainer a {
    text-decoration: none
}

.formTooltipContainerFixMargin {
    margin-top: 2px
}

.registration-form-message-span {
    display: inline-block
}

.greenTicks i {
    color: green
}

.greenTicks li {
    padding-top: 5px
}

.registration-title-bullets .registration-title-bullets-container {
    padding-left: 30px
}

.registration-title-bullets .center-div {
    max-width: 500px;
    margin: 0 auto;
    text-align: left
}

.registration-title-bullets .dont-worry {
    font-weight: bolder
}

.registration-title-bullets .already-member {
    text-align: left;
    color: grey;
    margin-top: 8px
}

.registration-title-bullets .already-member span {
    padding-right: 5px
}

.registration {
    min-height: 500px
}

.registration .registration-title .title-header {
    font-size: 2.5rem
}

.registration .registration-title .title-text {
    font-size: 1.3rem
}

.registration .registration-title .title-bold-text {
    font-weight: 700;
    font-size: 1.3rem
}

.registration .registration-advantages-bullets-container {
    color: #292f36;
    font-family: inherit;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    text-align: center
}

.registration .register-feature .register-feature-img {
    max-width: 80%
}

.registration .register-feature h5 {
    color: #292f36;
    margin: 10px 0 5px 0;
    font-weight: 700;
    font-size: 1.7rem;
    max-width: 80%
}

.registration .register-feature p {
    color: #6b6b6b;
    font-family: inherit;
    font-weight: normal;
    font-size: .9rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

.registration .register-feature .tetimony-name {
    background: url('https://cdnp.getcreditscore.com.au/images/registration/icon-jaq.png') 50% 10% no-repeat;
    background-size: 80px;
    height: 130px;
    display: inline-block;
    padding-top: 100px;
    margin-bottom: 20px;
    color: #696969
}

.registration .register-feature .header-line {
    border-bottom: solid 8px #51bed6;
    width: 100px;
    margin: 10px auto 30px
}

.registration .ui-menu {
    background: #FFFFFF;
    list-style: none
}

.registration .ui-menu .ui-menu-item {
    padding: 5px;
    cursor: pointer
}

.registration .ui-draggable,
.registration .ui-droppable {
    background-position: top
}

.registration .progress-bar-next {
    background-color: #1976d2;
    color: #FFFFFF
}

.registration .progress-bar-next .navigation span {
    cursor: pointer;
    font-size: 2rem;
    font-weight: bold;
    background: #FFFFFF;
    padding: 5px;
    color: #2A3392
}

.registration .form-container {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x;
    background-color: #F0F3FA
}

.registration .form-container .form-group .border {
    border-bottom: solid 1px #D7E0EA
}

.registration .form-container .form-group input {
    font-weight: normal;
    font-size: 1.3rem;
    font-color: #000
}

.registration .form-container .form-group input.loading {
    background: #FFFFFF url('https://cdnp.getcreditscore.com.au/images/gcs/spinner.gif') no-repeat 97% center
}

.registration .form-container .form-group .description {
    font-weight: normal;
    font-size: 1.3rem;
    border-radius: 4px;
    width: 100%;
    padding: 6px 12px;
    color: #555
}

.registration .form-container .form-group .btn {
    border-radius: 0;
    border: none;
    padding: 15px 30px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.4rem;
    background: #00B8D4
}

.registration .form-container .form-group .btn:hover {
    background: #01A5BE
}

.registration .form-container .form-group .btn.cancel {
    background: rgba(80, 80, 80, 0.85);
    padding: 15px 20px
}

.registration .form-container .form-group .btn.cancel:hover {
    background: rgba(80, 80, 80, 0.75)
}

.registration .form-container .form-group .btn.loading {
    padding-right: 40px;
    background-image: url('https://cdnp.getcreditscore.com.au/images/gcs/spinner.gif');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}

.registration .form-container ::-webkit-input-placeholder {
    font-style: italic
}

.registration .form-container ::-moz-placeholder {
    font-style: italic
}

.registration .form-container :-ms-input-placeholder {
    font-style: italic
}

.registration .form-container :-moz-placeholder {
    font-style: italic
}

.registration .form-container input.has-error {
    background-color: #f2dede;
    border: solid 1px #a94442
}

.registration .form-container .error-message {
    color: #a94442;
    margin-top: 10px
}

.registration .form-container .square.has-error {
    border: solid 1px #a94442;
    background: #f2dede
}

.registration .form-container .square {
    width: 30%;
    height: 80px;
    background: transparent;
    color: #0D60C0;
    border: solid 1px #D7E0EA;
    float: left;
    position: relative;
    cursor: pointer
}

.registration .form-container .square:has-error {
    border: solid 1px #a94442;
    background: #f2dede
}

.registration .form-container .square p {
    font-weight: bold
}

.registration .form-container .square .square-content img {
    height: 30px;
    width: auto;
    margin-top: 14px
}

.registration .form-container .square .square-content p {
    font-size: .9rem
}

.registration .form-container .square.selected {
    background: #FFFFFF;
    border: solid 1px #00b8d4
}

.registration .form-container .square.selected .square-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
    border-radius: 0;
    border-width: 1.35em;
    border-right-color: #00b8d4;
    border-top-color: #00b8d4
}

.registration .form-container .square.selected::after {
    content: '\2713';
    position: absolute;
    top: 4px;
    right: 5px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: .8rem
}

.registration .form-container .address-container .checkbox input {
    height: auto
}

.registration .form-container .address-wrapper div {
    z-index: 1
}

.registration .form-container .address-wrapper .menu-item {
    padding: 3px 6px;
    cursor: default;
    font-size: 1.2rem
}

.registration .form-container .address-wrapper .highlighted-item {
    color: #FFFFFF;
    background: hsl(200, 50%, 50%);
    padding: 3px 6px;
    cursor: default;
    font-size: 1.2rem
}

.registration .form-container .form-group .grp-row:before {
    content: "\2713"
}

.registration .form-container .form-group .col-sm-9 {
    float: none;
    clear: both
}

.registration .form-container .form-group .date-of-birth {
    display: inline-block
}

.registration .form-container .form-group .date-of-birth input {
    float: left;
    width: 25%
}

.registration .form-container .form-group .date-of-birth .date-splitter {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.7rem
}

.registration .form-container .form-group .date-of-birth .yyyy {
    width: 35%
}

@media only screen and (max-width:767px) {
    .registration .registration .form-items {
        padding: 0 0 0 40%
    }
    .registration .registration-title .title-header {
        font-size: 2rem
    }
    .registration .registration-title .title-text {
        font-size: .9rem
    }
    .registration .registration-title .title-bold-text {
        font-weight: 700;
        font-size: 1rem
    }
    .registration .form-container .form-group label {
        margin-top: 5px
    }
    .registration .form-container .form-group .square {
        width: 46%
    }
    .registration .form-container .form-group button {
        width: auto
    }
    .registration .form-container .form-group .btn {
        font-size: 1rem
    }
    .registration .form-container .form-group .date-of-birth input {
        width: 20%
    }
}

.financial-goals h3 {
    font-size: 2.5rem
}

.financial-goals p {
    font-size: 1.1rem
}

.registration {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x;
    background-color: #F0F3FA
}

.registration .block-header img {
    margin-right: 15px;
    width: 40px;
    margin-bottom: 10px;
    margin-top: 5px
}

.registration .block-header span {
    font-size: 1.2rem;
    font-weight: bold
}

.registration .square-bottom {
    width: 20%;
    height: 80px;
    border-bottom: solid 1px #D7E0EA;
    color: #617D8D;
    font-size: .8rem;
    padding-top: 10px;
    float: left
}

.registration .square {
    width: 20%;
    height: 100px;
    background: transparent;
    color: #0D60C0;
    border: solid 1px #D7E0EA;
    float: left;
    position: relative
}

.registration .square input {
    display: none
}

.registration .square .square-box:before {
    content: "";
    display: block;
    padding-top: 100%
}

.registration .square .square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #0D60C0
}

.registration .square .square-content div {
    display: table;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.registration .square .square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #0D60C0;
    font-size: 3rem
}

.registration .square.has-error {
    border: solid 1px #a94442;
    background: #f2dede
}

.registration .square {
    width: 30%;
    height: 80px;
    background: transparent;
    color: #0D60C0;
    border: solid 1px #D7E0EA;
    float: left;
    position: relative;
    cursor: pointer
}

.registration .square:has-error {
    border: solid 1px #a94442;
    background: #f2dede
}

.registration .square p {
    font-weight: bold
}

.registration .square .square-content img {
    height: 30px;
    width: auto;
    margin-top: 14px
}

.registration .square .square-content p {
    font-size: .9rem
}

.registration .square.selected {
    background: #FFFFFF;
    border: solid 1px #00b8d4
}

.registration .square.selected .square-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
    border-radius: 0;
    border-width: 1.35em;
    border-right-color: #00b8d4;
    border-top-color: #00b8d4
}

.registration .square.selected::after {
    content: '\2713';
    position: absolute;
    top: 4px;
    right: 5px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: .8rem
}

.helpcentre-result-article-title {
    margin: 0
}

.faq-disclaimer {
    color: grey;
    font-style: italic;
    padding-top: 15px;
    padding-bottom: 15px
}

.faq-disclaimer .disclaimer-title {
    font-weight: bold
}

.article-repository {
    background-color: #FFFFFF
}

.article-repository .ul-search li {
    padding-bottom: 20px
}

.article-repository .ul-search li a {
    padding: 10px;
    text-decoration: none
}

.article-repository .ul-search li a:hover {
    text-decoration: none;
    cursor: pointer
}

.article-repository .ul-search li a:selected {
    color: red
}

.article-repository .ul-search li.active a {
    border: solid 1px #3FC3D8;
    border-radius: 14px;
    color: #3FC3D8
}

.article-repository .nav-categories {
    margin-top: 20px;
    position: relative;
    width: 100%
}

.article-repository .nav-categories li {
    max-width: 185px
}

.article-repository .nav-categories li a {
    padding-left: 5px;
    padding-right: 0
}

.article-repository .nav-categories li.active a {
    border: solid 1px #3FC3D8;
    border-radius: 14px;
    color: #3FC3D8;
    background: transparent
}

.article-repository .nav-categories.fixed {
    position: fixed;
    top: 0
}

.article-repository .resources-container {
    position: relative
}

.article-repository .resources-container select {
    padding-right: 30px;
    margin-top: 20px;
    height: 40px;
    padding-right: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

.article-repository .resources-container i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
    font-weight: bold
}

.article-repository .resource {
    color: #C4C4C4;
    text-transform: uppercase
}

.article-repository .savings {
    color: #51C6D8;
    text-transform: uppercase
}

.article-repository .grey-col-background {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x;
    background-color: #F0F3FA;
    padding-left: 40px
}

.article-repository .white-col-background {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x;
    background-color: #FFFFFF
}

.article-repository .navbar-bottom-mobile {
    background-color: rgba(10, 81, 171, 0.5)
}

.article-repository .navbar-bottom-mobile div {
    font-weight: bold
}

.article-repository .navbar-nav li {
    border-bottom: solid .5px #2670C7
}

.article-repository .navbar-nav li:last-child {
    border-bottom: none
}

.article-repository .navbar-nav a {
    padding-right: 0
}

.article-repository .nav>li>a {
    padding-left: 1.7rem;
    padding-right: 1.7rem
}

.article-repository .navbar-header {
    padding-left: 1.7rem;
    padding-right: 1.7rem
}

.article-repository .navbar-header .navbar-brand {
    margin-left: -10px
}

.article-repository .no-bottom-border {
    border-bottom: none
}

.article-repository .row.same-height-columns {
    overflow: hidden
}

.article-repository .row.same-height-columns [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px
}

.article-repository select {
    color: #3FC3D8;
    font-weight: bold;
    font-size: 1.1rem
}

.article-repository h3 {
    font-size: 1.4rem;
    margin: 0 0 10px;
    color: #2a3392;
    font-weight: normal
}

.article-repository h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #2A3392
}

.article-repository .article-text {
    color: #607E89
}

.single-article {
    background-color: #FFFFFF
}

.single-article .ul-search li {
    padding-bottom: 20px
}

.single-article .ul-search li a {
    padding: 10px;
    text-decoration: none
}

.single-article .ul-search li a:hover {
    text-decoration: none;
    cursor: pointer
}

.single-article .ul-search li a:selected {
    color: red
}

.single-article .ul-search li.active a {
    border: solid 1px #3FC3D8;
    border-radius: 14px;
    color: #3FC3D8
}

.single-article .resources-container {
    position: relative
}

.single-article .resources-container select {
    padding-right: 30px;
    margin-top: 20px;
    height: 40px;
    padding-right: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

.single-article .resources-container i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
    font-weight: bold
}

.single-article .resource {
    color: #C4C4C4;
    text-transform: uppercase
}

.single-article .savings {
    color: #51C6D8;
    text-transform: uppercase
}

.single-article h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #2A3392
}

.single-article h3 {
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 0 0 10px;
    color: #2A3392;
    font-weight: normal
}

.single-article img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto
}

.single-article p,
.single-article blockquote {
    color: #607e89;
    font-size: 1rem
}

.single-article blockquote {
    line-height: 1.7
}

.single-article .footer img {
    width: auto;
    max-width: none
}

.single-article ul li,
.single-article ol li {
    padding-top: 2px;
    padding-bottom: 2px
}

.single-article .article-text {
    color: #738A92;
    border-bottom: solid 1px #DEE4F0;
    padding-bottom: 20px
}

.single-article .navbar-bottom-mobile {
    background-color: rgba(10, 81, 171, 0.5)
}

.single-article .navbar-bottom-mobile div {
    font-weight: bold
}

.single-article .navbar-nav li {
    border-bottom: solid .5px #2670C7
}

.single-article .navbar-nav li:last-child {
    border-bottom: none
}

.single-article .navbar-nav a {
    padding-right: 0
}

.single-article .nav>li>a {
    padding-left: 1.7rem;
    padding-right: 1.7rem
}

.single-article .navbar-header {
    padding-left: 1.7rem;
    padding-right: 1.7rem
}

.single-article .navbar-header .navbar-brand {
    margin-left: -10px
}

.single-article .no-bottom-border {
    border-bottom: none
}

.single-article .grey-col-background {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x;
    background-color: #F0F3FA;
    padding-left: 40px
}

.single-article .white-col-background {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x;
    background-color: #FFFFFF
}

.single-article h3 {
    font-size: 1.4rem;
    margin: 0 0 10px;
    color: #2A3392;
    font-weight: 400
}

.single-article select {
    color: #3FC3D8;
    font-weight: bold;
    font-size: 1.1rem
}

.faq .nav-categories-row {
    position: relative
}

.get-credit-score {
    background-color: #F0F3FA
}

.get-credit-score .search-container {
    position: relative
}

.get-credit-score .search-container input {
    padding-right: 30px;
    margin-top: 10px;
    height: 40px;
    padding-right: 25px
}

.get-credit-score .search-container input:focus {
    border-color: #3FC3D8
}

.get-credit-score .search-container button {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    top: 3px
}

.get-credit-score .search-container button:focus {
    outline: 0
}

.get-credit-score .search-container .glyphicon {
    color: #738A92
}

.get-credit-score .nav-categories {
    margin-top: 20px;
    position: relative;
    width: 100%
}

.get-credit-score .nav-categories li {
    max-width: 185px
}

.get-credit-score .nav-categories li a {
    padding-left: 5px;
    padding-right: 0
}

.get-credit-score .nav-categories li.active a {
    border: solid 1px #3FC3D8;
    border-radius: 14px;
    color: #3FC3D8;
    background: transparent
}

.get-credit-score .nav-categories.fixed {
    position: fixed;
    top: 0
}

.get-credit-score .grey-col-background {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x;
    background-color: #F0F3FA;
    padding-left: 40px
}

.get-credit-score .white-col-background {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x;
    background-color: #FFFFFF
}

.get-credit-score .row.same-height-columns {
    overflow: hidden
}

.get-credit-score .row.same-height-columns [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px
}

.get-credit-score .articles .subtitle {
    color: #3FC3D8
}

.get-credit-score .articles div {
    padding-bottom: 20px;
    border-bottom: solid 1px #DEE4F0
}

.get-credit-score .faq .subtitle {
    color: #3FC3D8
}

.get-credit-score .faq p {
    color: #607E89
}

.get-credit-score .faq div {
    padding-bottom: 20px;
    border-bottom: solid 1px #DEE4F0
}

.get-credit-score .faq a {
    color: #2A3392
}

.get-credit-score .faq span {
    margin: 0 0 10px;
    color: #3FC3D8
}

.get-credit-score .faq h3 {
    font-weight: 400
}

.get-credit-score .faq h1 {
    font-weight: 300
}

.get-credit-score h3 {
    font-weight: 400
}

.back-to-help-centre {
    background: #FFFFFF;
    color: #3FC3D8
}

.back-to-help-centre h5 {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer
}

.back-to-help-centre span {
    cursor: pointer
}

.back-to-help-centre a {
    color: #3FC3D8
}

.help-centre {
    background: #1976d2;
    color: #FFFFFF
}

h2 {
    font-size: 2.5rem;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 0px
}

.search-container {
    position: relative
}

.search-container input {
    padding-right: 30px;
    margin-top: 10px;
    height: 40px;
    padding-right: 25px
}

.search-container input:focus {
    border-color: #3FC3D8
}

.search-container button {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    top: 3px
}

.search-container button:focus {
    outline: 0
}

.search-container .glyphicon {
    color: #738A92
}

.search-bar {
    background: #FFFFFF
}

.search-bar h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0px
}

.search-bar .resources-container {
    position: relative
}

.search-bar .resources-container select {
    padding-right: 30px;
    margin-top: 20px;
    height: 40px;
    padding-right: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

.search-bar .resources-container i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
    font-weight: bold
}

.search-bar select {
    color: #3FC3D8;
    font-weight: bold;
    font-size: 1.1rem
}

.browse-topics {
    color: #2A3392;
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x;
    background-color: #FFFFFF
}

.browse-topics p {
    color: #2A3392
}

.browse-topics h2 {
    font-weight: normal
}

.browse-topics h5 {
    font-size: 1.4rem;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #2A3392
}

.browse-topics .btn-key-features {
    border: solid 1px #2A3392;
    background: #FFFFFF;
    font-size: .9rem;
    padding: 16px
}

.browse-topics .btn-key-features:hover {
    color: #FFFFFF;
    background: #283593
}

.browse-topics .cursor-hand a:hover {
    text-decoration: none
}

.nav-categories-styling .nav-categories {
    margin-top: 20px;
    position: relative;
    width: 100%
}

.nav-categories-styling .nav-categories li {
    max-width: 185px
}

.nav-categories-styling .nav-categories li a {
    padding-left: 5px;
    padding-right: 0
}

.nav-categories-styling .nav-categories li.active a {
    border: solid 1px #3FC3D8;
    border-radius: 14px;
    color: #3FC3D8;
    background: transparent
}

.nav-categories-styling .nav-categories.fixed {
    position: fixed;
    top: 0
}

.search-results {
    background-color: #FFFFFF
}

.search-results:articles {
    background-color: #FFFFFF;
    background: #FFFFFF
}

.search-results .resource {
    color: #C4C4C4;
    text-transform: uppercase
}

.search-results .savings {
    color: #51C6D8;
    text-transform: uppercase
}

.search-results .grey-col-background {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x;
    background-color: #F0F3FA;
    padding-left: 40px
}

.search-results .white-col-background {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x;
    background-color: #FFFFFF
}

.search-results .nav-categories-row {
    position: relative;
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x
}

.search-results .nav-categories {
    margin-top: 20px;
    position: relative;
    width: 100%
}

.search-results .nav-categories li {
    max-width: 185px
}

.search-results .nav-categories li a {
    padding-left: 5px;
    padding-right: 0
}

.search-results .nav-categories li.active a {
    border: solid 1px #3FC3D8;
    border-radius: 14px;
    color: #3FC3D8;
    background: transparent
}

.search-results .nav-categories.fixed {
    position: fixed;
    top: 0
}

.search-results .panel {
    border: none;
    border-bottom: solid 1px #DEE4F0;
    border-radius: 0;
    background: transparent;
    color: #738A92;
    margin-bottom: 0
}

.search-results .panel .panel-heading {
    color: #2A3392;
    background: none;
    border: none
}

.search-results .panel .panel-heading h3 {
    margin-top: 0
}

.search-results .panel .panel-heading .glyphicon-plus-sign {
    color: #738A92
}

.search-results .panel .panel-heading.active {
    color: #3FC3D8
}

.search-results .panel .hidden {
    display: none
}

.search-results .panel ul li {
    padding-top: 10px;
    padding-bottom: 0
}

.search-results .panel ul.links-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0
}

.search-results .panel h5 {
    margin-bottom: 5px;
    font-size: 15px
}

.search-results .panel .panel-body {
    padding-top: 0
}

.search-results .clickable {
    font-size: 1.5rem;
    cursor: pointer
}

.search-results .ul-search li {
    padding-bottom: 20px
}

.search-results .ul-search li a {
    padding: 10px;
    text-decoration: none
}

.search-results .ul-search li a:hover {
    text-decoration: none;
    cursor: pointer
}

.search-results .ul-search li a:selected {
    color: red
}

.search-results .ul-search li.active a {
    border: solid 1px #3FC3D8;
    border-radius: 14px;
    color: #3FC3D8
}

.search-results .article-text {
    color: #607E89
}

.search-results h3 {
    color: #2A3392;
    font-size: 1.4rem;
    margin: 0 0 10px;
    color: #2a3392;
    font-weight: normal
}

.articles-overview {
    background-color: #FFFFFF;
    background: #FFFFFF
}

.border-top {
    border-top: solid 1px #DEE4F0
}

@media only screen and (max-width:767px) {
    .single-article h2 {
        font-size: 2.2rem
    }
    .help-centre h2 {
        margin-top: 0;
        margin-bottom: 0
    }
    .article-repository .grey-col-background,
    .search-results .grey-col-background {
        padding-left: 10px;
        padding-right: 10px
    }
    .single-article .grey-col-background {
        padding-left: 20px
    }
}

@media (min-width:768px) {
    .article-categories {
        text-align: right;
        float: right;
        padding-right: 0
    }
}

@media (max-width:991px) {
    .nav-categories.fixed {
        margin-left: 20px
    }
    .nav-categories.fixed .category-item {
        padding-right: 20px
    }
}

@media (max-width:991px) {
    .faq-categories .nav-categories.fixed {
        left: 0
    }
    .faq-categories .nav-categories.fixed .faq-item {
        max-width: 155px
    }
}

@media (max-width:1199px) {
    .faq-categories .nav-categories.fixed .faq-item {
        max-width: 160px
    }
}

.terms {
    color: #9FA3A3
}

.terms a {
    color: #23527c;
    text-decoration: underline
}

.terms p {
    font-weight: normal
}

.activate-account-box .activate-account-box-wrap {
    max-width: 500px;
    margin: 0 auto
}

.activate-account-box .subHeader {
    font-size: 1.4rem
}

.signup-bknd {
    background: #F0F3FA
}

.signup-bknd .font-bold {
    font-weight: 600
}

.signup-bknd .login-box-title p {
    font-size: 1.6rem
}

.signup-bknd .navbar-bottom-mobile {
    background-color: rgba(10, 81, 171, 0.5)
}

.signup-bknd .navbar-bottom-mobile div {
    font-weight: bold
}

.signup-bknd .navbar-nav li {
    border-bottom: solid .5px #2670C7
}

.signup-bknd .navbar-nav li:last-child {
    border-bottom: none
}

.signup-bknd .navbar-nav a {
    padding-right: 0
}

.signup-bknd .nav>li>a {
    padding-left: 1.7rem;
    padding-right: 1.7rem
}

.signup-bknd .navbar-header {
    padding-left: 1.7rem;
    padding-right: 1.7rem
}

.signup-bknd .navbar-header .navbar-brand {
    margin-left: -10px
}

.signup-bknd .no-bottom-border {
    border-bottom: none
}

.signup-bknd input.has-error {
    background-color: #f2dede;
    border: solid 1px #a94442
}

.signup-bknd .error-message {
    color: #a94442;
    margin-top: 10px
}

.signup-bknd .change-password {
    -webkit-box-shadow: 1px 7px 55px -5px #888;
    -moz-box-shadow: 1px 7px 55px -5px #888;
    box-shadow: 1px 7px 55px -5px #888;
    min-width: 420px;
    background: #FFFFFF;
    color: #00b8d4;
    padding: 50px;
    max-width: 420px;
    padding-top: 30px;
    padding-bottom: 40px
}

.signup-bknd .change-password .header {
    font-weight: 600;
    font-size: 1.2rem
}

.signup-bknd .change-password .header a {
    font-size: 1.2rem;
    padding-bottom: 10px;
    font-weight: 600;
    color: #7EDBE8
}

.signup-bknd .change-password .header a.active {
    color: #00b8d4
}

.signup-bknd .change-password .form-control {
    padding: 9px 12px;
    border-radius: 4px;
    height: 4rem
}

.signup-bknd .change-password .btn {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background: #00b8d4;
    text-transform: uppercase
}

.signup-bknd .change-password .btn:hover {
    background: #01A5BE
}

.signup-bknd .change-password .btn.loading {
    padding-right: 40px;
    background-image: url('https://cdnp.getcreditscore.com.au/images/gcs/spinner.gif');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}

.signup-bknd .change-password .btn.activate {
    background: #5ed415
}

.signup-bknd .change-password .form-group {
    color: #555
}

.signup-bknd .change-password p.text {
    color: #555;
    font-weight: normal
}

.signup-bknd .change-password a {
    font-size: 1rem;
    font-weight: normal;
    color: #00b8d4;
    cursor: pointer
}

.signup-bknd .change-password .label-text {
    font-size: .9rem;
    font-weight: normal;
    cursor: pointer
}

.signup-bknd .change-password .text-style {
    font-size: .9rem
}

.signup-bknd .change-password .label-color {
    color: #2A3392
}

.signup-bknd .change-password .sign-up-link {
    font-weight: bold
}

.signup-bknd .forgot-password {
    -webkit-box-shadow: 1px 7px 55px -5px #888;
    -moz-box-shadow: 1px 7px 55px -5px #888;
    box-shadow: 1px 7px 55px -5px #888;
    min-width: 420px;
    background: #FFFFFF;
    color: #00b8d4;
    padding: 50px;
    max-width: 420px;
    padding-top: 30px;
    padding-bottom: 40px;
    max-width: 560px
}

.signup-bknd .forgot-password .header {
    font-weight: 600;
    font-size: 1.2rem
}

.signup-bknd .forgot-password .header a {
    font-size: 1.2rem;
    padding-bottom: 10px;
    font-weight: 600;
    color: #7EDBE8
}

.signup-bknd .forgot-password .header a.active {
    color: #00b8d4
}

.signup-bknd .forgot-password .form-control {
    padding: 9px 12px;
    border-radius: 4px;
    height: 4rem
}

.signup-bknd .forgot-password .btn {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background: #00b8d4;
    text-transform: uppercase
}

.signup-bknd .forgot-password .btn:hover {
    background: #01A5BE
}

.signup-bknd .forgot-password .btn.loading {
    padding-right: 40px;
    background-image: url('https://cdnp.getcreditscore.com.au/images/gcs/spinner.gif');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}

.signup-bknd .forgot-password .btn.activate {
    background: #5ed415
}

.signup-bknd .forgot-password .form-group {
    color: #555
}

.signup-bknd .forgot-password p.text {
    color: #555;
    font-weight: normal
}

.signup-bknd .forgot-password a {
    font-size: 1rem;
    font-weight: normal;
    color: #00b8d4;
    cursor: pointer
}

.signup-bknd .forgot-password .label-text {
    font-size: .9rem;
    font-weight: normal;
    cursor: pointer
}

.signup-bknd .forgot-password .text-style {
    font-size: .9rem
}

.signup-bknd .forgot-password .label-color {
    color: #2A3392
}

.signup-bknd .forgot-password .sign-up-link {
    font-weight: bold
}

.signup-bknd .login-form {
    -webkit-box-shadow: 1px 7px 55px -5px #888;
    -moz-box-shadow: 1px 7px 55px -5px #888;
    box-shadow: 1px 7px 55px -5px #888;
    min-width: 420px;
    background: #FFFFFF;
    color: #00b8d4;
    padding: 50px;
    max-width: 420px;
    padding-top: 30px;
    padding-bottom: 40px
}

.signup-bknd .login-form .header {
    font-weight: 600;
    font-size: 1.2rem
}

.signup-bknd .login-form .header a {
    font-size: 1.2rem;
    padding-bottom: 10px;
    font-weight: 600;
    color: #7EDBE8
}

.signup-bknd .login-form .header a.active {
    color: #00b8d4
}

.signup-bknd .login-form .form-control {
    padding: 9px 12px;
    border-radius: 4px;
    height: 4rem
}

.signup-bknd .login-form .btn {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background: #00b8d4;
    text-transform: uppercase
}

.signup-bknd .login-form .btn:hover {
    background: #01A5BE
}

.signup-bknd .login-form .btn.loading {
    padding-right: 40px;
    background-image: url('https://cdnp.getcreditscore.com.au/images/gcs/spinner.gif');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}

.signup-bknd .login-form .btn.activate {
    background: #5ed415
}

.signup-bknd .login-form .form-group {
    color: #555
}

.signup-bknd .login-form p.text {
    color: #555;
    font-weight: normal
}

.signup-bknd .login-form a {
    font-size: 1rem;
    font-weight: normal;
    color: #00b8d4;
    cursor: pointer
}

.signup-bknd .login-form .label-text {
    font-size: .9rem;
    font-weight: normal;
    cursor: pointer
}

.signup-bknd .login-form .text-style {
    font-size: .9rem
}

.signup-bknd .login-form .label-color {
    color: #2A3392
}

.signup-bknd .login-form .sign-up-link {
    font-weight: bold
}

.signup-bknd .login-form .light a {
    color: #7EDBE8;
    font-size: 1rem;
    font-weight: normal
}

.signup-bknd .login-form .light a:hover {
    text-decoration: underline
}

.signup-bknd .terms {
    color: #9FA3A3
}

.signup-bknd .terms a {
    color: #9FA3A3;
    text-decoration: underline
}

.signup-bknd .terms p {
    font-weight: normal
}

.ActivateAccountPage .top-menu-background-color {
    background: #fff
}

.ActivateAccountPage .background {
    background-image: url('https://cdnp.getcreditscore.com.au/images/activateaccount/background.gif');
    color: #FFFFFF
}

.ActivateAccountPage .signup-bknd {
    background: transparent
}

.ActivateAccountPage .signup-bknd .login-form {
    min-width: 420px;
    background: #FFFFFF;
    color: #00b8d4;
    padding: 50px;
    padding-top: 30px;
    padding-bottom: 40px;
    max-width: 420px;
    min-width: auto
}

.ActivateAccountPage .signup-bknd .login-form .header {
    font-weight: 600;
    font-size: 1.2rem
}

.ActivateAccountPage .signup-bknd .login-form .header a {
    font-size: 1.2rem;
    padding-bottom: 10px;
    font-weight: 600;
    color: #7EDBE8
}

.ActivateAccountPage .signup-bknd .login-form .header a.active {
    color: #00b8d4
}

.ActivateAccountPage .signup-bknd .login-form .form-control {
    padding: 9px 12px;
    border-radius: 4px;
    height: 4rem
}

.ActivateAccountPage .signup-bknd .login-form .btn {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background: #00b8d4;
    text-transform: uppercase
}

.ActivateAccountPage .signup-bknd .login-form .btn:hover {
    background: #01A5BE
}

.ActivateAccountPage .signup-bknd .login-form .btn.loading {
    padding-right: 40px;
    background-image: url('https://cdnp.getcreditscore.com.au/images/gcs/spinner.gif');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}

.ActivateAccountPage .signup-bknd .login-form .btn.activate {
    background: #5ed415
}

.ActivateAccountPage .signup-bknd .login-form .form-group {
    color: #555
}

.ActivateAccountPage .signup-bknd .login-form p.text {
    color: #555;
    font-weight: normal
}

.ActivateAccountPage .signup-bknd .login-form a {
    font-size: 1rem;
    font-weight: normal;
    color: #00b8d4;
    cursor: pointer
}

.ActivateAccountPage .signup-bknd .login-form .label-text {
    font-size: .9rem;
    font-weight: normal;
    cursor: pointer
}

.ActivateAccountPage .signup-bknd .login-form .text-style {
    font-size: .9rem
}

.ActivateAccountPage .signup-bknd .login-form .label-color {
    color: #2A3392
}

.ActivateAccountPage .signup-bknd .login-form .sign-up-link {
    font-weight: bold
}

.ActivateAccountPage .signup-bknd .login-form .btn.activate.loading {
    background: #5ed415 url('https://cdnp.getcreditscore.com.au/images/gcs/spinner.gif') no-repeat 90% center
}

.ActivateAccountPage .terms {
    color: #9fa3a3
}

.ActivateAccountPage .img-container {
    display: inline-block
}

.ActivateAccountPage ul {
    list-style: none;
    display: inline-block;
    text-align: left
}

.ActivateAccountPage ul li {
    background: url('https://cdnp.getcreditscore.com.au/images/activateaccount/tick.png') no-repeat;
    padding-left: 35px;
    min-height: 28px
}

@media only screen and (max-width:767px) {
    .signup-bknd .login-form,
    .signup-bknd .change-password,
    .signup-bknd .forgot-password {
        padding: 25px 15px 25px 15px;
        min-width: 100%
    }
    .ActivateAccountPage .signup-bknd .login-form {
        padding: 25px 15px 25px 15px;
        min-width: 100%
    }
}

.creditCardsPage {
    color: #FFFFFF
}

.creditCardsPage .credit-cards {
    background-image: url('https://cdnp.getcreditscore.com.au/images/credit-cards/credit-card-background.jpg');
    width: 100%;
    min-height: 250px;
    background-position: center;
    padding-top: 10px;
    padding-bottom: 20px
}

.creditCardsPage iframe {
    width: 100%
}

.creditCardsPage .divider {
    border-left: solid 1px #fff;
    padding: 0 0 10px 20px;
    margin-top: 1rem
}

.creditCardsPage .products {
    background: #F0F3FA;
    color: #FFFFFF;
    color: #2A3392
}

.creditCardsPage .products h2 {
    color: #2A3392
}

.creditCardsPage .products .product-see-more-list .product-see-more-list-row {
    padding-bottom: 16px;
    border-bottom: 1px solid #ecebeb;
    padding-top: 17px
}

.creditCardsPage .products .disclaimer {
    color: #FFFFFF;
    font-size: .8rem
}

.creditCardsPage .products .btn-product-action {
    background: "transparent";
    color: #3846A8;
    font-size: 2rem
}

@media (max-width:992px) {
    .creditCardsPage .products .btn-product-action {
        font-size: .9rem
    }
}

.creditCardsPage .products .sup {
    font-size: 60%
}

.creditCardsPage .products .product-box-border-shadow {
    -webkit-box-shadow: 1px 7px 55px -5px #888;
    -moz-box-shadow: 1px 7px 55px -5px #888;
    box-shadow: 1px 7px 55px -5px #888
}

.creditCardsPage .products .product-box-border {
    border: 1px solid white
}

.creditCardsPage .products .panel-product-sales {
    max-width: 350px
}

.creditCardsPage .products .product-box {
    padding-bottom: 0px;
    margin-bottom: 16px;
    color: #2A3392
}

@media (min-width:992px) {
    .creditCardsPage .products .product-box {
        max-width: 375px;
        margin-left: auto;
        margin-right: auto
    }
}

.creditCardsPage .products .product-box .product-box-header {
    background: #FFFFFF;
    padding: 10px 15px 5px 10px;
    text-align: center
}

@media (max-width:380px) {
    .creditCardsPage .products .product-box .product-box-header {
        min-height: 147px
    }
}

.creditCardsPage .products .product-box .product-box-header .product-box-header-inner {
    position: relative;
    margin-bottom: 7px;
    text-decoration: none
}

.creditCardsPage .products .product-box .product-box-header .product-box-header-inner a {
    text-decoration: none
}

.creditCardsPage .products .product-box .product-box-header .product-box-header-inner .product-box-header-img {
    max-height: 58px;
    display: inline-block;
    margin: 0 auto
}

.creditCardsPage .products .product-box .product-box-header .product-box-header-inner .product-box-header-title {
    margin-top: 5px;
    margin-bottom: 7;
    font-size: 1.2rem;
    font-weight: 600
}

.creditCardsPage .products .product-box .product-box-header .product-box-see-more {
    cursor: pointer;
    display: inline-block
}

.creditCardsPage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
    display: inline-block;
    max-width: 255px
}

@media (max-width:992px) {
    .creditCardsPage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        height: 150px
    }
}

@media (max-width:480px) {
    .creditCardsPage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        height: 110px
    }
}

@media (min-width:991px) {
    .creditCardsPage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        padding-top: 30px
    }
}

.creditCardsPage .products .product-box .product-box-see-more-wrap {
    background: #FFFFFF;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer
}

.creditCardsPage .products .product-box .product-box-header-inline {
    background: #FFFFFF;
    padding: 15px;
    height: 70px
}

.creditCardsPage .products .product-box .product-box-header-inline .product-box-header-inline-left {
    display: inline-block;
    height: 70px;
    text-align: left
}

.creditCardsPage .products .product-box .product-box-header-inline .product-box-header-inline-left .product-title {
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 15px
}

.creditCardsPage .products .product-box .product-box-header-inline .product-box-header-inline-left .product-img {
    height: 58px;
    margin-top: -10px
}

.creditCardsPage .products .product-box .product-box-header-inline .inline-link {
    display: inline-block
}

@media (max-width:380px) {
    .creditCardsPage .products .product-box .product-box-header-inline .product-title {
        max-width: 80px
    }
    .creditCardsPage .products .product-box .product-box-header-inline .insurance-product-img {
        margin-top: -30px !important
    }
}

.creditCardsPage .products .product-box .product-box-body {
    background: #F1F4FB;
    padding-right: 0
}

@media (max-width:767px) {
    .creditCardsPage .products .product-box .product-box-body {
        min-height: 220px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .creditCardsPage .products .product-box .product-box-body {
        min-height: 300px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .creditCardsPage .products .product-box .product-box-body {
        min-height: 250px
    }
}

@media (min-width:1200px) {
    .creditCardsPage .products .product-box .product-box-body {
        min-height: 220px
    }
}

.creditCardsPage .products .product-box .product-box-body .product-box-body-inner {
    margin: 0 auto;
    max-width: 70%;
    padding-top: 5%;
    padding-bottom: 8%
}

.creditCardsPage .products .product-box .product-box-body .product-box-body-inner .list-group {
    background: #F1F4FB;
    margin-bottom: 0;
    line-height: 1.1
}

.creditCardsPage .products .product-box .product-box-body .product-box-body-inner .list-group li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    float: left;
    margin-left: -17px;
    color: #2A3392
}

.creditCardsPage .products .product-box .product-box-body .product-box-body-inner .list-group .list-group-item {
    background: #F1F4FB;
    border: none;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 15px;
    font-size: .9rem
}

.creditCardsPage .products .product-box .product-box-body .product-box-body-inner .list-group .list-group-item .list-group-item-text {
    padding-left: 10px;
    display: inline-block
}

.creditCardsPage .products .product-box .product-box-body-collapsible {
    background: #F1F4FB;
    padding-right: 0;
    padding: 10px
}

.creditCardsPage .products .product-box .product-box-footer {
    background-color: #FFFFFF;
    border: none;
    padding: 10px 15px
}

@media (max-width:767px) {
    .creditCardsPage .products .product-box .product-box-footer span {
        font-size: .7em
    }
}

.creditCardsPage .products .product-box .product-box-footer-sales {
    margin-top: -50px
}

.creditCardsPage .products .disclaimer {
    color: #2A3392
}

.creditCardsPage .products .last-product {
    background: #1976d2;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.creditCardsPage .products .last-product p {
    color: #2A3392;
    text-align: center
}

.creditCardsPage .get-started {
    background: #1976d2;
    color: #FFFFFF
}

@media only screen and (max-width:685px) {
    .creditCardsPage .credit-cards {
        overflow: auto;
        max-height: 100%
    }
}

@media only screen and (max-width:364px) {
    .creditCardsPage .products .panel-product.panel {
        min-height: 150px;
        background: #FFFFFF
    }
}

.insurancePage {
    color: #FFFFFF;
    background: #F0F3FA;
    min-height: 500px
}

.insurancePage .products {
    background: #F0F3FA;
    color: #2A3392;
    color: #FFFFFF
}

.insurancePage .products h2 {
    color: #2A3392
}

.insurancePage .products strong {
    font-weight: 500
}

.insurancePage .products .product-see-more-list .product-see-more-list-row {
    padding-bottom: 16px;
    border-bottom: 1px solid #ecebeb;
    padding-top: 17px
}

.insurancePage .products .disclaimer {
    color: #FFFFFF;
    font-size: .8rem
}

.insurancePage .products .btn-product-action {
    background: "transparent";
    color: #3846A8;
    font-size: 2rem
}

@media (max-width:992px) {
    .insurancePage .products .btn-product-action {
        font-size: .9rem
    }
}

.insurancePage .products .sup {
    font-size: 60%
}

.insurancePage .products .product-box-border-shadow {
    -webkit-box-shadow: 1px 7px 55px -5px #888;
    -moz-box-shadow: 1px 7px 55px -5px #888;
    box-shadow: 1px 7px 55px -5px #888
}

.insurancePage .products .product-box-border {
    border: 1px solid white
}

.insurancePage .products .panel-product-sales {
    max-width: 350px
}

.insurancePage .products .product-box {
    padding-bottom: 0px;
    margin-bottom: 16px;
    color: #2A3392
}

@media (min-width:992px) {
    .insurancePage .products .product-box {
        max-width: 375px;
        margin-left: auto;
        margin-right: auto
    }
}

.insurancePage .products .product-box .product-box-header {
    background: #FFFFFF;
    padding: 10px 15px 5px 10px;
    text-align: center
}

@media (max-width:380px) {
    .insurancePage .products .product-box .product-box-header {
        min-height: 147px
    }
}

.insurancePage .products .product-box .product-box-header .product-box-header-inner {
    position: relative;
    margin-bottom: 7px;
    text-decoration: none
}

.insurancePage .products .product-box .product-box-header .product-box-header-inner a {
    text-decoration: none
}

.insurancePage .products .product-box .product-box-header .product-box-header-inner .product-box-header-img {
    max-height: 58px;
    display: inline-block;
    margin: 0 auto
}

.insurancePage .products .product-box .product-box-header .product-box-header-inner .product-box-header-title {
    margin-top: 5px;
    margin-bottom: 7;
    font-size: 1.2rem;
    font-weight: 600
}

.insurancePage .products .product-box .product-box-header .product-box-see-more {
    cursor: pointer;
    display: inline-block
}

.insurancePage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
    display: inline-block;
    max-width: 255px
}

@media (max-width:992px) {
    .insurancePage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        height: 150px
    }
}

@media (max-width:480px) {
    .insurancePage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        height: 110px
    }
}

@media (min-width:991px) {
    .insurancePage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        padding-top: 30px
    }
}

.insurancePage .products .product-box .product-box-see-more-wrap {
    background: #FFFFFF;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer
}

.insurancePage .products .product-box .product-box-header-inline {
    background: #FFFFFF;
    padding: 15px;
    height: 70px
}

.insurancePage .products .product-box .product-box-header-inline .product-box-header-inline-left {
    display: inline-block;
    height: 70px;
    text-align: left
}

.insurancePage .products .product-box .product-box-header-inline .product-box-header-inline-left .product-title {
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 15px
}

.insurancePage .products .product-box .product-box-header-inline .product-box-header-inline-left .product-img {
    height: 58px;
    margin-top: -10px
}

.insurancePage .products .product-box .product-box-header-inline .inline-link {
    display: inline-block
}

@media (max-width:380px) {
    .insurancePage .products .product-box .product-box-header-inline .product-title {
        max-width: 80px
    }
    .insurancePage .products .product-box .product-box-header-inline .insurance-product-img {
        margin-top: -30px !important
    }
}

.insurancePage .products .product-box .product-box-body {
    background: #F1F4FB;
    padding-right: 0
}

@media (max-width:767px) {
    .insurancePage .products .product-box .product-box-body {
        min-height: 220px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .insurancePage .products .product-box .product-box-body {
        min-height: 300px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .insurancePage .products .product-box .product-box-body {
        min-height: 250px
    }
}

@media (min-width:1200px) {
    .insurancePage .products .product-box .product-box-body {
        min-height: 220px
    }
}

.insurancePage .products .product-box .product-box-body .product-box-body-inner {
    margin: 0 auto;
    max-width: 70%;
    padding-top: 5%;
    padding-bottom: 8%
}

.insurancePage .products .product-box .product-box-body .product-box-body-inner .list-group {
    background: #F1F4FB;
    margin-bottom: 0;
    line-height: 1.1
}

.insurancePage .products .product-box .product-box-body .product-box-body-inner .list-group li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    float: left;
    margin-left: -17px;
    color: #2A3392
}

.insurancePage .products .product-box .product-box-body .product-box-body-inner .list-group .list-group-item {
    background: #F1F4FB;
    border: none;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 15px;
    font-size: .9rem
}

.insurancePage .products .product-box .product-box-body .product-box-body-inner .list-group .list-group-item .list-group-item-text {
    padding-left: 10px;
    display: inline-block
}

.insurancePage .products .product-box .product-box-body-collapsible {
    background: #F1F4FB;
    padding-right: 0;
    padding: 10px
}

.insurancePage .products .product-box .product-box-footer {
    background-color: #FFFFFF;
    border: none;
    padding: 10px 15px
}

@media (max-width:767px) {
    .insurancePage .products .product-box .product-box-footer span {
        font-size: .7em
    }
}

.insurancePage .products .product-box .product-box-footer-sales {
    margin-top: -50px
}

.insurancePage .products .disclaimer {
    color: #2A3392
}

.insurancePage .products .product-box .product-box-body {
    min-height: 238px
}

@media (max-width:767px) {
    .insurancePage .products .product-box .product-box-body {
        min-height: 1px
    }
}

.insurancePage .get-started {
    background: #1976d2;
    color: #FFFFFF
}

.creditCardOffersPage {
    color: #FFFFFF
}

.creditCardOffersPage .credit-cards-offer-title {
    background-image: url('https://cdnp.getcreditscore.com.au/images/credit-card-offers/credit-card-background.png');
    width: 100%;
    min-height: 250px;
    background-position: center;
    padding-top: 10px;
    padding-bottom: 20px
}

.creditCardOffersPage .credit-cards-offer-title h1 {
    margin-top: 0px
}

.creditCardOffersPage .credit-cards-offer-title .title-img {
    vertical-align: top
}

.creditCardOffersPage .credit-cards-offer-title .title-text {
    display: inline-block;
    width: 80%
}

.creditCardOffersPage .divider {
    border-left: solid 1px #FFFFFF;
    padding: 0 0 10px 20px;
    margin-top: 1rem
}

.creditCardOffersPage .credit-cards-boxes {
    background: #F0F3FA;
    color: #2A3392
}

.creditCardOffersPage .products {
    background: #F0F3FA;
    color: #2A3392;
    color: #FFFFFF
}

.creditCardOffersPage .products h2 {
    color: #2A3392
}

.creditCardOffersPage .products strong {
    font-weight: 500
}

.creditCardOffersPage .products .product-see-more-list .product-see-more-list-row {
    padding-bottom: 16px;
    border-bottom: 1px solid #ecebeb;
    padding-top: 17px
}

.creditCardOffersPage .products .disclaimer {
    color: #FFFFFF;
    font-size: .8rem
}

.creditCardOffersPage .products .btn-product-action {
    background: "transparent";
    color: #3846A8;
    font-size: 2rem
}

@media (max-width:992px) {
    .creditCardOffersPage .products .btn-product-action {
        font-size: .9rem
    }
}

.creditCardOffersPage .products .sup {
    font-size: 60%
}

.creditCardOffersPage .products .product-box-border-shadow {
    -webkit-box-shadow: 1px 7px 55px -5px #888;
    -moz-box-shadow: 1px 7px 55px -5px #888;
    box-shadow: 1px 7px 55px -5px #888
}

.creditCardOffersPage .products .product-box-border {
    border: 1px solid white
}

.creditCardOffersPage .products .panel-product-sales {
    max-width: 350px
}

.creditCardOffersPage .products .product-box {
    padding-bottom: 0px;
    margin-bottom: 16px;
    color: #2A3392
}

@media (min-width:992px) {
    .creditCardOffersPage .products .product-box {
        max-width: 375px;
        margin-left: auto;
        margin-right: auto
    }
}

.creditCardOffersPage .products .product-box .product-box-header {
    background: #FFFFFF;
    padding: 10px 15px 5px 10px;
    text-align: center
}

@media (max-width:380px) {
    .creditCardOffersPage .products .product-box .product-box-header {
        min-height: 147px
    }
}

.creditCardOffersPage .products .product-box .product-box-header .product-box-header-inner {
    position: relative;
    margin-bottom: 7px;
    text-decoration: none
}

.creditCardOffersPage .products .product-box .product-box-header .product-box-header-inner a {
    text-decoration: none
}

.creditCardOffersPage .products .product-box .product-box-header .product-box-header-inner .product-box-header-img {
    max-height: 58px;
    display: inline-block;
    margin: 0 auto
}

.creditCardOffersPage .products .product-box .product-box-header .product-box-header-inner .product-box-header-title {
    margin-top: 5px;
    margin-bottom: 7;
    font-size: 1.2rem;
    font-weight: 600
}

.creditCardOffersPage .products .product-box .product-box-header .product-box-see-more {
    cursor: pointer;
    display: inline-block
}

.creditCardOffersPage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
    display: inline-block;
    max-width: 255px
}

@media (max-width:992px) {
    .creditCardOffersPage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        height: 150px
    }
}

@media (max-width:480px) {
    .creditCardOffersPage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        height: 110px
    }
}

@media (min-width:991px) {
    .creditCardOffersPage .products .product-box .product-box-header .product-box-header-img-container-sales .product-box-img-sales {
        padding-top: 30px
    }
}

.creditCardOffersPage .products .product-box .product-box-see-more-wrap {
    background: #FFFFFF;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer
}

.creditCardOffersPage .products .product-box .product-box-header-inline {
    background: #FFFFFF;
    padding: 15px;
    height: 70px
}

.creditCardOffersPage .products .product-box .product-box-header-inline .product-box-header-inline-left {
    display: inline-block;
    height: 70px;
    text-align: left
}

.creditCardOffersPage .products .product-box .product-box-header-inline .product-box-header-inline-left .product-title {
    font-size: 1.3rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 15px
}

.creditCardOffersPage .products .product-box .product-box-header-inline .product-box-header-inline-left .product-img {
    height: 58px;
    margin-top: -10px
}

.creditCardOffersPage .products .product-box .product-box-header-inline .inline-link {
    display: inline-block
}

@media (max-width:380px) {
    .creditCardOffersPage .products .product-box .product-box-header-inline .product-title {
        max-width: 80px
    }
    .creditCardOffersPage .products .product-box .product-box-header-inline .insurance-product-img {
        margin-top: -30px !important
    }
}

.creditCardOffersPage .products .product-box .product-box-body {
    background: #F1F4FB;
    padding-right: 0
}

@media (max-width:767px) {
    .creditCardOffersPage .products .product-box .product-box-body {
        min-height: 220px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .creditCardOffersPage .products .product-box .product-box-body {
        min-height: 300px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .creditCardOffersPage .products .product-box .product-box-body {
        min-height: 250px
    }
}

@media (min-width:1200px) {
    .creditCardOffersPage .products .product-box .product-box-body {
        min-height: 220px
    }
}

.creditCardOffersPage .products .product-box .product-box-body .product-box-body-inner {
    margin: 0 auto;
    max-width: 70%;
    padding-top: 5%;
    padding-bottom: 8%
}

.creditCardOffersPage .products .product-box .product-box-body .product-box-body-inner .list-group {
    background: #F1F4FB;
    margin-bottom: 0;
    line-height: 1.1
}

.creditCardOffersPage .products .product-box .product-box-body .product-box-body-inner .list-group li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    float: left;
    margin-left: -17px;
    color: #2A3392
}

.creditCardOffersPage .products .product-box .product-box-body .product-box-body-inner .list-group .list-group-item {
    background: #F1F4FB;
    border: none;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 15px;
    font-size: .9rem
}

.creditCardOffersPage .products .product-box .product-box-body .product-box-body-inner .list-group .list-group-item .list-group-item-text {
    padding-left: 10px;
    display: inline-block
}

.creditCardOffersPage .products .product-box .product-box-body-collapsible {
    background: #F1F4FB;
    padding-right: 0;
    padding: 10px
}

.creditCardOffersPage .products .product-box .product-box-footer {
    background-color: #FFFFFF;
    border: none;
    padding: 10px 15px
}

@media (max-width:767px) {
    .creditCardOffersPage .products .product-box .product-box-footer span {
        font-size: .7em
    }
}

.creditCardOffersPage .products .product-box .product-box-footer-sales {
    margin-top: -50px
}

.creditCardOffersPage .products .disclaimer {
    color: #2A3392
}

.creditCardOffersPage .products {
    color: #2A3392
}

.creditCardOffersPage .get-started {
    background: #1976d2;
    color: #FFFFFF
}

.creditCardOffersPage .credit-card-item {
    -webkit-box-shadow: 1px 7px 55px -5px #888;
    -moz-box-shadow: 1px 7px 55px -5px #888;
    box-shadow: 1px 7px 55px -5px #888
}

.creditCardOffersPage .credit-card-item .head-part {
    text-align: center;
    background-color: #eee
}

.creditCardOffersPage .credit-card-item .head-part img {
    width: 80%;
    height: auto;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 10px
}

@media (max-width:992px) {
    .creditCardOffersPage .credit-card-item .head-part img {
        width: auto;
        max-height: 80%
    }
}

.creditCardOffersPage .credit-card-item .content-part {
    padding: 15px;
    background: #FFFFFF
}

.creditCardOffersPage .credit-card-item .content-part .content-part-value {
    color: blue;
    font-weight: bold
}

.creditCardOffersPage .credit-card-item .content-part-min-height {
    min-height: auto
}

@media (min-width:992px) {
    .creditCardOffersPage .credit-card-item .content-part-min-height {
        min-height: 250px
    }
}

.creditCardOffersPage .credit-card-item h5 {
    color: #2A3392;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700
}

.creditCardOffersPage .credit-card-item .revert-rate {
    font-size: .8em;
    padding-left: 15px;
    padding-bottom: 5px;
    color: grey;
    background: #FFFFFF
}

.creditCardOffersPage .credit-card-item .footer-part {
    padding: 15px;
    background-color: #eee
}

.creditCardOffersPage .credit-card-item .footer-part .details {
    color: #FFFFFF;
    background-color: #1976d2
}

.creditCardOffersPage .credit-card-item .footer-part .details:hover {
    background-color: #283593;
    text-decoration: none;
    color: #FFFFFF
}

.creditCardOffersPage .credit-card-item .footer-part .cc-square-btn {
    width: 100px;
    display: inline-block
}

.creditCardOffersPage .cc-square-btn {
    color: #1976d2;
    background-color: white;
    border-color: #1976d2;
    border: 1px;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    font-weight: bold;
    margin-top: 4px;
    text-decoration: none
}

.creditCardOffersPage .cc-square-btn:hover {
    background-color: #283593;
    text-decoration: none;
    color: #FFFFFF
}

.creditCardOffersPage .terms-conditions {
    background-color: #ccc;
    color: #FFFFFF
}

.partner-page {
    min-height: 100vh
}

.partner-page .partner-menu {
    background: #0a51ab;
    padding-top: 10px;
    padding-bottom: 10px
}

.partner-page .partner-menu .img-container {
    text-align: left
}

@media (max-width:767px) {
    .partner-page .partner-menu .img-container {
        text-align: center
    }
}

.partner-page .partner-menu .img-logo-toyota {
    max-height: 70px;
    display: inline-block
}

.partner-page .partner-menu .img-logo-gcs {
    display: inline-block
}

.partner-page .partner-content .partner-content-block {
    margin: 30px auto;
    max-width: 700px;
    padding: 5px 10px 5px 10px
}

@media (max-width:767px) {
    .partner-page .partner-content .partner-content-block {
        margin-top: 10px
    }
}

.partner-page .partner-content .partner-content-block .dial-logo {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px
}

.partner-page .partner-content .partner-content-block .partner-consent-title {
    font-weight: normal;
    font-size: 2rem;
    padding-top: 10px;
    padding-bottom: 10px
}

.partner-page .partner-content .partner-content-block .partner-consent-sms {
    padding-top: 10px;
    padding-bottom: 10px
}

.partner-page .partner-content .partner-content-block .partner-consent-sms .lbl {
    display: inline-block;
    margin-right: 7px
}

.partner-page .partner-content .partner-content-block .partner-consent-sms .btn {
    display: inline-block;
    margin-left: 5px
}

.partner-page .partner-content .action-bar {
    padding-top: 20px;
    padding-bottom: 20px
}

.partner-page .partner-content .action-bar .btn.loading {
    padding-right: 40px;
    background-image: url('https://cdnp.getcreditscore.com.au/images/gcs/spinner.gif');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}

.partner-page .partner-content .action-bar .btn-default {
    margin-right: 15px
}

.custom-checkbox-list {
    display: inline-block
}

.customCheckBoxMain {
    margin-bottom: 10px
}

.customCheckBoxMain .customCheckBox-text {
    display: block;
    padding-left: 35px
}

.custom-checkbox .customCheckBox {
    width: 20px;
    position: relative;
    margin: 0px 0 10px 0;
    float: left
}

.custom-checkbox .customCheckBox span {
    position: absolute;
    left: 32px;
    white-space: nowrap
}

.custom-checkbox .customCheckBox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.5)
}

.custom-checkbox .customCheckBox label:after {
    content: '';
    width: 70%;
    height: 50%;
    position: absolute;
    top: 2px;
    left: 3px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg)
}

.custom-checkbox .customCheckBox label:hover::after {
    opacity: .5
}

.custom-checkbox .customCheckBox input[type=checkbox] {
    visibility: hidden
}

.custom-checkbox .customCheckBox input[type=checkbox]:checked+label:after {
    opacity: 1
}

.custom-checkbox .customDarkBkndCheckBox {
    width: 20px;
    position: relative;
    margin: 10px 0 10px 0
}

.custom-checkbox .customDarkBkndCheckBox span {
    position: absolute;
    left: 32px
}

.custom-checkbox .customDarkBkndCheckBox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.4)
}

.custom-checkbox .customDarkBkndCheckBox label:after {
    content: '';
    width: 70%;
    height: 50%;
    position: absolute;
    top: 2px;
    left: 3px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg)
}

.custom-checkbox .customDarkBkndCheckBox label:hover::after {
    opacity: .3
}

.custom-checkbox .customDarkBkndCheckBox input[type=checkbox] {
    visibility: hidden
}

.custom-checkbox .customDarkBkndCheckBox input[type=checkbox]:checked+label:after {
    opacity: 1
}

.custom-radio .customRadioBox {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 10px 0 10px 0;
    background: #fcfff4;
    border-radius: 50px;
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.5)
}

.custom-radio .customRadioBox span {
    position: absolute;
    left: 38px;
    top: 4px
}

.custom-radio .customRadioBox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 50px
}

.custom-radio .customRadioBox label:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%);
    opacity: 0;
    border-radius: 50px;
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.5)
}

.custom-radio .customRadioBox label:hover::after {
    opacity: .3
}

.custom-radio .customRadioBox input[type=radio] {
    visibility: hidden
}

.custom-radio .customRadioBox input[type=radio]:checked+label:after {
    opacity: 1
}

.custom-radio .customDarkBkndRadioBox {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 10px 0 10px 0;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.5)
}

.custom-radio .customDarkBkndRadioBox span {
    position: absolute;
    left: 38px;
    top: 4px
}

.custom-radio .customDarkBkndRadioBox label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 white
}

.custom-radio .customDarkBkndRadioBox label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg)
}

.custom-radio .customDarkBkndRadioBox label:hover::after {
    opacity: .3
}

.custom-radio .customDarkBkndRadioBox input[type=radio] {
    visibility: hidden
}

.custom-radio .customDarkBkndRadioBox input[type=radio]:checked+label:after {
    opacity: 1
}

.myPreferencesPage {
    background: #F0F3FA
}

.myPreferencesPage .my-preferences-content .form-container {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x;
    background-color: #F0F3FA
}

.myPreferencesPage .my-preferences-content .form-container .form-group .border {
    border-bottom: solid 1px #D7E0EA
}

.myPreferencesPage .my-preferences-content .form-container .form-group input {
    font-weight: normal;
    font-size: 1.3rem;
    font-color: #000
}

.myPreferencesPage .my-preferences-content .form-container .form-group input.loading {
    background: #FFFFFF url('https://cdnp.getcreditscore.com.au/images/gcs/spinner.gif') no-repeat 97% center
}

.myPreferencesPage .my-preferences-content .form-container .form-group .description {
    font-weight: normal;
    font-size: 1.3rem;
    border-radius: 4px;
    width: 100%;
    padding: 6px 12px;
    color: #555
}

.myPreferencesPage .my-preferences-content .form-container .form-group .btn {
    border-radius: 0;
    border: none;
    padding: 15px 30px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.4rem;
    background: #00B8D4
}

.myPreferencesPage .my-preferences-content .form-container .form-group .btn:hover {
    background: #01A5BE
}

.myPreferencesPage .my-preferences-content .form-container .form-group .btn.cancel {
    background: rgba(80, 80, 80, 0.85);
    padding: 15px 20px
}

.myPreferencesPage .my-preferences-content .form-container .form-group .btn.cancel:hover {
    background: rgba(80, 80, 80, 0.75)
}

.myPreferencesPage .my-preferences-content .form-container .form-group .btn.loading {
    padding-right: 40px;
    background-image: url('https://cdnp.getcreditscore.com.au/images/gcs/spinner.gif');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}

.myPreferencesPage .my-preferences-content .form-container ::-webkit-input-placeholder {
    font-style: italic
}

.myPreferencesPage .my-preferences-content .form-container ::-moz-placeholder {
    font-style: italic
}

.myPreferencesPage .my-preferences-content .form-container :-ms-input-placeholder {
    font-style: italic
}

.myPreferencesPage .my-preferences-content .form-container :-moz-placeholder {
    font-style: italic
}

.myPreferencesPage .my-preferences-content .my-preferences-actions {
    background: #F0F3FA
}

.myPreferencesPage .customCheckBox {
    width: 20px;
    position: relative;
    margin: 0px 0 10px 0;
    float: left
}

.myPreferencesPage .customCheckBox span {
    position: absolute;
    left: 32px;
    white-space: nowrap
}

.myPreferencesPage .customCheckBox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.5)
}

.myPreferencesPage .customCheckBox label:after {
    content: '';
    width: 70%;
    height: 50%;
    position: absolute;
    top: 2px;
    left: 3px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg)
}

.myPreferencesPage .customCheckBox label:hover::after {
    opacity: .5
}

.myPreferencesPage .customCheckBox input[type=checkbox] {
    visibility: hidden
}

.myPreferencesPage .customCheckBox input[type=checkbox]:checked+label:after {
    opacity: 1
}

.myPreferencesPage .customDarkBkndCheckBox {
    width: 20px;
    position: relative;
    margin: 10px 0 10px 0
}

.myPreferencesPage .customDarkBkndCheckBox span {
    position: absolute;
    left: 32px
}

.myPreferencesPage .customDarkBkndCheckBox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.4)
}

.myPreferencesPage .customDarkBkndCheckBox label:after {
    content: '';
    width: 70%;
    height: 50%;
    position: absolute;
    top: 2px;
    left: 3px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg)
}

.myPreferencesPage .customDarkBkndCheckBox label:hover::after {
    opacity: .3
}

.myPreferencesPage .customDarkBkndCheckBox input[type=checkbox] {
    visibility: hidden
}

.myPreferencesPage .customDarkBkndCheckBox input[type=checkbox]:checked+label:after {
    opacity: 1
}

.myPreferencesPage .header h2 {
    font-weight: 400
}

.my-preferences .centered {
    margin: 0 auto;
    max-width: 600px
}

.my-preferences .top-shadow {
    background: url('https://cdnp.getcreditscore.com.au/images/gcs/shadow_strip.png') top left repeat-x
}

.color-white {
    color: white
}

.color-white:hover {
    color: white
}

.dark-grey-color {
    color: #9C8FA1
}

.grey-background {
    background-color: #F0F3FA
}

.light-grey-background {
    background-color: #F9F8FD
}

.grey-background-bullet {
    background-color: #E5E9F4
}

.white-background {
    background-color: white
}

.promo-activate-account {
    max-width: 436px;
    display: inline-block
}

.promo-adjust-splash-img {
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto
}

.promo-btn-score {
    margin-right: 15px
}

.promo-splash-img {
    display: inline-block;
    margin: 0 auto
}

.promotion-section {
    background: url('https://cdnp.getcreditscore.com.au/images/dashboard/scorebackground.jpg') 50% 0 no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    color: white
}

.promotion-section .promotion-row .text {
    font-size: 1.7rem;
    padding-top: 8%;
    display: inline-block
}

.promotion-section .promotion-row .prizes-img {
    display: inline-block;
    width: 350px
}

.promotion-section .promotion-row .headline-img {
    display: inline-block;
    width: 400px;
    padding-bottom: 8%;
    padding-top: 8%
}

.promotion-section .promotion-row .headline-img.mobile {
    max-width: 310px
}

.promotion-section .promotion-row.dashboard .text {
    padding-top: 15%
}

.wizard-container {
    font-size: .9rem
}

@media (min-width:992px) {
    .wizard-container {
        min-height: 80vh;
        padding-top: 20px
    }
}

@media (max-width:991px) {
    .wizard-container {
        min-height: 90vh
    }
}

@media (max-width:991px) {
    .wizard-container .wizard-home-finish {
        display: none
    }
}

.wizard-container .wizard-box {
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    z-index: 10
}

.wizard-container .wizard-box .wizard-progress-bar {
    padding-left: 4%;
    padding-right: 4%;
    text-align: center;
    width: 100%
}

.wizard-container .wizard-box .wizard-progress-bar .bar-line {
    margin: 0 auto;
    margin-top: 10px;
    white-space: nowrap;
    height: 12px;
    text-align: left
}

.wizard-container .wizard-box .wizard-progress-bar .bar-line .bar-line-item {
    background-color: #E8E8E8;
    height: 12px;
    display: inline-block
}

.wizard-container .wizard-box .wizard-progress-bar .bar-line .bar-line-item-completed {
    background-color: #1ECCE7
}

.wizard-container .wizard-box .wizard-progress-bar .bar-under-title {
    margin-top: 12px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 10px
}

.wizard-container .wizard-box .wizard-box-title {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 6px;
    padding-bottom: 12px;
    text-align: center
}

.wizard-container .wizard-box .wizard-box-title h2 {
    font-weight: 500;
    font-size: 2rem
}

.wizard-container .wizard-box .wizard-box-title .wiz-h3 {
    font-size: 1.1rem
}

.wizard-container .wizard-box .wizard-box-error {
    padding-left: 4%;
    padding-right: 4%;
    text-align: center
}

.wizard-container .wizard-box .wizard-box-error .wizard-box-error-list {
    text-align: left;
    padding-left: 0;
    list-style: none
}

.wizard-container .wizard-box .wizard-box-error .wizard-box-error-text {
    padding-left: 10px
}

.wizard-container .wizard-box .wizard-box-item-collection {
    position: relative;
    z-index: 8;
    padding-left: 4%;
    padding-right: 4%
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-step-title {
    color: #808080;
    padding-bottom: 20px;
    font-weight: 400
}

.wizard-container .wizard-box .wizard-box-item-collection .wiz-step-action-header {
    padding-top: 6px;
    padding-bottom: 12px;
    text-align: center;
    font-weight: 500;
    font-size: 1.7rem
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-step {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-step .wizard-step-finish-warning-body {
    font-size: 1rem
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-step .wizard-step-finish-warning-list {
    margin: 10px 0 20px
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-step .wizard-step-finish-warning-footer {
    font-weight: bold
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn-row {
    padding-bottom: 20px
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-finish-img-cont {
    padding-top: 30px;
    padding-bottom: 37px
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-finish_img {
    padding: 0
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-finish_img .hla {
    max-width: 200px
}

.wizard-container .wizard-box .wizard-box-item-collection .not-sure {
    font-size: 2rem;
    font-weight: 700
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-panel-action-btn {
    cursor: pointer;
    background-color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 200px;
    padding: 20px 10px 10px 10px
}

@media (max-width:767px) {
    .wizard-container .wizard-box .wizard-box-item-collection .wizard-panel-action-btn {
        width: 150px
    }
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-panel-action-btn .wiz-panel-btn-cont .wiz-panel-btn-txt {
    font-size: 1.3rem;
    color: blue
}

@media (max-width:767px) {
    .wizard-container .wizard-box .wizard-box-item-collection .wizard-panel-action-btn .wiz-panel-btn-cont .wiz-panel-btn-txt {
        font-size: 1rem
    }
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-panel-action-btn .wiz-panel-btn-cont .wiz-panel-btn-img {
    display: inline-block;
    max-width: 100px;
    margin-top: 10px;
    margin-bottom: 10px
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-panel-action-btn .wiz-panel-btn-cont .wiz-panel-btn-subBtn {
    padding: 4px;
    margin-top: 5px
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-panel-action-btn .wiz-panel-btn-cont .wiz-panel-btn-subBtn .btn {
    font-size: 1.1rem;
    background-color: #1ECCE7;
    border-color: #1ECCE7
}

.wizard-container .wizard-box .wizard-box-item-collection .img-or {
    position: absolute;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 90px;
    max-width: 60px
}

.wizard-container .wizard-box .wizard-box-item-collection .hla-arrow-down {
    font-size: 5rem;
    color: #1ECCE7
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-panel-action-bullets {
    margin: 0 auto;
    width: 200px;
    padding: 0
}

@media (max-width:767px) {
    .wizard-container .wizard-box .wizard-box-item-collection .wizard-panel-action-bullets {
        width: 150px
    }
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-panel-action-bullets .bullet-inner {
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 20px;
    padding-bottom: 10px
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-panel-action-bullets .list-group {
    margin-bottom: 0;
    line-height: 1.1
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-panel-action-bullets .list-group li.tilde:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    float: left;
    margin-left: -17px;
    color: #1ECCE7
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-panel-action-bullets .list-group li.question:before {
    content: "\e085";
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    float: left;
    margin-left: -17px
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-panel-action-bullets .list-group .list-group-item {
    background: transparent;
    border: none;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 15px;
    font-size: .9rem
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-panel-action-bullets .list-group .list-group-item .list-group-item-text {
    padding-left: 10px;
    display: inline-block;
    font-weight: 600
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn-theme-about-me .wizard-action-btn {
    border-color: #4F9BE2;
    background-color: #4F9BE2
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn-theme-about-me .wizard-action-btn:hover {
    border-color: #0A51AB;
    background-color: #0A51AB
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn-theme-about-me .wizard-action-btn.selected {
    border-color: #084691;
    background-color: #084691
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn-theme-hla .wizard-action-btn {
    border-color: #4F9BE2;
    background-color: #4F9BE2;
    color: white
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn-theme-hla .wizard-action-btn.pre-selected {
    border-color: #0A51AB;
    background-color: #0A51AB;
    color: white
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn-theme-hla .wizard-action-btn.finish {
    border-color: #5ed415;
    background-color: #5ed415;
    color: white
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn-theme-hla .wizard-action-btn.finish:hover {
    border-color: #54BE13;
    background-color: #54BE13;
    color: white
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn-theme-hla .wizard-action-btn:hover {
    border-color: #2C71BA;
    background-color: #2C71BA;
    color: white
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn-theme-hla .wizard-action-btn.selected {
    border-color: #084691;
    background-color: #084691;
    color: white
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-link-wrap {
    text-decoration: none;
    cursor: pointer
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-link-wrap:hover {
    text-decoration: none
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn {
    display: table;
    width: 100%;
    padding: 11px 20px;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    cursor: pointer;
    margin-top: 10px
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn.has-min-h {
    min-height: 110px
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn.has-img {
    min-height: 130px
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn.finish {
    padding-top: 20px;
    padding-bottom: 20px
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn .wiz-btn-cont {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn .wiz-btn-cont .wiz-btn-cont-wimg {
    display: block;
    margin: 0 auto
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn .wiz-btn-cont.text,
.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn .wiz-btn-cont .wiz-btn-cont-wimg-txt {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.6rem;
    text-align: center
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn .wiz-btn-cont.text {
    display: table-cell
}

.wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn .wiz-btn-cont .wiz-btn-cont-wimg-txt {
    display: block;
    margin: 0 auto
}

@media only screen and (max-width:480px) {
    .wizard-container .wizard-box .wizard-box-item-collection .wizard-action-btn.has-one-r {
        min-height: 110px
    }
}

.wizard-container .wizard-box .wizard-box-item-collection .wiz-btn-cont-text-outside {
    min-height: 1em;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
    margin-top: 8px;
    color: #2A3392
}

.wizard-container .wizard-box .wizard-action-btn-finish {
    display: table;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    padding: 7px 7px;
    text-decoration: none;
    text-align: center;
    border: 12px solid white;
    background-color: #5ed415;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    cursor: pointer
}

.wizard-container .wizard-box .wizard-action-btn-finish .wiz-btn-cont {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.wizard-container .wizard-box .wizard-action-btn-finish:hover {
    background-color: #5CF200
}

.wizard-container .wizard-box .wizard-action-btn-finish.selected {
    background-color: #5CF200
}

.wizard-container .wizard-box .wizard-navigation-buttons-theme-about-me {
    background-color: #808080
}

.wizard-container .wizard-box .wizard-navigation-buttons-theme-about-me .wizard-navigation-btn {
    border-color: #4F9BE2;
    background-color: #4F9BE2;
    color: white
}

.wizard-container .wizard-box .wizard-navigation-buttons-theme-about-me .wizard-navigation-btn.back {
    background-color: #999999
}

.wizard-container .wizard-box .wizard-navigation-buttons-theme-about-me .wizard-navigation-btn.back:hover {
    background-color: #C4C4C4
}

.wizard-container .wizard-box .wizard-navigation-buttons-theme-about-me .wizard-navigation-btn.back.disabled {
    background-color: #D8D8D8
}

.wizard-container .wizard-box .wizard-navigation-buttons-theme-about-me .wizard-navigation-btn.next {
    background-color: #5ed415
}

.wizard-container .wizard-box .wizard-navigation-buttons-theme-about-me .wizard-navigation-btn.next:hover {
    background-color: #5CF200
}

.wizard-container .wizard-box .wizard-navigation-buttons-theme-about-me .wizard-navigation-btn.next.disabled {
    background-color: #8BA57A
}

.wizard-container .wizard-box .wizard-navigation-buttons-theme-hla .wizard-navigation-btn.back {
    color: #939fa9;
    background-color: #f9fafa;
    border-color: #f9fafa
}

.wizard-container .wizard-box .wizard-navigation-buttons-theme-hla .wizard-navigation-btn.back:hover {
    background-color: #E2E2E2
}

.wizard-container .wizard-box .wizard-navigation-buttons-theme-hla .wizard-navigation-btn.back.disabled {
    background-color: #f9fafa
}

.wizard-container .wizard-box .wizard-navigation-buttons-theme-hla .wizard-navigation-btn.next {
    color: white;
    background-color: #0D70E8;
    border-color: #0D70E8
}

.wizard-container .wizard-box .wizard-navigation-buttons-theme-hla .wizard-navigation-btn.next:hover {
    background-color: #0D6EDD
}

.wizard-container .wizard-box .wizard-navigation-buttons-theme-hla .wizard-navigation-btn.next.disabled {
    background-color: #0D70E8
}

.wizard-container .wizard-box .wizard-navigation-buttons {
    position: relative;
    z-index: 2;
    padding-left: 4%;
    padding-right: 4%
}

.wizard-container .wizard-box .wizard-navigation-buttons .wizard-navigation-buttons-row {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (max-width:767px) {
    .wizard-container .wizard-box .wizard-navigation-buttons .wizard-navigation-buttons-row .wizard-navigation-buttons-col-bottom {
        margin-top: 10px
    }
}

.wizard-container .wizard-box .wizard-navigation-buttons .wizard-navigation-buttons-row .wizard-navigation-btn {
    display: table;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

.wizard-container .wizard-box .wizard-navigation-buttons .wizard-navigation-buttons-row .wizard-navigation-btn .wiz-btn-cont {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

.wizard-container .wizard-box .wizard-navigation-buttons .wizard-navigation-buttons-row .wizard-navigation-btn.back.disabled {
    cursor: not-allowed
}

.wizard-container .wizard-box .wizard-navigation-buttons .wizard-navigation-buttons-row .wizard-navigation-btn.next.disabled {
    cursor: not-allowed
}

.wizard-hla-finish .wizard-step-summary-title {
    color: #2A3392;
    font-size: 1.3rem;
    font-weight: 500
}

.wizard-hla-finish .wizard-step-summary {
    line-height: 2rem;
    padding: 20px
}

@media (max-width:991px) {
    .wizard-hla-finish .wizard-step-summary {
        padding: 10px 0
    }
}

.wizard-hla-finish .wizard-step-summary-bullets {
    padding-bottom: 10px
}

.wizard-hla-finish .wizard-step-finish-list-text {
    color: #737e84;
    vertical-align: middle
}

.wizard-hla-finish .wizard-step-finish-list-bullet {
    color: #28b04c;
    font-size: 1.5rem;
    padding-top: 20px
}

.wizard-hla-finish .wizard-step-summary-tr {
    vertical-align: text-top
}

.wizard-hla-finish .wizard-step-summary-td-title {
    text-align: right;
    white-space: nowrap;
    padding-right: 10px
}

.wizard-hla-finish .wizard-step-summary-property {
    color: #808080;
    font-size: 1.1rem;
    font-weight: 500
}

.wizard-hla-finish .wizard-step-summary-value {
    color: #0d5ebf;
    font-size: 1.1rem;
    font-weight: 400
}

.wizard-hla-finish .wizard-step-summary-warning {
    line-height: 40px;
    color: #8a6d3b
}

.wizard-hla-finish .wizard-step-partner-logo {
    text-align: center;
    padding: 10px 0;
    margin-top: 10px
}

.wizard-hla-finish .wizard-step-partner-logo .wizard-logo-css {
    width: 280px;
    display: inline-block
}

@media (max-width:991px) {
    .wizard-hla-finish .wizard-step-partner-logo .wizard-logo-css {
        width: 280px;
        display: inline-block
    }
}

.wizard-hla-finish .wizard-step-partner-logo .uno-logo-css {
    width: 280px;
    display: inline-block
}

@media (max-width:991px) {
    .wizard-hla-finish .wizard-step-partner-logo .uno-logo-css {
        width: 280px;
        display: inline-block
    }
}

.wizard-hla-finish .wizard-step-partner-logo .rc-logo-css {
    width: 246px;
    display: inline-block
}

@media (max-width:991px) {
    .wizard-hla-finish .wizard-step-partner-logo .rc-logo-css {
        width: 257px;
        display: inline-block
    }
}

.wizard-hla-finish .wizard-step-partner-logo .firstmac-logo-css {
    width: 246px;
    display: inline-block
}

@media (max-width:991px) {
    .wizard-hla-finish .wizard-step-partner-logo .firstmac-logo-css {
        width: 257px;
        display: inline-block
    }
}

.wizard-hla-finish .wizard-step-partner-tagline {
    color: #0d5ebf;
    font-weight: 500;
    margin: 5px 0 0
}

.wizard-hla-finish .wizard-action-partner-disclaimer {
    color: #939FA9;
    font-size: .7rem
}

.wizard-hla-finish .wizard-partner-disclaimer-link {
    color: inherit;
    text-decoration: underline
}

.home-loans-title-bgnd {
    background-image: url('https://cdnp.getcreditscore.com.au/images/home-loan/homeloanbgnd.jpg');
    width: 100%;
    background-position: top right;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #FFFFFF
}

.hla_img {
    max-width: 130px
}

.hla-title {
    padding-top: 20px;
    padding-bottom: 30px
}

@media (max-width:991px) {
    .hla-title {
        padding-top: 0;
        padding-bottom: 0
    }
}

.home-loans-title-bgnd-min-height {
    min-height: 250px
}

.car-loans-title-bgnd {
    background-image: url('https://cdnp.getcreditscore.com.au/images/car-loan/carloanbgnd.jpg');
    width: 100%;
    background-position: top right;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #FFFFFF
}

.car_img {
    max-width: 130px
}

.car-title {
    padding-top: 20px;
    padding-bottom: 30px
}

@media (max-width:991px) {
    .car-title {
        padding-top: 0;
        padding-bottom: 0
    }
}

.car-loans-title-bgnd-min-height {
    min-height: 250px
}

.personal-loans-title-bgnd {
    background-image: url('https://cdnp.getcreditscore.com.au/images/personal-loan/personalloanbgnd.jpg');
    width: 100%;
    background-position: top right;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #FFFFFF
}

.personal_img {
    max-width: 130px
}

.personal-title {
    padding-top: 20px;
    padding-bottom: 30px
}

@media (max-width:991px) {
    .personal-title {
        padding-top: 0;
        padding-bottom: 0
    }
}

.personal-loans-title-bgnd-min-height {
    min-height: 250px
}

.banner-section-bl .banner-cta-btn {
    color: white;
    background-color: #0074ff;
    padding: 11px 20px;
    text-decoration: none;
    font-size: 2.3rem;
    white-space: nowrap
}

.banner-section-bl .banner-cta-btn:hover {
    text-decoration: none;
    cursor: pointer
}

.banner-section-bl .banner-inner {
    background: url('https://cdnp.getcreditscore.com.au/images/banner/bl_ondeck_2.png') 0 0;
    background-repeat: no-repeat;
    background-color: #004789;
    background-size: contain;
    color: white;
    border: 2px solid black
}

@media (max-width:767px) {
    .banner-section-bl .banner-inner {
        background-image: none;
        font-size: 1.5rem;
        padding: 10px
    }
}

.banner-section-bl .banner-row {
    text-align: center
}

.banner-section-bl .banner-text-wrap {
    width: 100%;
    font-size: 3rem;
    font-weight: 800;
    padding: 3% 0
}

.banner-section-bl .banner-text-wrap .normal {
    color: white
}

.banner-section-bl .banner-text-wrap .alternate {
    color: white
}

.banner-section-bl .banner-text-cta-wrap {
    padding: 20% 0
}

@media (min-width:1701px) {
    .banner-section-bl .banner-text {
        text-align: center;
        font-size: 3rem
    }
}

@media (min-width:1200px) and (max-width:1700px) {
    .banner-section-bl .banner-text-wrap {
        font-size: 2.2rem;
        text-align: right;
        padding-right: 8%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .banner-section-bl .banner-text-wrap {
        font-size: 2rem;
        text-align: right;
        padding-right: 14%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .banner-section-bl .banner-text-wrap {
        font-size: 1.5rem;
        text-align: right;
        padding-right: 14%
    }
}

@media (max-width:767px) {
    .banner-section-bl .banner-text-wrap {
        font-size: 1.8rem;
        text-align: center
    }
    .banner-section-bl .banner-text-cta-wrap {
        padding: 20px
    }
}

.round-borders {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px
}

.scoremap-section-background {
    background-image: url('https://cdnp.getcreditscore.com.au/images/score-map/banner-bg.jpg');
    background-size: cover;
    background-position: center
}

.scoremap-section .section-wrap {
    padding: 40px 5px 0 5px
}

.scoremap-section ::-webkit-input-placeholder {
    color: #c4c2c2;
    font-style: italic
}

.scoremap-section ::-moz-placeholder {
    color: #c4c2c2;
    font-style: italic
}

.scoremap-section :-ms-input-placeholder {
    color: #c4c2c2;
    font-style: italic
}

.scoremap-section :-moz-placeholder {
    color: #c4c2c2;
    font-style: italic
}

@media (max-width:380px) {
    .scoremap-section ::-webkit-input-placeholder {
        font-size: 1.5rem
    }
    .scoremap-section ::-moz-placeholder {
        font-size: 1.5rem
    }
    .scoremap-section :-ms-input-placeholder {
        font-size: 1.5rem
    }
    .scoremap-section :-moz-placeholder {
        font-size: 1.5rem
    }
}

.scoremap-section .scoremap-title {
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 100;
    margin: 15px 0;
    line-height: 1.1
}

.scoremap-section .scoremap-title-normal {
    font-weight: 100;
    margin: 0 5px
}

.scoremap-section .scoremap-title-bold {
    font-weight: 500;
    margin: 0 5px
}

.scoremap-section .scoremap-subtitle,
.scoremap-section .scoremap-subtitle-link a {
    color: #FFFFFF;
    margin: 30px 4px
}

.scoremap-section .scoremap-subtitle-link a {
    cursor: pointer
}

.scoremap-section .scoremap-form {
    margin: 30px 0 45px 0
}

.scoremap-section .scoremap-form .scoremap-input-group {
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px
}

.scoremap-section .scoremap-form .scoremap-input-group .scoremap-control-container {
    display: inline-block;
    padding: 5px;
    vertical-align: bottom
}

.scoremap-section .scoremap-form .scoremap-input-group .scoremap-postcode-input {
    border-width: 0;
    box-shadow: none;
    width: 176px;
    font-size: 1.4rem !important;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px
}

.scoremap-section .scoremap-form .scoremap-input-group .scoremap-postcode-input:focus {
    outline-width: 0;
    outline: none
}

@media (max-width:380px) {
    .scoremap-section .scoremap-form .scoremap-input-group .scoremap-postcode-input {
        width: 140px;
        font-size: 1.8rem !important
    }
}

.scoremap-section .scoremap-form .scoremap-input-group .scoremap-input-error-container {
    display: inline-block;
    position: relative
}

.scoremap-section .scoremap-form .scoremap-input-group .scoremap-has-error {
    border-width: 1px
}

.scoremap-section .scoremap-form .scoremap-input-group .scoremap-compare-button {
    border: none;
    background-color: #5ed415;
    color: #FFFFFF;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px
}

.scoremap-section .scoremap-form .scoremap-input-group .scoremap-compare-button:hover {
    background-color: #54BE13;
    color: #FFFFFF;
    cursor: pointer
}

.scoremap-section .scoremap-form .scoremap-input-group .scoremap-compare-button:focus {
    outline: 0
}

@media (max-width:380px) {
    .scoremap-section .scoremap-form .scoremap-input-group .scoremap-compare-button {
        width: 135px;
        font-size: 1rem
    }
}

.scoremap-section .scoremap-form .scoremap-postcode-noresult {
    padding-top: 5px;
    font-weight: 800;
    color: #a94442
}

.scoremap-section .scoremap-avatars>img {
    max-width: 100%;
    height: auto;
    width: auto\9
}

.scoremap-box-shadow {
    margin-bottom: 15px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2)
}

.scoremap-page .scoremap-disclaimer-note {
    font-size: .83rem
}

.scoremap-page .scoremap-has-disclaimer:after {
    content: "* ";
    font-size: 40%;
    vertical-align: super
}

.scoremap-page .scoremap-page-banner {
    background-image: url('https://cdnp.getcreditscore.com.au/images/score-map/banner-bg.jpg');
    background-size: cover;
    background-position: center
}

.scoremap-page .scoremap-page-section {
    margin-bottom: 40px
}

.scoremap-page .scoremap-page-section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 20px
}

.scoremap-page .scoremap-location {
    background-color: #eae8e9;
    padding: 30px 0
}

.scoremap-page .scoremap-location .location-text {
    margin: 0
}

.scoremap-page .scoremap-location .location-text-emphasise {
    font-weight: bold
}

.scoremap-page .scoremap-search .scoremap-search-control .icon {
    font-size: 1.25rem
}

.scoremap-page .scoremap-search .scoremap-search-control .autocomplete-list {
    list-style-type: none;
    background-color: #F3F3F3;
    max-height: 420px;
    overflow: auto;
    margin: 0 auto;
    padding: 0;
    width: auto;
    transition: all .5s ease-in-out;
    text-align: left
}

.scoremap-page .scoremap-search .scoremap-search-control .autocomplete-list li {
    padding: 8px;
    cursor: pointer;
    font-size: 20px;
    padding-left: 15px
}

.scoremap-page .scoremap-search .scoremap-map {
    margin: 0 auto;
    width: 100%;
    height: 400px
}

@media (min-width:992px) {
    .scoremap-page .scoremap-search .scoremap-map {
        height: 500px
    }
}

.scoremap-page .scoremap-search .scoremap-map .loading {
    width: 100%;
    min-height: 400px;
    height: 100%;
    display: block;
    background: url('https://cdnp.getcreditscore.com.au/images/score-map/preloader.gif') no-repeat center rgba(255, 255, 255, 0.7);
    z-index: 999999999;
    position: relative
}

.scoremap-page .scoremap-search .scoremap-social {
    height: 160px;
    top: -160px;
    margin-bottom: -160px;
    position: relative;
    z-index: 999
}

.scoremap-page .scoremap-search .scoremap-map-note {
    font-size: .83rem;
    padding-top: 3px
}

.scoremap-page .scoremap-search .gradient {
    background-image: url('https://cdnp.getcreditscore.com.au/images/score-map/gradient.png');
    background-size: 100% 100%;
    background-position: center;
    margin: 10px 0;
    height: 15px
}

.scoremap-page .scoremap-search .gradient-text {
    font-weight: bold
}

.scoremap-page .scoremap-search .gradient-highest {
    float: right
}

.scoremap-page .scoremap-generation {
    margin-bottom: 15px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2)
}

.scoremap-page .scoremap-generation .scoremap-generation-section {
    height: 100%;
    padding: 20px
}

.scoremap-page .scoremap-generation .title-section {
    background-color: #3876cd
}

.scoremap-page .scoremap-generation .title-section .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #8fb7eb
}

.scoremap-page .scoremap-generation .title-section .age {
    font-size: 1.6rem;
    font-weight: 400;
    color: #ffffff
}

.scoremap-page .scoremap-generation .list-section {
    background-color: #ffffff
}

.scoremap-page .scoremap-generation .avatar-section {
    background: linear-gradient(to bottom, #3876cd 50%, #ffffff 50%)
}

.scoremap-page .scoremap-region-scores {
    background-color: #eae8e9;
    padding-top: 30px;
    padding-bottom: 30px
}

.scoremap-page .scoremap-region-score {
    background-color: #ffffff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2)
}

.scoremap-page .scoremap-region-score .scoremap-region-header {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 20px 30px;
    background-color: #f2f3f8;
    border-left: 20px solid
}

.scoremap-page .scoremap-region-score .header-lowest {
    border-left-color: #fe0000
}

.scoremap-page .scoremap-region-score .header-highest {
    border-left-color: #02a650
}

.scoremap-page .scoremap-region-score .scoremap-region-list {
    padding: 25px 50px
}

.scoremap-page .scoremap-list .scoremap-list-row {
    min-height: 40px;
    padding: 7px 0;
    border-bottom: 1px solid #f2f3f8
}

.scoremap-page .scoremap-list .scoremap-list-row:last-child {
    border-bottom: none
}

.scoremap-page .scoremap-list .scoremap-list-item {
    width: 50%;
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: top
}

.scoremap-page .scoremap-list .list-key {
    text-align: left;
    font-weight: 400
}

.scoremap-page .scoremap-list .list-value {
    text-align: right;
    font-weight: 900
}

.forgot-password-page .forgot-password-page-inputs {
    padding: 10px 0
}

.forgot-password-page .forgot-password-page-inputs .formTooltipContainer {
    text-align: left
}

.forgot-password-page .forgot-password-page-inputs .formTooltipContainer a {
    font-size: .84rem
}

.forgot-password-page .date-of-birth input.form-control,
.forgot-password-page .field input.form-control {
    height: 34px;
    display: inline-block
}

.forgot-password-page .date-of-birth input.form-control {
    width: 60px
}

.forgot-password-page .date-of-birth .date-splitter {
    padding: 0 5px
}

.trust-pilot-section .trust-pilot-title {
    font-size: 2.5rem;
    font-weight: 400;
    padding-bottom: 30px
}

.trust-pilot-section .trust-pilot-iframe {
    position: relative;
    width: 100%;
    border-style: none;
    display: block;
    overflow: hidden
}

.trust-pilot-section .trust-pilot-iframe-carousel {
    height: 130px
}

.trust-pilot-section .trust-pilot-iframe-inline {
    height: 28px
}

.trust-pilot-section .trust-pilot-iframe-micro {
    height: 24px
}

.trust-pilot-section-theme-light {
    background-color: #F0F3FA
}

.trust-pilot-section-theme-light .trust-pilot-title {
    color: #008cb2
}

.trust-pilot-section-theme-light .trustpilot-carousel-inner {
    color: #797979
}

.trust-pilot-section-theme-light .trustpilot-carousel-control {
    background-color: none;
    background-image: none;
    color: #797979
}

.trust-pilot-section-theme-white {
    background-color: #ffffff
}

.trust-pilot-section-theme-white .trust-pilot-title {
    color: #008cb2
}

.trust-pilot-section-theme-blue {
    background-color: #264c9f
}

.trust-pilot-section-theme-transparent {
    background-color: transparent
}

.trust-pilot-section-theme-default {
    padding: 40px 0
}

.trust-pilot-section-theme-default .trustpilot-reviews-carousel {
    padding-top: 20px
}

.trust-pilot-section-theme-default .trustpilot-carousel-inner {
    text-align: center;
    padding: 0 20px;
    width: 80%;
    margin: 0 auto
}

.trust-pilot-section-theme-default .trustpilot-carousel-review-comment {
    font-size: 1.4rem
}

.trust-pilot-section-theme-default .trustpilot-carousel-review-author {
    font-size: 1rem;
    font-weight: bold
}

.trust-pilot-section-theme-micro {
    display: inline-block
}

.trust-pilot-section-theme-mobile {
    padding: 10px 0
}

.trust-pilot-section-theme-inline-minimal {
    padding: 10px 0 6px 0
}

.counter-section .counter-section-label-container,
.counter-section .counter-section-number-container {
    display: inline-block
}

.counter-section .counter-section-label-container {
    text-align: right
}

.counter-section .counter-section-number-container {
    position: relative;
    text-align: left
}

.counter-section .counter-section-label {
    font-size: 1rem
}

.counter-section .counter-section-number-box {
    font-size: 1rem
}

.counter-section .counter-section-number-text {
    color: #2A3392;
    padding: 7px 10px;
    margin: 0 1px;
    border: 1px outset #f1f1f1;
    background-color: #ffffff
}

.counter-section .counter-section-separator-text {
    position: relative;
    bottom: -14px;
    padding: 0px 2px
}

.counter-section .counter-section-hide {
    visibility: hidden
}

.counter-section .counter-section-loading {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%)
}

.counter-section .counter-section-progress-bar {
    width: 75%
}

.counter-section .counter-section-progress {
    margin-bottom: 0
}

.counter-section-theme-light {
    background-color: #ffffff
}

.counter-section-theme-light .counter-section-number-box {
    background-color: #eff3fc
}

.counter-section-theme-blue {
    background-color: #264c9f
}

.counter-section-theme-blue .counter-section-label {
    color: #ffffff
}

.counter-section-theme-blue .counter-section-number-box {
    background-color: #20418e
}

.counter-section-theme-blue .counter-section-separator-text {
    color: #ffffff
}

.counter-section-theme-semi-transparent {
    background-color: rgba(10, 81, 171, 0.5)
}

.counter-section-theme-semi-transparent .counter-section-label {
    color: #ffffff
}

.counter-section-theme-semi-transparent .counter-section-separator-text {
    color: #ffffff
}

.counter-section-theme-transparent {
    background-color: transparent
}

.counter-section-theme-transparent .counter-section-label {
    color: #ffffff
}

.counter-section-theme-transparent .counter-section-separator-text {
    color: #ffffff
}

.counter-section-theme-default .counter-section-component {
    padding: 40px 0px;
    text-align: center
}

@media (max-width:480px) {
    .counter-section-theme-default .counter-section-component {
        padding: 20px 0px 40px
    }
}

.counter-section-theme-default .counter-section-number-container,
.counter-section-theme-default .counter-section-label-container {
    padding: 0 5px
}

@media (max-width:480px) {
    .counter-section-theme-default .counter-section-number-container {
        margin-top: 20px
    }
}

.counter-section-theme-default .counter-section-label {
    font-size: 1.6rem;
    font-weight: bold
}

.counter-section-theme-default .counter-section-number-box {
    padding: 18px 10px;
    font-size: 1.7rem
}

.counter-section-theme-small .counter-section-component {
    padding: 11px 10px
}

.counter-section-theme-small .counter-section-number-container,
.counter-section-theme-small .counter-section-label-container {
    padding: 0 5px
}

@media (max-width:480px) {
    .counter-section-theme-small .counter-section-number-container {
        margin-top: 20px
    }
}

.counter-section-theme-small .counter-section-number-box {
    padding: 15px 7px
}

.counter-section-theme-small .counter-section-progress {
    height: 15px
}

.counter-section-theme-xsmall .counter-section-component {
    padding: 15px 4px;
    text-align: right
}

.counter-section-theme-xsmall .counter-section-label-container {
    padding: 0 25px
}

.counter-section-theme-xsmall .counter-section-number-container {
    float: right;
    padding: 0 2px
}

.counter-section-theme-xsmall .counter-section-label {
    font-weight: 500
}

.counter-section-theme-xsmall .counter-section-number-text {
    padding: 4px 6px;
    margin: 0 1px
}

.counter-section-theme-xsmall .counter-section-separator-text {
    bottom: -10px;
    padding: 0px 1px
}

.counter-section-theme-xsmall .counter-section-progress {
    height: 12px
}

.counter-section-theme-xsmall-transparent {
    bottom: 0;
    position: absolute;
    width: 100%
}

.counter-section-theme-xsmall-transparent .counter-section-component {
    padding: 15px 4px;
    text-align: right
}

.counter-section-theme-xsmall-transparent .counter-section-label-container {
    padding: 0 25px
}

.counter-section-theme-xsmall-transparent .counter-section-number-container {
    float: right;
    padding: 0 2px
}

.counter-section-theme-xsmall-transparent .counter-section-label {
    font-weight: 500
}

.counter-section-theme-xsmall-transparent .counter-section-number-text {
    padding: 4px 6px;
    margin: 0 1px
}

.counter-section-theme-xsmall-transparent .counter-section-separator-text {
    bottom: -10px;
    padding: 0px 1px
}

.counter-section-theme-xsmall-transparent .counter-section-progress {
    height: 12px
}

.new-member {
    width: 100%
}

.new-member .new-member-loading {
    width: 300px;
    padding: 45px 15px 15px;
    margin-left: auto;
    margin-right: auto
}

.new-member .new-member-progress-bar {
    width: 75%
}

.new-member .new-member-error {
    padding: 30px 0 25px
}