@charset "UTF-8";
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1280px;
  }
}
ul.sf-menu.sf-style-white {
  float: none;
}

/* Sub-menus */
ul#superfish-main ul {
  width: 270px !important;
  background: #fff;
  border-radius: 15px;
}

.nav-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-container #superfish-main a {
  color: #406D8C;
  font-weight: bold;
}
.nav-container #superfish-main a.is-active {
  color: #17BEBB;
  text-decoration: underline;
  text-underline-position: under;
}
.nav-container #superfish-main li.active-trail > a {
  color: #17BEBB;
}
.nav-container #superfish-main .sf-depth-2 a {
  line-height: 24px;
  padding: .5em 1.5em;
}

a#superfish-main-toggle {
  background-image: url("../images/menu_bars.svg");
  width: 50px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
}
a#superfish-main-toggle span {
  display: none;
}

a#superfish-main-toggle.sf-expanded {
  position: fixed;
  background-image: url(../images/menu-close-icon.svg);
  background-size: contain;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  margin-top: 100px;
  z-index: 1001;
}

ul#superfish-main-accordion.sf-expanded {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  background-color: #17BEBB;
  left: 0 !important;
  top: 0 !important;
  right: 0;
  z-index: 1000;
  overflow-y: scroll;
  padding-top: 75px;
}
ul#superfish-main-accordion.sf-expanded ul {
  margin-left: 20px;
}
ul#superfish-main-accordion.sf-expanded .sf-sub-indicator {
  margin-left: 20px;
  left: 0;
}
ul#superfish-main-accordion.sf-expanded a {
  color: #406D8C;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding-left: 60px;
  line-height: 37px;
}
ul#superfish-main-accordion.sf-expanded a.is-active {
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
}
ul#superfish-main-accordion.sf-expanded li.active-trail > a {
  text-decoration: underline;
  color: #fff;
}

ul#superfish-main #main-standardfront-page {
  display: none;
}

@media (min-width: 992px) {
  ul#superfish-main-accordion.sf-expanded a.is-active, ul#superfish-main-accordion.sf-expanded li.active-trail > a {
    color: #17BEBB;
  }
}
ul#superfish-main > li:nth-of-type(5) a {
  color: #fff;
  background: #4294cc;
  border: solid 2px #4294cc;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
ul#superfish-main > li:nth-of-type(5) a.is-active {
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
}

ul#superfish-main li:nth-of-type(6) a {
  color: #4294cc;
  border: solid 2px #4294cc;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 20px;
}

@media (min-width: 768px) {
  ul#superfish-main {
    margin-top: 30px;
  }
}
.blockquote {
  margin-bottom: 2em;
  margin-top: 4.5em;
  margin-left: 1em;
  font-size: 1em;
  font-style: italic;
  color: #406D8C;
}
.blockquote:before {
  content: '';
  background-image: url("../images/blockquote-icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 184px;
  height: 153px;
  margin-top: -80px;
  margin-left: -30px;
  z-index: -1;
}

@media (min-width: 768px) {
  .blockquote {
    margin-top: 1em;
    margin-left: 120px;
  }
  .blockquote:before {
    margin-top: 30px;
    margin-left: -100px;
  }
}
@media (min-width: 992px) {
  .blockquote:before {
    margin-top: 20px;
    margin-left: -120px;
  }
}
.cta-wrapper {
  overflow: hidden;
}
.cta-wrapper .cta-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  filter: blur(7px);
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  opacity: 0.6;
  transform: scale(1.03);
}
.cta-wrapper .cta-content {
  color: #406D8C;
  padding: 40px;
}
.cta-wrapper .cta-content p:last-of-type {
  margin-bottom: 0;
}
.cta-wrapper .cta-content a {
  margin-top: 10px;
  display: inline-block;
}

.cta-wrapper.bg-grey {
  margin-top: 30px;
}

