body {
    padding-top: 70px;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url("/modules/core/fonts/helvetica/2A28EB_0_0.eot");
    src: url("/modules/core/fonts/helvetica/2A28EB_0_0.eot?#iefix") format("embedded-opentype"), url("/modules/core/fonts/helvetica/2A28EB_0_0.woff") format("woff"), url("/modules/core/fonts/helvetica/2A28EB_0_0.ttf") format("truetype"), url("/modules/core/fonts/helvetica/2A28EB_0_0.svg#wf") format("svg")
}

@font-face {
    font-family: "Helvetica Neue Medium";
    font-weight: normal;
    font-style: normal;
    src: url("/modules/core/fonts/helvetica/HelveticaNeue.eot");
    src: url("/modules/core/fonts/helvetica/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("/modules/core/fonts/helvetica/HelveticaNeue.woff") format("woff")
}

@font-face {
    font-family: "Helvetica Neue Thin";
    font-weight: normal;
    font-style: normal;
    src: url("/modules/core/fonts/helvetica/helveticaneue-thin-webfont.eot");
    src: url("/modules/core/fonts/helvetica/helveticaneue-thin-webfont.eot?#iefix") format("embedded-opentype"), url("/modules/core/fonts/helvetica/helveticaneue-thin-webfont.woff") format("woff")
}

h1, .h1 {
    font-family: "Helvetica Neue Medium";
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 0.6em;
    margin-top: 0.6em
}

h1 sup, .h1 sup {
    top: -1em
}

h2, .h2 {
    font-family: "HelveticaNeueLTStd-Lt";
    font-size: 2em;
    margin-bottom: 0.625em;
    margin-top: 0
}

@media (min-width: 62em) {
    h2, .h2 {
        font-size: 3em;
        margin-bottom: 0.425em;
    }
}

@media (min-width: 75em) {
    h2, .h2 {
        font-size: 3.5em
    }
}

h2 sup, .h2 sup {
    font-size: 0.5em;
    top: -1em
}

h3, .application-capture-heading-fieldset-title, .h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.65em
}

@media screen and (max-width: 1200px) {
    #single-product h3.heading-hr-with-underline {
        font-size: 1.45em;
    }

    .navbar .container .navbar-brand.site-logo {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 990px) {
    #single-product h3.heading-hr-with-underline {
        font-size: 1.15em;
    }

    .navbar-brand.site-logo {
        margin-left: 0px;
    }
}

@media screen and (max-width: 768px) {
    #single-product h3.heading-hr-with-underline {
        font-size: 1em;
    }

    .navbar-brand.site-logo {
        margin-left: 0px;
    }
}

@media screen and (max-width: 320px) {
    #single-product h3.heading-hr-with-underline {
        font-size: 0.95em;
    }

    .navbar-brand.site-logo {
        margin-left: 0 !important;
    }
}

img {
    width: 100%;
    height: auto;
}

.container-fluid {
    max-width: 1200px
}

.navbar-inverse {
    background-color: #000;
    border-color: #000;
}

.navbar-brand {
    padding: 17px 15px;
}

.navbar-nav > li > span {
    position: relative;
    padding: 10px 10px;
    color: white;
    line-height: 20px;
    display: none;
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: 0;
    }

    .navbar-nav.pull-right {
        float: left !important;
    }
}

@media (min-width: 1024px) {
    .navbar-nav > li > span {
        padding: 26px 10px;
        display: block;
    }
}

.hero-landing {
    background: #333;
    position: relative
}

@media (min-width: 62em) {
    .hero-landing {
        height: 28.125em;
        overflow: hidden
    }
}

@media (min-width: 75em) {
    .hero-landing {
        height: 30.625em;
        overflow: hidden
    }
}

.hero-landing .hero-image img {
    margin-left: 0;
    max-width: 100%
}

@media (min-width: 62em) {
    .hero-landing-hero-image {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: 0
    }
}

.hero-landing-transition-fade {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 1.15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 1.15s cubic-bezier(0.77, 0, 0.175, 1)
}

.hero-landing-transition-fade.in {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.hero-landing-content {
    z-index: 2
}

@media (min-width: 62em) {
    .hero-landing-content {
        padding: 2.1875em 0 2.1875em;
        width: 100%
    }
}

@media (min-width: 75em) {
    .hero-landing-content {
        padding: 2.25em
    }
}

.hero-landing-content-introduction {
    background: #333;
    color: white;
    position: relative;
    padding: 2.5em 0.875em;
    text-align: center
}

@media (min-width: 62em) {
    .hero-landing-content-introduction {
        padding: 2.5em;
        background: rgba(0, 0, 0, 0.65);
        width: 62.5em;
        margin: auto
    }
}

@media (min-width: 75em) {
    .hero-landing-content-introduction {
        max-width: 56.25em
    }
}

@media (min-width: 62em) {
    .hero-landing-content-introduction-short {
        margin-top: 4.375em
    }
}

@media (min-width: 62em) {
    .hero-landing-content-introduction-min {
        margin-top: 0em
    }
}

.hero-landing-content-introduction-page-title {
    margin-top: 0
}

.hero-landing-content-introduction-lead {
    max-width: 37.75em;
    margin: 1.25em auto 1em;
}

.hero-landing-content-introduction-lead-content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.5em
}

