@font-face {
  font-family: CHLORINR;
  src: url(/assets/fonts/CHLORINR.eot) format("embedded-opentype"),
    url(/assets/fonts/CHLORINR.woff) format("woff"),
    url(/assets/fonts/CHLORINR.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: HAPPY;
  src: url(/assets/fonts/HAPPY.eot?h=79be72dc545fea931057d73d171fde1d)
      format("embedded-opentype"),
    url(/assets/fonts/HAPPY.woff?h=79be72dc545fea931057d73d171fde1d)
      format("woff"),
    url(/assets/fonts/HAPPY.ttf?h=79be72dc545fea931057d73d171fde1d)
      format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: impactreg;
  src: url(/assets/fonts/impactreg.eot?h=60d41dd26ff963ac5610b6ba394cd18d)
      format("embedded-opentype"),
    url(/assets/fonts/impactreg.woff?h=60d41dd26ff963ac5610b6ba394cd18d)
      format("woff"),
    url(/assets/fonts/impactreg.ttf?h=60d41dd26ff963ac5610b6ba394cd18d)
      format("truetype");
  font-weight: 400;
  font-style: normal;
}
.contact-clean {
  background: #f1f7fc;
  padding: 80px 0;
}
.contact-clean form {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.contact-clean h2 {
  margin-top: 5px;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}
.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}
.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  outline: 0;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}
.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}
.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}
.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: 0 0;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: 0 !important;
}
.contact-clean form .btn:hover,
.sp-thumbs a:hover {
  opacity: 1;
}
.contact-clean form .btn:active {
  transform: translateY(1px);
}
.contact-clean form .btn-primary {
  background-color: #055ada !important;
  margin-top: 15px;
  color: #fff;
}
#coverage-map:hover,
#pre-register:hover,
#tower-host:hover,
#view-plans:hover {
  background-color: #fff;
  color: var(--blue);
  font-weight: 600;
}
.contract,
.hide {
  transition-duration: 0.5s;
  height: 0;
  visibility: hidden;
  color: transparent;
}
.show {
  transition-duration: 0.5s;
  height: 350px;
  visibility: visible;
  color: #505e6c;
}
#contractSelect:click .contract {
  transition-duration: 0.5s;
  height: 350px;
  visibility: visible;
  color: #505e6c;
}
.hideSpinner {
  display: none;
}
.sp-loading {
  text-align: center;
  max-width: 270px;
  padding: 15px;
  border: 5px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #888;
}
.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  background: #eee;
  border: 5px solid #eee;
  border-radius: 3px;
  position: relative;
  margin: 0 25px 15px 0;
  float: left;
  max-width: 300px;
}
.sp-thumbs {
  text-align: left;
  display: inline-block;
}
.sp-thumbs img {
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
}
.sp-thumbs a:link,
.sp-thumbs a:visited {
  width: 50px;
  height: 50px;
  overflow: hidden;
  opacity: 0.3;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.sp-current,
.sp-thumbs a:active {
  opacity: 1 !important;
  position: relative;
}
.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}
.sp-large a img {
  max-width: 100%;
  height: auto;
}
.sp-large a {
  display: block;
}
.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: none;
}
.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1031;
  display: none;
  cursor: pointer;
}
.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}
#sp-next,
#sp-prev {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: 0.2s;
}
#sp-prev {
  left: 10px;
}
#sp-prev:before {
  content: "";
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px;
}
#sp-next {
  right: 10px;
}
#sp-next:before {
  content: "";
  border: 7px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 18px;
}
#sp-next:hover,
#sp-prev:hover {
  background: #444;
}
@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 15px;
  }
  #sp-next,
  #sp-prev {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}
@media screen and (min-width: 700px) {
  #mobile-click-on {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #home-high-speed {
    font-family: impactreg;
    color: #fff;
    font-size: 56px;
    text-shadow: 1px 1px 14px #000;
    border-style: none;
    margin-left: 35px;
  }
  #home-coming-to {
    font-family: impactreg;
    color: #fff;
    text-shadow: 1px 1px 14px #000;
    border-style: none;
    border-color: #0019ff;
    margin-left: 35px;
    font-size: 26px;
  }
  #home-intro-para {
    margin-top: 0;
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 14px #000;
    border-style: none;
    margin-left: 35px;
    margin-bottom: 25px;
  }
  #home-starting-month {
    font-family: impactreg;
    color: #000;
    font-size: 26px;
    text-shadow: 2px 0 8px #fff;
    margin-left: 35px;
  }
  #chose-county,
  #walton-internet,
  #washington-internet {
    font-size: 36px;
  }
  #slide2 {
    background: url(/assets/img/tech/Railroad.JPG)
      center/cover no-repeat;
    text-align: center;
    padding-top: 7%;
    box-shadow: 2px 1px 8px;
    min-height: 800px;
  }
}
@media screen and (min-width: 701px) {
  #slide2 {
    background: url(/assets/img/tech/Railroad.JPG)
      center/cover no-repeat;
  }
}
.social-icons {
  color: #313437;
  background-color: #fff;
  text-align: center;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .contact-clean {
    padding: 20px 0;
  }
  .contact-clean form {
    padding: 30px;
  }
  .social-icons {
    padding: 50px 0;
  }
}
.social-icons i {
  font-size: 32px;
  display: inline-block;
  color: #757980;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #c8ced7;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}