.cta-2-col-wrapper {
  background: #17bebb;
  padding: 40px;
  margin-top: 50px;
}
.cta-2-col-wrapper .cta-2-col-content {
  padding-left: 20px;
  padding-right: 20px;
}
.cta-2-col-wrapper .cta-2-col-content p.intro {
  font-size: 35px;
  font-weight: 900;
  line-height: 44px;
  color: #fff;
}
.cta-2-col-wrapper .cta-2-col-content p, .cta-2-col-wrapper .cta-2-col-content a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}
.cta-2-col-wrapper .cta-2-col-content a:before {
  content: '';
  background-image: url("../images/hyperlink-arrow-white.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  top: 2px;
  background-repeat: no-repeat;
  position: relative;
}

.three-boxes-container {
  margin-top: 40px;
  margin-bottom: 20px;
}

a.three-boxes-icons {
  position: relative;
  border: solid 3px #17BEBB;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  text-align: center;
  font-weight: normal;
  max-width: 400px;
  margin: 20px auto;
  display: block;
  color: #6E6E6E;
  padding: 15px;
  background: #fff;
  transition: all .3s ease-out;
}
a.three-boxes-icons:hover, a.three-boxes-icons:active {
  text-decoration: none;
  background: #17BEBB;
  color: #fff;
}
a.three-boxes-icons:hover h2, a.three-boxes-icons:active h2 {
  color: #fff;
}
a.three-boxes-icons:hover span, a.three-boxes-icons:active span {
  color: #fff;
}
a.three-boxes-icons:hover svg, a.three-boxes-icons:active svg {
  transition: all 0.3s cubic-bezier(0, 0, 0.53, 2.36);
}
a.three-boxes-icons:hover svg path, a.three-boxes-icons:active svg path {
  fill: #fff;
}
a.three-boxes-icons:hover svg.qardia-icon, a.three-boxes-icons:active svg.qardia-icon {
  transform: scale(1.1);
}
a.three-boxes-icons:hover:before, a.three-boxes-icons:active:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
a.three-boxes-icons svg path {
  fill: #EE3847;
}
a.three-boxes-icons svg.qardia-icon {
  margin-top: 20px;
  margin-bottom: 20px;
}
a.three-boxes-icons svg.arrow {
  width: 15px;
  height: 15px;
  position: relative;
  top: -2px;
}
a.three-boxes-icons span {
  color: #EE3847;
  font-weight: bold;
}
a.three-boxes-icons h2, a.three-boxes-icons span, a.three-boxes-icons svg {
  transition: all .3s ease-out;
}
a.three-boxes-icons .three-box-shadow {
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  z-index: 10;
  position: absolute;
  opacity: 0.5;
}
a.three-boxes-icons:before {
  content: "";
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D9D9D9;
  transition: all .3s ease-out;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

@media (min-width: 768px) {
  a.three-boxes-icons {
    max-width: auto;
    margin: auto;
    height: 100%;
  }
}
.two-col-text-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
.two-col-text-wrapper img {
  border-bottom-right-radius: 24px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.two-col-text-wrapper .col-12:nth-of-type(3) {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .two-col-text-wrapper .col-12:nth-of-type(3) {
    margin-top: inherit;
  }
}
.two-col-three-quarter-text-wrapper img {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.three-part-stats-wrapper {
  margin-top: 40px;
}
.three-part-stats-wrapper .three-part-stats-container h2 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  margin: 20px;
  color: #fff;
  text-align: center;
}
.three-part-stats-wrapper .three-part-stats-container .stat {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
}
.three-part-stats-wrapper .three-part-stats-container .stat div p:first-of-type {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 10px;
}
.three-part-stats-wrapper .three-part-stats-container a {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 20px;
  display: inline-block;
  color: #717171;
}
.three-part-stats-wrapper .three-part-stats-container a:hover {
  transition: all .25s ease-out;
  text-decoration: none;
  background: #fff;
}
.three-part-stats-wrapper .img-bg-container {
  width: 100%;
  height: 100%;
  position: absolute;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
}
.three-part-stats-wrapper .img-bg-container .img-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.cta-boxed {
  background: #F0F0F0;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 20px 30px 10px;
  margin: 20px 0;
  color: #406D8C;
  font-size: 20px;
}

.media-library-item {
  margin-bottom: 20px;
}
.media-library-item img {
  max-width: 100%;
  height: auto;
}

.clincal-benefits-icons-container {
  margin-bottom: 40px;
}
.clincal-benefits-icons-container .icon-series {
  padding-top: 20px;
  padding-bottom: 20px;
}
.clincal-benefits-icons-container .icon-series:nth-child(2n) {
  background: #F0F0F0;
}
.clincal-benefits-icons-container .benefits-icon {
  text-align: center;
}
.clincal-benefits-icons-container .benefits-icon img {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin: 10px auto;
}
.clincal-benefits-icons-container .benefits-label {
  font-weight: 900;
  font-size: 29px;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.clincal-benefits-icons-container .benefits-text ul {
  padding-left: 20px;
  list-style: none;
}
.clincal-benefits-icons-container .benefits-text ul li:before {
  content: '✓';
  position: absolute;
  margin-left: -20px;
}

.compact-benefits {
  text-align: center;
  background: #F0F0F0;
  padding-top: 20px;
}
.compact-benefits .benefits-label {
  font-size: 26px;
}
.compact-benefits .blue-btn {
  margin-top: 10px;
}

@media (min-width: 576px) {
  .clincal-benefits-icons-container .benefits-text ul {
    padding-left: 40px;
  }
}
#views-bootstrap-homepage-slider-block-1 .row {
  margin-left: 0;
  margin-right: 0;
}
#views-bootstrap-homepage-slider-block-1 .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-top: none;
  border-bottom: none;
  border-radius: 8px;
}
#views-bootstrap-homepage-slider-block-1 .carousel-item:first-of-type .carousel-content {
  background-color: #4294CC;
}
#views-bootstrap-homepage-slider-block-1 .carousel-item:first-of-type .carousel-content .carousel-control-prev-icon {
  border: solid #4294CC;
  border-width: 0 3px 3px 0;
}
#views-bootstrap-homepage-slider-block-1 .carousel-item:first-of-type .carousel-content .carousel-control-next-icon {
  border: solid #4294CC;
  border-width: 0 3px 3px 0;
}
#views-bootstrap-homepage-slider-block-1 .carousel-item:nth-of-type(2) .carousel-content {
  background-color: #8C54A9;
}
#views-bootstrap-homepage-slider-block-1 .carousel-item:nth-of-type(2) .carousel-content .carousel-control-prev-icon {
  border: solid #8C54A9;
  border-width: 0 3px 3px 0;
}
#views-bootstrap-homepage-slider-block-1 .carousel-item:nth-of-type(2) .carousel-content .carousel-control-next-icon {
  border: solid #8C54A9;
  border-width: 0 3px 3px 0;
}
#views-bootstrap-homepage-slider-block-1 .carousel-item:nth-of-type(3) .carousel-content {
  background-color: #EE3847;
}
#views-bootstrap-homepage-slider-block-1 .carousel-item:nth-of-type(3) .carousel-content .carousel-control-prev-icon {
  border: solid #EE3847;
  border-width: 0 3px 3px 0;
}
#views-bootstrap-homepage-slider-block-1 .carousel-item:nth-of-type(3) .carousel-content .carousel-control-next-icon {
  border: solid #EE3847;
  border-width: 0 3px 3px 0;
}
#views-bootstrap-homepage-slider-block-1 .carousel-item:nth-of-type(4) .carousel-content {
  background-color: #17BEBB;
}
#views-bootstrap-homepage-slider-block-1 .carousel-item:nth-of-type(4) .carousel-content .carousel-control-prev-icon {
  border: solid #17BEBB;
  border-width: 0 3px 3px 0;
}
#views-bootstrap-homepage-slider-block-1 .carousel-item:nth-of-type(4) .carousel-content .carousel-control-next-icon {
  border: solid #17BEBB;
  border-width: 0 3px 3px 0;
}
#views-bootstrap-homepage-slider-block-1 .carousel-content {
  border-top-left-radius: 24px;
  color: #fff;
  background-image: url(../images/Qardia-heart-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
#views-bootstrap-homepage-slider-block-1 .carousel-content h2 {
  font-size: 33px;
  color: #fff;
}
#views-bootstrap-homepage-slider-block-1 .carousel-content p {
  font-size: 22px;
  font-weight: bold;
}
#views-bootstrap-homepage-slider-block-1 .carousel-content a {
  color: #fff;
}
#views-bootstrap-homepage-slider-block-1 .carousel-content .carousel-caption {
  max-width: 410px;
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  text-align: left;
  padding-bottom: 0;
}
#views-bootstrap-homepage-slider-block-1 .carousel-content .carousel-caption a:before {
  content: '';
  background-image: url("../images/hyperlink-arrow-white.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  top: 2px;
  background-repeat: no-repeat;
  position: relative;
}
#views-bootstrap-homepage-slider-block-1 .carousel-control-prev, #views-bootstrap-homepage-slider-block-1 .carousel-control-next {
  width: auto;
  display: inline-block;
  background: #fff;
  opacity: 1;
  margin-bottom: 20px;
  width: 40px;
  position: relative;
  left: auto;
}
#views-bootstrap-homepage-slider-block-1 .carousel-control-prev {
  padding: 10px 9px 8px 14px;
}
#views-bootstrap-homepage-slider-block-1 .carousel-control-next {
  padding: 10px 14px 8px 9px;
}
#views-bootstrap-homepage-slider-block-1 .carousel-control-prev-icon {
  background-image: none;
  width: 6px;
  padding: 6px;
  height: 6px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#views-bootstrap-homepage-slider-block-1 .carousel-control-next-icon {
  background-image: none;
  display: inline-block;
  width: 6px;
  padding: 6px;
  height: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#views-bootstrap-homepage-slider-block-1 .carousel-img {
  width: auto;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom-right-radius: 24px;
}