.hero-landing .hero-image img {
    margin-left: 0;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

@media (min-width: 62em) {
    .hero-landing-hero-image {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: 0
    }
}

.hero-image {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.hero-image:before {
    content: "";
    display: block;
    padding-top: 50%;
}

@media (min-width: 48em) {
    .hero-image:before {
        padding-top: 51.5%
    }
}

@media (min-width: 62em) {
    .hero-image:before {
        padding-top: 45%
    }
}

@media (min-width: 75em) {
    .hero-image:before {
        padding-top: 45%
    }
}

@media (min-width: 1200px) {
    .hero-image:before {
        padding-top: 41%
    }
}

.hero-image img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto;
    margin-left: -15%;
    max-width: 130%;
    width: 100%
}

@media (min-width: 48em) {
    .hero-image img {
        max-width: 100%;
        margin-left: inherit
    }
}

.hero-image-hide-xs {
    display: none
}

@media (min-width: 62em) {
    .hero-image-hide-xs {
        display: block
    }
}

.hr-dotted {
    background: transparent url("/modules/core/img/dot-3x3-black.png") repeat;
    border: 0;
    height: 4px;
    margin: 0 auto;
    max-width: 10em
}

.hr-dotted.hr-dotted-white {
    background-image: url("/modules/core/img/dot-3x3-white.png")
}

.hr-dotted:before {
    display: none
}

.hero-landing-base-texture-dotted {
    display: none
}

@media (min-width: 62em) {
    .hero-landing-base-texture-dotted {
        background: url("/modules/core/img//dot-3x3-black.png") 0 50%;
        display: block;
        height: 4.375em;
        left: 0px;
        position: absolute;
        right: 0px;
        width: 100%;
        z-index: 0
    }
}

@media (min-width: 62em) {
    .hero-landing-base-texture-dotted-small {
        height: 1.375em
    }
}

.hero-landing-base-content {
    position: relative;
    padding-top: 1.875em
}

@media (min-width: 62em) {
    .hero-landing-base-content {
        background: white;
        padding: 1.875em 1.875em 0;
        margin: 0 -1em 4.685em -1em
    }
}

@media (min-width: 75em) {
    .hero-landing-base-content {
        margin-top: -3.125em
    }

    #page .hero-landing-base-content {
        margin: 0 -1em 3.125em -1em;
    }
}

.heading-hr-with-underline, .heading-hr-with-underline-arrow {
    border-bottom: 1px solid #333;
    margin-top: 2px;
    padding-bottom: 0.625em;
    position: relative;
    overflow: hidden;
}

/*.heading-hr-with-underline:before, .heading-hr-with-underline-arrow:before {
    background: #333;
    bottom: 0px;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 25px
}*/

.offer-image {
    float: right;
    margin: 0 50px;
    margin-bottom: 20px;
}

.loans-learn-more-outer {
    background-color: #dedede;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom-color: #b1b2b4;
    padding: 0 15px;
    text-align: center;
    background-image: url("/modules/core/img/faq.jpg");
    height: 316px;
}

.loans-learn-more-outer .l-inline-block {
    padding: 0.625em 1.25em
}

.loans-learn-more-inner {
    color: #333;
    padding: 4em 0
}

.learn-more-btns {
    padding: 0.625em 0
}

.learn-more-btns .btn {
    margin: 0.3125em 0
}

.learn-more-btns .btn-default {
    color: white;
    background-color: #333
}

.speak-to-specialist {
    padding: 4em 0;
    text-align: center;
}

.speak-to-specialist-expert-landing {
    background: #adebff;
    border-top: 3px solid #33b4e6;
    display: block
}

.speak-to-specialist-cc {
    background: #adebff
}

footer#footer {
    box-shadow: 0px 1000px 0px 1000px #000
}

#footer, .in-page-disclaimer {
    background-color: #000;
    color: #fff;
    line-height: 1.25
}

#footer a, #footer .mq-anchor, #footer .mq-back-button, .in-page-disclaimer a, .in-page-disclaimer .mq-anchor, .in-page-disclaimer .mq-back-button {
    color: #fff;
    text-decoration: underline;
    font-weight: normal
}

#footer p, #footer li, #footer li > ul li, #footer .in-page-disclaimer, .in-page-disclaimer p, .in-page-disclaimer li, .in-page-disclaimer li > ul li, .in-page-disclaimer .in-page-disclaimer {
    font-size: 12px
}

#footer .accordion, .in-page-disclaimer .accordion {
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
}

#footer .accordion-header h5, .in-page-disclaimer .accordion-header h5 {
    color: #fff;
    font-size: 0.875em;
    font-weight: 300;
    padding-left: 0
}

#footer .accordion-header:hover, .in-page-disclaimer .accordion-header:hover {
    text-decoration: none
}

#footer .accordion-arrow, .in-page-disclaimer .accordion-arrow {
    color: #fff
}

#footer .accordion-body, .in-page-disclaimer .accordion-body {
    padding: 1em 0
}

#footer .input-placeholder, .in-page-disclaimer .input-placeholder {
    display: none !important
}

.disclaimer-specific {
    padding: 1em 0 0.625em 0;
    border-bottom: 1px solid #666
}

.disclaimer-specific.disclaimer-specific-no-border {
    border-bottom: 0
}

.copyright {
    color: #fff;
    display: block;
    font-size: 0.75em;
    padding: 0.9375em 0
}

@media (min-width: 62em) {
    .copyright {
        float: left
    }
}

@media (min-width: 62em) {
    .navigation-footer {
        display: auto
    }
}

.navigation-footer .navbar-header {
    float: none !important;
    width: 100%
}

@media (min-width: 62em) {
    .navigation-footer .navbar-header {
        width: auto
    }
}

.navigation-footer .navbar-header .footer-toggle {
    float: right;
    display: block;
    cursor: pointer;
    padding: 17px 15px
}

@media (min-width: 62em) {
    .navigation-footer .navbar-header .footer-toggle {
        display: none
    }
}

.navigation-footer .navbar-header .navbar-brand {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background-image: url("/modules/core/img/macquarie-group-logo-white.png");
    background-size: 100% 100%;
    display: block;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    width: 182px;
    margin: 8px 0
}

