/* atpa/summaries.css */ /* ======================== CORPORATE COLOURS ======================== */ .blue { color: #00163D; } .blue_tint { color: #7E8AA2; } .orange { color: #E46C0A; } .grey { color: #58595B; } .light_grey { color: #E3E3E3; } .red { color: #910D0B; } .yellow { color: #FFAF00; } /* ======================== ATPA SUMMARIES LISTING ======================== */ .atpa-summary { border-top: 1px solid #E6E6E6; } .atpa-summary:last-child { border-bottom: 1px solid #E6E6E6; } .atpa-summary h3 { padding: 15px 130px 15px 50px; position: relative; cursor: pointer; margin: 0px; } .atpa-summary h3 a { color: #00163D; font-weight: 600; } .atpa-summary .description { padding-bottom: 5px; margin: 0px 130px 0px 50px; } .atpa-summary .button { margin-left: 50px; padding-bottom: 20px; } .atpa-summary h3:before, .atpa-summary h3:after { content: ""; background-color: #00163D; position: absolute; display: block; } .atpa-summary h3:before { width: 11px; height: 1px; left: 15px; top: 26px; } .atpa-summary h3:after { width: 1px; height: 11px; left: 20px; top: 21px; } .atpa-summary .description, .atpa-summary .button { display: none; } .atpa-summary.active .description, .atpa-summary.active .button { display: block; } .atpa-summary.active { background-color: #F2F2F2; } .atpa-summary.active h3 a { color: #E46C0A; } .atpa-summary.active h3:before { background-color: #E46C0A; } .atpa-summary.active h3:after { display: none; }