/* Bootstrap imports */
#locations .banner {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  #locations .banner {
    height: 300px;
    top: 0;
  }
}
@media (min-width: 992px) {
  #locations .banner {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  #locations .banner {
    height: 100%;
  }
}
#locations .banner .green-bar {
  margin: 0 auto;
  position: absolute;
  left: 25%;
}
@media (min-width: 768px) {
  #locations .banner .green-bar {
    left: 30%;
  }
}
#locations .banner .img-background {
  width: 100%;
  height: 150px;
  display: block;
  background-image: url("../../assets/locations/banner_our_location.jpg");
  background-position-x: 65%;
  background-position-y: top;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}
@media (min-width: 768px) {
  #locations .banner .img-background {
    background-position-x: center;
    height: 300px;
  }
}
@media (min-width: 992px) {
  #locations .banner .img-background {
    height: 400px;
  }
}
#locations .banner .caption {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
}
@media (min-width: 768px) {
  #locations .banner .caption {
    top: 45%;
  }
}
#locations .banner .caption .title {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 992px) {
  #locations .banner .caption .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  #locations .banner .caption .title {
    font-size: 50px;
    line-height: 60px;
  }
}
#locations .states .panel-group {
  margin: 30px 0;
}
@media (min-width: 992px) {
  #locations .states .panel-group {
    margin: 60px 0;
  }
}
#locations .states .panel-group .panel {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#locations .states .panel-group .panel:last-child .panel-heading a.collapsed {
  border: none;
}
#locations .states .panel-group .panel .panel-heading {
  padding: 0;
}
#locations .states .panel-group .panel .panel-heading a {
  color: #428524;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-decoration: none;
  width: 100%;
}
#locations .states .panel-group .panel .panel-heading a::after {
  color: #428524;
  content: "\e90a";
  display: inline-block;
  float: right;
  font-family: "icomoon" !important;
  font-size: 18px;
  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;
}
#locations .states .panel-group .panel .panel-heading a.collapsed {
  color: #565856;
}
#locations .states .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);
}
#locations .states .panel-group .panel .panel-body {
  border: none;
  display: block;
  padding: 0;
}
#locations .states .panel-group .panel .panel-body ul {
  margin: 0;
  padding: 15px 0;
}
#locations .states .panel-group .panel .panel-body ul li {
  margin: 10px 0;
}
#locations .states .panel-group .panel .panel-body ul li a {
  color: #565856;
  font-size: 18px;
  line-height: 20px;
}
#locations .states .panel-group .panel .panel-body ul li a::after {
  color: #428524;
  content: "»";
  margin-left: 5px;
  vertical-align: middle;
}
#locations .states .panel-group.state .panel-heading a {
  border-bottom: 1px solid #000000;
}
#locations .states .panel-group.state .panel-heading a::before {
  background-color: #055293;
  background-size: 50px 50px;
  border: 10px solid #055293;
  color: #ffffff;
  content: "";
  display: inline-block;
  font-family: "icomoon" !important;
  font-size: 28px;
  font-weight: normal;
  margin-right: 15px;
  padding: 10px;
  vertical-align: middle;
  height: 70px;
  width: 70px;
}
@media (min-width: 768px) {
  #locations .states .panel-group.state .panel-heading a::before {
    background-size: 75px 75px;
    height: 95px;
    width: 95px;
  }
}
@media (min-width: 992px) {
  #locations .states .panel-group.state .panel-heading a::before {
    background-size: 100px 100px;
    height: 120px;
    width: 120px;
  }
}
#locations .states .panel-group.state .panel-heading a::after {
  margin-top: 25px;
}
@media (min-width: 768px) {
  #locations .states .panel-group.state .panel-heading a::after {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  #locations .states .panel-group.state .panel-heading a::after {
    margin-top: 50px;
  }
}
#locations .states .panel-group.state .panel-heading a.fl::before {
  background-image: url(../../assets/svg/locations/fl.svg);
}
#locations .states .panel-group.state .panel-heading a.ct::before {
  background-image: url(../../assets/svg/locations/ct.svg);
}
#locations .states .panel-group.state .panel-heading a.nj::before {
  background-image: url(../../assets/svg/locations/nj.svg);
}
#locations .states .panel-group.state .panel-heading a.tx::before {
  background-image: url(../../assets/svg/locations/tx.svg);
}
#locations .states .panel-group.state .panel-heading a.tn::before {
  background-image: url(../../assets/svg/locations/tn.svg);
}
#locations .states .panel-group.state .panel-heading a.collapsed {
  color: #565856;
}
#locations .states .panel-group.state .panel-heading a.collapsed:hover,
#locations .states .panel-group.state .panel-heading a.collapsed:active,
#locations .states .panel-group.state .panel-heading a.collapsed:focus {
  color: #428524;
}
#locations .states .panel-group.state .panel-heading a.collapsed:hover::after,
#locations .states .panel-group.state .panel-heading a.collapsed:active::after,
#locations .states .panel-group.state .panel-heading a.collapsed:focus::after {
  color: #428524;
}
#locations .states .panel-group.area {
  margin: 0;
}
#locations .states .panel-group.area .panel-heading a {
  border: none;
  color: #565856;
  font-size: 18px;
  line-height: 20px;
  padding: 15px;
}
@media (min-width: 768px) {
  #locations .states .panel-group.area .panel-heading a {
    padding: 15px 30px 15px 110px;
  }
}
@media (min-width: 992px) {
  #locations .states .panel-group.area .panel-heading a {
    padding: 15px 45px 15px 135px;
  }
}
#locations .states .panel-group.area .panel-heading a::before {
  background-color: transparent;
  border: 2px solid #428524;
  border-radius: 100%;
  content: "";
  display: inline-block;
  font-size: 28px;
  height: 10px;
  margin: 4px 10px 4px 0;
  padding: 0;
  vertical-align: middle;
  width: 10px;
}
#locations .states .panel-group.area .panel-heading a::after {
  margin: 0;
}
#locations .states .panel-group.area .panel-heading a.collapsed {
  font-weight: normal;
}
#locations .states .panel-group.area .panel-heading a.collapsed:hover,
#locations .states .panel-group.area .panel-heading a.collapsed:active,
#locations .states .panel-group.area .panel-heading a.collapsed:focus {
  font-weight: bold;
}
#locations .states .panel-group.area .panel-heading a.collapsed:hover::after,
#locations .states .panel-group.area .panel-heading a.collapsed:active::after,
#locations .states .panel-group.area .panel-heading a.collapsed:focus::after {
  color: #428524;
  transition: unset;
}
#locations .states .panel-group.area .panel-body {
  background-color: #dddcd9;
}
#locations .node-map .search {
  margin-bottom: 15px;
}
#locations .node-map .search .intro h1 {
  font-size: 30px;
  line-height: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  #locations .node-map .search .intro h1 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  #locations .node-map .search .intro h1 {
    font-size: 35px;
    line-height: 37px;
  }
}
#locations .node-map .search .intro .subtitle {
  color: #ffffff;
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  line-height: 26px;
  margin: 10px 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #locations .node-map .search .intro .subtitle {
    font-size: 18px;
    line-height: 20px;
  }
}
#locations .node-map .search .form .input-group {
  width: 100%;
}
#locations .node-map .search .form .input-group #edit-search {
  border: none;
  border-radius: 10px;
  box-shadow: none;
  color: #565856;
  font-size: 18px;
  line-height: 18px;
  font-style: italic;
  height: 50px;
  padding: 15px 20px;
  width: 100%;
}
@media (min-width: 768px) {
  #locations .node-map .search .form .input-group #edit-search {
    font-size: 20px;
    line-height: 20px;
    height: 60px;
  }
}
#locations .node-map .search .form .input-group .ajax-progress-throbber {
  position: absolute;
  top: 15px;
  background: none;
  border: none;
  color: #428524;
  font-size: 28px;
  right: 26px;
  z-index: 20;
  line-height: 20px;
}
#locations .node-map .search .form .input-group .dropdown {
  border: none;
  border-radius: 0 0 5px 5px;
  margin-top: -2px;
}
#locations .node-map .search .form .input-group .dropdown .dropdown-menu {
  display: block;
  position: absolute;
  z-index: 2000;
}
#locations .node-map .search .form .input-group .input-group-addon {
  position: absolute;
  top: 15px;
  background: none;
  border: none;
  margin: auto auto;
  right: 26px;
  z-index: 10;
}
#locations .node-map .search .form .input-group .input-group-addon .icon {
  display: none;
}
#locations .node-map .search .form .input-group .input-group-addon .icon.glyphicon-spin {
  display: block;
  -webkit-animation: spin 1.5s linear infinite;
  /* Safari */
  animation: spin 1.5s linear infinite;
  color: #428524;
  font-size: 28px;
}
#locations .node-map .search .form label {
  display: none;
}
#locations .node-map .map-trick-list,
#locations .node-map .map-trick-map {
  background-color: #ffffff;
  border-bottom: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  border-top: none;
  padding: 20px 0;
  width: 100%;
}
#locations .node-map .map-trick-list.active,
#locations .node-map .map-trick-map.active {
  border-bottom: 5px solid #428524;
  display: block;
  height: 5px;
  padding: 20px 0 34px;
  width: 100%;
}
#locations .node-map .map-container .map {
  height: 550px;
  width: 100%;
}
@media (min-width: 992px) {
  #locations .node-map .map-container .map {
    height: 690px;
  }
}
#locations .node-map .map-container .map .gm-style img {
  max-width: 100%;
}
#locations .node-map .map-container .map #direction .title h1 {
  color: #3d3d3d;
  line-height: 20px;
}
#locations .node-map .map-container .map #direction span {
  font-size: 16px;
}
#locations .node-map .map-container .map #direction span.label {
  color: #000000;
  display: inline-block;
  font-weight: bold;
  margin-top: 15px;
  padding: 0;
}
#locations .node-map .map-container .map #direction .button {
  margin-top: 15px;
}
#locations .node-map .map-container .map #direction .button .btn_green {
  margin: 0;
}
#locations .node-map .map-container .map #direction .button .btn_green a {
  padding: 8px 20px;
}
#locations .node-map .list .map-list {
  background-color: #ffffff;
  overflow: hidden;
}
@media (min-width: 992px) {
  #locations .node-map .list .map-list {
    height: 690px;
  }
}
#locations .node-map .list .map-list.active {
  width: 100%;
}
#locations .node-map .list .map-list #loader-map {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  margin: 50% auto;
}
#locations .node-map .list .map-list #alert-map {
  font-size: 18px;
  white-space: normal;
  margin-top: 40%;
}
#locations .node-map .list .map-list #alert-map .title {
  color: #000000;
  font-weight: bold;
}
#locations .node-map .list .map-list #wrp-results {
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  /* Let's get this party started */
  /* Track */
  /* Handle */
}
#locations .node-map .list .map-list #wrp-results::-webkit-scrollbar {
  width: 10px;
}
#locations .node-map .list .map-list #wrp-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#locations .node-map .list .map-list #wrp-results::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(130, 190, 0, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
#locations .node-map .list .map-list #wrp-results::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(130, 190, 0, 0.4);
}
@media (min-width: 768px) {
  #locations .node-map .list .map-list #wrp-results {
    height: 550px;
  }
}
@media (min-width: 992px) {
  #locations .node-map .list .map-list #wrp-results {
    height: 690px;
  }
}
#locations .node-map .list .map-list #wrp-results #locations-list {
  margin: 0;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel {
  background-color: transparent;
  box-shadow: none;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading {
  padding: 0;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading a {
  background-color: #055293;
  border: 1px solid #055293;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  padding: 10px 15px;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
  white-space: normal;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading a span {
  border: 1px solid #ffffff;
  border-radius: 5px;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  padding: 5px 0;
  position: relative;
  width: 30px;
  height: 30px;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading a span::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #ffffff;
  border-bottom: 0;
  margin-left: -9px;
  margin-bottom: -6px;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading a::after {
  color: #ffffff;
  content: "\e90a";
  display: inline-block;
  float: right;
  font-family: "icomoon" !important;
  font-size: 18px;
  margin-top: 8px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 500ms linear all;
  vertical-align: middle;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading a.collapsed {
  background-color: #ffffff;
  border: 1px solid #055293;
  color: #055293;
  text-transform: none;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading a.collapsed span {
  border: 1px solid #055293;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading a.collapsed span::after {
  border-top-color: #055293;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading a.collapsed::after {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading a.collapsed::before {
  border: 2px solid #055293;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading a.collapsed::after {
  color: #055293;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading a.collapsed:hover {
  background-color: #055293;
  color: #ffffff;
  text-decoration: none;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading a.collapsed:hover span {
  border: 1px solid #ffffff;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading a.collapsed:hover span::after {
  border-top-color: #ffffff;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading a.collapsed:hover::before {
  border: 2px solid #ffffff;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-heading a.collapsed:hover::after {
  color: #ffffff;
}
#locations .node-map .list .map-list #wrp-results #locations-list .panel .panel-body {
  padding: 0 15px;
}
#locations .node-map .list .map-list #wrp-results #locations-list .single {
  border-bottom: 1px solid #565856;
  color: #000000;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
  white-space: normal;
}
#locations .node-map .list .map-list #wrp-results #locations-list .single .name {
  font-size: 18px;
  font-weight: bold;
}
#locations .node-map .list .map-list #wrp-results #locations-list .single .name span {
  background-color: #055293;
  border: 1px solid #055293;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  padding: 4px 0;
  position: relative;
  width: 30px;
  height: 30px;
}
#locations .node-map .list .map-list #wrp-results #locations-list .single .name span::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #055293;
  border-bottom: 0;
  margin-left: -9px;
  margin-bottom: -6px;
}
#locations .node-map .list .map-list #wrp-results #locations-list .single .address {
  font-size: 16px;
  margin-left: 45px;
}
#locations .node-map .list .map-list #wrp-results .location h1 {
  color: #565856;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding: 20px 0 10px;
  text-align: left;
}
#locations .node-map .list .map-list #wrp-results .location .label {
  color: #565856;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 10px;
  text-align: left;
}
#locations .node-map .list .map-list #wrp-results .location .buttons {
  margin-top: 10px;
}
#locations .node-map .list .map-list #wrp-results .location .buttons .btn_blue a {
  color: #ffffff;
}
#locations .node-map .list .map-list #wrp-results .location .buttons .get {
  color: #055293;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  text-decoration: underline;
}
#locations .node-map .list .map-list #wrp-results .location .buttons .get::before {
  border: 2px solid #055293;
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  vertical-align: middle;
  width: 10px;
}
#locations .node-map .list .map-list #wrp-results .location span,
#locations .node-map .list .map-list #wrp-results .location p,
#locations .node-map .list .map-list #wrp-results .location ul {
  color: #000000;
  font-size: 16px;
  white-space: normal;
}
#locations .node-patients .cover img {
  margin: 0 auto;
}
/***** Styles for States landing *****/
#states .back-states {
  background-color: #e4e4e4;
}
#states .back-states a .back-blue:hover {
  background-color: #002e58;
}
#states .back-states .back-blue {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  height: 247px;
  padding: 25px 0;
}
#states .back-states .back-blue img {
  margin: 0 auto;
}
#states .back-states .back-blue .content {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  margin-top: 15px;
}
#states .back-states .back-blue .content .code::after {
  display: inline-block;
  color: #ffffff;
  content: "\e92e";
  font-family: "icomoon" !important;
  font-size: 20px;
  margin-left: 10px;
}
#states .back-states .others {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  height: 247px;
  padding: 25px 0;
}
#states .back-states .others .image img {
  margin: 0 auto;
}
#states .back-states .others .name {
  color: #a0a0a0;
  font-size: 28px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}