@media (min-width: 48em) {
    .navigation-footer .navbar-header .navbar-brand {
        background-image: url("/modules/core/img/macquarie-group-logo-white.png");
        width: 234px;
        height: 45px
    }
}

.navigation-footer .navigation-menu-footer {
    display: none
}

.navigation-footer .navigation-menu-footer.active {
    display: block
}

@media (min-width: 62em) {
    .navigation-footer .navigation-menu-footer {
        display: block;
        width: auto;
        background: #000;
        padding-top: 15px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }
}

.navigation-footer ul.navigation-menu-items-footer {
    margin: 0;
    margin-bottom: 1em;
    list-style: none;
    padding: 0
}

@media (min-width: 62em) {
    .navigation-footer ul.navigation-menu-items-footer {
        float: right
    }
}

.navigation-footer ul.navigation-menu-items-footer > li {
    list-style: none;
    border-bottom: 1px solid white;
    white-space: nowrap
}

@media (min-width: 62em) {
    .navigation-footer ul.navigation-menu-items-footer > li {
        padding: 5px 0 5px 15px;
        position: relative;
        display: block;
        float: left;
        border: none
    }
}

.navigation-footer ul.navigation-menu-items-footer > li a, .navigation-footer ul.navigation-menu-items-footer > li .mq-anchor, .navigation-footer ul.navigation-menu-items-footer > li .mq-back-button {
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px 0
}

@media (min-width: 62em) {
    .navigation-footer ul.navigation-menu-items-footer > li a, .navigation-footer ul.navigation-menu-items-footer > li .mq-anchor, .navigation-footer ul.navigation-menu-items-footer > li .mq-back-button {
        padding: 0;
        width: auto;
        position: relative;
        display: block;
        line-height: 30px;
        height: 30px;
        float: left;
        color: #fff
    }

    .navigation-footer ul.navigation-menu-items-footer > li a:hover, .navigation-footer ul.navigation-menu-items-footer > li .mq-anchor:hover, .navigation-footer ul.navigation-menu-items-footer > li .mq-back-button:hover {
        border-bottom: 2px solid #fff
    }

    .navigation-footer ul.navigation-menu-items-footer > li a.active, .navigation-footer ul.navigation-menu-items-footer > li .active.mq-anchor, .navigation-footer ul.navigation-menu-items-footer > li .active.mq-back-button {
        border-bottom: 2px solid #fff
    }
}

#footer .navigation-footer ul.navigation-menu-items-footer > li {
    font-size: 1em
}

@media (min-width: 62em) {
    #footer .navigation-footer ul.navigation-menu-items-footer > li {
        font-size: 0.8125em
    }
}

@media (min-width: 75em) {
    #footer .navigation-footer ul.navigation-menu-items-footer > li {
        font-size: 0.9375em
    }
}

#footer .navigation-footer ul.navigation-menu-items-footer > li a, #footer .navigation-footer ul.navigation-menu-items-footer > li .mq-anchor, #footer .navigation-footer ul.navigation-menu-items-footer > li .mq-back-button {
    text-decoration: none
}

.navigation-footer-additional-links-copy {
    position: absolute;
    left: 0.9375em;
    right: 0.9375em;
    top: -0.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1em
}

.navigation-footer .navbar-header .navbar-brand {
    background: none;
}

.navigation-footer .navbar-header {
    display: none;
}

.login-bg {
    background-image: url("/modules/core/img/login.jpg");
    position: fixed;
    z-index: -1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 736px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.centerBox {
    background: #fff;
    width: 350px;
    padding: 15px;
    margin: 15px auto 10px;
    border-radius: 0 0 5px 5px;
    border-top: 3px solid #0672bd;
    max-width: 100%;
}

.centerBox hr {
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 0;
    clear: both;
}

.input-group {
    background-color: #f3f3f3;
    padding: 6px 0px;
}

.input-group .fa {
    font-size: 1.5em;
}

.input-group-addon {
    border: 0;
    background-color: #f3f3f3;
}

.input-group .form-control {
    border: 0;
    border: none;
    background-color: transparent;
    font-size: 14px;
    box-shadow: none;
}

.input-group .form-control:focus {
    box-shadow: none;
}

#info_help {
    clear: both;
    font-size: 0.95em;
    padding-top: 10px;
    display: none;
}

#top-strip {
    background-color: #11A4E6;
    color: white;
    min-height: 100px;
}

#top-strip h2 {
    margin-top: 45px;
    margin-bottom: 15px;
}

#top-strip-search {
    min-height: 60px;
    border-bottom: 1px solid #11A4E6;
    color: white;
    padding-top: 12px;
    background: #11A4E6 url("/modules/core/img/dot-3x3-black.png") 0 50%;
}

#top-strip-search input,
#top-strip-search input:focus {
    background-color: #11A4E6;
    color: #A0DAF5;
    border: 0;
    border-bottom: 1px solid white;
    box-shadow: none;
    outline: none;
    padding: 5px 10px;
    background-image: url("/modules/core/img/search.png");
    background-position: center right;
    background-repeat: no-repeat;
}

#top-strip-search input::-webkit-input-placeholder {
    color: #A0DAF5;
}

#top-strip-search input:-moz-placeholder { /* Firefox 18- */
    color: #A0DAF5;
}

#top-strip-search input::-moz-placeholder { /* Firefox 19+ */
    color: #A0DAF5;
}

#top-strip-search input:-ms-input-placeholder {
    color: #A0DAF5;
}

#top-strip-search label {
    margin-right: 25px;
    font-weight: normal;
}

#top-strip-filter {
    background-color: #E9E8E8;
    min-height: 60px;
}

#filter {
    list-style: none;
    padding: 0;
    margin: 17px 0 0;
}

#filter li {
    display: inline-block;
}

#filter li a.active {
    font-weight: bold;
}

#filter li:after {
    content: '/';
    padding-left: 15px;
    padding-right: 10px;
}

