#dsl .media {
  display: block;
  font-size: 0; }
  #dsl .media-content {
box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle; }
  #dsl .media-content:first-of-type {
    padding-right: 1rem;
    width: 25%; }
  #dsl .media-content:last-of-type {
    width: 75%; }

#dsl .button {
  background: #FF9D2D;
  border-color: #95989A;
box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.1); }
  #dsl .button:hover {
box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.2);
    color: #fff; }

#dsl img {
  max-width: 100%; }

#dsl-hero {
  background: var(--hero-gradient, linear-gradient(135deg, #0b1d2a, #17807e));
  background-position: left top;
background-size: cover;
  display: block;
  font-size: .8em;
  height: 450px;
  position: relative; }
  @media screen and (min-width: 600px) {
    #dsl-hero {
      font-size: 1em;
      height: 600px; } }
  @media screen and (min-width: 1180px) {
    #dsl-hero {
      background-position: left top;
background-size: cover; } }
  #dsl-hero .hero-overlay {
    background: rgba(0, 0, 0, 0.1);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }
  #dsl-hero .hero-content {
box-sizing: border-box;
    color: #fff;
    display: block;
    padding: 1rem;
    position: absolute;
    text-align: center;
    top: 50%;
transform: translateY(-50%);
    width: 100%; }
    @media screen and (min-width: 1000px) {
      #dsl-hero .hero-content {
        left: 10%;
        text-align: left;
        width: 700px; } }
    @media screen and (min-width: 1180px) {
      #dsl-hero .hero-content {
        left: 15%; } }
  #dsl-hero .button {
    font-size: 1.2em;
    margin: 4rem 0 0 0; }
  #dsl-hero h1 {
    font-size: 3.125em;
    font-style: italic;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.45); }
  #dsl-hero p {
    font-size: 1.7em;
    font-weight: 600;
    margin: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45); }
  #dsl-hero span {
    color: #FFC400;
    font-size: 3em;
    font-weight: 700; }
  @media screen and (min-width: 1000px) {
    #dsl-hero p {
      margin: 0 0 0 3rem; }
    #dsl-hero .button {
      margin: 4rem 0 0 7rem; } }

#dsl-interests {
  background: #F8F8F8;
  display: block;
  padding: 60px 0 30px 0;
  text-align: center; }
  #dsl-interests .col {
    margin-bottom: 3rem;
    text-align: left; }

#dsl-features {
  display: block;
  padding: 60px 0;
  text-align: center; }
  #dsl-features .col {
    text-align: left; }
  #dsl-features h2 {
    text-align: center;
    margin-bottom: 3rem; }
  #dsl-features ul {
    color: #373737;
    font-size: 1.4em;
    padding: 0;
    list-style: none; }
    #dsl-features ul li {
      padding-left: 3rem;
      position: relative;
      margin-bottom: .3rem; }
      #dsl-features ul li:before {
        color: #5EC900;
        content: "\2714";
        display: inline-block;
        font-size: 1.2em;
        left: 1rem;
        position: absolute;
        top: 50%;
transform: translateY(-50%); }
  #dsl-features a {
    color: #5EC900;
    font-size: 1.25em;
    margin-left: 3rem;
    text-decoration: underline; }
  @media screen and (min-width: 800px) {
    #dsl-features .coverage {
      text-align: right; } }

#dsl-equipment {
  background: #F8F8F8;
  display: block;
  padding: 60px 0; }
  #dsl-equipment .tab {
    display: block; }
  #dsl-equipment .content {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    width: 100%; }
  #dsl-equipment .content {
    text-align: center; }
    #dsl-equipment .content .col {
      text-align: left; }
  #dsl-equipment img {
    width: 100%; }
  #dsl-equipment header {
    margin-bottom: 2rem;
    text-align: center; }
  #dsl-equipment .tabs-nav {
    font-size: 0;
    list-style: none;
    margin: 0 auto 3rem auto;
    max-width: 500px;
    padding: 0;
    text-align: center; }
    #dsl-equipment .tabs-nav li {
box-sizing: border-box;
      display: inline-block;
      padding: 0 1rem;
      width: 50%; }
    #dsl-equipment .tabs-nav a {
      border-bottom: 3px solid #F8F8F8;
      color: #95989A;
      display: inline-block;
      font-size: .8rem;
      padding-bottom: .5rem;
      position: relative;
      text-transform: uppercase; }
      @media screen and (min-width: 600px) {
        #dsl-equipment .tabs-nav a {
          font-size: 1rem; } }
      #dsl-equipment .tabs-nav a.active {
        border-color: #2DABFF;
        color: #2DABFF;
        font-weight: 600; }
        #dsl-equipment .tabs-nav a.active:before {
          border-top: 10px solid #2DABFF;
          border-right: 10px solid transparent;
          border-left: 10px solid transparent;
          content: " ";
          height: 0;
          left: 50%;
          margin-left: -10px;
          position: absolute;
          top: 100%;
          width: 0; }

#dsl-contact {
  display: block;
  padding: 60px 0; }
  #dsl-contact header {
    display: block;
    margin-bottom: 3rem;
    text-align: center; }
  #dsl-contact .heading {
    color: #2DABFF;
    font-size: 1.5em;
    font-weight: 600; }
  @media screen and (min-width: 1024px) {
    #dsl-contact .forms > .col {
      padding-left: 3rem;
      padding-right: 3rem; } }

#dsl-contact-email {
  margin-bottom: 3rem; }
  @media screen and (min-width: 1024px) {
    #dsl-contact-email {
      margin-bottom: 0; } }

#dsl-local-tech-number {
  background: #F8F8F8;
  padding: 1rem;
  text-align: center; }
  #dsl-local-tech-number input[type=text] {
    margin-right: .5rem;
    text-align: center;
    width: 60%; }
  #dsl-local-tech-number .button {
    background: #5EC900;
    padding: .5rem; }

#dsl-local-tech-response {
  display: block;
  height: 0;
  overflow: hidden;
  text-align: center; }
  #dsl-local-tech-response p {
    color: #8D8C8C;
    font-size: .9em; }
  #dsl-local-tech-response span {
    text-transform: uppercase; }
  #dsl-local-tech-response ul {
    font-size: 0;
    list-style: none;
    padding: 0; }
  #dsl-local-tech-response li {
box-sizing: border-box;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    width: 50%; }
    #dsl-local-tech-response li:nth-child(odd) {
      padding-right: 1rem;
      text-align: right; }
  #dsl-local-tech-response.active {
    height: auto; }

#dsl-faq {
  background: #F8F8F8;
  display: block;
  padding: 60px 0; }
  #dsl-faq header {
    margin-bottom: 3rem; }