/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 01 March 2019 16:51:51
*/


/**
 * Bendigo Bank Mobile - Print Style Sheet
 *
 * print.css
 * author: Squiz Australia
 */

/*
 * Table of Contents
 *
 * 1. Structure
 *     1.1 Setup Page
 *     1.2 Non-Printable Areas
 *
 * 2. General
 *     2.1 General Typography
 *     2.2 Headings
 *     2.3 Links
 *     2.4 Lists
 *     2.5 Tables
 *     2.6 Forms
 *     2.7 Images
 *     2.8 Content Block
 *     2.9 Doc Listings
 */

/*
--------------------
1. Structure
--------------------
*/

/*-- 1.1 Setup Page --*/
#wrapper {
    width: 100%;
}
#banner {
    padding: 10px 0 20px;
}
/*-- 1.2 Non-Printable Areas --*/
#nav, #nav-accessibility, #footer, #banner .buttons, #navigation, #footer, #app-popup, #table-contents, #controls, .back-to-top, .pagination, .default-form, .grid-2, .back-to-page, .button, #banner .icon-phone, .image {
    display: none!important;
}
/*
--------------------
2. General
--------------------
*/
/*-- 2.1 General Typography --*/
body {
    font: normal 81.2%/1.538em arial, helvetica, sans-serif; /* 13px */
    color: #2e2e2e;
    padding: 0;
    margin: 0;
}
.js-enabled hr {
    display: none;
}
/*-- 2.2 Headings --*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 1.2em 0 0.7em;
    display: block;
    clear: both;
}
h1 {
    color: #000; /* 22pt */
    font-size: 1.692em;
    margin: 0 0 0.4em;
}
h2 {
    color: #245f7d; /* 18pt */
    font-size: 1.385em;
}
h3 {
    color: #505050; /* 18pt */
    font-size: 1.385em;
    font-weight: normal;
}
h4 {
    color: #245f7d; /* 16pt */
    font-size: 1.231em;
    margin: 1.5em 0 0.7em;
}
h5 {
    color: #505050; /* 16pt */
    font-size: 1.231em;
    font-weight: normal;
    margin: 1.8em 0 0.7em;
}
h6 {
    color: #000000; /* 12pt */
    font-size: 0.923em;
    margin: 2.4em 0 1.2em;
}
/*-- 2.3 Links --*/
#content a {
    color: #af1f39;
    text-decoration: none;
}
#content a:link:after,
a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}
/*-- 2.4 Lists --*/
dl {
    margin: 15px 0;
}
dl dt {
    padding: 2px 6px;
    margin: 8px 0;
    font-weight: bold;
    display: block;
    border: 1px solid #ccc;
    background: #eee;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
    border-radius: 4px;
}
dl dd {
    padding: 0 4px;
    margin: 0;
}
dl dd p,
dl dd ul {
    margin: 0;
}
/*-- 2.5 Tables --*/
table.data {
    margin: 20px 0 24px;
    width: 99.9%;
}
table.data td,
table.data th {
    text-align: left;
    padding: 12px 8px;
    font-weight: normal;
}
table.data th {
    font-size: 0.923em;
}
table.data td ul {
    margin: 0;
}
table.data td ul li {
    padding: 0 0 0 1.4em;
    line-height: 1.4;
    background-position: left 6px;
}
table.data thead tr {
    background-color: #24607e;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c6e90), to(#24607e));
    background-image: -webkit-linear-gradient(top, #2c6e90, #24607e); 
    background-image:    -moz-linear-gradient(top, #2c6e90, #24607e);
    background-image:     -ms-linear-gradient(top, #2c6e90, #24607e);
    background-image:      -o-linear-gradient(top, #2c6e90, #24607e);
    background-repeat: repeat-x;
    color: #fff;
}
table.data tbody tr.even {
    background: #eae7e2;
}
table.data tbody tr:nth-child(even) {
    background: #eae7e2;
}
table.data th {
    vertical-align: middle;
    border: 1px solid #d7d7d7;
}
table.data td {
    border: 1px solid #d7d7d7;
    vertical-align: top;
    padding: 8px;
}
table.data caption {
    color: #245f7d;
    font-size: 1.231em;
    font-weight: bold;
    text-align: left;
    padding: 5px 0 16px;
}
table.comparison-table td > a {
    color: #000;
    display: block;
    margin: -8px;
    padding: 8px;
}
table.comparison-table td img {
    display: block;
    padding: 6px 0;
}
table.comparison-table td strong {
    display: block;
    margin: 0 0 4px;
    padding: 0 30px 0 0;
}
table.comparison-table td span {
    margin: 4px 0;
    display: block;
}
table.comparison-table td ul {
    margin: 4px 0;
}
/*-- 2.6 Forms --*/
.doc-listing {
    margin: 10px 0;
}
.doc-listing > a,
.doc-listing > div {
    color: #000000;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 0 12px;
}
.doc-listing > a:hover {
    text-decoration: none;
}
.doc-listing .image-container {
    float: left;
    height: 35px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 26px;
}
.doc-listing > a > div,
.doc-listing > div > div {
    padding: 0 0 0 60px;
}
.doc-listing > a.no-thumb > div,
.doc-listing > div.no-thumb > div {
    padding: 0 0 0 0;
}
.doc-listing > a strong,
.doc-listing div strong {
    color: #AF1F39;
    font-size: 0.923em;
    line-height: 1.2;
    margin: 0;
}
.doc-listing > a:hover strong {
    color: #8c1027;
    text-decoration: underline;
}
.doc-listing > a span,
.doc-listing div span {
    font-size: 0.923em;
    display: block;
    line-height: 1;
}
.doc-listing a p,
.doc-listing div p {
    margin: 4px 0 0;
}
.image-container.word {
    background-position: -31px -66px;
}
.image-container.pdf {
    background-position: 0 -66px;
}
.image-container.excel {
    background-position: -63px -66px;
}
/*-- 2.7 Images --*/
.align-left {
    float: left;
    margin: 0 20px 10px 0;
}
.align-right {
    float: right;
    margin: 0 0 10px 20px;
}
/*-- 2.8 Content Block --*/
.highlight-box {
    background-color: #e9e9e9;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -moz-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -ms-linear-gradient(top, #ffffff, #e9e9e9);
    background-image: -o-linear-gradient(top, #ffffff, #e9e9e9);
    padding: 14px 12px;
    margin: 12px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #e1e2e2;
    background-color: #fefefe;
}
.highlight-box h2 {
    margin: 4px 0 15px;
    text-indent: 4px; 
    color: #343434;
    font-size: 1.231em;
}
#content .highlight-box .button {
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background-image: none;
    color: #000;
    margin: 10px 0;
    border: 1px solid #e1e2e2;
    padding: 8px 12px;
    font-size: 1em;
    line-height: 20px;
}
.highlight-box .button:hover,
.highlight-box .button:focus {
    border: 1px solid #c7c7c7;
    box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    -webkit-box-shadow: 0 0 10px #ddd;
}
.highlight-box .button .icon-external {
    margin: 2px 0 0;
    float: right!important;
}
.content-block.alternate-green {
    margin: 10px 0;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}
.content-block.alternate-green > a {
    color: #2E2E2E;
    display: block;
    overflow: hidden;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #ccc;
}
#content .content-block.alternate-green > a.button {
    display: none;
}
#content .content-block.alternate-green > a.button span {
    display: inline-block;
}
.content-block.alternate-green > a .image-container {
    float: right;
    margin: 28px 0 10px 15px;
    max-width: 80px;
    overflow: hidden;
}
.content-block.alternate-green > a .image-container img {
    display: block;
}
.content-block.alternate-green > a span {
    display: block;
}
.content-block.alternate-green .read-more {
    font-weight: bold;
    border-bottom: 1px solid #bbb;
    display: inline-block;
    margin: 5px 0;
}
.content-block.alternate-green a:hover .read-more,
.content-block.alternate-green a:focus .read-more {
    border-bottom: 1px solid #000;
}
.content-block.alternate-green > a h3 {
    color: #AF1F39;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 3px;
    display: inline-block;
}
.content-block.alternate-green > .type-video .image-container {
    position: relative;
    text-align: center;
}
/*-- 2.9 Doc Listings --*/
.doc-listing {
    margin: 10px 0;
    clear: both;
}
.doc-listing > a,
.doc-listing > div {
    color: #000000;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 0 12px;
}
.doc-listing .image-container {
    float: left;
    height: 35px;
    left: 0;
    padding: 0;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 26px;
}
.doc-listing > a > div,
.doc-listing > div > div {
    padding: 0 0 0 35px;
}
.doc-listing > a.no-thumb > div,
.doc-listing > div.no-thumb > div {
    padding: 0 0 0 0;
}
.doc-listing > a strong,
.doc-listing div strong {
    color: #AF1F39;
    font-size: 0.923em;
    line-height: 1.2;
    margin: 0;
}
.doc-listing > a span,
.doc-listing div span {
    font-size: 0.923em;
    display: block;
    line-height: 1;
}
.doc-listing a p,
.doc-listing div p {
    margin: 4px 0 0;
}
.image-container.word {
    background-position: -31px -66px;
}
.image-container.pdf {
    background-position: 0 -66px;
}
.image-container.excel {
    background-position: -63px -66px;
}
.doc-listing.media .image-container {
    position: absolute;
    text-indent: 0;
    height: 80px;
    width: 84px;
}
.doc-listing.media > a > div,
.doc-listing.media > div > div {
    min-height: 78px;
    padding: 0 20px 10px 96px;
    border-bottom: 1px dotted #B8B8B8;
}
.doc-listing.media > a.no-thumb > div,
.doc-listing.media > div.no-thumb > div {
    padding: 0 10px 10px;
}
.doc-listing.media > a h2,
.doc-listing.media div h2,
.doc-listing.news > a h2,
.doc-listing.news div h2 {
    color: #AF1F39;
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
}
.doc-listing.media a span,
.doc-listing.news a span {
    display: block;
    margin: 4px 0 2px;
    line-height: 1.4;
    color: #000;
}
.doc-listing.media > a strong,
.doc-listing.media div strong,
.doc-listing.news > a strong,
.doc-listing.news div strong {
    color: #000;
    font-size: 1em;
}
.doc-listing > a.button.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#content .doc-listing.news > a.button,
#content .doc-listing.media > a.button {
    display: inline-block;
    color: #fff;
    padding: 6px 13px;
    margin-top: 12px;
}
#content .doc-listing.news {
    border-top: 1px solid #ddd;
}
#content .doc-listing.news > a,
#content .doc-listing.news > div {
    padding: 0;
    border-bottom: 1px solid #ddd;
}
.doc-listing.news > a > div,
.doc-listing.news > div > div {
    min-height: 60px;
    padding: 14px 20px 10px 80px;
}
.facility-icon {
    float: left;
    height: 58px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 58px;
    color: #000;
    border: 1px solid #eee;
}
a.facility-icon:after,
a.facility-icon:after {
    content: ""!important;
}
.facility-icon .content {
    bottom: 0;
    left: 3px;
    position: absolute;
}
.doc-listing .facility-icon .content strong {
    color: #fff;
    display: inline-block;
    font-size: 0.846em;
    line-height: 1.2;
}
.contact-phone {
    display: block;
}
.article-listing {
    float: left;
    clear: both;
    width: 100%;
}
.article-listing h3 {
    display: block;
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px;
    font-size: 1.077em;
    font-weight: bold;
    text-align: center;
}
.article {
    float: left;
    clear: both;
    width: 93.2%;
    padding: 3%;
    margin: 0 0 8px;
    border: 1px solid #ddd;
    font-size: 0.923em;
    color: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.article:hover,
.article:focus {
    text-decoration: none;
    background-color: #f0f2f3;
    box-shadow: 0 0 10px #aaa;
    -moz-box-shadow: 0 0 10px #aaa;
    -webkit-box-shadow: 0 0 10px #aaa;
    color: #000;
    border: 1px solid #bbb;
}
.article h2,
.article > strong {
    margin: 0.4em 0;
    font-size: 1.077em;
    color: #000;
    padding-right: 40px;
    display: block;
}
.article span {
    display: block;
    margin: 0 0 4px;
}
.article ul {
    overflow: hidden;
    margin: 0 0 10px;
}
.article img {
    float: right;
    margin: 0 0 5px 10px;
}
.aux-large {
    color: #245F7D;
    float: right;
    font-size: 2.8em;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    width: 35%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 0 0 10px;
}
.aux-large > strong {
    float: right;
}
.aux-large strong > em {
    float: left;
    font-size: 1.45em;
    font-style: normal;
}
sup {
    top: -0.2em;
}