    /* ---------------------------------------------------------------
UNIVERSAL
--------------------------------------------------------------- */
    
    html {
        height: 100%;
    }
    
    body {
        /* All subsequent font declarations are relative to this. */
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #3C3C44;
        overflow-x: hidden;
        padding-top: 99px;
        background-color: #a5b9cc;
        visibility: hidden;
        line-height: 1.5;
        height: 100%;
    }
    
    a {
        font-family: 'Montserrat', sans-serif;
        color: #13395D;
    }
    
    a:hover {
        text-decoration: none;
        color: #4ebdb7;
    }
    
    .btn {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500 !important;
        text-transform: uppercase;
        border: none;
        border-radius: 0;
    }
    
    .btn:hover {
        text-decoration: none;
        border: none;
    }
    
    .btn-round {
        border-radius: 50%;
        display: block;
        width: 50px;
        height: 50px;
        background-color: #81cfcb;
        color: #fff;
        padding: .375rem .5rem;
    }
    
    .btn-round:hover {
        background-color: #4ebdb7;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: 'Montserrat', sans-serif;
        color: #88B6D4;
        line-height: 1.2;
        font-weight: 500;
    }
    
    h1 {
        font-size: 3.3rem;
        font-weight: 600;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-weight: 800;
        font-size: 1.95rem;
        text-transform: uppercase;
    }
    
    h4 {
        font-size: 1.9rem;
    }
    
    h2 {
        color: #3C3C44;
        text-transform: uppercase;
        font-weight: 400 !important;
        margin-bottom: 0;
    }
    
    h3,
    h5 {
        color: #13395D;
        text-transform: uppercase;
        padding-bottom: 10px;
    }
    
    h5 {
        font-size: 1.2rem;
        font-weight: 600;
    }
    
    h4 {
        line-height: 1.3;
    }
    
    @media (max-width: 767.98px) {
        body {
            padding-top: 110px;
        }
    }
    
    @media (max-width: 575.98px) {
        body {
            padding-top: 97px;
        }
        h1 {
            font-size: 2rem;
        }
        h3 {
            font-size: 1.2rem;
        }
        h5 {
            font-size: .9rem;
        }
    }
    
    hr {
        border-color: #707070;
    }
    /* ---------------------------------------------------------------
NAVIGATION BAR
--------------------------------------------------------------- */
    
    #logo {
        max-height: 80px;
    }
    
    #navbar {
        background-color: #fff;
    }
    
    #navbar .row {
        padding: 20px 0;
    }
    
    nav {
        padding: 20px 0;
    }
    
    nav a {
        font-family: 'Montserrat', sans-serif;
        color: #13395D;
        text-decoration: none;
        font-size: .93rem;
        text-transform: uppercase;
        font-weight: 600;
        padding-bottom: 3px;
        margin-right: 50px;
    }
    
    nav a.btn {
        margin-right: 0px;
    }
    
    nav a:hover {
        text-decoration: none;
        color: #13395D;
        border-bottom: 4px solid #81cfcb;
    }
    
    .btn-header {
        padding: 9px 35px !important;
        color: #fff;
        background-color: #88b6d4;
        border: none;
    }
    
    @media (max-width: 576px) {
        .btn-header {
            padding: 5px 10px !important;
            font-size: .7rem;
        }
        nav a {
            font-size: .6rem;
            margin-right: 20px;
        }
    }
    
    .btn-header:hover {
        color: #fff;
        background-color: #81cfcb;
    }
    
    @media (max-width: 1000px) {
        #logo {
            max-height: 50px;
        }
        nav {
            padding-bottom: 5px;
        }
        nav a {
            margin-right: 10px;
        }
        #navbar .container .row {
            text-align: center;
            padding: 5px;
        }
    }
    /* ---------------------------------------------------------------
UNIVERSAL PAGE STRUCTURE/CONTENT
--------------------------------------------------------------- */
    
    .container-fluid .container {
        max-width: 1260px;
        padding: 0;
    }
    
    .header-image {
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        max-height: 530px;
    }
    
    .header-image-text {
        text-align: right;
        color: White;
        margin-top: 80px;
    }
    
    .header-image .container .row .col {
        padding-right: 0;
    }
    
    .header-image-text h2,
    .header-image-text h1 {
        margin: 0;
        padding: 2px 5px;
    }
    
    .header-image-text h2 span,
    .header-image-text h1 span {
        background-color: #13395d;
        color: #fff;
        padding: 2px 10px;
    }
    
    .header-image-text h2 span {
        padding: 5px 10px;
    }
    
    .btn-header-image {
        background-color: White;
        padding: 17px 60px;
        font-size: 1.2rem;
        margin: 30px 10px;
    }
    
    .btn-header-image:hover {
        background-color: #13395D;
        color: #fff;
    }
    
    @media (max-width: 767.98px) {
        .header-image {
            height: 100%;
            max-height: 200px;
        }
        .header-image-testimonials {
            height: 100%;
            max-height: 500px;
        }
        .header-image-text {
            margin-top: 20px;
        }
        .header-image-text h5,
        .header-image-text h1 {
            padding: 5px;
            font-size: .75rem;
        }
        .header-image-text h5 span,
        .header-image-text h1 span {
            padding: 5px;
        }
        .btn-header-image {
            background-color: White;
            padding: 10px 40px;
            font-size: .6rem;
            margin: 20px 5px;
        }
    }
    
    ul {
        padding: 23px;
        margin: 0;
        list-style-image: url('../img/bullet.png');
    }
    
    li {
        padding-left: 1em;
        font-size: 1.2rem;
        color: #3c3c44;
        line-height: 40px;
        vertical-align: baseline;
    }
    
    @media (max-width: 576px) {
        li {
            padding-left: 1em;
            font-size: 1rem;
            line-height: 30px;
        }
    }
    /* ---------------------------------------------------------------
FORMS
--------------------------------------------------------------- */
    
    .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    
    .form-control {
        border-radius: 0;
        font-size: 1.25rem;
        vertical-align: middle;
        padding: .65rem .65rem;
    }
    
    @media (max-width: 576px) {
        .form-control {
            margin: 5px 0px;
        }
    }
    
    .app-contact-header {
        color: #88B6D4;
        font-weight: 600;
        text-transform: none;
        font-size: 1.9rem;
        padding-bottom: 20px;
    }
    
    .app-contact {
        background-color: #f5f6f6;
        padding: 45px;
    }
    
    .app-contact p {
        font-style: italic;
    }
    
    .app-contact input {
        margin-bottom: 20px;
        border-color: #707070;
    }
    
    .app-contact textarea {
        border-color: #707070;
    }
    
    .form-control::-webkit-input-placeholder {
        color: #d1d3d4;
        font-size: .9rem;
        text-transform: uppercase;
    }
    /* WebKit, Blink, Edge */
    
    .form-control:-moz-placeholder {
        color: #d1d3d4;
        font-size: .9rem;
        font-weight: 400;
        text-transform: uppercase;
    }
    /* Mozilla Firefox 4 to 18 */
    
    .form-control::-moz-placeholder {
        color: #d1d3d4;
        font-size: .9rem;
        text-transform: uppercase;
    }
    /* Mozilla Firefox 19+ */
    
    .form-control:-ms-input-placeholder {
        color: #d1d3d4;
        font-size: .9rem;
        text-transform: uppercase;
    }
    /* Internet Explorer 10-11 */
    
    .form-control::-ms-input-placeholder {
        color: #d1d3d4;
        font-size: .9rem;
        text-transform: uppercase;
    }
    /* Microsoft Edge */
    
    .form-control:-ms-input-placeholder {
        color: #d1d3d4;
        font-size: .9rem;
        text-transform: uppercase;
    }
    
    @media (max-width: 767.98px) {
        .frmName,
        .frmEmail,
        .frmTitle {
            width: 100% !important;
            margin-bottom: 10px;
        }
        .btn-round-squared {
            margin-top: 5px;
            border-radius: 0;
            width: 100%;
        }
    }
    
    @media (max-width: 575.98px) {}
    /* ---------------------------------------------------------------
HELPERS
--------------------------------------------------------------- */
    
    .boxShadow {
        -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
        -khtml-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    }
    
    .drkBlueBg {
        background-color: #13395d;
    }
    
    .whiteBg {
        background-color: #fff;
    }
    
    .ltGreyBg {
        background-color: #f7f9f9;
    }
    
    .drkBlueTxt {
        color: #13395d;
    }
    
    .medBlueTxt {
        color: #3c3c44;
    }
    
    .ltBlueTxt {
        color: #88b6d4;
    }
    
    .whiteTxt {
        color: #fff;
    }
    
    .upperCase {
        text-transform: uppercase;
    }
    
    .positionBlock {
        position: unset !important;
        transform: none !important;
    }
    
    .ptb-25 {
        padding: 25px 0px !important;
    }
    
    .ptb-35 {
        padding: 35px 0px !important;
    }
    
    .ptb-70 {
        padding: 70px 0px !important;
    }
    
    .ptb-80 {
        padding: 80px 0px !important;
    }
    
    .ptb-100 {
        padding: 100px 0px !important;
    }
    
    @media (max-width: 576px) {
        .ptb-100 {
            padding: 50px 0px !important;
        }
    }
    
    .ptb-130 {
        padding: 130px 0px !important;
    }
    
    @media (max-width: 576px) {
        .ptb-80 {
            padding: 40px 0px !important;
        }
        .ptb-130 {
            padding: 60px 0px !important;
        }
    }
    
    .mt-0 .mt-80 {
        margin-top: 80px !important;
    }
    
    .mt-70 {
        margin-top: 70px !important;
    }
    
    .mt-60 {
        margin-top: 60px !important;
    }
    
    .pt-20 {
        padding-top: 20px !important;
    }
    
    .pt-30 {
        padding-top: 30px !important;
    }
    
    .pt-40 {
        padding-top: 40px !important;
    }
    /* ---------------------------------------------------------------
HOME PAGE SPECIFIC
--------------------------------------------------------------- */
    
    .header-image-home {
        background-image: url("../img/headers/sc-tracking-solutions.png");
    }
    
    #frmGetStarted {
        padding-top: 33px;
    }
    
    #get-started .container .row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    #get-started div div div p {
        font-size: .88rem;
        font-weight: 300;
    }
    
    #about-us {
        position: relative;
        z-index: 10;
    }
    
    #about-us #app-links {
        padding: 0px 40px 0px 60px;
    }
    
    @media (max-width: 575.98px) {
        .app-icon {
            min-width: 40px;
        }
        #about-us #app-links {
            padding: 0px 5px;
        }
        .btn-browse-apps {
            padding: 10px 20px !important;
            font-size: .9rem;
        }
        #testimonials {
            padding-bottom: 100px;
        }
    }
    
    #app-links div div.col-10 {
        background-color: #f5f6f6;
        border-top: 10px solid White;
        border-bottom: 10px solid White;
    }
    
    #app-links div div.col-10 h5 {
        padding: 13px 0px 0px;
    }
    
    #app-links .row {
        padding: 10px 0;
    }
    
    #app-links a .row:hover {
        cursor: pointer;
        border-color: #81cfcb;
        text-decoration: none;
    }
    
    #features .btn-browse-apps {
        margin-top: 720px;
    }
    
    .btn-browse-apps {
        background-color: #13395d;
        color: #fff;
        padding: 15px 55px;
        margin-top: 730px;
        text-transform: none;
        font-size: 1.6rem;
        font-weight: 400 !important;
    }
    
    .btn-browse-apps img {
        padding-left: 80px;
    }
    
    .btn-browse-apps:hover,
    #get-started-btn:hover {
        background-color: #051f38;
        color: #fff;
    }
    
    h5 a:hover {
        text-decoration: none;
    }
    
    .header-image-testimonials {
        background-image: url("../img/testimonials-bg.png");
    }
    
    .testimonials .header-image-text {
        background-color: White;
        text-align: center;
        color: White;
        max-width: 841px;
        margin: 0 auto;
    }
    
    .testimonial-txt {
        color: #13395d;
        font-style: italic;
        padding: 10px 40px 0px 40px;
    }
    
    .icon-quote {
        position: relative;
        top: -25px;
    }
    
    #clients .container {
        padding: 50px 0px;
    }
    
    @media (max-width: 575.98px) {
        .client-logo {
            max-width: 125px;
        }
    }
    /* ---------------------------------------------------------------
GET STARTED PAGE SPECIFIC
--------------------------------------------------------------- */
    
    #get-started-page div div div p {
        font-size: 1rem;
        font-weight: 300;
        padding-top: 6px;
    }
    
    #get-started-form .container {
        max-width: 750px;
    }
    
    #get-started-form form input {
        border-color: #707070;
        margin-bottom: 35px;
    }
    
    #get-started-form textarea {
        border-color: #707070;
        margin-bottom: 35px;
    }
    
    #get-started-btn {
        background-color: #13395d;
        color: #fff;
        padding: 15px 55px;
        text-transform: none;
        font-size: 1.6rem;
        font-weight: 400 !important;
    }
    
    @media (max-width: 575.98px) {
        #get-started-btn {
            padding: 15px 25px;
            font-size: 1.5rem;
        }
    }
    /* ---------------------------------------------------------------
APPLICATIONS PAGE SPECIFIC
--------------------------------------------------------------- */
    
    #applications {
        border-bottom: 50px solid #13395d;
    }
    
    #applications .container {
        padding: 50px 0px;
    }
    
    #app-header-image {
        width: 678px;
    }
    
    @media (max-width: 575.98px) {
        .app-section-icon {
            min-width: 110px;
            max-width: 110px;
        }
        #features {
            display: none;
        }
    }
    
    #applications .header-image-text {
        margin-top: 40px;
    }
    
    .appFeatureBtn {
        cursor: pointer;
        background-color: #e6e6e5;
        padding: 20px 10px;
        min-height: 200px;
        max-height: 200px;
    }
    
    .appFeatureTitle {
        color: #fff;
        display: none;
        text-transform: uppercase;
        padding: 10px 0px;
    }
    
    #appFeature {
        position: absolute;
        top: -20px;
        margin-top: 0;
        border-top: 10px solid #13395d;
        background-color: #f5f6f6;
        padding: 85px;
        min-height: 550px;
        min-width: 100%;
    }
    
    #feature-cost-savings,
    #feature-gain-control,
    #feature-automation,
    #feature-verification,
    #feature-secure {
        display: none;
    }
    
    #features .container .row {
        padding: 20px 0px 0px 0px;
    }
    
    #getStartedBtn {
        position: relative;
        top: 600px;
        left: 96%;
        transform: translate(-50%, -50%);
    }
    /* ---------------------------------------------------------------
    CONTACT SPECIFIC
    --------------------------------------------------------------- */
    
    #lets-talk h5 {
        line-height: 1.2;
    }
    /* ---------------------------------------------------------------
    TERMS SPECIFIC
    --------------------------------------------------------------- */
    
    #terms h5 {
        padding-bottom: 0;
        margin-top: 40px;
    }
    /* ---------------------------------------------------------------
    PRIVACY SPECIFIC
    --------------------------------------------------------------- */
    
    #privacy h5 {
        padding-bottom: 0;
        margin-top: 40px;
    }
    /* ---------------------------------------------------------------
    RESOURCES SPECIFIC
    --------------------------------------------------------------- */
    
    #resources h5 {
        margin-top: 50px;
        padding: 10px 15px;
        background-color: #f5f6f6;
    }
    
    #resources p {
        padding: 0px 15px;
    }
    /* -------------------------------------------------------------- 
    ABOUT SCTS SPECIFIC 
    --------------------------------------------------------------- */
    
    .header-image-about {
        background-image: url("../img/headers/about-SCTS.png");
    }
    
    .header-image-about .header-image-text {
        margin-top: 210px;
    }
    
    @media (max-width: 575.98px) {
        .header-image-about .header-image-text {
            margin-top: 70px;
        }
    }
    
    #testimonialsBtn {
        position: relative;
        top: 61px;
        font-weight: 600;
    }
    /* -------------------------------------------------------------- 
    TESTIMONIALS SPECIFIC 
    --------------------------------------------------------------- */
    
    #testimonials-page .header-image-text {
        text-align: center !important;
        background-color: #f5f6f6;
        padding-bottom: 40px;
    }
    /* ---------------------------------------------------------------
    CUSTOMER SERVICE APP SPECIFIC
    --------------------------------------------------------------- */
    
    .header-image-customer-service {
        background-image: url("../img/headers/customer-service-inspections.png");
    }
    
    .header-image-customer-service .header-image-text {
        margin-top: 210px;
    }
    
    @media (max-width: 575.98px) {
        .header-image-customer-service .header-image-text {
            margin-top: 60px;
        }
    }
    /* ---------------------------------------------------------------
CROSS CONNECT APP SPECIFIC
--------------------------------------------------------------- */
    
    .header-image-cross-connections {
        background-image: url("../img/headers/cross-connection.png");
    }
    
    .header-image-cross-connections .header-image-text {
        margin-top: 219px;
    }
    
    @media (max-width: 575.98px) {
        .header-image-cross-connections .header-image-text {
            margin-top: 69px;
        }
    }
    /* ---------------------------------------------------------------
LIQUID WASTE APP SPECIFIC
--------------------------------------------------------------- */
    
    .header-image-liquid-waste {
        background-image: url("../img/headers/grease-traps.JPG");
    }
    
    .header-image-liquid-waste .header-image-text {
        margin-top: 219px;
    }
    
    @media (max-width: 575.98px) {
        .header-image-liquid-waste .header-image-text {
            margin-top: 69px;
        }
    }
    /* ---------------------------------------------------------------
SEPTIC AEROBIC APP SPECIFIC
--------------------------------------------------------------- */
    
    .header-image-aerobic {
        background-image: url("../img/headers/ossf.jpeg");
    }
    
    .header-image-aerobic .header-image-text {
        margin-top: 119px;
    }
    
    @media (max-width: 575.98px) {
        .header-image-aerobic .header-image-text {
            margin-top: 69px;
        }
    }
    /* ---------------------------------------------------------------
    BURGLAR ALARM SYSTEMS APP SPECIFIC
    --------------------------------------------------------------- */
    
    .header-image-burglar {
        background-image: url("../img/headers/burglar-alarm-systems.png");
    }
    
    .header-image-burglar .header-image-text {
        margin-top: 219px;
    }
    
    @media (max-width: 575.98px) {
        .header-image-burglar .header-image-text {
            margin-top: 59px;
        }
    }
    /* ---------------------------------------------------------------
FOOTER
--------------------------------------------------------------- */
    
    #footer {
        padding: 40px;
        background-image: url("../img/footer-bg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #footer h5 {
        margin-bottom: 0;
    }
    
    @media (max-width: 575.98px) {
        #footer h4,
        h5 {
            margin-top: 20px;
        }
    }
    
    #footer ul {
        padding: 0px;
    }
    
    #footer li {
        line-height: 35px;
        padding-left: 0;
        text-indent: 0;
    }
    
    #footer div div h4,
    #footer div div h5,
    #footer div div a {
        color: #fff;
    }
    
    #footer div div a {
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
        font-weight: 300;
    }
    
    #footer div div a:hover {
        text-decoration: none;
        color: #4ebdb7;
    }
    
    #copyright {
        font-size: .7rem;
        margin-top: 30px;
    }
    
    #emailSignup {
        width: 300px;
    }
    
    .btn-signup {
        background-color: #81cfcb;
        color: #fff;
        margin-top: 10px;
        padding: 10px;
        width: 300px;
    }
    
    .btn-signup:hover {
        background-color: #4ebdb7;
    }
    
    #mc_embed_signup input {
        border-radius: 0%;
    }