/*!
Pure v1.0.1
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
.pure-table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb}.pure-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.pure-table td,.pure-table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:.5em 1em}.pure-table thead{background-color:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}.pure-table td{background-color:transparent}.pure-table-odd td{background-color:#f2f2f2}.pure-table-striped tr:nth-child(2n-1) td{background-color:#f2f2f2}.pure-table-bordered td{border-bottom:1px solid #cbcbcb}.pure-table-bordered tbody>tr:last-child>td{border-bottom-width:0}.pure-table-horizontal td,.pure-table-horizontal th{border-width:0 0 1px 0;border-bottom:1px solid #cbcbcb}.pure-table-horizontal tbody>tr:last-child>td{border-bottom-width:0}

.bluepages-block {
    margin: 1em 0;
    padding: 2em;
}

.bluepages-block form {
    margin-bottom: 1em;
}

.bluepages-block form label {
  font-weight: bold;
  color: black;
}

.bluepages-block form input:not([type="button"]) {
    margin-right: 1em;
    height: 44px;
    color: var(--clr-base-max);
    background-color: var(--clr-base-sec);
    border: 1px solid var(--clr-border-gray);
}

.bluepages-block form input[type="button"] {
    border-radius: 12px;
    font-weight: 500;
}

.bluepages-block .bp-alpha {
  display: block;
  width: 100%;
	margin-top: 1em;
}

.bluepages-block form .bp-alpha input[type="button"] {
  background: none;
  margin: 0;
  width: 1.5em;
  display: inline-block;
	padding: .25em .5em;
}

.bluepages-block form .bp-alpha input[type="button"]:focus, 
.bluepages-block form .bp-alpha input[type="button"]:hover {
  border: 0;
  text-decoration: underline;
  outline: none;
  background-color: #00274C; 
}

@media (min-width: 0px) and (max-width: 767px) {
  .bluepages-block form input {
    display: block;
    margin-bottom: 1em;
  }
}

.bluepages-block [data-bluepages-results] table {
    width: 100%;
}

.bluepages-block [data-bluepages-loader] {
    display: none;
    margin: 0 auto;
}

.bluepages-block .lds-grid {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.bluepages-block .lds-grid div {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #00274c;
    animation: lds-grid 1.2s linear infinite;
}

.bluepages-block .lds-grid div:nth-child(1) {
    top: 6px;
    left: 6px;
    animation-delay: 0s;
}

.bluepages-block .lds-grid div:nth-child(2) {
    top: 6px;
    left: 26px;
    animation-delay: -0.4s;
}

.bluepages-block .lds-grid div:nth-child(3) {
    top: 6px;
    left: 45px;
    animation-delay: -0.8s;
}

.bluepages-block .lds-grid div:nth-child(4) {
    top: 26px;
    left: 6px;
    animation-delay: -0.4s;
}

.bluepages-block .lds-grid div:nth-child(5) {
    top: 26px;
    left: 26px;
    animation-delay: -0.8s;
}

.bluepages-block .lds-grid div:nth-child(6) {
    top: 26px;
    left: 45px;
    animation-delay: -1.2s;
}

.bluepages-block .lds-grid div:nth-child(7) {
    top: 45px;
    left: 6px;
    animation-delay: -0.8s;
}

.bluepages-block .lds-grid div:nth-child(8) {
    top: 45px;
    left: 26px;
    animation-delay: -1.2s;
}

.bluepages-block .lds-grid div:nth-child(9) {
    top: 45px;
    left: 45px;
    animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}