#state.members #slideshow #carousel .carousel-inner .item {
  width: 100%;
  height: 500px;
}
@media (min-width: 768px) {
  #state.members #slideshow #carousel .carousel-inner .item {
    height: 400px;
    top: 0;
  }
}
@media (min-width: 1200px) {
  #state.members #slideshow #carousel .carousel-inner .item {
    height: 690px;
  }
}
#state.members #slideshow #carousel .carousel-inner .item .img-background {
  width: 100%;
  height: 300px;
  display: block;
  background-position-x: 90%;
  background-position-y: top;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}
@media (min-width: 768px) {
  #state.members #slideshow #carousel .carousel-inner .item .img-background {
    background-position-x: 80%;
    height: 400px;
  }
}
@media (min-width: 992px) {
  #state.members #slideshow #carousel .carousel-inner .item .img-background {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  #state.members #slideshow #carousel .carousel-inner .item .img-background {
    background-position-x: 90%;
    height: 690px;
  }
}
#state.members #slideshow #carousel .carousel-inner .item .carousel-summary {
  background: #055293;
  color: #ffffff;
  float: left;
  height: 80%;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  #state.members #slideshow #carousel .carousel-inner .item .carousel-summary {
    font-size: 30px;
    height: 100%;
    position: absolute;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #state.members #slideshow #carousel .carousel-inner .item .carousel-summary {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  #state.members #slideshow #carousel .carousel-inner .item .carousel-summary {
    font-size: 60px;
    width: 40%;
  }
}
#state.members #slideshow #carousel .carousel-inner .item .carousel-summary .content {
  position: absolute;
  top: 45%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