@media (min-width: 576px) {
  #views-bootstrap-homepage-slider-block-1 .carousel-content {
    background-size: contain;
    background-position: bottom right;
  }
  #views-bootstrap-homepage-slider-block-1 .carousel-content h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #views-bootstrap-homepage-slider-block-1 .carousel-content {
    background-size: cover;
    min-height: 350px;
  }
  #views-bootstrap-homepage-slider-block-1 .carousel-img {
    height: auto;
  }
}
@media (min-width: 1200px) {
  #views-bootstrap-homepage-slider-block-1 .carousel-content {
    height: auto;
  }
  #views-bootstrap-homepage-slider-block-1 .carousel-content p {
    font-size: 22px;
  }
}
.webform-reference {
  margin-bottom: 30px;
}
.webform-reference input[type="text"], .webform-reference input[type="email"], .webform-reference textarea {
  background: #F0F0F0;
  width: 100%;
  margin: 10px 0;
  display: block;
  border: none;
  padding: 8px 13px;
  color: #6E6E6E;
}
.webform-reference input[type="text"]::-webkit-input-placeholder, .webform-reference input[type="email"]::-webkit-input-placeholder, .webform-reference textarea::-webkit-input-placeholder {
  /* Edge */
  font-style: italic;
}
.webform-reference input[type="text"]:-ms-input-placeholder, .webform-reference input[type="email"]:-ms-input-placeholder, .webform-reference textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: italic;
}
.webform-reference input[type="text"]::placeholder, .webform-reference input[type="email"]::placeholder, .webform-reference textarea::placeholder {
  font-style: italic;
}
.webform-reference .form-item-qardia-phone-number {
  font-size: 29px;
  color: #406D8C;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  background-image: url("../images/phone-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
}
.webform-reference .form-item-qardia-phone-number a {
  color: #406D8C;
  font-weight: 900;
}
.webform-reference input[type="submit"] {
  border: 0;
  color: #fff;
  background: #406D8C;
  border-radius: 22px;
  padding: 7px 22px;
  font-weight: bold;
  margin-top: 10px;
}

