﻿::-webkit-input-placeholder {
  opacity: 0.5 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.5 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.5 !important;
}

:-ms-input-placeholder {
  opacity: 0.5 !important;
}

.address-search-disclaimer {
  text-align: center;
  font-size: 14px;
  color: #000 !important;
  font-style: italic;
  margin-top: 25px;
}
.modal-p {
  text-align: left;
  margin: 0;
}
.modal-h4 {
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  color: #0055a5;
}

.locator a,
.pointer {
  cursor: pointer;
}

.progress {
  width: 100%;
  margin: 35px auto 0 auto;
}

.divSBState {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  display: none;
}

.divSBState a {
  color: #939393;
  font-weight: 400;
}

.map-holder .state {
  fill: #3d9ad5;
  stroke: #fff;
  stroke-width: 1;
  stroke-opacity: 1;
}

.map-holder .state.available {
  fill: #0253a5;
}

.map-holder .state.available:hover path,
.map-holder .state.available:hover,
.map-holder .state.selected path,
.map-holder .state.selected {
  fill: #fe802c;
}

/*.map-holder .territory*/
/*{*/
/*opacity:0;*/
/*fill:#E0E0E0;*/
/*stroke:#646464;*/
/*stroke-width:1;*/
/*stroke-opacity:1;*/
/*}*/

/*.map-holder .territoryborder*/
/*{*/
/*opacity:0;*/
/*fill:none;*/
/*stroke:#A9A9A9;*/
/*stroke-width:2;*/
/*}*/

.map-holder .border {
  opacity: 1;
  fill: none;
  stroke: #a9a9a9;
  stroke-width: 2;
}

.map-holder .circle {
  opacity: 1;
  fill: #e0e0e0;
  stroke: #646464;
  stroke-width: 1;
}

.map-holder {
  margin: 0 auto;
}

.modal-backdrop.in {
  opacity: 0.95;
}

ul.ui-autocomplete {
  z-index: 2000;
}

.locator ul.dropdown-menu {
  width: 95%;
}

.locator ul.dropdown-menu li {
  display: block !important;
  padding: 0;
  font-size: 14px;
}

.locator ul.dropdown-menu li a {
  color: #000000;
}

.locator ul.dropdown-menu li.active a {
  color: #ffffff;
}

.locator ul.dropdown-menu li a strong {
  color: #fe802c;
}

.address-search-btn {
  background: #ff802c;
  color: #003a70 !important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 18px !important;
  line-height: 40px !important;
  font-weight: 600;
  height: 44px;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0.5px;
  padding: 0 12px 0 12px !important;
  border: 2px solid transparent;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
	font-family: 'Fira Sans', sans-serif !important;
  margin: 0 0 20px 0;
}

.address-search-btn:hover,
.address-search-btn:focus {
  border: 2px solid #ff802c;
  background-color: #fff;
  color: #003a70 !important;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

#zipCode {
  padding: 5px;
  padding: 5px;
  border-radius: 5px;
}

.modal-label {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}

.svganchors {
  cursor: pointer;
}

.popupinfo {
  background: #fff;
  border: 2px solid #0253a5;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  left: 3%;
  right: 3%;
  z-index: 9;
}

.popupinfo .pop-close {
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  color: #0253a5;
  cursor: pointer;
  font-size: 200%;
  padding: 5px 10px 0 0;
}

.popupinfo img {
  padding: 10px;
  max-width: 100%;
}

.popupinfo .button-holder {
  padding-top: 10px;
  text-align: center;
}

.popupinfo .button-holder .blue {
  color: #fff !important;
}

.view-area-text {
  font-size: 14px;
}

.clearableInput {
  position: relative;
}

.clearIcon {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 12px;
  margin: auto;
  font-size: 12px;
  cursor: pointer;
  color: #ccc;
}

.hideStateSelector .divSBState {
  display: none;
}

.cookie-disclaimer {
  font-size: 13px;
}

.cookie-disclaimer .glyphicon {
  font-size: 18px;
  color: #888;
  padding-top: 6px;
}

@media (min-width: 480px) {
  .progress {
    width: 100%;
  }

  .modal-input input {
    display: block;
  }
}

@media (min-width: 768px) {
  .divSBState {
    font-weight: 500;
    color: #fff;
  }

  .divSBState a {
    color: #fff;
    font-weight: 100;
  }

  .landing-page .divSBState {
    color: inherit;
  }

  .landing-page .divSBState a {
    color: inherit;
  }

  .progress {
    width: 33%;
  }

  .popupinfo {
    top: 40px;
    left: 10%;
    right: 10%;
  }

  .location-map svg {
    min-height: 330px;
  }
}

@media (min-width: 992px) {
  .popupinfo {
    top: 60px;
    left: 15%;
    right: 15%;
  }

  .location-map svg {
    min-height: 530px;
  }
}

@media (max-width: 768px) {
}