#state.members #slideshow #carousel .carousel-inner .item .carousel-summary .content .back-cover h1 {
  font-size: 3.5vmax;
  line-height: 40px;
}
@media (min-width: 992px) {
  #state.members #slideshow #carousel .carousel-inner .item .carousel-summary .content .back-cover h1 {
    line-height: 4.2vmax;
    top: 5%;
  }
}
@media (min-width: 1200px) {
  #state.members #slideshow #carousel .carousel-inner .item .carousel-summary .content .back-cover h1 {
    font-size: 2.5vmax;
    line-height: 3.2vmax;
    top: 10%;
  }
}
#state.members #slideshow #carousel .carousel-inner .item .carousel-summary .content .back-cover .desc {
  font-size: 20px;
}
#state.members #slideshow #carousel .carousel-inner .item .carousel-summary .content .back-cover .btn_green {
  margin-top: 15px;
}
#state.members #slideshow #carousel .carousel-controls {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  #state.members #slideshow #carousel .carousel-controls {
    position: absolute;
    bottom: -30px;
  }
}
@media (min-width: 1200px) {
  #state.members #slideshow #carousel .carousel-controls {
    margin-bottom: -1%;
  }
}
#state.members #slideshow #carousel .carousel-controls .carousel-left {
  float: left;
  margin-left: 30px;
  position: relative;
  z-index: 15;
}
#state.members #slideshow #carousel .carousel-controls .carousel-left a {
  background: rgba(0, 0, 0, 0) url("../../assets/locations/rows.png") no-repeat scroll 0 0;
  float: left;
  height: 46px;
  margin-top: 15px;
  width: 50px;
}
@media (min-width: 768px) {
  #state.members #slideshow #carousel .carousel-controls .carousel-left a {
    margin-top: 52px;
  }
}
@media (min-width: 1200px) {
  #state.members #slideshow #carousel .carousel-controls .carousel-left a {
    margin-top: 62px;
  }
}
#state.members #slideshow #carousel .carousel-controls .carousel-left a:hover,
#state.members #slideshow #carousel .carousel-controls .carousel-left a:focus,
#state.members #slideshow #carousel .carousel-controls .carousel-left a:active {
  background: rgba(0, 0, 0, 0) url("../../assets/locations/rows.png") no-repeat scroll 0 -47px;
}
#state.members #slideshow #carousel .carousel-controls .carousel-right {
  float: left;
  position: relative;
  z-index: 15;
}
#state.members #slideshow #carousel .carousel-controls .carousel-right a {
  background: rgba(0, 0, 0, 0) url("../../assets/locations/rows.png") no-repeat scroll -42px 0;
  float: left;
  height: 46px;
  margin-top: 15px;
  width: 50px;
}
@media (min-width: 768px) {
  #state.members #slideshow #carousel .carousel-controls .carousel-right a {
    margin-top: 52px;
  }
}
@media (min-width: 1200px) {
  #state.members #slideshow #carousel .carousel-controls .carousel-right a {
    margin-top: 62px;
  }
}
#state.members #slideshow #carousel .carousel-controls .carousel-right a:hover,
#state.members #slideshow #carousel .carousel-controls .carousel-right a:focus,
#state.members #slideshow #carousel .carousel-controls .carousel-right a:active {
  background: rgba(0, 0, 0, 0) url("../../assets/locations/rows.png") no-repeat scroll -42px -47px;
}
#state.members #slideshow #carousel .carousel-controls .carousel-indicators {
  background-color: #ffffff;
  bottom: 0;
  display: flex;
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 5px;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 15;
}
@media (min-width: 768px) {
  #state.members #slideshow #carousel .carousel-controls .carousel-indicators {
    bottom: -15px;
  }
}
#state.members #slideshow #carousel .carousel-controls .carousel-indicators .thumb {
  cursor: pointer;
  float: left;
  padding: 3px;
  z-index: 15;
}
#state.members #slideshow #carousel .carousel-controls .carousel-indicators .active {
  height: auto;
  margin: 0;
  width: calc(25%);
}
#state.members #patients .message {
  padding: 25px 0;
}
#state #hero {
  position: relative;
  overflow: hidden;
}
#state #hero .banner {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #state #hero .banner {
    height: 400px;
    top: 0;
  }
}
@media (min-width: 992px) {
  #state #hero .banner {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  #state #hero .banner {
    height: 100%;
  }
}
#state #hero .banner .img-background {
  width: 100%;
  height: 200px;
  display: block;
  background-position-x: right;
  background-position-y: top;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  #state #hero .banner .img-background {
    background-position-x: 85%;
    height: 400px;
  }
}
@media (min-width: 992px) {
  #state #hero .banner .img-background {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  #state #hero .banner .img-background {
    background-position-x: right;
  }
}
#state #hero.normal .banner .caption {
  position: relative;
  left: 10%;
  width: 80%;
}
@media (min-width: 768px) {
  #state #hero.normal .banner .caption {
    position: absolute;
    left: 10%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%;
  }
}
#state #hero.normal .banner .caption .title,
#state #hero.normal .banner .caption .subtitle {
  color: #055293;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 992px) {
  #state #hero.normal .banner .caption .title,
  #state #hero.normal .banner .caption .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  #state #hero.normal .banner .caption .title,
  #state #hero.normal .banner .caption .subtitle {
    font-size: 22px;
    line-height: 32px;
  }
}
#state #hero.normal .banner .caption .title p::before,
#state #hero.normal .banner .caption .subtitle p::before {
  background-color: #8cc63e;
  content: "";
  display: block;
  height: 5px;
  margin: 15px 0;
  width: 50%;
}
@media (min-width: 768px) {
  #state #hero.normal .banner .caption .title p::before,
  #state #hero.normal .banner .caption .subtitle p::before {
    margin: 30px 0;
  }
}
#state #hero.normal .banner .caption .title {
  margin: 15px 0;
  font-size: 26px;
  line-height: 36px;
}
@media (min-width: 768px) {
  #state #hero.normal .banner .caption .title {
    margin: 0 0 15px;
  }
}
@media (min-width: 992px) {
  #state #hero.normal .banner .caption .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  #state #hero.normal .banner .caption .title {
    font-size: 40px;
    line-height: 50px;
  }
}
#state #hero.normal .banner .caption .subtitle .btn_green {
  margin: 15px 0;
}
#state #hero.v2 .banner {
  position: relative;
}
@media (min-width: 768px) {
  #state #hero.v2 .banner {
    position: unset;
  }
}
#state #hero.v2 .banner .img-background.ct {
  background-image: url("../../assets/locations/covid/banner-covid-ct.webp");
}
#state #hero.v2 .banner .img-background.fl {
  background-image: url("../../assets/locations/covid/banner-covid-fl.webp");
}
#state #hero.v2 .banner .img-background.nj {
  background-image: url("../../assets/locations/covid/banner-covid-nj.webp");
}
#state #hero.v2 .banner .img-background.tn {
  background-image: url("../../assets/locations/covid/banner-covid-tn.webp");
}
#state #hero.v2 .banner .img-background.tx {
  background-image: url("../../assets/locations/covid/banner-covid-tx.webp");
}
#state #hero.v2 .banner .caption {
  left: 10%;
  width: 80%;
  position: absolute;
  top: 70%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #state #hero.v2 .banner .caption {
    top: 50%;
  }
}
#state #hero.v2 .banner .caption .title img {
  margin: 0 auto;
}
#state #hero.v2 .banner .caption .subtitle ul li {
  display: inline-block;
}
#state #hero.v2 .subtitle {
  color: #055293;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  #state #hero.v2 .subtitle {
    margin-top: 30px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  #state #hero.v2 .subtitle {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  #state #hero.v2 .subtitle {
    font-size: 26px;
    line-height: 36px;
  }
}
#state #menu-state {
  margin-top: 30px;
}
@media (min-width: 992px) {
  #state #menu-state {
    margin-top: 60px;
  }
}
#state #menu-state h1 {
  color: #055293;
  display: block;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  #state #menu-state h1 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  #state #menu-state h1 {
    font-size: 35px;
    line-height: 37px;
  }
}
#state #menu-state ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#state #menu-state ul li a,
#state #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) {
  #state #menu-state ul li a,
  #state #menu-state ul li span {
    margin-bottom: 0;
    padding: 30px 0;
    white-space: normal;
    text-align: center;
  }
}
#state #menu-state ul li a:hover,
#state #menu-state ul li span:hover,
#state #menu-state ul li a:focus,
#state #menu-state ul li span:focus,
#state #menu-state ul li a:active,
#state #menu-state ul li span:active {
  background-color: #002e58;
  color: #ffffff;
  text-decoration: none;
}
#state #menu-state ul li a::before,
#state #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) {
  #state #menu-state ul li a::before,
  #state #menu-state ul li span::before {
    background-size: 75px 75px;
    display: block;
    margin: 0 auto 15px;
    height: 75px;
    width: 75px;
  }
}
@media (min-width: 992px) {
  #state #menu-state ul li a::before,
  #state #menu-state ul li span::before {
    background-size: 100px 100px;
    height: 100px;
    width: 100px;
  }
}
#state #menu-state ul li a.state-book::before,
#state #menu-state ul li span.state-book::before {
  background-image: url(../../assets/svg/locations/icon_book_appointment_home.svg);
}
#state #menu-state ul li a.locations::before,
#state #menu-state ul li span.locations::before {
  background-image: url(../../assets/svg/locations/icon_find_location_home.svg);
}
#state #menu-state ul li a.medical::before,
#state #menu-state ul li span.medical::before {
  background-image: url(../../assets/svg/locations/icon_find_doctor_home.svg);
}
#state #menu-state ul li a.chat::before,
#state #menu-state ul li span.chat::before {
  background-image: url(../../assets/svg/locations/icon_chat_doctor_home.svg);
}
#state #services {
  margin-top: 30px;
}
@media (min-width: 992px) {
  #state #services {
    margin-top: 60px;
  }
}
#state #services .section-icon::before {
  background-image: url(../../assets/svg/locations/icon_services_color.svg);
}
#state #services .links {
  display: block;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  #state #services .links {
    display: flex;
    flex-direction: row;
  }
}
#state #services .links li {
  flex: 1;
}
#state #services .links li:nth-child(1) {
  margin: 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #state #services .links li:nth-child(1) {
    text-align: right;
  }
}
#state #services .links li:nth-child(2) {
  margin: 15px 10px 0;
  text-align: center;
}
@media (min-width: 768px) {
  #state #services .links li:nth-child(2) {
    margin: 0 10px;
    text-align: left;
  }
}
#state #services .links li a,
#state #services .links li span {
  display: block;
  border-radius: 5px;
  line-height: 1;
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #state #services .links li a,
  #state #services .links li span {
    display: inline-block;
  }
}

