/* Bootstrap imports */
/***** Landing Tours styles *****/
#tours #hero {
  position: relative;
  overflow: hidden;
}
#tours #hero .banner {
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  #tours #hero .banner {
    height: 400px;
    top: 0;
  }
}
@media (min-width: 992px) {
  #tours #hero .banner {
    height: 500px;
  }
}
#tours #hero .banner .img-background {
  width: 100%;
  height: 300px;
  display: block;
  background-position-x: 70%;
  background-position-y: top;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}
@media (min-width: 768px) {
  #tours #hero .banner .img-background {
    background-position-x: center;
    height: 400px;
  }
}
@media (min-width: 992px) {
  #tours #hero .banner .img-background {
    height: 500px;
  }
}
#tours #hero .banner .img-background::after {
  background-color: #8cc63e;
  bottom: 0;
  content: "";
  display: block;
  left: 20%;
  height: 10px;
  width: 60%;
  position: absolute;
}
#tours #hero .banner .img-background .caption {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #000000;
}
#tours #hero .banner .img-background .caption .title {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 768px) {
  #tours #hero .banner .img-background .caption .title {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (min-width: 1200px) {
  #tours #hero .banner .img-background .caption .title {
    font-size: 78px;
    line-height: 80px;
  }
}
#tours #menu-state {
  margin: 30px 0;
}
@media (min-width: 992px) {
  #tours #menu-state {
    margin: 60px 0;
  }
}
#tours #menu-state ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#tours #menu-state ul li a,
#tours #menu-state ul li span {
  background-color: #055293;
  border-radius: unset;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 15px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #tours #menu-state ul li a,
  #tours #menu-state ul li span {
    margin-bottom: 0;
    padding: 30px 0;
    white-space: normal;
    text-align: center;
  }
}
#tours #menu-state ul li a:hover,
#tours #menu-state ul li span:hover,
#tours #menu-state ul li a:focus,
#tours #menu-state ul li span:focus,
#tours #menu-state ul li a:active,
#tours #menu-state ul li span:active {
  background-color: #002e58;
  color: #ffffff;
  text-decoration: none;
}
#tours #menu-state ul li a::before,
#tours #menu-state ul li span::before {
  display: inline-block;
  background-size: 50px 50px;
  content: "";
  height: 50px;
  width: 50px;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #tours #menu-state ul li a::before,
  #tours #menu-state ul li span::before {
    background-size: 75px 75px;
    display: block;
    margin: 0 auto 15px;
    height: 75px;
    width: 75px;
  }
}
@media (min-width: 992px) {
  #tours #menu-state ul li a::before,
  #tours #menu-state ul li span::before {
    background-size: 100px 100px;
    height: 100px;
    width: 100px;
  }
}
#tours #menu-state ul li a.vim-book-appointment::before,
#tours #menu-state ul li span.vim-book-appointment::before {
  background-image: url(../../../../../sites/default/files/svg/icon_book_appointment_home.svg);
}
#tours #menu-state ul li a.locs::before,
#tours #menu-state ul li span.locs::before {
  background-image: url(../../../../../sites/default/files/svg/icon_find_location_home.svg);
}
#tours #menu-state ul li a.doctors::before,
#tours #menu-state ul li span.doctors::before {
  background-image: url(../../../../../sites/default/files/svg/icon_find_doctor_home.svg);
}
#tours #locations .h1 {
  color: #002e58;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
}
#tours #locations .h1::before {
  background-color: #8cc63e;
  content: "";
  display: block;
  margin: 0 auto 30px;
  height: 10px;
  width: 70%;
}
#tours #locations .back-gray {
  height: 100%;
  padding-bottom: 30px;
}
#tours #locations .back-gray .panel-group {
  margin: 0;
}
#tours #locations .back-gray .panel-group .panel {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#tours #locations .back-gray .panel-group .panel:last-child .panel-heading a.collapsed {
  border: none;
}
#tours #locations .back-gray .panel-group .panel .panel-heading {
  padding: 0;
}
#tours #locations .back-gray .panel-group .panel .panel-heading a {
  color: #428524;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 22px;
  padding: 15px 0;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 992px) {
  #tours #locations .back-gray .panel-group .panel .panel-heading a {
    font-size: 24px;
    line-height: 26px;
  }
}
#tours #locations .back-gray .panel-group .panel .panel-heading a::before {
  background-color: transparent;
  border: 2px solid #565856;
  border-radius: 100%;
  content: "";
  display: inline-block;
  font-size: 28px;
  height: 10px;
  margin: 4px 10px 4px 0;
  padding: 0;
  vertical-align: middle;
  width: 10px;
}
#tours #locations .back-gray .panel-group .panel .panel-heading a::after {
  color: #428524;
  content: "\e90a";
  display: inline-block;
  font-family: "icomoon" !important;
  font-size: 18px;
  position: absolute;
  right: 20px;
  vertical-align: middle;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: 500ms linear all;
}
#tours #locations .back-gray .panel-group .panel .panel-heading a.collapsed {
  color: #565856;
}
#tours #locations .back-gray .panel-group .panel .panel-heading a.collapsed::after {
  color: #565856;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#tours #locations .back-gray .panel-group .panel .panel-body {
  border: none;
  display: block;
  padding: 0;
}
#tours #locations .back-gray .panel-group .panel .panel-body .locations .location {
  border-bottom: 1px solid #565856;
  margin: 15px 0;
}
#tours #locations .back-gray .panel-group .panel .panel-body .locations .location .name {
  color: #002e58;
  font-size: 18px;
  line-height: 20px;
}
#tours #locations .back-gray .panel-group .panel .panel-body .locations .location .name p {
  margin-top: 7px;
}
@media (min-width: 992px) {
  #tours #locations .back-gray .panel-group .panel .panel-body .locations .location .name {
    font-size: 20px;
    line-height: 22px;
  }
}
#tours #locations .back-gray .panel-group .panel .panel-body .locations .location ul {
  margin: 10px 0;
  text-align: center;
}
@media (min-width: 992px) {
  #tours #locations .back-gray .panel-group .panel .panel-body .locations .location ul {
    text-align: right;
  }
}
#tours #locations .back-gray .panel-group .panel .panel-body .locations .location ul li {
  display: inline-block;
}
#tours #locations .back-gray .panel-group .panel .panel-body .locations .location ul li.virtual .modal .threshold {
  width: 100%;
  height: 500px;
  position: relative;
  max-width: 100%;
}
#tours #locations .back-gray .panel-group .panel .panel-body .locations .location ul li.schedule {
  border-left: 1px solid #000000;
  margin-left: 15px;
  padding-left: 15px;
}
#tours #locations .back-gray .panel-group .panel .panel-body .locations .location ul li a {
  color: #428524;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 992px) {
  #tours #locations .back-gray .panel-group .panel .panel-body .locations .location ul li a {
    font-size: 18px;
    line-height: 20px;
  }
}
