/* TAC Map Box Shadow */
input:focus::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.input-color {
  background-color: rgba(255, 255, 255, 1);
  color: rgb(95, 95, 95) !important;
}
.input-color:active {
  color: rgb(95, 95, 95);
}

.d-block .w-100 .inner-shadow {
  position: relative;
  -moz-box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
  -webkit-box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
  box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);

  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)';
  zoom: 1;
}

.inner-shadow {
  position: relative; /* This protects the inner element from being blurred */
  -moz-box-shadow: inset 5px 5px rgba(68, 68, 68, 0.6) !important;
  -webkit-box-shadow: inset 5px 5px rgba(68, 68, 68, 0.6) !important;
  box-shadow: inset 5px 5px rgba(68, 68, 68, 0.6) !important;

  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)';
  zoom: 1;
}

/* dropdown for station search bar */
.dropdown-menu {
  background-color: #ffffff !important;
  margin-top: 0px !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.shadow-box {
  box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.15);
}
/* TAC Map Style */

.tac_map {
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.tacmapheader {
  position: relative;
  font-size: 3.5rem;
}

.carousel-wrapper {
  background-image: linear-gradient(to right, white, rgb(241, 247, 255));
  background-size: cover;
  border-bottom: 1px solid rgba(209, 209, 209, 0.7);
}
.carousel-wrapper2 {
  background-image: url(../assets/images/headlineslider/headline_map.jpg);
  background-size: cover;
  width: 100%;
  height: auto;
  border-bottom: 2px solid rgba(209, 209, 209, 0.7);
}

.tidescarousel-caption {
  position: relative;
  height: auto;
  width: auto;
  padding-left: 20px;
  padding-top: 20px;
  margin-left: 20px;
  margin-right: auto;
  padding-right: 20px;
  color: rgba(21, 73, 146, 1);
  text-align: left;
}

.headline-text {
  line-height: 2rem;
  font-size: 20px;
}
.headline-caption {
  font-weight: 700;
  line-height: 1.7rem;
  width: auto;
}

.p-1 {
  padding-left: 0 !important;
}
.borderBottom {
  border-bottom: 2px solid #000;
  position: relative;
  width: 20%;
  left: 40%;
}

/* Image Map */
.states {
  fill: #f7941d;
  stroke: #ffffff;
  stroke-width: 0.9706;
  stroke-linejoin: round;
}

.states:hover {
  fill: #154992;
}

.inset:hover {
  fill: #154992;
}
.unactivestates {
  fill: rgb(233, 214, 175);
  stroke: #ffffff;
  stroke-width: 0.9706;
  stroke-linejoin: round;
}
.lakes {
  fill: #154992;
  stroke: #ffffff;
  stroke-width: 0.9706;
  stroke-linejoin: round;
}
.lakes:hover {
  fill: #99bdf0;
  stroke: #ffffff;
  stroke-width: 0.9706;
  stroke-linejoin: round;
}
.territories {
	fill:#154992;
	stroke:#FFFFFF;
	stroke-width:0.9706;
	stroke-linejoin:round;
}
.territories:hover {
	fill:#99BDF0;
	stroke:#FFFFFF;
	stroke-width:0.9706;
	stroke-linejoin:round;
}

.searchwrapper {
  position: relative;
  width: auto !important;
  height: 50px !important;
  box-shadow: 0px 0px 0px !important;
}
.searchBox-contentFilter-input .dropdown-menu {
  overflow: auto;
  max-height: 250px;
}


/* Product Section Box */

.productbox {
  max-width: 100% !important;
  margin-bottom: 0px !important;
  margin-top: 5px !important;
  padding: 0px 10px 10px 10px !important;
}

.productbox:hover {
  transform: scale(
    1.03
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport)*/
  opacity: 0.9 !important;
}

.productentry {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.productsbox div a {
  text-decoration: none !important;
}

.productheader:hover {
  color: #f7941d !important;
}

.productheader {
  color: #154992 !important;
}
.productsbox {
  padding: 20px 0;
}



#searchBoxDiv {
    margin: 4px auto 4px auto;
    padding:0 2px 0 2px;
  }

  
.headlinebox {
  max-width: 80vw;
}

#tacMap {
  margin-left: auto;
  margin-right: auto;
  overflow:hidden;
}

.sm-txt {
   font-size: .65rem;
   letter-spacing: .04rem;
   font-weight: 100 !important;
   font-kerning: auto !important;
   color: rgba(21, 73, 146, 1);
   fill: #154992;
   stroke: #154992;
}


@media (min-width: 1200px) {
  .tac_map {
    max-height: 90vh;
  }
  #searchBoxDiv {
    margin-top: 40%;
  }
}

@media (min-width: 500px) {
  .tidescarousel-caption {
    position: absolute;
    height: auto;
    width: 500px;
    bottom: 0%;
    left: 8%;
    right: 0%;
    top: 22%;
    z-index: 10;
    padding-top: 20px;
    color: rgba(21, 73, 146, 1);
    text-align: left;
  }
  
  .searchresponsive {
    font-size: 1rem;
  }
  .headline-text {
    line-height: 2rem;
    font-weight: 700;
    font-size: 20px;
  }
  .headline-caption {
    font-weight: 700;
    line-height: 1.7rem;
    width: auto;
  }
  
}