#state #services .links li .btn-call2 {
  border: 1px solid #428524;
  color: #f3f3f3;
  background: #428524;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

#state #services .links li .btn-call2::before {
  color: #ffffff;
  content: "\e905";
  font-family: "icomoon" !important;
  font-size: 14px;
  margin: -4px 5px 0;
}

#state #services .links li .btn-call {
  border: 1px solid #428524;
  color: #428524;
}
#state #services .links li .btn-call::before {
  color: #428524;
  content: "\e905";
  font-family: "icomoon" !important;
  font-size: 14px;
  margin: -4px 5px 0;
}
#state #services .links li .state-book {
  background-color: #428524;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
#state #services .panel-group {
  border: none;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #state #services .panel-group {
    margin-top: 60px;
  }
}
#state #services .panel-group .panel {
  background-color: transparent;
  border-bottom: 1px solid #edeced;
  border-radius: 0;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 15px 0;
}
#state #services .panel-group .panel:last-child .panel-heading a.collapsed {
  border: none;
}
#state #services .panel-group .panel .panel-heading {
  padding: 0;
}
#state #services .panel-group .panel .panel-heading .panel-title a {
  color: #428524;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 22px;
  padding: 0;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 768px) {
  #state #services .panel-group .panel .panel-heading .panel-title a {
    font-size: 22px;
    line-height: 24px;
  }
}
#state #services .panel-group .panel .panel-heading .panel-title a.primary::before {
  background-image: url(../../assets/svg/locations/icon_primary_care.svg);
}
#state #services .panel-group .panel .panel-heading .panel-title a.telehealth::before {
  background-image: url(../../assets/svg/locations/icon_telehealth.svg);
}
#state #services .panel-group .panel .panel-heading .panel-title a.covid::before {
  background-image: url(../../assets/svg/locations/icon_covid.svg);
}
#state #services .panel-group .panel .panel-heading .panel-title a.urgent::before {
  background-image: url(../../assets/svg/locations/icon_urgent_care.svg);
}
#state #services .panel-group .panel .panel-heading .panel-title a.specialty::before {
  background-image: url(../../assets/svg/locations/icon_specialty_care.svg);
}
#state #services .panel-group .panel .panel-heading .panel-title a.dental::before {
  background-image: url(../../assets/svg/locations/icon_dental_care.svg);
}
#state #services .panel-group .panel .panel-heading .panel-title a.health::before {
  background-image: url(../../assets/svg/locations/icon_health_programs.svg);
}
#state #services .panel-group .panel .panel-heading .panel-title a.vaccinations::before {
  background-image: url(../../assets/svg/locations/icon_vaccinations.svg);
}
#state #services .panel-group .panel .panel-heading .panel-title a.lab::before {
  background-image: url(../../assets/svg/locations/icon_lab_diagnostic.svg);
}
#state #services .panel-group .panel .panel-heading .panel-title a::before {
  background-size: 50px 50px;
  content: "";
  display: inline-block;
  height: 50px;
  margin-right: 15px;
  vertical-align: middle;
  width: 50px;
}
@media (min-width: 768px) {
  #state #services .panel-group .panel .panel-heading .panel-title a::before {
    background-size: 75px 75px;
    height: 75px;
    width: 75px;
  }
}
#state #services .panel-group .panel .panel-heading .panel-title a::after {
  color: #428524;
  content: "\e90a";
  display: inline-block;
  float: right;
  font-family: "icomoon" !important;
  font-size: 18px;
  margin-top: 10px;
  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;
}
@media (min-width: 768px) {
  #state #services .panel-group .panel .panel-heading .panel-title a::after {
    margin-top: 25px;
  }
}
#state #services .panel-group .panel .panel-heading .panel-title a.collapsed {
  color: #428524;
}
#state #services .panel-group .panel .panel-heading .panel-title a.collapsed:hover,
#state #services .panel-group .panel .panel-heading .panel-title a.collapsed:active,
#state #services .panel-group .panel .panel-heading .panel-title a.collapsed:focus {
  color: #565856;
}
#state #services .panel-group .panel .panel-heading .panel-title a.collapsed:hover::after,
#state #services .panel-group .panel .panel-heading .panel-title a.collapsed:active::after,
#state #services .panel-group .panel .panel-heading .panel-title a.collapsed:focus::after {
  color: #565856;
}
#state #services .panel-group .panel .panel-heading .panel-title a.collapsed::after {
  color: #428524;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#state #services .panel-group .panel .panel-body {
  border: none;
  color: #565856;
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0;
  padding: 0;
}
@media (min-width: 768px) {
  #state #services .panel-group .panel .panel-body {
    font-size: 20px;
    line-height: 26px;
    margin: 0 95px 15px;
  }
}
#state #services .trick-panel {
  color: #000000;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}