#filter li:last-child:after,
#filter li:nth-last-child(2):after,
#filter li:nth-child(1):after {
    content: '';
    padding: 0;
}

.products {
    padding-top: 60px;
    padding-bottom: 60px;
}

#productsMix .product {
    display: none;
}

.product {
    margin-bottom: 40px;
}

.product a {
    color: black;
    display: block;
}

.product a:hover {
    color: white;
    text-decoration: none;
}

.product img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.product > div {
    border: 1px solid #F4F3F2;
    position: relative;
    padding-bottom: 15px;
    min-height: 395px;
}

.related > div {
    min-height: 360px;
}

@media (max-width: 1025px) {
    .product > div {
        min-height: 470px;
    }
}

@media (max-width: 768px) {
    .product > div {
        min-height: 59vw;
    }
}

@media (max-width: 670px) {
    .product > div {
        min-height: 65vw;
    }
}

@media (max-width: 500px) {
    .product > div {
        min-height: 81vw;
    }
}

@media (max-width: 320px) {
    .product > div {
        min-height: 94vw;
    }

    .product.related > div {
        min-height: 98vw;
    }
}

.product h3,
.product .price {
    padding-left: 15px;
    padding-right: 15px;
}

.product h3 {
    font-size: 16pt;
    line-height: 1.2em;
    margin: 0;
}

.product .price {
    font-size: 14pt;
    line-height: 1.5em;
}

.product div:hover {
    background-color: #3871C1;
    color: white;
}

.container.products .product > div:hover,
#single-product .product > div:hover {
    box-shadow: 0px 0px 10px 2px #eaeaea;
}

@media (max-width: 767px) {
    #product_info_cont {
        float: none !important;
    }
}

.product div:hover a {
    color: white;
}

.product .plus {
    position: absolute;
    right: 15px;
    font-size: 2em;
}

.product a:hover .plus {
    color: black;
}

#categories, #categories_mobile {
    list-style: none;
    margin: 0;
    padding: 0;
}

#categories li, #categories_mobile li {
    margin-bottom: 10px;
}

#categories label, #categories_mobile label {
    font-weight: normal;
}

#single-product {
    margin-top: 40px;
    margin-bottom: 40px;
}

#single-product .img-thumbnail {
    width: 30%;
    float: left;
    margin-right: 3.33%;
}

.heading-hr-with-underline small:after {
    content: ' ';
    clear: both;
}

#single-product .attributes {
    margin-top: 20px;
}

#single-product label {
    line-height: 25pt;
}

#single-product dd {
    margin-bottom: 10px;
}

.quantity {
    width: 75px;
    display: block;
}

.quantity input {
    width: 50px;
    border: 1px solid #e1e1e1;
    border-right: 0;
    float: left;
    height: 34px;
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .quantity input {
        width: 40px;
    }
}

.quantity a {
    display: block;
    height: 17px;
    border: 1px solid #e1e1e1;
    width: 25px;
    padding: 0px 7px;
    float: left;
    line-height: 0;
}

.quantity a:first-of-type {
    border-bottom: 1px solid white;
}

#cart {
    padding-top: 40px;
    padding-bottom: 40px;
}

#cart .img-thumbnail,
.table .img {
    width: 150px;
}

.table .img {
    width: 250px;
}

.table > tbody > tr > td {
    border-top: 0;
    border-bottom: 1px solid #231F20;
}

.table > tbody > tr > th {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}

.table > tbody > tr:last-child > td {
    border-bottom: 0;
}

.table {
    color: #231F20;
}

.table td {
    vertical-align: middle !important;
    padding: 20px 8px !important;
}

.quantity_standard input {
    width: 40px;
    border: 1px solid #e1e1e1;
    text-align: center;
}

.table .delete {
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .table .delete {
        padding-left: 0px;
    }
}

#totals {
    font-size: 1.5em;
}

#user {
    padding: 40px 15px;
}

.autocomplete-item-li {
    cursor: pointer;
}

.autocomplete-item-li a {
    font-size: 16px;
    text-align: center;
}

.autocomplete-item-li a[href='#'] {
    font-size: 12px;
}

.search-image {
    width: 70px;
}

#filter li {
    display: none;
}

#filter .mobile {
    display: block;
}

#filter hr {
    border-top: 1px solid #4F4B4C;
}

#filter .mobile button {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    display: block;
    float: right;
    margin-bottom: 15px;
    color: #4F4B4C;
}

#filter .mobile button:focus {
    outline: none;
}

#filter-select {
    width: 100%;
    padding: 5px 10px;
}

#filter a,
#filter a:hover {
    color: #333;
    text-decoration: none;
}

#filter a.active {
    text-decoration: underline;
}

.modal-dialog {
    margin: 10px auto;
    max-width: 85%;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    background-color: #E9E8E8;
}

@media (min-width: 1024px) {
    #filter .mobile {
        display: none;
    }

    #filter li {
        display: inline-block;
    }
}

.container {
    overflow: hidden;
}

.hero-landing-base .container {
    overflow: visible;
}

.attributes .btn-block {
    width: 90%;
}

.quantity_standard {
    min-width: 65px;
    display: block;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 180px;
}

@media (max-width: 992px) and (min-width: 768px) {
    .nav > li > a,
    .navbar-nav > li > span {
        padding: 26px 5px;
    }

    /*.navbar .container {
        padding: 0;
        width: 768px;
    }*/
}

@media (max-width: 560px) {
    .table .img {
        display: none;
    }

    .table {
        font-size: 12px;
    }

    .table .name {
        width: 50%;
    }
}

input, select, textarea {
    font-weight: 300;
    border: 1px solid #d8d9d9;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    box-shadow: none
}

.field input {
    border: none;

    background-color: transparent;
    font-size: 14px;
    margin: 25px auto 5px 35px;
}

