/* only define template page layout styles here. */
/* any formatting/content styles should be put in 'content.css' */

:root {
  --primary-color: #171f3a;
  --secondary-color: #07cbcd;
}

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}

.box-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.box {
  display: flex;
  flex: 1 1 0;
  flex-basis: 0;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
}


/* Set the primary color to be used around the site
-------------------------------------------------------------------------------- */

.primary-color {
  color: #fff;
  background-color: var(--primary-color);
}

.primary {
  color: var(--primary-color);
}

.primary:hover {}

.secondary-color {
  color: #333d3d;
  background-color: rgba(0, 0, 0, 0.06);
}

img {
  max-width: 100%;
  height: auto;
}

img.image-style {
  max-width: 25vw;
  margin: 0 15px 15px 0;
  border-radius: 10px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  img.image-style {
    max-width: 100%;
  }
}

/* Basics
-------------------------------------------------------------------------------- */
.container {
  position: relative;
}

/* Alert Bar
-------------------------------------------------------------------------------- */
.alert-bar {
  position: relative;
  font-size: .9em;
  color: #fff;
  background-color: #eb7100;
}

.alert-bar p {
  margin: 0;
  padding: 8px 0;
}

.alert-bar a {
  color: inherit;
}

.alert-bar a:hover {
  color: inherit;
  text-decoration: underline;
}


/* Page
---------------------------------------------------------------------- */
.page {
  overflow-x: hidden;
}


/* Popup
---------------------------------------------------------------------- */
.pop .modal-dialog {
  width: 45vw;
}

@media (max-width: 767px) {
  .pop .modal-dialog {
    width: 100%;
  }
}

.pop .modal-body {
  padding: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .pop .box-wrap {
    flex-direction: column;
  }
}

.pop button.close {
  position: absolute;
  right: 5px;
  margin-top: 0;
  font-size: 40px;
  line-height: 1;
}

.pop .close:focus,
.pop .close:hover {
  color: black;
  background-color: transparent;
}

.pop .box.left.background {
  min-height: 350px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.pop .box.left.background img {
  display: none;
}

.pop .space {
  padding: 15px;
}

.pop .space2 {
  padding: 35px;
}

.pop h2 span {
  color: #09ab9f;
}

.pop label {}

.pop .modal-dialog input[type="submit"] {
  border-radius: 0;
}

.pop input[type="text"] {
  width: 100%;
}


/* Top Bar
-------------------------------------------------------------------------------- */
.top-bar {
  padding: 3px 30px 5px;
  color: #fff;
  background-color: #9d0303;
}

@media (max-width: 767px) {
  .top-bar {
    padding: 10px 15px 15px;
    overflow-x: hidden;
    text-align: center;
  }
}

.top-bar p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 2px;
}

.top-left {
  margin-top: 6px;
  margin-left: 15px;
}

/*
------------------
Top Bar Modules
------------------
*/
.top-bar [class*="theme-"] {
  /*  margin-bottom: 5px;*/
}

/* Theme Side By Side */
.top-bar .theme-side-by-side {
  display: inline-block;
  float: none;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .top-bar .theme-side-by-side {
    display: inline-block;
  }
}

/*
------------------
Top Bar Links
------------------
*/
.top-bar a {
  color: #fff;
}

.top-bar a:hover {
  color: #dadada;
  text-decoration: none;
}

.top-bar .btn-primary:hover {
  color: #fff;
  background-color: #b93a6c;
  border-color: #b93a6c;
}

