.header-background .navigation > ul > li.current > a {
    color: #000;
    border-bottom: none;
}

.phne-number {
	font-size: 2.5rem!important;
}

.bkg-theme {
    background-color: #20A4F3;
    border-color: #20A4F3;
    color: white!important;
}

.red-cta {
	background-color: #D00000!important;
    border-color: #D00000;
}

.nav-cta {
	background-color: #D00000 !important;
	opacity: 1 !important;
    border-color: #D00000;
    padding: 1.6rem 3rem !important;
    line-height: 1 !important;
    color: white !important;
}

.header-background .navigation > ul > li.current > a {
    color: #20A4F3;
    border-bottom: none;
}

.header-background .navigation > ul > li.current > a:hover {
    color: #20A4F3;
}

.header-background .navigation > ul > li > a {
    color: #20A4F3;
}

.header-background .navigation > ul > li > a:hover {
    color: #20A4F3;
}

.hero-5-1 .media-column {
    background-image: url(../images/seal.jpg);
}

.stars {
    color: #D00000;
}

.stars i {
    padding: 0 3px;
}

.text-underline {
    text-decoration: underline;
}

.review-content {
    margin: 0;
}

.reviewer-name {
    color: #D00000;
}

.call-to-action-2-1 {
    background-image: url(../images/DsktpServiceArea.jpg);
}

.dark-font h2 {
    color: #333!important;
}

.button-border-dark {
    border-color: #333!important;
}

.bkg-hover-red:hover {
    background-color: #D00000!important;
    border-color: #D00000!important;
}

.button, button {
    font-weight: bold;
}

.hero-5-2 .media-column {
    background-image: url(../images/CommercialIMG.jpg);
}


.featured-media .tm-slider-container {
    background-color: #20A4F3 !important; 
}

.h1-large {
    font-size: 8rem;
}

.hero-5-3 .media-column {
    background-image: url(../images/AboutUs.jpg);
}

.position-right {
    right: 0 !important;
    left: auto !important;
}

.height-350 {
    height: 350px!important;
}

.form-margin-top {
    margin-top: 5rem !important;
    color: #333;
}


@media only screen and (max-width: 480px) {
    .h1-large {
        font-size: 6rem;
    }
}

body {
    color: #212121 !important;
}

.team-content-info h4 {
    color: #d00000 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #212121;
}

.contact-cta {
    display: none;
}

.dsktp-phone {
    display: none !important;
}

@media only screen and (min-width: 960px) {
  .nav-cta {
        display: none;
  }

  .contact-cta a {
        display: inline-block !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        opacity: 1 !important;
  }

  .contact-cta {
        display: inline-block !important;
  }

  .contact-link {
        display: none !important;
  }

  .dsktp-phone {
        display: table !important; 
  }

  .dsktp-phone a {
        font-size: 2rem !important;
        opacity: 1 !important;
  }


}

.about-capitalize {
    text-transform: capitalize !important;
}

.inactive-link {
    pointer-events: none !important;
    cursor: default !important;
}