.accordion-section .accordion-section-entry .accordion-copy--button a{transition:.6s cubic-bezier(.23,1,.32,1);border:2px solid transparent;cursor:pointer;display:inline-block;padding:8px 13px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:baseline;font-size:1rem;line-height:1.2;font-weight:500;-webkit-appearance:none;border-radius:4px;text-decoration:none!important}.accordion-section .accordion-content{display:none}.accordion-section .accordion-section-entry{padding:20px 10px 10px 0;border-bottom:1px solid var(--blue);transition:opacity .6s cubic-bezier(.23,1,.32,1)}.accordion-section .accordion-section-entry:not(:last-child){margin-bottom:10px}.accordion-section .accordion-section-entry h3{margin-bottom:0;font-size:1.75em}.accordion-section .accordion-section-entry h3 a{display:flex;justify-content:flex-start;align-items:center;position:relative;text-decoration:none;font-size:inherit}.accordion-section .accordion-section-entry h3 a .section-title-text{font-size:1.125rem;color:var(--blue);font-weight:400}.accordion-section .accordion-section-entry h3 a .section-icon{margin-right:15px}.accordion-section .accordion-section-entry h3 a .section-icon img{display:block}.accordion-section .accordion-section-entry h3 a .section-icon + .section-title-text{font-size:1.625rem;line-height:normal;color:var(--charcoal);font-weight:700}.accordion-section .accordion-section-entry h3 a:after{content:"";display:block;background:url(../svg/icon-arrow-thin.svg) center/contain no-repeat;width:26px;height:14px;margin-left:auto;margin-right:0;transition:.6s cubic-bezier(.23,1,.32,1)}.accordion-section .accordion-section-entry h3 a:focus,.accordion-section .accordion-section-entry h3 a:hover{color:inherit!important}.accordion-section .accordion-section-entry h3 a:focus:hover:after,.accordion-section .accordion-section-entry h3 a:hover:hover:after{transform:translateX(5px)}.accordion-section .accordion-section-entry h3 a.opened:after{transform:translateX(5px) rotate(90deg) !important}.accordion-section .accordion-section-entry .accordion-copy{padding:10px 0}.accordion-section .accordion-section-entry .accordion-copy--button{margin-top:25px}.accordion-section .accordion-section-entry .accordion-copy--button a{background-color:var(--orange);color:#fff;border-color:var(--orange)}.accordion-section .accordion-section-entry .accordion-copy--button a:active,.accordion-section .accordion-section-entry .accordion-copy--button a:focus,.accordion-section .accordion-section-entry .accordion-copy--button a:hover{color:var(--orange);background-color:transparent}@media only screen and (max-width:480px){.accordion-section .accordion-section-entry{padding:20px}}