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

.staying-active-container { height: 110px; background-color: #83e1e1; overflow: hidden; }

.staying-active-container.large { height: 200px; }

.staying-active-container .large-content { 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; height: 200px; }

.staying-active-container .booklet-img { width: 40%; float: left; }

.staying-active-container .order-content { width: 60%; padding-right: 25px; float: left; text-align: center; }

.staying-active-container .order-content p { font-family: 'Montserrat', sans-serif; font-weight: 600; margin-top: 8px; font-size: 12px; }

.staying-active-container .order-content .ah-button { display: block; width: 150px; margin: auto; padding: 6px 0; }

.staying-active-container .order-content .ah-button a { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; line-height: 1; }

.staying-active-container .order-content .ah-button a:hover { text-decoration: none; }

.staying-active-container .order-content .ah-button:hover { background-color: #fff; }

/* screens larger than small (768px) */
@media (min-width: 768px) { .staying-active-container { height: 90px; }
  .staying-active-container .booklet-img { width: 20%; }
  .staying-active-container .order-content { 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; width: 80%; height: 90px; text-align: left; }
  .staying-active-container .order-content p { font-size: 18px; }
  .staying-active-container .order-content .ah-button { width: 250px; }
  .staying-active-container .order-content .ah-button a { font-size: 16px; } }

/* screens larger than medium (992px) */
@media (min-width: 992px) { .staying-active-inner { width: 750px; margin: auto; } }

/* Large devices (large desktops, 1200px and up) */
/*# sourceMappingURL=requeststayingactiveelement.css.map */