.field select {
    border: none;
    background-color: transparent;
    font-size: 16px;
    height: 30px;
    margin: 12px auto 5px 35px;
    width: 80%;
}

.field .chosen-container {
    border: none;
    font-size: 16px;
    color: #333;
    background-color: transparent;
    margin: 12px auto 5px 35px;
    width: 80%;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #333 !important;
}

.field .chosen-choices {
    background: #f3f3f3 !important;
    border: none !important;
}

input:focus, input:active {
    border: none;
    outline: none;
}

.inputBox {
    position: relative;
    width: 100%;
    background-color: #f3f3f3;
    margin-bottom: 15px;
}

.inputBox.error {
    border: 1px solid #bb0e22;
    background-color: #f7e5e7
}

.inputBox .errorMsg {
    display: none;
    color: #bb0e22;
}

.inputBox .fa {
    position: absolute;
    margin: 16px 10px;
    font-size: 20px;
}

.inputBox.has-error {
    box-shadow: inset 0 -2px 0 #B90016;
}

.inputBox.selectedInput {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 -2px 0 #0676C2;
}

.inputOverlay {
    position: absolute;
    margin: 0 15px 0 35px;
    top: 15px;
    vertical-align: top;
    line-height: 20px;

    -webkit-animation: linear animateNrmLabel 0.15s; /* Safari 4+ */
    -moz-animation: linear animateNrmLabel 0.15s; /* Fx 5+ */
    -o-animation: linear animateNrmLabel 0.15s; /* Opera 12+ */
    animation: linear animateNrmLabel 0.15s; /* IE 10+, Fx 29+ */
}

.inputOverlay.animate-small {
    -webkit-animation: linear animateSmLabel 0.15s; /* Safari 4+ */
    -moz-animation: linear animateSmLabel 0.15s; /* Fx 5+ */
    -o-animation: linear animateSmLabel 0.15s; /* Opera 12+ */
    animation: linear animateSmLabel 0.15s; /* IE 10+, Fx 29+ */

}

.inputOverlay.smlLabel {
    top: 6px;
    font-size: 11px;
    line-height: 12px;
}

@-webkit-keyframes animateHeightShow {
    0% {
        opacity: 0;
        max-height: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes animateHeightShow {
    0% {
        opacity: 0;
        max-height: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes animateHeightShow {
    0% {
        opacity: 0;
        max-height: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animateHeightShow {
    0% {
        opacity: 0;
        max-height: 0;
    }
    100% {
        opacity: 1;
    }
}

.toggleContentShow {
    -webkit-animation: linear animateHeightShow 0.3s; /* Safari 4+ */
    -moz-animation: linear animateHeightShow 0.3s; /* Fx 5+ */
    -o-animation: linear animateHeightShow 0.3s; /* Opera 12+ */
    animation: linear animateHeightShow 0.3s; /* IE 10+, Fx 29+ */
    display: block;
    overflow: hidden;
}

@-webkit-keyframes animateHeightHide {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        max-height: 0;
    }
}

@-moz-keyframes animateHeightHide {
    0% {
        opacity: 1;
        max-height: 400px
    }

    70% {
        opacity: 1;
        max-height: 300px;
    }
    100% {
        opacity: 0;
        max-height: 0;
    }
}

@-o-keyframes animateHeightHide {
    0% {
        opacity: 1;
        max-height: 400px
    }

    70% {
        opacity: 1;
        max-height: 300px;
    }
    100% {
        opacity: 0;
        max-height: 0;
    }
}

@keyframes animateHeightHide {
    0% {
        opacity: 1;
        max-height: 400px
    }

    70% {
        opacity: 1;
        max-height: 300px;
    }
    100% {
        opacity: 0;
        max-height: 0;
    }
}

.toggleContentHide {
    -webkit-animation: linear animateHeightHide 0.3s; /* Safari 4+ */
    -moz-animation: linear animateHeightHide 0.3s; /* Fx 5+ */
    -o-animation: linear animateHeightHide 0.3s; /* Opera 12+ */
    animation: linear animateHeightHide 0.3s; /* IE 10+, Fx 29+ */
    overflow: hidden;
}

@-webkit-keyframes animateSmLabel {
    0% {
        top: 15px;
        font-size: 14px;
    }
    20% {
        top: 15px;
        font-size: 11px;
    }
    30% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 6px;
        font-size: 11px;
    }
}

@-moz-keyframes animateSmLabel {
    0% {
        top: 15px;
        font-size: 14px;
    }
    20% {
        top: 15px;
        font-size: 11px;
    }
    30% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 6px;
        font-size: 11px;
    }
}

@-o-keyframes animateSmLabel {
    0% {
        top: 15px;
        font-size: 14px;
    }
    20% {
        top: 15px;
        font-size: 11px;
    }
    30% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 6px;
        font-size: 11px;
    }
}

@keyframes animateSmLabel {
    0% {
        top: 15px;
        font-size: 14px;
    }
    20% {
        top: 15px;
        font-size: 11px;
    }
    30% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 6px;
        font-size: 11px;
    }
}

@-webkit-keyframes animateNrmLabel {
    0% {
        top: 6px;
        font-size: 11px;
    }
    70% {
        top: 15px;
        font-size: 11px;
    }
    80% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 15px;
        font-size: 14px;
    }
}

@-moz-keyframes animateNrmLabel {
    0% {
        top: 6px;
        font-size: 11px;
    }
    70% {
        top: 15px;
        font-size: 11px;
    }
    80% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 15px;
        font-size: 14px;
    }
}

@-o-keyframes animateNrmLabel {
    0% {
        top: 6px;
        font-size: 11px;
    }
    70% {
        top: 15px;
        font-size: 11px;
    }
    80% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 15px;
        font-size: 14px;
    }
}

