/*!
 * NanoExpansion v1.0.3
 * Simple vanilla javascript Accordion library
 * https://github.com/mcanam/nano-expansion
 * 
 * Copyright (c) mcanam
 * Published under MIT License
 */.nano-expansion{width:100%;max-height:auto;background-color:#fff;-webkit-box-shadow:0 2px 5px rgba(55,84,170,.2);box-shadow:0 2px 5px rgba(55,84,170,.2);border-radius:5px;overflow:hidden;will-change:max-height;-webkit-transition:max-height .2s ease 0s;transition:max-height .2s ease 0s}.nano-expansion-head{font-weight:500;color:#fff;background:#05376c;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-transition:.2s;transition:.2s}.nano-expansion-head:after{content:"+";width:10px;font-size:22px}.nano-expansion-head.active:after{content:"-";width:10px;font-size:22px}.nano-expansion-body{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding-left:30px}.expansion-wrapper{width:100%}.expansion-wrapper>.nano-expansion{margin-bottom:10px}.expansion-wrapper>.nano-expansion:last-child{margin-bottom:0}