#block-views-block-educational-materials-block-1 {
  margin: 40px 0;
}
#block-views-block-educational-materials-block-1 h2 a {
  color: #17BEBB;
  font-weight: bold;
}
#block-views-block-educational-materials-block-1 img {
  width: 100%;
  height: auto;
}

body {
  padding-top: 60px;
  color: #6E6E6E;
  font-size: 17px;
}

h1, h2, h3, p.intro {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 24px;
  color: #17BEBB;
}

h2.blue {
  color: #406D8C;
}

h2.red {
  color: #EE3847;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  color: #406D8C;
}

.large-purple {
  color: #8C54A9;
  font-weight: bold;
  font-size: 24px;
}

a {
  color: #0777C4;
  font-weight: bold;
}

a.blue-btn {
  color: #fff;
  background: #406D8C;
  border-radius: 22px;
  padding: 7px 22px;
  text-decoration: none;
}

p.intro {
  font-size: 29px;
  line-height: 38px;
  color: #EE3847;
}

ol.small-text {
  font-size: 14px;
}
ol.small-text p {
  margin-bottom: 2px;
}

.bg-grey {
  background: #F0F0F0;
}

@media (min-width: 576px) {
  h1 {
    font-size: 38px;
  }
}
.logo {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 280px;
}

.mobile-title {
  color: #406D8C;
}

.subtitle {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 20px;
}