@keyframes animateNrmLabel {
    0% {
        top: 6px;
        font-size: 11px;
    }
    70% {
        top: 15px;
        font-size: 11px;
    }
    80% {
        top: 15px;
        font-size: 11px;
    }
    100% {
        top: 15px;
        font-size: 14px;
    }
}

.icheckbox_square-blue {
    margin-right: 5px !important;
}

.table .subtotal {
    text-align: right;
}

.dl-vertical dd {
    margin-bottom: 10px;
}

.navbar-nav {
    font-size: 15px;
}

#page {
    margin-bottom: 30px;
}

.above-contact-from {
    padding: 20px 0px;
}

.redstar {
    color: #a94442;
}

.home-icons img {
    height: 45px;
    width: auto;
    margin-bottom: 15px;
}

@media (max-width: 990px) {
    .home-icons div {
        margin-bottom: 40px;
    }
}

@media (max-width: 320px) {
    .home-icons div {
        width: 100%;
    }
}

.back {
    margin-bottom: 30px;
    display: block;
}

.form-horizontal .control-label {
    text-align: left;
}

.btn {
    padding: 10px 40px;
}

@media screen and (max-width: 989px) {
    #single-product .btn {
        padding: 10px 0px;
    }

    #cart .btn {
        padding: 10px 15px;
    }
}

.sweet-alert {
    background-color: white !important;
    border-radius: 0 !important;
    border-top: 10px solid #0672bd;
}

.sweet-alert h2 {
    color: #000000 !important;
}

.sweet-alert p {
    color: #000000 !important;
}

.sweet-alert button.cancel {
    background-color: white !important;
    border: 1px solid black !important;
    color: black !important;
}

.registerForm .inputOverlay {
    margin: 0 15px 0 15px;
}

.registerForm .field input {
    margin: 25px auto 5px 15px;
    width: 300px;
}

.registerForm .field select {
    margin: 12px auto 5px 15px;
    width: 300px;
}

.registerForm .field .chosen-container {
    margin: 12px auto 5px 10px;
    width: 300px;
}

#bs-example-navbar-collapse-1 .nav.navbar-nav {
    font-size: 16px;
}

#bs-example-navbar-collapse-1 .nav.navbar-nav a {
    color: #ffffff;
}

#bs-example-navbar-collapse-1 .nav.navbar-nav:nth-child(2) {
    font-size: 14px;
}

#bs-example-navbar-collapse-1 .nav.navbar-nav:nth-child(2) a {
    color: #9d9d9d;
}

#bs-example-navbar-collapse-1 .nav.navbar-nav:nth-child(2) a:hover,
#bs-example-navbar-collapse-1 .nav.navbar-nav a:hover {
    color: #33b4e6;
}

#single-product .heading-hr-with-underline.other-products {
    font-size: 1.3em;
    font-weight: bold;
}

#bs-example-navbar-collapse-1 .nav.navbar-nav:nth-child(1) li {
    font-weight: bold;
}

.site-logo > img {
    height: 32px;
    width: auto;
    margin-top: 2px;
}

#cart td.actions {
    max-width: 150px;
}

@media screen and (min-width: 768px) {
    #cart .custom-padding-right {
        padding-right: 10px;
    }
}

@media screen and (min-width: 992px) {
    #cart .custom-padding-right {
        padding-right: 40px;
    }
}

.hr-margins {
    margin-top: 5px;
    margin-bottom: 12px;
}

#cart_link {
    color: #ffffff !important;
}

.errorMsg .help-block {
    color: #B90016;
    font-size: 14px;
    font-weight: normal;
}

#my_limit {
    color: #ffffff !important;
    padding-left: 20px;
}

#my_limit:hover,
#cart_link:hover {
    color: #33b4e6 !important;
}

.order_tr td {
    position: relative;
    overflow: hidden;
}

.area_link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .navbar-nav > li > a {
        padding-left: 0;
    }

    #my_limit {
        padding-left: 0;
    }
}

li {
    word-break: break-word;
}

.content_container {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

.fixed-rate-home-loan-offer {
    overflow: hidden;
}

@media screen and (max-width: 320px) {
    #cart td {
        padding: 20px 0 !important;
        text-align: center;
    }

    #cart td.name {
        text-align: left;
    }

    .loans-learn-more-inner {
        padding-top: 2em;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        margin-right: 0;
    }
}

@media (max-width: 1023px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .categories_column {
        display: none;
    }
}

#faq_table {
    width: 100%;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
        padding-left: 0;
    }

    #faq_table {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.tab-btn {
    position: relative;
    margin: 0 15px;
}

@media (max-width: 990px) {
    .tab-btn {
        padding: 10px;
    }
}

.tab-btn.active:after,
.tabs-select-arrow {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    bottom: 0;
    right: 50%;
    margin-right: -8px;
    margin-bottom: -15px;
    z-index: 8;
    border: 8px solid transparent;
    border-bottom-color: #ebecec;
}

.accordion-wrapper {
    margin-bottom: 15px;
    padding: 25px 20px;
    background-color: #eaebeb;
    position: relative;
    cursor: pointer;
}

.accordion-body {
    padding-top: 20px;
    display: none;
}

.accordion-clicker {
    font-weight: bold;
    margin-bottom: 0;
}

.accordion-wrapper::after {
    content: '';
    display: block;
    border-bottom: 2px solid #fff;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.accordion-wrapper::before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../../img/up.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
}

.accordion-wrapper.active::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.accordion-clicker span {
    font-size: 1.1em !important;
}

.delete-address {
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    color: #224f80;
    cursor: pointer;
}

.add_shipping_addresses-holder {
    padding: 30px 0px 10px;
}

/* Styles added for Sydney website */
.navbar-header {
    width: 100%;
}