/*
------------------
Top Left
------------------
*/
@media (max-width: 767px) {
  .top-left {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.top-left ul {
  margin-bottom: 0;
  list-style: none;
}

.top-left ul li {
  display: inline-block;
  margin: 0;
  padding-right: 12px;
  font-size: .7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-right: 1px solid rgba(255, 255, 255, 0.21);
}

@media (max-width: 767px) {
  .top-left ul li {
    margin: 0 10px;
    padding-right: 0;
    border: 0;
  }
}

.top-left ul li:last-child {
  border-right: 0;
}

/*
------------------
Top Right
------------------
*/
.top-right {
  position: relative;
}

@media (min-width: 768px) {
  .top-right {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .top-right .js-row {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .top-right form {
    position: relative;
  }
}

.top-bar .primary {
  color: rgba(0, 0, 0, 0.18) !important;
}

.top-bar .fa-stack:hover .primary {
  color: #08237c;
  color: var(--primary-color) !important;
}

.top-bar .social a:hover {
  opacity: 1;
}

.top-bar .logged-in {
  font-size: .75em;
}

@media (min-width: 992px) {
  .top-bar .logged-in {
    padding: 0 25px;
  }
}

.top-bar .form-group {
  margin-bottom: 5px;
}

.top-bar input[type="text"],
.top-bar input[type="password"] {
  padding: 4px 10px;
  font-weight: 500;
}

.top-bar input[type="submit"] {
  padding: 11px 25px;
}

/* Shopping Cart */
a.shopping-cart {
  display: block;
  padding: 2px;
}

@media (max-width: 767px) {
  a.shopping-cart {
    float: right;
  }
}

.module-shopping-cart-001 {
  position: relative;
}

.module-shopping-cart-001 .fa {
  font-size: 28px;
}

span.item-no {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 17px;
  height: 17px;
  padding: 2.5px;
  font-size: .6em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background: #fe4a49;
  border-radius: 50%;
}

.top-bar .btn {
  display: block;
  margin-top: 0;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  clear: both;
  font-size: .7em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .top-bar .btn {
    padding: 13px 15px;
  }
}

.top-bar .btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.modal-header {
  border-bottom: 0;
}

.modal-title {
  margin-bottom: 10px;
  color: #333;
  text-align: center;
}

.modal-body {
  border-radius: 15px;
}

.modal-footer {
  border-top: 0;
}

.modal .input-group-addon {
  color: #333;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-right: 0;
}

.top-bar .modal-dialog input[type="text"],
.top-bar .modal-dialog input[type="password"] {
  padding: 9px 15px 9px 0;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: .5px;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
}

.login-wrap {
  padding: 0;
  color: #333;
}

@media (max-width: 767px) {
  .login-wrap table {
    margin: auto;
  }

  .login-wrap td {
    display: block;
    margin: auto;
    text-align: center;
  }
}

.login-wrap a {
  color: inherit;
}

.login-wrap a:hover {
  color: #333;
}

.login-wrap td {
  padding: 3px 0;
  font-size: 14px;
  width: 10px;
  display: inline;
}

.login-wrap input[type="text"],
.login-wrap input[type="password"] {
  width: 100%;
}

@media (max-width: 767px) {
  .logged-in {
    font-size: .75em;
  }

  .logged-in table td {
    text-align: center;
  }
}

.remember .collection-caption {
  padding: 0 0 0 3px;
  line-height: 30px;
}

span.logout {
  padding: 0 10px;
  font-size: .8em;
  font-weight: bold;
  color: #473e36;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  span.logout {
    display: block;
    padding: 0 10px;
    clear: both;
  }
}

span.logout a {
  color: #fff;
}

span.dashboard {
  padding: 0 10px;
  font-size: .8em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

span.dashboard a {
  padding: 5px 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  border-radius: 3px;
}

span.dashboard a:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* MODAL */
.modal-dialog {
  width: 400px;
}

.modal-header {
  color: #fff;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.modal-header .close {
  margin-top: -10px;
  font-size: 2em;
  font-weight: normal;
  color: #333;
  opacity: 0.75;
}

.modal-dialog table {
  width: 100%;
  margin: auto;
}

.modal-dialog label {
  margin-bottom: 0;
  color: #333;
}

.modal-dialog input[type="submit"] {
  width: 100%;
  margin-top: 5px;
  padding: 16px 20px;
  border-radius: 6px;
}

.modal-dialog .remember {
  margin-top: 5px;
}

.modal-dialog .remember table {
  margin: inherit;
}

.search {
  position: relative;
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  .search {
    float: left;
    width: 50%;
    margin-right: 0;
  }
}

.search input[type="text"] {
  width: 100%;
  padding: 8px 12px;
  color: #333;
  background: #fff;
  border: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

.search input[type="image"] {
  position: absolute;
  top: 14px;
  right: 12px;
}


/* Header / Navbar
-------------------------------------------------------------------------------- */
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, .8);
  /* backdrop-filter: blur(4px); */
  border: 0;
  border-radius: 0;
}

@media (min-width: 992px) {
  .navbar {
    padding-right: 0;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .navbar {
    background-color: #fff;
    position: relative;
  }
}

.nav-solid {
  background-color: #fff;
}

.navbar .container {
  width: 100%;
  padding: 0;
}


@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}

/*
------------------
Fixed Header
------------------
*/
.navbar.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

/*
------------------
Condensed Header
------------------
*/
.navbar.is-condensed {}

.navbar>.container,
.navbar>.container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .navbar>.container {
    /* apply "wrap" so the menu will appear in the next line */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  /* hide pseudo elements so the "logo" and "toggle" btn justifies correctly */
  .navbar>.container::before,
  .navbar>.container::after {
    display: none;
  }
}

/*
------------------
Logo
------------------
*/
.navbar-brand {
  display: inline-block;
  float: none;
  height: auto;
  margin-left: 0 !important;
  padding: 15px 30px;
  font-size: 1.2em;
  color: #171f3a;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}

@media (max-width: 991px) {
  .navbar-brand {
    padding: 24px 30px;
  }
}

.navbar-brand p {
  margin: 0;
  font-size: 10px;
  text-transform: inherit;
}

.navbar-brand img {
  max-width: 300px;
  max-height: 100px;
  transition: all 600ms;
}

@media (max-width: 991px) {
  .navbar-brand img {
    position: relative !important;
    max-height: 56px;
    max-width: 220px;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}

/* Logo - Condensed State */
.navbar.is-condensed .navbar-brand {
  padding-top: 10px;
  padding-bottom: 5px;
}

@media (max-width: 991px) {
  .navbar.is-condensed .navbar-brand {
    padding-top: 15px;
  }
}

.navbar.is-condensed .navbar-brand img {
  position: relative !important;
  max-height: 100px;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .navbar.is-condensed .navbar-brand img {
    max-height: 45px;
  }
}


/*
------------------
Nav Toggle Button
------------------
*/
.navbar-toggle {
  align-self: center;
  width: 70px;
  margin: 0;
  margin-right: 0;
  padding: 24px 25px;
  font-size: 1.25em;
  color: #333;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
}

button.navbar-toggle:hover {
  background-color: #fff;
  border-color: #fff;
}

button.navbar-toggle:hover .fa {
  color: #171f3a;
}

.navbar-toggle .fa {
  font-size: 1.1em;
  color: #171f3a;
}

/* show "close" icon */
.navbar-toggle[aria-expanded="true"] .fa::before {
  content: "\f00d";
}


/*
------------------
Nav
------------------
*/
.navbar-collapse {
  -ms-flex-align: center;
  flex-basis: 100%;
  align-items: center;
  margin: 0 !important;
  padding: 0;
  border: 0;
  -ms-flex-preferred-size: 100%;
}

@media (min-width: 992px) {
  .navbar-collapse.collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0;

    /* align nav items to the right */
    -webkit-box-pack: end;
  }
}

.navbar .social-icons {
  width: 150px;
  margin-top: 6px;
}


/* Menu Right
-------------------------------------------------------------------------------- */
.menu-right {
  min-width: 130px;
  margin-left: 20px;
  height: 100%;
  background: #19203b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
}

@media (max-width: 991px) {
  .menu-right {
    margin-left: 0;
    padding: 15px;
    text-align: center;
    height: auto;
  }
}

.menu-right p {
  margin: 0;
  font-weight: bold;
}

.menu-right a {
  font-weight: normal;
  color: #07cbcd;
}
.menu-right a:hover {
  color: #24f0f2;
}

.menu-right .btn-default {
  background-color: #19203b;
  border: 0;
  color: #ffffff;
}
.menu-right .btn-default:hover,
.menu-right .btn-default:active,
.menu-right .btn-default:focus {
  color: #ffffff;
  background-color: #19203b;
  border: 0;
}

.modal-backdrop {
  z-index: 9;
}

.menu-right .close:hover {
  background-color: transparent;
}


/* Banner
-------------------------------------------------------------------------------- */
.banner {
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: visible;
  clear: both;
  background-color: #f9f9f9;
  background-position: 50% 88%;
  background-size: cover;
  box-shadow: 0 16px 64px -5px rgba(0, 0, 0, 0.09);

  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}

img.banner-background {
  width: 100%;
  height: auto;
}

.banner-content {
  position: absolute;
  z-index: 1;
  width: 50%;
  max-width: 600px;
  top: 37%;
  left: 12vw;
  text-align: left;
}

.banner h2 {
  margin-bottom: 30px;
  font-size: 3.5em;
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 1400px) {
  .banner h2 {
    font-size: 2.6em;
  }
}

@media (max-width: 767px) {
  .banner h2 {
    font-size: 2em;
  }
}


/*
------------------
FlexSlider
------------------
*/
.flexslider {
  margin: 0 !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.flexslider ul {
  margin: 0;
}

.flexslider ul li {
  margin: 0;
}

li.imagelist-item {
  position: relative;
}

@media (max-width: 767px) {
  .flexslider .slides img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}

.flexslider .flex-direction-nav a {
  width: 32px;
  height: 32px;
  background: url(/templates/custom/homecareitrust/images/bg_direction_nav.png) no-repeat 0 0;
}

.flexslider .flex-direction-nav .flex-next {
  background-position: 100% 0 !important;
}

.banner .slide-content {
  position: absolute;
  margin: auto;
  color: #020202;
  display: -webkit-box;
  display: flex;
  bottom: 25%;
  left: 0;
  width: 50%;
  height: 50%;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  padding: 50px 100px;
}

@media (max-width: 767px) {
  .banner .slide-content {
    position: relative;
    width: 100%;
    padding: 30px 20px;
    background-color: #2a2b2f;
  }
}

.slide-content a.btn-primary {
  background-color: #9b0303;
  border: 1px solid #9b0303;
}

.flex-banner {
  display: flex;
}

@media (max-width: 991px) {
  .flex-banner {
    display: block;
  }
}

.flex-banner .flex-item {
  flex: 1;
}

.flex-banner .flex-item.right {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #07cbcd;
}

.flex-banner .space {
  padding: 7vw;
}

.flex-banner .flex-item h2 {
  color: #fff;
}

.banner .flex-control-nav {
  bottom: 6px !important;
}


/* Inner Banner
-------------------------------------------------------------------------------- */
.banner-inner {
  position: relative;
  margin: 0;
  padding: 60px 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(45deg, #9a0403, #d82e2d, #9d0303);
}

@media (max-width: 767px) {
  .banner-inner {
    padding: 70px 30px;
  }
}

.banner-inner .module-content {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .banner-inner .module-content {
    width: 60%;
    margin: auto;
  }
}

.banner-inner h1 {
  width: 100%;
  margin-top: 0;
  font-size: 2.5em;
  font-weight: 700;
  color: inherit;
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .banner-inner h1 {
    font-size: 1.75em;
  }
}

.banner-inner img.background-image {
  display: none;
}


/* Aside Top
-------------------------------------------------------------------------------- */
.aside-top {
  background-color: rgba(7, 203, 205, .8);
  z-index: 2;
  width: 40%;
  position: relative;
  margin: -200px 10vw 0;
  padding: 60px;
  border-radius: 15px;
}

@media (min-width: 1011px) and (max-width: 1400px) {
  .aside-top {
    width: 58%;
    margin: -140px 10vw 0;
    padding: 60px;
  }
}

@media (max-width: 1010px) {
  .aside-top {
    background-color: #07cbcd;
    padding: 30px;
    width: 100%;
    border-radius: 0;
    margin: 0;
  }
}

.aside-top h3 {
  color: #fff;
  font-weight: 800;
  font-size: 2.25em;
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 1400px) {
  .aside-top h3 {
    font-size: 1.7em;
  }
}

@media (max-width: 767px) {
  .aside-top h3 {
    font-size: 1.5em;
  }
}

.aside-top input[type="text"] {
  background: #fff url(/templates/custom/homecareitrust/images/icon-search.png) no-repeat;
  background-position: 12px 15px;
  padding: 6px 10px 6px 40px;
  border: 1px solid #fff;
  border-radius: 7px 0 0 7px;
  min-width: 330px;
}

@media (max-width: 767px) {
  .aside-top input[type="text"] {
    min-width: 50%;
  }
}

.aside-top button {
  color: #ffffff;
  background-color: #171f3a;
  border: 1px solid #171f3a;
  white-space: normal;
  padding: 14px 30px;
  border-radius: 0 7px 7px 0;
  margin-left: -5px;
}

.aside-top button:hover {
  color: #171f3a;
  background-color: #29e471;
  border-color: #29e471;
}


/* Aside Top
-------------------------------------------------------------------------------- */
.aside-top2 {
  background: linear-gradient(45deg, #01cbcc, #25e475);
  padding: 12px;
}

.aside-top2 h4 {
  margin: 0;
  color: #00403f;
}

.aside-top2 p {
  margin: 0;
}

.aside-top2 a.text-link {
  font-weight: 600;
  color: #fff;
}


/* Main
-------------------------------------------------------------------------------- */
.main {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background-color: #fff;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width: 991px) {
  .main {
    padding: 40px 15px 30px;
  }
}

.main h1 {
  margin-top: 0;
}

.main p {
  margin-bottom: 20px;
}

.main .flex-control-nav {
  bottom: 10px;
}

.js-is-empty {
  display: none;
  height: 0;
  padding: 0;
}

.highlight {
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
  box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.05);
}

.aside-right {
  position: relative;
}

@media (min-width: 992px) {
  .aside-right {
    position: sticky;
    top: 10px;
  }
}

.aside-right form {
  background-color: #d5f4f3;
  position: relative;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  font-weight: 700;
  color: #171f3a;
}

.aside-right .btn {
  width: 100%;
}

.banner .box-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  height: 400px;
}

@media (max-width: 767px) {
  .banner .box-wrap {
    display: block;
    height: auto;
  }
}

@media (max-width: 767px) {
  .banner .box-wrap .box.right {
    position: relative;
    display: block;
    text-align: center;
  }
}

.banner .box-wrap h1 {
  color: #fff;
}

.banner .box-wrap h2 {
  color: #fff;
}

a.btn.schedule-btn {
  width: 100%;
  padding: 20px;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 3px;
  background: #231f20;
  border: 1px solid #231f20;
  border-radius: 30px;
}


/* Section 1
-------------------------------------------------------------------------------- */
.section01 {
  position: relative;
  padding: 60px 0;
  background-color: #fff;
  color: #333;
  z-index: 1;
}

@media (max-width: 767px) {
  .section01 {
    padding: 40px 30px;
  }
}



/* Section 2
-------------------------------------------------------------------------------- */
.section02 {
  position: relative;
  padding: 60px 0;
  background-color: #171f3a;
  color: #fff;
  z-index: 1;
}

@media (max-width: 767px) {
  .section02 {
    padding: 40px 30px;
  }
}

.section02:before {
  content: '';
  width: 600px;
  height: 600px;
  background: url(/templates/custom/homecareitrust/images/logo-overlay.png) 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 3vw;
  top: -32px;
  z-index: 7;
}

@media (max-width: 767px) {
  .section02:before {
    content: none;
  }
}

.section02 h2 {
  color: #fff;
  margin-bottom: 30px;
}


/* Section 3
-------------------------------------------------------------------------------- */
.section03 {
  position: relative;
  padding: 180px 0 30px;
  background: #f3f3f3;
  background: url(/content/images/banner/holding-womans-hands.jpg) no-repeat;
  background-size: contain;
  background-position: 50% 0%;
}

@media (max-width: 767px) {
  .section03 {
    padding: 50px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section03 .container {
    width: 95vw;
  }
}

@media (max-width: 767px) {
  .section03 .col-sm-4 {
    margin-bottom: 15px;
  }
}

.testimonial-box:before {
  content: '';
  width: 70px;
  height: 70px;
  background: url(/templates/custom/homecareitrust/images/quote.png) 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(50% - 35px);
  top: -38px;
  z-index: 1;
}

@media (max-width: 767px) {
  .testimonial-box:before {
    content: none;
  }
}

.testimonial-box h5 {
  position: relative;
  padding-top: 20px;
  font-weight: 900;
  font-size: 18px;
}

.testimonial-box h5:before {
  content: "";
  height: 3px;
  background: #fff;
  width: 40px;
  clear: both;
  display: block;
  margin: 0 auto 17px;
  text-align: center;
  top: 0;
  left: calc(50% - 20px);
}

@media (min-width: 1060px) {
  .testimonial-box p {
    min-height: 175px;
  }
}

@media (min-width: 768px) and (max-width: 1059px) {
  .testimonial-box p {
    min-height: 265px;
  }
}

.testimonial-box a {
  color: #171f3a;
}


/* Aside Bottom
-------------------------------------------------------------------------------- */
.aside-bottom {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .aside-bottom {
    padding: 40px 15px;
  }
}

@media (min-width: 992px) {
  .aside-bottom .container {
    max-width: 50vw;
  }
}

.aside-bottom h2 {
  margin-bottom: 30px;
}

.aside-bottom .overlap {
  position: absolute;
  bottom: -121px;
  left: calc(50% - 85px);
  z-index: 1;
}

@media (max-width: 767px) {
  .aside-bottom .overlap {
    position: relative;
    left: auto;
    bottom: auto;
  }
}



/* Aside Bottom2
-------------------------------------------------------------------------------- */
.aside-bottom2 {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(45deg, #c6dddc, #efefef);
  text-align: center;
}

@media (max-width: 767px) {
  .aside-bottom2 {
    padding: 40px 15px;
  }
}

@media (min-width: 992px) {
  .aside-bottom2 .container {
    max-width: 50vw;
  }
}

.aside-bottom2 h2 {
  margin-bottom: 30px;
}

.aside-bottom2 input[type="text"] {
  height: 58px;
  border-radius: 5px;
  margin-right: 10px;
  min-width: 300px;
}

@media (max-width: 480px) {
  .aside-bottom2 input[type="text"] {
    margin-bottom: 10px;
    min-width: 90%
  }
}



/* Strong Footer
-------------------------------------------------------------------------------- */
.strong-footer {
  margin-bottom: 30px;
  font-size: .9em;
  line-height: 2;
}

.strong-footer table {
  width: 100%;
}

.strong-footer input[type="text"],
.strong-footer textarea {
  width: 100% !important;
}

.strong-footer img.footer-logo {
  width: 230px;
  height: auto;
  margin-bottom: 30px;
}

.strong-footer ul {
  list-style: none;
}

.strong-footer ul li {
  margin: 0;
  padding: 4px 0;
}

@media (max-width: 767px) {
  .strong-footer .col-sm-4 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .theme-side-by-side {
    margin-bottom: 50px;
  }
}

.strong-footer h3 {
  color: #07cbcd;
  font-weight: 800;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}

.strong-footer .social {
  margin: 10px 0;
  padding: 0;
  font-size: 1.25em;
}

.strong-footer .social a {
  margin: 0 3px;
  font-size: 1.25em;
}

.strong-footer .social a:hover {
  color: #07cbcd;
  opacity: 0.9;
}


/* Footer
-------------------------------------------------------------------------------- */
.footer {
  position: relative;
  padding: 80px 0 20px;
  background-color: var(--primary-color);
  color: #fff;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .footer .container {
    width: 80vw;
  }
}

@media (max-width: 767px) {
  .footer .col-sm-3 {
    /* margin-bottom: 50px; */
  }
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: var(--secondary-color);
}

.footer ul li a {
  font-weight: 600;
}

.footer .fa {
  padding: 0 3px;
  font-size: 26px;
}

@media (max-width: 767px) {
  .footer p.social {
    margin-top: 25px;
    text-align: center;
  }
}

p.social {
  margin: 0;
}

p.copyright {
  margin: 40px 0 0;
  font-size: 12px;
  text-align: center;
  opacity: .5;
}

.footer .author {
  display: block;
  margin-top: 0;
  font-size: 12px;
  text-align: center;
  opacity: .5;
}

.footer .author a {}

.footer .author a:hover {
  color: #9d0303;
}

ul.unstyled {
  list-style: none;
}

ul.unstyled li {
  margin: 8px 0;
}

/* Captcha
  ---------------------------------------------------------------------- */
.captcha-popup {
  color: #fff;
  background-color: #000;
}

.captcha-popup input[type=button] {
  margin-top: 4px;
  padding: 5px 10px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  background-color: #e4e4e4;
  border: 0;
}

.captcha-input input[type="text"] {
  width: 192px !important;
}


/* Modules
-------------------------------------------------------------------------------- */
/* hide empty titles */
[class*="theme-"] .module-title:empty {
  display: none;
}

.tos-wrapper.tos-fixed {
  z-index: 90000 !important;
}

.tos-prev,
.tos-next,
.tos-close {
  opacity: 1 !important;
}

.tos-close span:before,
.tos-close span:after {
  width: 10px !important;
  height: 10px !important;
}


/* Print
-------------------------------------------------------------------------------- */
@media print {
  .body {
    font: 13pt "Open Sans,"Arial, sans-serif;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
  }

  a[href]:after {
    content: none !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .header {
    display: block;
  }

  .top-bar,
  .main-nav,
  .banner,
  .section01,
  .section02,
  .section03,
  .section04,
  .section05,
  .section06,
  .group-filter-block,
  .strong-footer,
  .footer,
  .btn {
    display: none;
  }

  .header {
    color: #000;
  }

  .col-sm-3 {
    float: left;
    width: 25%;
  }

  .col-sm-4 {
    float: left;
    width: 33.33333333%;
  }

  .col-sm-6 {
    float: left;
    width: 50%;
  }

  .col-sm-8 {
    float: left;
    width: 66.66666667%;
  }

  .col-sm-9 {
    float: left;
    width: 75%;
  }
}

.js-split-row {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-right: 0;
  /*margin-top: -80px;*/
  margin-left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .js-split-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.js-split-row::before,
.js-split-row::after {
  display: none;
}

[class^="block-style"]+.js-split-row {
  margin-top: 0;
}

.js-split-row+.js-row {
  margin-top: 80px;
}

.js-split-row [class^="block-style"] {
  margin: 0;
}

/* site alert */
.site-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  background-color: #1665c3;
  border-radius: 0;
}

.site-alert .description p {
  margin: 0;
  padding: 25px;
  line-height: 1;
}

.site-alert .close {
  padding: 25px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.site-alert .close .fa {
  color: #fff;
  transition: opacity .1s ease-in-out;
}

.site-alert .close .fa:hover {
  opacity: .75;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.catalog-actions {
  display: block;
  margin: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .add-to-cart input[type="button"] {
    padding: .9rem 2rem;
    font-size: .7em;
  }
}

.hover-zoom {
  position: relative;
  float: left;
  width: 100%;
  height: 270px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover-zoom:hover {
  background-size: 120%;
}

.hover-zoom h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0.5em;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.hover-zoom h3 a,
.hover-zoom h3 small {
  color: #fff;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.primary-blog-image {
  float: right;
  width: 50%;
}


ul.catalog-product-module-list li {
  margin: 0;
}

.related-product {
  text-align: center;
}

.related-product h3 {
  margin-top: 25px;
}

.related-product-image img {
  width: 100%;
  height: 300px;
  padding: 10px;
  background: #fff;
  transition: all .2s ease-in-out;
  object-fit: cover;
}


.grid.custom-builds {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  -ms-grid-rows: 50% 50%;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 767px) {
  .grid.custom-builds {
    grid-template-columns: 1fr;
  }
}

.grid.custom-builds .grid-item:nth-of-type(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.grid.custom-builds .grid-item:nth-of-type(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.grid.custom-builds .grid-item:nth-of-type(3) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

.grid.custom-builds .grid-item:nth-of-type(4) {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}



.grid.custom-builds img {
  object-fit: cover;
  height: 350px;
  width: 100%;
}


/*
-------------------------
FLEXBOX
-------------------------
*/

/* all screens */
.flex {
  display: flex;
}

/* xs */
@media (max-width: 767px) {
  .flex-xs {
    display: flex;
  }
}

/* sm */
@media (min-width: 768px) {
  .flex-sm {
    display: flex;
  }
}

/* md */
@media (min-width: 992px) {
  .flex-md {
    display: flex;
  }
}

/* lg */
@media (min-width: 1200px) {
  .flex-lg {
    display: flex;
  }
}

.flex-direction-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.flex-item {
  position: relative;
}

.flex-grow {
  flex-grow: 1;
}

.align-self-center {
  align-self: center;
}


/* /app/profile
-------------------------------------------------------------------------------- */
.custom-profile h2 {
  font-size: 1.5em;
}


/* /custom-care-finder-wizard
-------------------------------------------------------------------------------- */
form#provider_search {
  box-shadow: rgba(17, 12, 46, .10) 0px 48px 100px 0px;
  padding: 30px;
  border-radius: 15px;
}

#questionnaire {
  text-align: center;
}

#questionnaire table {
  margin: auto;
}

#questionnaire .question-caption {
  font-size: 1.2em;
  line-height: 1.3;
  margin: 20px 0 40px;
  font-weight: 600;
}

#questionnaire .question-element {
  margin: 20px 0;
}

#questionnaire .question-element td.collection {
  /* display: none; */
}

#questionnaire .question-element td.collection-caption {
  padding: 0 20px;
  transition: all .1s ease-in-out;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  #questionnaire .question-element td.collection-caption {
    padding: 8px 0;
    text-align: center !important;
  }
}

#questionnaire .question-element td.collection-caption:before {
  content: "";
  position: absolute;
  width: 95%;
  top: -14px;
  left: 0;
  height: 10px;
  border-radius: 5px;
  background: #0bcbcd;
}
@media (max-width: 767px) {
  #questionnaire .question-element td.collection-caption:before {
    position: relative;
    width: 100%;
    top: 0;
  }
}

#questionnaire .question-element td.collection-caption:hover {
  font-weight: bold;
}

#questionnaire .question-element td.collection-caption:hover:before {
  background: #181f3a;
}

@media (max-width: 767px) {
  #questionnaire .selection-option {
    margin-bottom: 25px;
  }
}

#questionnaire .selection-style {
  height: 10px;
  border-radius: 5px;
  background: #0bcbcd;
  width: 80%;
  margin: auto;
  margin-bottom: 12px;
  transition: all .1s ease-in-out;
}

#questionnaire .selection-option:hover .selection-style {
  background: #181f3a;
}

#questionnaire .selection-option input[type="radio"] {
  display: none;
}

#questionnaire .selection-option label {
  font-weight: 400;
  transition: all .1s ease-in-out;
}

#questionnaire .selection-option:hover label {
  font-weight: 700;
}

#questionnaire .basic-form .form-caption-1 {
  text-align: left !important;
  font-weight: 700;
}

#questionnaire .action-buttons {
  margin-top: 30px;
}

.activated-selection {
  background: #181f3a !important
}

.activated-caption {
  font-weight: 700 !important;
}