.current-openings__wrapper{grid-template-columns:minmax(250px,40%) minmax(250px,60%)}.ac-panel__1st-row,.current-openings__wrapper{display:grid;gap:var(--row-gap) var(--column-gap)}.ac-panel__1st-row{grid-template-columns:auto auto}.ac-panel__1st-row-right{align-items:flex-start;display:flex;justify-content:flex-end}.ac-panel__inner{display:flex;flex-direction:column;gap:var(--whitespace);padding:var(--whitespace) 0}.ac-panel__inner:last-child{padding-bottom:var(--whitespace-large)}.ac-panel__inner p:last-child{margin-bottom:0}.ac-panel__inner h4{margin-bottom:var(--whitespace-xs)}.ac-panel__inner a.btn--dark-border{display:inline-block;padding:.8rem 2rem}@media screen and (max-width:767px){.current-openings__wrapper{grid-template-columns:1fr}}.current-openings .ac{border-bottom:1px solid var(--color-typography);box-sizing:border-box}.current-openings .ac:last-of-type{margin-bottom:0}.current-openings .ac .ac-header{margin:0;padding:0}.current-openings .ac-header button{align-items:center;display:flex;justify-content:space-between;width:100%}.current-openings .ac .ac-header h3{display:inline-block;margin-bottom:0}.current-openings .ac .ac-trigger{background-color:transparent;border:0;color:var(--black);cursor:pointer;height:100%;margin:0;padding:var(--whitespace-large) 0;position:relative;text-align:left;text-decoration:none;transition:color .25s ease;width:100%}.current-openings .ac:first-child .ac-trigger{padding-top:0}.current-openings .ac .ac-trigger:focus{color:var(--green)}.current-openings .ac .ac-panel{overflow:hidden;transition-property:height,visibility;transition-timing-function:ease}.current-openings .ac .ac-panel p{padding-bottom:0}.current-openings .ac.js-enabled .ac-panel{visibility:hidden}.current-openings .ac.is-active .ac-panel{visibility:visible}.current-openings .ac.is-active .ac-panel svg{transform:rotate(180deg)}.current-openings .ac-header svg,.current-openings .ac.is-active .ac-panel svg{display:inline-block;transition:transform .5s ease}.current-openings .ac-header svg.rotated{transform:rotate(180deg)}