/* KPMG Brand colour reference */
@import url("/content/dam/kpmg/ca/other/custom/colours/kpmg-colours.css");

/* Banking statistic numbers, arrows and font formatting */
.ca-BankingStat  { 
    font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
    font-weight: 600;    
    font-size: 3.5rem;
    line-height: 1.5;
    margin: 0;
    padding: 0 0; 
    text-align: center;}
.ca-BankingStat a:hover {text-decoration: none;}
.ca-BankingStat p {    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 300;
    color: #333333;
    text-align: center;}

p.ca-BankingTitle { 
font-weight: 600;
text-transform: uppercase;
}

.ca-BankingStat-up:before {
  content: '🡹 ';
  
}
.ca-BankingStat-down:before {
  content: '🡻 ';


/*.clearfix {
  overflow: auto; 
}*/

/* ipad */
@media only screen and (max-width: 1100px) {

}

/* mobile */
@media only screen and (max-width: 640px) {
.ca-BankingStat {float: none; width: 100%; height: auto; margin: 0 0 5px 0; border-right: none; border-bottom: 2px solid white;}
}