#state #services .trick-panel:hover,
#state #services .trick-panel:active,
#state #services .trick-panel:focus {
  color: #428524;
}
#state #state-locations .section-icon::before {
  background-image: url(../../assets/svg/locations/icon_tour_our_locations.svg);
}
#state #state-locations .panel-group {
  border-top: 1px solid #b2b2b2;
}
#state #state-locations .panel-group .panel {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#state #state-locations .panel-group .panel:last-child .panel-heading a.collapsed {
  border: none;
}
#state #state-locations .panel-group .panel .panel-heading {
  padding: 0;
}
#state #state-locations .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;
  text-decoration: none;
  width: 100%;
}
#state #state-locations .panel-group .panel .panel-heading a::before {
  border: 2px solid #428524;
  border-radius: 100%;
  content: "";
  display: inline-block;
  font-family: "icomoon" !important;
  font-size: 28px;
  height: 10px;
  margin: 4px 10px 4px 0;
  vertical-align: middle;
  width: 10px;
}
#state #state-locations .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;
}
#state #state-locations .panel-group .panel .panel-heading a.collapsed {
  color: #565856;
}
#state #state-locations .panel-group .panel .panel-heading a.collapsed:hover,
#state #state-locations .panel-group .panel .panel-heading a.collapsed:active,
#state #state-locations .panel-group .panel .panel-heading a.collapsed:focus {
  color: #428524;
}
#state #state-locations .panel-group .panel .panel-heading a.collapsed:hover::after,
#state #state-locations .panel-group .panel .panel-heading a.collapsed:active::after,
#state #state-locations .panel-group .panel .panel-heading a.collapsed:focus::after {
  color: #428524;
}
#state #state-locations .panel-group .panel .panel-heading a.collapsed::before {
  border: 2px solid #565856;
}
#state #state-locations .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);
}
#state #state-locations .panel-group .panel .panel-body {
  border: none;
  display: block;
}
#state #state-locations .panel-group .panel .panel-body ul {
  margin: 0;
  padding: 15px 0;
}
#state #state-locations .panel-group .panel .panel-body ul li {
  margin: 10px 0;
}
#state #state-locations .panel-group .panel .panel-body ul li a {
  color: #565856;
  font-size: 18px;
  line-height: 20px;
}
#state #state-locations .panel-group .panel .panel-body ul li a::after {
  color: #428524;
  content: "»";
  margin-left: 5px;
  vertical-align: middle;
}
#state #doctors .section-icon {
  margin-bottom: 30px;
}
#state #doctors .section-icon::before {
  background-image: url(../../assets/svg/locations/icon_medical_team_color.svg);
}
#state #doctors #search {
  margin-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #state #doctors #search {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
