body { font-family: 'Montserrat', sans-serif; font-weight: 400; color: #003a60; }

a { color: #0097e6; }

a:link, a:focus, a:visited { color: #0097e6; }

a:hover, a:active { color: #0097e6; }

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 600; color: #003a60; }

p { font-family: 'Montserrat', sans-serif; font-weight: 400; }

/* Content */
.content img { display: block; max-width: 100%; height: auto; margin: 0; float: none; }

.content img.inline { display: inline-block; }

.content img.leftAlone { margin-right: 1em; float: left; }

.content img.center { margin-right: auto; margin-left: auto; }

.content img.left { margin-top: 0; margin-right: 1em; float: left; }

.content img.right { margin-top: 0; margin-left: 1em; float: right; }

ul { list-style-image: url("../images/bullet-blue.svg"); }

.AccordionElement { margin: 30px 0; }

.accordion-entry { position: relative; padding: 15px; cursor: pointer; }

.accordion-entry h2, .accordion-entry h3 { width: 85%; margin-top: 0; margin-left: 15px; }

.accordion-entry hr { margin: 0; }

.accordion-entry.collapsed .ai-header { position: relative; }

.accordion-entry.collapsed .ai-header::before { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; top: 0; right: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 40px; height: 100%; color: #003a60; font-family: FontAwesome; font-size: 18px; content: '\f01a'; }

.accordion-entry.collapsed .ai-content { height: 0; padding: 10px 15px; -webkit-transition: visibility 0s, opacity 0.5s linear, height 0.5s linear; -o-transition: visibility 0s, opacity 0.5s linear, height 0.5s linear; transition: visibility 0s, opacity 0.5s linear, height 0.5s linear; opacity: 0; visibility: hidden; }

.accordion-entry.active .ai-header h2, .accordion-entry.active .ai-header h3 { color: #ffb400; }

.accordion-entry.active .ai-header::before { color: #ffb400; content: '\f01b'; }

.accordion-entry.active .ai-content { height: auto; opacity: 1; visibility: visible; }
/*# sourceMappingURL=accordionelement.css.map */