/*
#aqua-cards .card-body {
    background-color: #addde4;
}

#blue-cards .card-body {
    background-color: #c7eafb;
}

#orange-cards .card-body {
    background-color: #df865c;
}

#orange-cards .card-body p {
    color: #000000;
}

#orange-cards .card-title,
#aqua-cards .card-title, 
#blue-cards .card-title {
    text-align: center;
    font-weight: 500;
}

#orange-cards .card-footer,
#aqua-cards .card-footer,
#blue-cards .card-footer {
    display: none;
}

#membership-banner {
    background-image: url(https://www.guild.org.au/__data/assets/image/0016/131803/thin_banner.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    padding: 1.5rem;
}

#membership-banner .banner-blurb {
    margin: 2rem 3rem;
    width: 70%;
}

#membership-banner .banner-blurb h2 {
    background-color: rgba(255,255,255,0.8);
    padding-right: 0.5rem;
    width: fit-content;
}

*/

.hero.regional {
    height: 329px !important;
}
/*
.white-gradient, .line {
    display: none !important;
}*/

.card:hover, .card:focus {
    transform: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.card-title {
    font-size: 1.15rem !important;
}

.card-text a {
    font-weight: 600 !important;
}

.card-text.related-pages a {
    font-weight: 500 !important;
}

.testimonial-block {
    /*min-height: 540px !important;*/
    /*background: none !important;*/
    background: url(https://www.guild.org.au/__data/assets/image/0028/81991/Rx-logo.png) right 20% no-repeat;
    background-color: #00405b !important;
    width: 100% !important;
    display: table;
}

.testimonial-block .banner-content {
    position: relative;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    padding: 50px;
    vertical-align: middle;
}

p.testimonial-text, 
.testimonial-text > p {
    padding: 5px 70px;
    margin-top: 50px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400 !important;
    margin-bottom: 25px;
    font-style: normal;
    text-align: left;
    position: relative;
}

p.testimonial-text:not(:first-of-type),
.testimonial-text > p:not(:first-of-type) {
    margin-top: 0;
}

p.testimonial-text,
.testimonial-text > p,
.testimonial-author-info, 
.testimonial-author-info > p {
    color: #fff;
}

.testimonial-text a {
    color: #fff !important;
    text-decoration: underline !important;
}

p.testimonial-text:before,
.testimonial-text > p:first-of-type::before {
    color: #e9ceca !important;
    z-index: 0;
    content: '\201C';
    font-size: 160px;
    font-family: arial;
    display: block;
    position: absolute;
    left: -25px;
    top: 40px;
    font-weight: bold;
    line-height: 10px;
    opacity: 0.5;
}

p.testimonial-text:after,
.testimonial-text > p:last-of-type::after {
    content: '\201D';
    font-size: 160px;
    font-family: arial;
    display: block;
    position: absolute;
    right: -10px;
    bottom: -30px;
    font-weight: bold;
    line-height: 10px;
    opacity: 0.5;
    z-index: 0;
}

.image-block {
    position: absolute;
    right: 37px;
    background: url(https://www.guild.org.au/__data/assets/image/0028/81991/Rx-logo.png) center 20% no-repeat;
    padding: 15rem;
}

.testimonial-author-info, 
.testimonial-author-info > p {
    padding: 5px;
    font-family: sans-serif;
    font-size: 15px;
    padding-top: 10px;
}

span.author-name {
    margin-left: 25px;
}