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"); }

.service-filters { width: 100%; padding: 15px; background-color: #dad8f5; text-align: center; }

.service-filters h3 { display: none; }

.service-filters h3, .service-filters h5 { margin-top: 0; }

.service-filters .filter { font-family: 'Montserrat', sans-serif; font-weight: 600; display: inline-block; margin: 2px; padding: 10px; border: 3px solid #fff; background: none; color: #003a60; font-size: 12px; cursor: pointer; }

.service-filters .filter.active { background-color: #fff; }

.print-button { display: inline-block; margin-right: 15px; color: #003a60; cursor: pointer; vertical-align: middle; }

.print-button i { font-size: 30px; }

.print-button:hover { color: #0097e6; }

.fp-icon { font-family: 'Montserrat', sans-serif; font-weight: 600; display: inline-block; margin-right: 10px; padding: 10px; border: 1px solid #003a60; border-radius: 50px; background-color: #003a60; color: #fff; font-size: 16px; }

.service-item { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 100%; padding: 15px; }

.service-item.hide { display: none; }

.service-item.show { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }

.service-item::after { 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; width: 20px; height: 100%; margin-right: 10px; font-family: FontAwesome; content: '\f054'; }

.service-item.striped { background-color: #f1f0f9; }

.service-item a, .service-item:link, .service-item:focus, .service-item:visited { display: block; width: 100%; height: 100%; color: #003a60; }

.service-item h5 { width: 80%; margin-top: 0; }

.service-item span { font-weight: 600; }

.service-item p { width: 90%; margin: 0; color: #003a60; font-size: 11px; }

#gmap { display: block; width: 100%; height: 100%; }

/* screens larger than medium (768px) */
@media (min-width: 768px) { .service-filters h3 { display: block; }
  .service-filters h5 { display: none; }
  #gmap { width: 90%; margin: 30px auto; } }

/* screens larger than medium (992px) */
/* Large devices (large desktops, 1200px and up) */
/*# sourceMappingURL=serviceslist.css.map */