#state #articles .section-icon::before {
  background-image: url(../../assets/svg/locations/icon_doctors_advice_color.svg);
}
#state #articles .view-related-articles {
  margin: 30px 0;
}
#state #articles .view-related-articles .item {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #state #articles .view-related-articles .item {
    margin-bottom: 0;
  }
}
#state #articles .view-related-articles .item .border {
  border: 1px solid #4095d1;
  padding: 40px 0;
}
#state #articles .view-related-articles .item .border .icon img {
  border: 1px solid #ffffff;
  margin: 0 auto;
}
#state #articles .view-related-articles .item .border .link {
  margin-top: 15px;
  text-align: left;
}
@media (min-width: 992px) {
  #state #articles .view-related-articles .item .border .link {
    margin-top: 30px;
  }
}
#state #articles .view-related-articles .item .border .link a {
  color: #565856;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 992px) {
  #state #articles .view-related-articles .item .border .link a {
    font-size: 18px;
    line-height: 24px;
  }
}
#state #articles .btn_green {
  display: block;
}
#state #badges {
  margin-top: 30px;
}
@media (min-width: 992px) {
  #state #badges {
    margin-top: 60px;
  }
}
#state #badges .section-title {
  border-top: 1px solid #b2b2b2;
}
#state #badges .badge {
  font-size: 16px !important;
  line-height: 22px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #state #badges .badge {
    font-size: 18px;
    line-height: 24px;
  }
}
#state #badges .badge img {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #state #badges .badge img {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #state #badges .badge .text {
    height: 100%;
    margin: 0;
    position: relative;
  }
}
#state #badges .badge .text p {
  margin: 0;
}
@media (min-width: 768px) {
  #state #badges .badge .text .fix-center {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#state #tocs {
  font-size: 16px;
  line-height: 22px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #state #tocs {
    font-size: 18px;
    line-height: 24px;
  }
}
#state #tocs .section-title {
  border-top: 1px solid #b2b2b2;
}
#state #tocs .text {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #state #tocs .text {
    margin-bottom: 60px;
  }
}
#state #tocs .sub {
  font-size: 12px;
}
@media (min-width: 992px) {
  #state #tocs .sub {
    font-size: 14px;
  }
}
#locs {
  margin-top: 40px;
}
#locs .h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
}
#locs .panel {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#locs .panel:last-child .panel-heading a.collapsed {
  border: none;
}
#locs .panel .panel-heading {
  padding: 0;
}
#locs .panel .panel-heading a {
  background-color: #055293;
  color: #ffffff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 15px 0;
  text-decoration: none;
  width: 100%;
}
#locs .panel .panel-heading a::before {
  content: "\e925";
  display: inline-block;
  font-family: "icomoon" !important;
  font-size: 28px;
  margin-right: 10px;
  vertical-align: middle;
}
#locs .panel .panel-heading a::after {
  color: #ffffff;
  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;
}
#locs .panel .panel-heading a.collapsed {
  border-bottom: 1px solid #ffffff;
}
#locs .panel .panel-heading a.collapsed::after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#locs .panel .panel-heading a.collapsed.years {
  background-color: #ffffff;
  border: 1px solid #055293;
  color: #055293;
}
#locs .panel .panel-heading a.collapsed.years::before {
  border: 2px solid #055293;
}
#locs .panel .panel-heading a.collapsed.years::after {
  color: #055293;
}
#locs .panel .panel-heading a.collapsed.years:hover,
#locs .panel .panel-heading a.collapsed.years:focus,
#locs .panel .panel-heading a.collapsed.years:active {
  background-color: #055293;
  color: #ffffff;
  text-decoration: none;
}
#locs .panel .panel-heading a.collapsed.years:hover::before,
#locs .panel .panel-heading a.collapsed.years:focus::before,
#locs .panel .panel-heading a.collapsed.years:active::before {
  border: 2px solid #ffffff;
}
#locs .panel .panel-heading a.collapsed.years:hover::after,
#locs .panel .panel-heading a.collapsed.years:focus::after,
#locs .panel .panel-heading a.collapsed.years:active::after {
  color: #ffffff;
}
#locs .panel .panel-body {
  border: none;
  display: block;
}
#locs .panel .panel-body .location {
  display: inline-block;
  padding: 15px;
}
#locs .panel .panel-body .location .section {
  color: #ffffff;
  padding-bottom: 15px;
}
#locs .panel .panel-body .location .section .label {
  display: block;
  font-size: 20px;
  padding: 0 0 5px;
  text-align: left;
}
#locs .panel .panel-body .location .section .value {
  display: block;
  font-size: 18px;
}


#suggestions{
  background: #fff;
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 5em;
  border-radius: 2%;
}

#suggestions .suggestion-item{
  -background: #fff;
  padding: 1em;
}

#suggestions .suggestion-item:hover{
  background: #055293;
  cursor: pointer;
  padding: 1em;
  color:#FFF;
}