.navbar-brand.site-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 991px) {
    .navbar-brand.site-logo .rest-of-logo {
        display: none;
    }
}

.no-auth-logo-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-auth-logo-number .logo {

}

.no-auth-logo-number .number {
    padding-right: 15px;
}

.no-auth-logo-number .number a {
    color: #fff;
    font-size: 22px;
}

@media screen and (max-width: 1366px) {
    .no-auth-logo-number .number a {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .no-auth-logo-number .number a {
        font-size: 18px;
    }
}

.no-auth-logo-number .number a {
    text-decoration: none;
}

.navbar-brand {
    padding: 14px 15px !important;
}

.navbar-brand img {
    margin-top: 0;
    height: 100%;
    width: auto;
}

.login-bg {
    background-image: url("/modules/core/img/no-auth-back.jpg");
}

a {
    color: #CC6633;
}

a:hover {
    color: #CC6633;
}

a:focus {
    color: #CC6633;
}

#bs-example-navbar-collapse-1 .nav.navbar-nav:nth-child(2) a:hover,
#bs-example-navbar-collapse-1 .nav.navbar-nav a:hover,
#my_limit:hover,
#cart_link:hover {
    color: #CC6633 !important;
}

.btn-primary,
.btn-primary:focus,
.sweet-alert button.confirm {
    background: rgb(137, 77, 43); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(137, 77, 43, 1) 0%, rgba(135, 79, 44, 1) 1%, rgba(141, 81, 45, 1) 1%, rgba(141, 83, 46, 1) 2%, rgba(145, 82, 49, 1) 3%, rgba(147, 87, 50, 1) 4%, rgba(154, 90, 54, 1) 6%, rgba(167, 102, 60, 1) 10%, rgba(179, 107, 67, 1) 14%, rgba(182, 114, 69, 1) 15%, rgba(187, 114, 73, 1) 17%, rgba(203, 126, 80, 1) 23%, rgba(205, 128, 84, 1) 23%, rgba(206, 127, 84, 1) 24%, rgba(214, 136, 87, 1) 27%, rgba(224, 142, 95, 1) 32%, rgba(228, 147, 94, 1) 34%, rgba(229, 145, 98, 1) 35%, rgba(238, 153, 99, 1) 40%, rgba(238, 152, 103, 1) 41%, rgba(239, 151, 101, 1) 43%, rgba(241, 156, 102, 1) 45%, rgba(240, 155, 101, 1) 46%, rgba(243, 153, 103, 1) 47%, rgba(238, 152, 103, 1) 54%, rgba(235, 152, 100, 1) 54%, rgba(232, 146, 97, 1) 60%, rgba(228, 147, 94, 1) 61%, rgba(227, 143, 96, 1) 61%, rgba(227, 145, 95, 1) 62%, rgba(222, 140, 92, 1) 65%, rgba(218, 140, 91, 1) 66%, rgba(211, 130, 85, 1) 70%, rgba(208, 130, 82, 1) 70%, rgba(206, 127, 84, 1) 71%, rgba(205, 129, 80, 1) 72%, rgba(190, 115, 75, 1) 77%, rgba(186, 115, 71, 1) 78%, rgba(185, 113, 73, 1) 79%, rgba(184, 113, 69, 1) 79%, rgba(179, 110, 68, 1) 80%, rgba(181, 109, 69, 1) 81%, rgba(167, 100, 58, 1) 85%, rgba(166, 98, 61, 1) 86%, rgba(161, 96, 58, 1) 86%, rgba(152, 88, 52, 1) 90%, rgba(145, 87, 49, 1) 91%, rgba(144, 84, 50, 1) 92%, rgba(140, 82, 45, 1) 94%, rgba(137, 78, 46, 1) 94%, rgba(134, 75, 41, 1) 96%, rgba(129, 72, 42, 1) 97%, rgba(127, 73, 37, 1) 98%, rgba(122, 68, 34, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(137, 77, 43, 1) 0%, rgba(135, 79, 44, 1) 1%, rgba(141, 81, 45, 1) 1%, rgba(141, 83, 46, 1) 2%, rgba(145, 82, 49, 1) 3%, rgba(147, 87, 50, 1) 4%, rgba(154, 90, 54, 1) 6%, rgba(167, 102, 60, 1) 10%, rgba(179, 107, 67, 1) 14%, rgba(182, 114, 69, 1) 15%, rgba(187, 114, 73, 1) 17%, rgba(203, 126, 80, 1) 23%, rgba(205, 128, 84, 1) 23%, rgba(206, 127, 84, 1) 24%, rgba(214, 136, 87, 1) 27%, rgba(224, 142, 95, 1) 32%, rgba(228, 147, 94, 1) 34%, rgba(229, 145, 98, 1) 35%, rgba(238, 153, 99, 1) 40%, rgba(238, 152, 103, 1) 41%, rgba(239, 151, 101, 1) 43%, rgba(241, 156, 102, 1) 45%, rgba(240, 155, 101, 1) 46%, rgba(243, 153, 103, 1) 47%, rgba(238, 152, 103, 1) 54%, rgba(235, 152, 100, 1) 54%, rgba(232, 146, 97, 1) 60%, rgba(228, 147, 94, 1) 61%, rgba(227, 143, 96, 1) 61%, rgba(227, 145, 95, 1) 62%, rgba(222, 140, 92, 1) 65%, rgba(218, 140, 91, 1) 66%, rgba(211, 130, 85, 1) 70%, rgba(208, 130, 82, 1) 70%, rgba(206, 127, 84, 1) 71%, rgba(205, 129, 80, 1) 72%, rgba(190, 115, 75, 1) 77%, rgba(186, 115, 71, 1) 78%, rgba(185, 113, 73, 1) 79%, rgba(184, 113, 69, 1) 79%, rgba(179, 110, 68, 1) 80%, rgba(181, 109, 69, 1) 81%, rgba(167, 100, 58, 1) 85%, rgba(166, 98, 61, 1) 86%, rgba(161, 96, 58, 1) 86%, rgba(152, 88, 52, 1) 90%, rgba(145, 87, 49, 1) 91%, rgba(144, 84, 50, 1) 92%, rgba(140, 82, 45, 1) 94%, rgba(137, 78, 46, 1) 94%, rgba(134, 75, 41, 1) 96%, rgba(129, 72, 42, 1) 97%, rgba(127, 73, 37, 1) 98%, rgba(122, 68, 34, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(137, 77, 43, 1) 0%, rgba(135, 79, 44, 1) 1%, rgba(141, 81, 45, 1) 1%, rgba(141, 83, 46, 1) 2%, rgba(145, 82, 49, 1) 3%, rgba(147, 87, 50, 1) 4%, rgba(154, 90, 54, 1) 6%, rgba(167, 102, 60, 1) 10%, rgba(179, 107, 67, 1) 14%, rgba(182, 114, 69, 1) 15%, rgba(187, 114, 73, 1) 17%, rgba(203, 126, 80, 1) 23%, rgba(205, 128, 84, 1) 23%, rgba(206, 127, 84, 1) 24%, rgba(214, 136, 87, 1) 27%, rgba(224, 142, 95, 1) 32%, rgba(228, 147, 94, 1) 34%, rgba(229, 145, 98, 1) 35%, rgba(238, 153, 99, 1) 40%, rgba(238, 152, 103, 1) 41%, rgba(239, 151, 101, 1) 43%, rgba(241, 156, 102, 1) 45%, rgba(240, 155, 101, 1) 46%, rgba(243, 153, 103, 1) 47%, rgba(238, 152, 103, 1) 54%, rgba(235, 152, 100, 1) 54%, rgba(232, 146, 97, 1) 60%, rgba(228, 147, 94, 1) 61%, rgba(227, 143, 96, 1) 61%, rgba(227, 145, 95, 1) 62%, rgba(222, 140, 92, 1) 65%, rgba(218, 140, 91, 1) 66%, rgba(211, 130, 85, 1) 70%, rgba(208, 130, 82, 1) 70%, rgba(206, 127, 84, 1) 71%, rgba(205, 129, 80, 1) 72%, rgba(190, 115, 75, 1) 77%, rgba(186, 115, 71, 1) 78%, rgba(185, 113, 73, 1) 79%, rgba(184, 113, 69, 1) 79%, rgba(179, 110, 68, 1) 80%, rgba(181, 109, 69, 1) 81%, rgba(167, 100, 58, 1) 85%, rgba(166, 98, 61, 1) 86%, rgba(161, 96, 58, 1) 86%, rgba(152, 88, 52, 1) 90%, rgba(145, 87, 49, 1) 91%, rgba(144, 84, 50, 1) 92%, rgba(140, 82, 45, 1) 94%, rgba(137, 78, 46, 1) 94%, rgba(134, 75, 41, 1) 96%, rgba(129, 72, 42, 1) 97%, rgba(127, 73, 37, 1) 98%, rgba(122, 68, 34, 1) 100%);
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-primary:hover {
    border-color: transparent !important;
    background-color: transparent !important;
}

.btn-primary:active {
    outline: none !important;
    border-color: transparent !important;
}

.btn-primary:focus {
    border-color: transparent !important;
    outline: none !important;
}

.sweet-alert {
    border-top-color: #CC6633;
}

.inputBox.selectedInput {
    -webkit-box-shadow: inset 0 -2px 0 #CC6633;
    box-shadow: inset 0 -2px 0 #CC6633;
}

.centerBox {
    border-top-color: #CC6633;
}

.header-custom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-custom-container > .navbar-header {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#bs-example-navbar-collapse-1 .nav.navbar-nav:nth-child(2) a:hover {
    color: #CC6633;
}

.home-icons img {
    height: 76px;
}

.loans-learn-more-outer {
    background-image: url('/modules/core/img/footer-back.jpg');
    background-size: cover;
    background-position: center;
}

.speak-to-specialist-expert-landing {
    background-color: #333;
    border-top-color: #000;
    color: #fff;
}

.btn.btn-primary.black {
    background-image: none;
    background-color: #000;
}

.btn.btn-primary.black:hover {
    background-image: none !important;
    background-color: #000 !important;
}

.navigation-footer ul.navigation-menu-items-footer {
    margin-bottom: 0;
}

footer#footer {
    padding: 1em 0;
}

#top-strip {
    background-color: #333;
}

#top-strip-search {
    background-color: #333;
}

.product .product-image {
    position: relative;
    width: 100%;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    margin-bottom: 15px;
    background-color: #fff;
}

.product .product-image::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.product .product-image img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product .product-image:hover {
    background-color: #fff;
    color: unset;
}

.product > div:hover {
    background-color: #333333 !important;
    color: white !important;
}

@media screen and (min-width: 991px) {
    .show-on-desktop {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .dont-show-on-desktop {
        display: none !important;
    }
}

#top-strip-search input,
#top-strip-search input:focus {
    background-color: #fff;
    color: #333;
}

#top-strip-search input::placeholder {
    color: #aaa;
}

.navbar-brand.site-logo {
    margin-left: -30px !important;
}

.search-presenter-main {
    float: left;
    width: 100%;
}

.search-presenter-holder {
    text-align: left;
    padding: 10px;
}

.search-presenter-holder:hover,
.search-presenter-holder:focus {
    border: 1px solid #999;
    background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121;
}

#title_image {
    display: block;
    text-align: center;
}

#title_image img {
    width: auto;
    max-width: 100%;
    max-height: 500px;
    border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
    #single-product #product_image {
        float: none !important;
    }
}

