/*Buttons*/ .ratehub-calc .go, .ratehub-calc .get-details { background-color: #75283A; } /*Top tabs purchase and renewal*/ .ratehub-calc .rh-calc-tabs .rh-holder.selected a { color: #1A3668; background-color: white; border-bottom: 1px solid white; } .ratehub-calc .rh-calc-tabs .rh-holder a:hover { color: white; background-color: #1A3668; border-bottom: 1px solid white; } .ratehub-calc .rh-calc-tabs .rh-holder a { display: inline-block; padding: 0.5em 2em; color: #1A3668; background-color: #EBF3F5; } .rh h1 a, .rh h2 a, .rh h3 a, .rh .h1 a, .rh .h2 a, .rh .h3 a { color: inherit; } /* Select rate */ #payment-calc .rh-calc-main .rate-selector { color: #75283A; text-decoration: underline; } /* Dollar signs */ .ratehub-calc .rh-calc-main .total-mortgage-payment td .amount { font-size: 1.5em; color: #1A3668; } td.col4.scen1 { color: #1A3668; } td.col4.scen2 { color: #1A3668; } td.col4.scen3 { color: #1A3668; } td.col4.scen4 { color: #1A3668; } /* Total mortage payment*/ .ratehub-calc h2, .ratehub-calc h3, .ratehub-calc h4 { margin: 0; font-weight: normal; color: #1A3668; } td.rh-col { color: #1A3668; } /*Icons*/ .ratehub-calc .ico-minus:before { font-family: FontAwesome; font-size: 20px; content: "\f056"; color: #1A3668; } .ratehub-calc .ico-plus:before { font-family: FontAwesome; font-size: 20px; content: "\f055"; color: #1A3668; } .ratehub-calc .ico-well:before { font-family: FontAwesome; content: "\f111"; color: #1A3668; } /* Land transfer and profile */ #payment-calc .rh-calc-main .land-transfer-tax .rh-title { color: #1A3668; border-bottom: 1px solid #CDD6D9; padding: 1em 0; } /*Cash needed, monthly expenses, interest rate risk, amortization schedule*/ .ratehub-calc #calc_extension .section-title { font-size: 1.25em; color: #1A3668; } /*Text under cash section, expenses*/ .ratehub-calc #calc_extension .section-content h4 .ledger-items { color: #1A3668; font-size: 1.25em; } /*Chart under amortization schedule*/ .ratehub-calc #calc_extension .rate-risk thead th, .ratehub-calc #calc_extension .amortization thead th { color: white; background-color: #1A3668; } .ratehub-calc #calc_extension .amortization tbody .highlight td, .ratehub-calc #calc_extension .amortization tbody .highlight th { border: 1px solid #7D8E1B; background-color: #75283A !important; color: white; }