/*!
  * Principal Design System
  * Component: collapsible
  * Version: 5.3.1
  * Build Date: 9/9/2021, 11:02:24 AM
  * Repo: https://scm.principal.com/projects/GCBIDESIGN/repos/principal-design-system/browse
  * Cormorant Infant Font licensing: https://www.principalcdn.com/css/principal-design-system/pds/latest/fonts/cormorant-infant/OFL.txt
  * Work Sans Font licensing: https://www.principalcdn.com/css/principal-design-system/pds/latest/fonts/worksans/OFL.txt
  * Coded @ Principal with love
  */
.pds-collapsible-summary{font-family:"FS Elliot Web Bold","FS Elliot Web Regular",Arial,arial,sans-serif;cursor:pointer;padding:20px 35px 20px 15px;border-bottom:1px solid #e8e8e8;color:#0061a0;display:block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pds-collapsible-summary:active,.pds-collapsible-summary:hover{color:#002e6d;background-color:#f6f6f8}.pds-collapsible-summary.pds-collapsible-focus-icon:after{outline:#0061a0 solid 1px}.pds-collapsible-details-text>p,.pds-collapsible-summary:focus{outline:0}.pds-collapsible-summary:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230061a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");position:absolute;right:15px;top:50%;transform:translateY(-50%);padding:10px 10px 0}.pds-collapsible-summary:hover:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23002855' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E")}.pds-collapsible-summary:first-of-type{list-style-type:none}.pds-collapsible-summary::-webkit-details-marker{display:none}.pds-collapsible-details{display:block}.pds-collapsible-details[open] .pds-collapsible-summary{background-color:#f6f6f8;border-bottom:none}.pds-collapsible-details[open] .pds-collapsible-summary:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230061a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-minus'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E")}.pds-collapsible-details[open] .pds-collapsible-summary:hover:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23002855' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-minus'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E")}.pds-collapsible-details:first-of-type{border-top:1px solid #e8e8e8}.pds-collapsible-details-text{padding:0 15px;border-bottom:1px solid #e8e8e8}.pds-collapsible-details-text>:first-child{margin-top:10px}.pds-collapsible-details-text>:last-child{margin-bottom:10px}.pds-collapsible-hide{display:none}