.banner-image-container {
  width: 100%;
  height: 240px;
  position: relative;
  margin-bottom: 20px;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
}
.banner-image-container .banner-image, .banner-image-container .banner-overlay {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-image-container .banner-overlay {
  background: rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.banner-image-container .desktop-title-container {
  height: 100%;
}
.banner-image-container .desktop-title-container .desktop-title {
  display: none;
  z-index: 15;
  padding: 50px;
}
.banner-image-container .desktop-title-container h1, .banner-image-container .desktop-title-container .subtitle {
  color: #fff;
  text-shadow: 2px 3px 2px #000000f0, 0px 0px 4px #0000003d;
}

@media (min-width: 576px) {
  .banner-image-container {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .banner-image-container {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .banner-image-container {
    height: 400px;
  }
  .banner-image-container .desktop-title-container .desktop-title {
    display: block;
  }
  .banner-image-container .desktop-title-container .desktop-title .subtitle {
    font-size: 23px;
  }

  .mobile-title {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (min-height: 768px) {
  .banner-image-container {
    height: 500px;
  }
}
.title-no-banner {
  display: grid;
}
.title-no-banner .title-wrapper {
  background: #F0F0F0;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
}

@media (min-width: 576px) {
  .title-no-banner .title-wrapper {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .title-no-banner .title-wrapper {
    padding: 50px;
  }
}
footer {
  background: #F0F0F0;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  font-size: 18px;
  color: #406D8C;
}

.faq-top-5 {
  margin-top: 40px;
}

.FAQ-container .views-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #D9D9D9;
  position: relative;
}
.FAQ-container .views-row:last-of-type {
  border-bottom: solid 1px #D9D9D9;
}
.FAQ-container .views-row .views-field-title {
  cursor: pointer;
}
.FAQ-container .views-row .views-field-title.active:before {
  content: "\2212";
}
.FAQ-container .views-row .views-field-title h3 {
  padding-right: 30px;
}
.FAQ-container .views-row .views-field-title:before {
  content: "\002B";
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  right: 15px;
  color: #406D8C;
  margin-left: 5px;
}
.FAQ-container .views-row .views-field-body, .FAQ-container .views-row .views-field-field-faq-category {
  display: none;
}

#block-qardia-local-tasks ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
#block-qardia-local-tasks ul li {
  display: inline-block;
}
#block-qardia-local-tasks ul li a {
  padding: 9px 20px;
  font-size: 15px;
  margin: 5px 2px;
  display: inline-block;
  color: #0C4FA0;
  background: #F3F3F3;
  font-weight: normal;
}
#block-qardia-local-tasks ul li a:hover {
  color: #ED5A47;
  background: #eee;
  text-decoration: none;
}

#block-qardia-breadcrumbs .breadcrumb-wrapper {
  background: #eee;
  border-bottom-right-radius: 24px;
  font-size: 16px;
  margin: -40px 0 20px 0;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
#block-qardia-breadcrumbs .breadcrumb-wrapper ul {
  margin-left: -10px;
  padding: 0;
}
#block-qardia-breadcrumbs .breadcrumb-wrapper ul li {
  display: inline;
  list-style: none;
}
#block-qardia-breadcrumbs .breadcrumb-wrapper ul li:before {
  content: " \BB ";
}
#block-qardia-breadcrumbs .breadcrumb-wrapper ul li:first-child:before {
  content: "";
}

@media (min-width: 992px) {
  #block-qardia-breadcrumbs .breadcrumb-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.img-bg {
  background-size: cover;
  background-position: center;
}

div.system-messages {
  background: #fdffba;
  padding: 20px;
  color: #636363;
  font-size: 18px;
  font-weight: bold;
  z-index: 60;
  position: relative;
}

.hpn-wrapper {
  background: #17BEBB;
  font-size: 16px;
  text-align: center;
  padding: 15px;
  margin-top: -60px;
  z-index: 500;
  position: fixed;
  display: block;
  width: 100%;
  min-height: 20px;
}
.hpn-wrapper .sep {
  display: none;
}
.hpn-wrapper .header-phone-number {
  color: #fff;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  background-image: url("../images/phone-iconv2.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  border: solid 2px #17BEBB;
  padding: 5px 5px 5px 23px;
  float: left;
}
.hpn-wrapper .link-register, .hpn-wrapper .link-payments {
  float: right;
  color: #fff;
  padding: 5px;
  font-size: 16px;
}
.hpn-wrapper .link-register {
  border: solid 2px #17BEBB;
  margin-right: 10px;
}
.hpn-wrapper .link-payments {
  color: #fff;
  padding: 5px 10px;
  border: solid 2px #fff;
  border-radius: 30px;
}

@media (min-width: 576px) {
  .hpn-wrapper {
    font-size: 17px;
  }
  .hpn-wrapper .header-phone-number {
    float: none;
  }
  .hpn-wrapper .header-phone-number:after {
    content: ' (727 342)';
  }
  .hpn-wrapper .link-register, .hpn-wrapper .link-payments {
    font-size: 17px;
    float: none;
  }
}
@media (min-width: 992px) {
  .hpn-wrapper .sep {
    display: inline-block;
    color: #fff;
    margin: 0 20px;
  }
}
