.showHideHide{display:none}
.showHideBlock{display:block}
.showHideId{margin-top:1rem}
.show-hide-button{width:100%;border:0;border-bottom:1px solid #eaeae4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;background-color:#fff;padding:1px 6px;margin-bottom:10px}
.USBAccordion .USBIcon svg{height:25px}
.transparent .is-collapsed .show-hide-button{border-bottom:1px solid #eaeae4;background-color:#fff}
.transparentExpanded .is-expanded .show-hide-button{border-bottom:1px solid #eaeae4;background-color:#fff}
.transparent .show-hide-button p,.transparent .show-hide-button h1,.transparent .show-hide-button h2,.transparent .show-hide-button h3,.transparent .show-hide-button h4,.transparent .show-hide-button h5,.transparent .show-hide-button h6{color:#007cbe}
.coolGray .is-collapsed .show-hide-button{border-bottom:1px solid #fff;background-color:#eef7fb}
.mediumBlueExpanded .is-expanded .show-hide-button{border-bottom:1px solid #eaeae4;background-color:#007cbe}
.darkBlueExpanded .is-expanded .show-hide-button{border-bottom:1px solid #eaeae4;background-color:#17409c}
.darkGrayExpanded .is-expanded .show-hide-button{border-bottom:1px solid #fff;background-color:#555}
.mediumBlueExpanded .is-expanded svg,.darkBlueExpanded .is-expanded svg,.darkGrayExpanded .is-expanded svg{fill:white}
.warmGray .is-collapsed .show-hide-button{border-bottom:1px solid #fff;background-color:#eaeae4}
.mediumBlueExpanded .is-expanded .show-hide-button p,.mediumBlueExpanded .is-expanded .show-hide-button h1,.mediumBlueExpanded .is-expanded .show-hide-button h2,.mediumBlueExpanded .is-expanded .show-hide-button h3,.mediumBlueExpanded .is-expanded .show-hide-button h4,.mediumBlueExpanded .is-expanded .show-hide-button h5,.mediumBlueExpanded .is-expanded .show-hide-button h6{color:#fff}
.darkBlueExpanded .is-expanded .show-hide-button p,.darkBlueExpanded .is-expanded .show-hide-button h1,.darkBlueExpanded .is-expanded .show-hide-button h2,.darkBlueExpanded .is-expanded .show-hide-button h3,.darkBlueExpanded .is-expanded .show-hide-button h4,.darkBlueExpanded .is-expanded .show-hide-button h5,.darkBlueExpanded .is-expanded .show-hide-button h6{color:#fff}
.darkGrayExpanded .is-expanded .show-hide-button p,.darkGrayExpanded .is-expanded .show-hide-button h1,.darkGrayExpanded .is-expanded .show-hide-button h2,.darkGrayExpanded .is-expanded .show-hide-button h3,.darkGrayExpanded .is-expanded .show-hide-button h4,.darkGrayExpanded .is-expanded .show-hide-button h5,.darkGrayExpanded .is-expanded .show-hide-button h6{color:#fff}
.coolGray .show-hide-button p,.coolGray .show-hide-button h1,.coolGray .show-hide-button h2,.coolGray .show-hide-button h3,.coolGray .show-hide-button h4,.coolGray .show-hide-button h5,.coolGray .show-hide-button h6{color:#007cbe}
.warmGray .show-hide-button p,.warmGray .show-hide-button h1,.warmGray .show-hide-button h2,.warmGray .show-hide-button h3,.warmGray .show-hide-button h4,.warmGray .show-hide-button h5,.warmGray .show-hide-button h6{color:#007cbe}
.USBAccordion .USBPanel-head{border:0;border-bottom:1px solid #eaeae4;background-color:#fff;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;width:100%;-webkit-appearance:none}
.chevronDown{fill:#007cbe;width:23px;margin:0 1rem;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);display:block;-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear}
.USBPanel.is-expanded .chevronDown{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear}
.is-collapsed .show-hide-container-parent{-webkit-transition:max-height 1.25s cubic-bezier(0,1,0,1),opacity 1.25s ease-in-out;-o-transition:max-height 1.25s cubic-bezier(0,1,0,1),opacity 1.25s ease-in-out;transition:max-height 1.25s cubic-bezier(0,1,0,1),opacity 1.25s ease-in-out;max-height:0;opacity:0;overflow:hidden}
.is-expanded .show-hide-container-parent{opacity:1;-webkit-transition:max-height 1.25s ease-in-out,opacity 1.25s ease-in-out;-o-transition:max-height 1.25s ease-in-out,opacity 1.25s ease-in-out;transition:max-height 1.25s ease-in-out,opacity 1.25s ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}
.USBAccordion .USBPanel-title{font-weight:400;text-align:left;color:#007cbe;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}
.USBPanel .USBPanel-title{padding-bottom:0;line-height:1.5;margin-top:10px;margin-bottom:10px;width:90%}
.USBPanel .USBPanel-title p,.USBPanel .USBPanel-title h1,.USBPanel .USBPanel-title h2,.USBPanel .USBPanel-title h3,.USBPanel .USBPanel-title h4,.USBPanel .USBPanel-title h5,.USBPanel .USBPanel-title h6{padding:0;margin:0}
.USBAccordion .USBPanel.is-expanded>.USBPanel-body .is-hidden,.USBAccordion .USBPanel.is-expanded>.USBPanel-body .is-visible{display:block}
.is-hidden{display:none}
.USBAccordion section{overflow-x:inherit !important}