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

.testimonial-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.testimonial-wrapper .testimonial-link { -ms-flex-preferred-size: 100%; flex-basis: 100%; padding: 7px 0; }

.testimonial-wrapper .testimonial-link:hover { text-decoration: none; }

.testimonial-wrapper .testimonial-link:hover .quote a { display: -webkit-box; display: -ms-flexbox; display: flex; }

.testimonial-wrapper .testimonial-link:hover .title-normal { display: none; }

.testimonial-wrapper .testimonial-link:hover .title-hover { display: inline; }

.testimonial-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 7px; }

.testimonial-item a:hover { text-decoration: none; }

.testimonial-item .title-normal { display: inline; }

.testimonial-item .title-hover { display: none; }

.testimonial-item .heading { width: 100%; border: 1px solid #e0d9cf; border-bottom: 5px solid #ffb400; text-align: center; }

.testimonial-item .heading h2 { margin: 0; height: 100%; }

.testimonial-item .heading h2 a { padding: 25px 0; display: block; height: 100%; width: 100%; text-align: center; font-size: 26px; color: #003a60; }

.testimonial-item .image { position: relative; overflow: hidden; width: 100%; }

.testimonial-item .quote a { font-family: 'Montserrat', sans-serif; font-weight: 600; display: none; position: absolute; top: 0; left: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; padding: 0 50px; background-color: #ffb400; color: #003a60; font-size: 16px; text-align: center; content: ''; z-index: 2; }

@media (min-width: 768px) { .testimonial-wrapper .testimonial-link { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } }

@media (min-width: 992px) { .testimonial-wrapper .testimonial-link { -ms-flex-preferred-size: 33.33%; flex-basis: 33.33%; max-width: 33.33%; } }
/*# sourceMappingURL=testimonialspage.css.map */