/* Breakpoints */
/* Colors */
/* Sizes */
@font-face {
  font-family: 'OpenSansLight';
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Loading spinner styles */
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Generic page styling */
/*body {
  font-family: "OpenSansRegular", Arial, sans-serif;
}
*/
.filter-primary {
  background-color: #015cae;
  color: white;
  padding: 2.5em 10em;
  text-align: center;
}
.filter-primary h1 {
  font-family: "OpenSansLight", Arial, sans-serif;
  font-size: 3em;
  font-weight: 300;
}
.overlay-dotted {
  background-image: url(../images/dotted-background-small.png);
  background-position: center top;
  background-repeat: repeat-x;
}
.hidden {
  display: none;
}
.loader {
  margin: auto;
  overflow: hidden;
}
.loader.loader-overlay {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  height: 14em;
}
.loader .spinner {
  font-size: 1em;
  border-radius: 50%;
  border-top: 1.1em solid rgba(1, 92, 174, 0.2);
  border-right: 1.1em solid rgba(1, 92, 174, 0.2);
  border-bottom: 1.1em solid rgba(1, 92, 174, 0.2);
  border-left: 1.1em solid #015cae;
  height: 8em;
  width: 8em;
  margin: 2em auto;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load8 .8s infinite linear;
  animation: load8 .8s infinite linear;
}
.loader.loader-inline {
  height: 0;
  overflow: visible;
  text-align: right;
}
.loader.loader-inline .spinner {
  border-width: 1.5em;
  display: inline-block;
  font-size: 2px;
  margin: 0 5em;
  top: -27px;
  z-index: 9;
}
/* Form controls */
/*form {
  width: 50%;
  position: relative;
}*/
/*form.dual-form {
  width: 45%;
  float: left;
  margin-right: 5%;
}*/
/*label {
  color: #333;
  display: block;
  font-size: 14px;
  margin: 5px auto 2px;
}*/
/*input[type="text"],
select {
  background-color: #ebeef3;
  border: 1px solid #c3c3c3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  padding: 5px;
  width: 100%;
}*/
/*input[type="submit"] {
  background-color: #00be8b;
  border: 0 none;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 18px;
  padding: 10px 50px;
  margin-top: 5px;
}*/
/*input[type="submit"]:hover {
  background-color: #008b66;
}*/
.address-picklist-container {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.address-picklist {
  background-color: white;
  border: 2px solid #015cae;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-sizing: border-box;
  max-height: 206px;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
}
.address-picklist div,
.use-address-entered {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  padding: 5px 11px;
}
.use-address-entered {
  background-color: white;
  border: 2px solid #015cae;
  border-top: 0;
  margin-top: -1px;  
   
}
.use-address-entered:hover {
  background: #eee;
  cursor: pointer;
}
.address-picklist div:first-child:hover,
.address-picklist .selected:first-child {
  border-top: 0;
  padding-top: 5px;
}
.address-picklist div:last-child:hover,
.address-picklist .selected:last-child {
  border-bottom: 0;
  padding-bottom: 5px;
}
.address-picklist div:hover,
.address-picklist .selected {
  cursor: pointer;
  background: #eee;
  border-bottom: 1px solid #015cae;
  border-top: 1px solid #015cae;
  padding: 4px 11px;
}
.formatted-address {
  border-radius: 4px;
  line-height: 24px;
  margin: 5px auto;
}
.formatted-address .search-again-link {
  background: #d14;
  color: white;
  display: block;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  text-align: center;
  text-decoration: none;
  width: 20%;
}
.formatted-address h3 {
  color: #00be8b;
  font-size: 2em;
  font-family: "OpenSansLight", Arial, sans-serif;
  line-height: 1.1;
  margin: 0 auto 10px;
}
.ua-banner {
  background: #fcf8e3;
  border-bottom: 1px solid #ffb321;
  padding: 1em 0;
  text-align: center;
}
/* Media queries */
@media (max-width: 480px) {
  /* Reduce horizontal padding */
  .filter-primary {
    padding: 1em;
  }
  .filter-primary h1 {
    font-size: 1.5em;
  }
  /* Increase form width */
  form,
  form.dual-form {
    width: 100%;
  }
  /* Vertically align the labels, above the inputs */
  .formatted-address input {
    width: 100%;
  }
  .formatted-address label {
    width: 100%;
  }
}
