﻿html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;
    color: #222222;
}

/* MASTER HEADER / FOOTER */

.rs-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 82px;
    background-color: rgba(0, 0, 0, .94);
    z-index: 9999;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.rs-header-inner {
    max-width: 1120px;
    margin: 0 auto;
    height: 82px;
    display: table;
    width: 100%;
}

.rs-logo-cell {
    display: table-cell;
    vertical-align: middle;
    width: 220px;
}

.rs-logo {
    height: 62px;
    width: auto;
}

.rs-nav-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.rs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .rs-nav li {
        display: inline-block;
        margin-left: 23px;
    }

    .rs-nav a {
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: .7px;
        text-transform: uppercase;
        text-decoration: none;
    }

        .rs-nav a:hover {
            color: #ffff00;
            text-decoration: none;
        }

.rs-main {
    min-height: 600px;
    background-color: #ffffff;
}

.rs-footer {
    background-color: #050505;
    color: #ffffff;
    padding: 45px 0 20px 0;
    border-top: 1px solid rgba(255,255,255,.12);
}

    .rs-footer h4 {
        color: #ffffff;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .rs-footer p {
        color: #dcdcdc;
        font-size: 14px;
        line-height: 1.7;
    }

    .rs-footer a {
        color: #ffff00;
        text-decoration: none;
    }

.rs-footer-bottom {
    text-align: center;
    color: #bfbfbf;
    border-top: 1px solid #222222;
    margin-top: 25px;
    padding-top: 18px;
    font-size: 12px;
}

    .rs-footer-bottom a {
        color: #ffffff;
        margin: 0 8px;
    }

/* HOME PAGE */

.home-hero {
    position: relative;
    min-height: 760px;
    background-color: #000000;
    color: #ffffff;
    overflow: hidden;
}

.home-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: .72;
}

.home-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.50) 44%, rgba(0,0,0,.82) 100%);
    z-index: 2;
}

.home-hero-content {
    position: relative;
    z-index: 3;
    padding-top: 235px;
    padding-bottom: 110px;
}

.home-title {
    color: #ffffff;
    font-size: 52px;
    line-height: 1.08;
    font-weight: 800;
    text-shadow: 0 3px 8px rgba(0,0,0,.85);
    margin: 0 0 24px 0;
}

.home-subtitle {
    color: #f3f3f3;
    font-size: 19px;
    line-height: 1.55;
    max-width: 620px;
    text-shadow: 0 2px 6px rgba(0,0,0,.80);
}

.home-contact-box {
    background-color: rgba(0,0,0,.18);
    padding: 10px 0 0 0;
    margin-top: 15px;
}

.home-contact-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 8px;
    text-shadow: 0 2px 5px rgba(0,0,0,.9);
}

    .home-contact-title a {
        color: #ffff00;
        font-weight: bold;
    }

.home-input {
    width: 100%;
    height: 42px;
    margin-bottom: 8px;
    border: 0;
    padding: 8px 10px;
    font-size: 15px;
    color: #222222;
    background-color: rgba(255,255,255,.88);
}

.home-textarea {
    width: 100%;
    height: 95px;
    margin-bottom: 8px;
    border: 0;
    padding: 8px 10px;
    font-size: 15px;
    color: #222222;
    background-color: rgba(255,255,255,.88);
    resize: vertical;
}

.home-submit {
    display: block;
    width: 100%;
    background-color: #48bf4f;
    color: #ffffff !important;
    border: 0;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
}

    .home-submit:hover {
        background-color: #38a83e;
        color: #ffffff !important;
    }

.home-message {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
}

.home-intro {
    background-color: #ffffff;
    padding: 70px 0 55px 0;
    text-align: center;
    color: #222222;
}

    .home-intro h2 {
        font-size: 36px;
        font-weight: 300;
        margin: 0 0 22px 0;
        color: #555555;
    }

    .home-intro p {
        max-width: 980px;
        margin: 0 auto;
        font-size: 17px;
        line-height: 1.7;
    }

.home-why {
    background-color: #ffffff;
    padding: 20px 0 65px 0;
    text-align: center;
}

    .home-why h2 {
        font-size: 36px;
        font-weight: 300;
        color: #555555;
        margin-bottom: 35px;
    }

    .home-why ul {
        display: inline-block;
        text-align: left;
        font-size: 16px;
        line-height: 1.9;
        color: #111111;
    }

.home-specialties {
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
    padding: 70px 0 85px 0;
    text-align: center;
}

    .home-specialties h2 {
        font-size: 38px;
        font-weight: 300;
        color: #555555;
        margin: 0 0 15px 0;
    }

    .home-specialties h3 {
        font-size: 18px;
        font-weight: normal;
        margin: 0 0 45px 0;
        color: #444444;
    }

.specialty-circle {
    width: 150px;
    height: 150px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    margin: 0 auto 25px auto;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,.06);
    display: table;
}

.specialty-icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 64px;
    color: #617080;
    text-shadow: 2px 3px 5px rgba(0,0,0,.25);
}

.specialty-title {
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
}

.specialty-text {
    max-width: 210px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.35;
    color: #333333;
}

.home-faq {
    background-color: #f4f4f4;
    padding: 65px 0;
}

    .home-faq h2 {
        text-align: center;
        font-size: 34px;
        font-weight: 300;
        color: #555555;
        margin: 0 0 35px 0;
    }

    .home-faq h3 {
        font-size: 20px;
        font-weight: bold;
        color: #222222;
    }

    .home-faq p {
        font-size: 16px;
        line-height: 1.65;
    }

.home-cta {
    background-color: #111111;
    color: #ffffff;
    padding: 55px 0;
    text-align: center;
}

    .home-cta h2 {
        color: #ffffff;
        font-size: 32px;
        font-weight: bold;
        margin-top: 0;
    }

    .home-cta p {
        font-size: 19px;
    }

    .home-cta a {
        color: #ffff00;
        font-weight: bold;
    }

/* SHARED HERO PAGES */

.services-hero,
.contact-hero,
.about-hero,
.projects-hero,
.sites-hero,
.cert-hero,
.policy-hero,
.terms-hero,
.seo-hero {
    position: relative;
    min-height: 520px;
    background-color: #000000;
    color: #ffffff;
    overflow: hidden;
}

.policy-hero,
.terms-hero {
    min-height: 420px;
}

.services-video,
.contact-video,
.about-video,
.projects-video,
.sites-video,
.cert-video,
.policy-video,
.terms-video,
.seo-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: .55;
}

.policy-video,
.terms-video {
    opacity: .48;
}

.services-shade,
.contact-shade,
.about-shade,
.projects-shade,
.sites-shade,
.cert-shade,
.policy-shade,
.terms-shade,
.seo-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.55) 48%, rgba(0,0,0,.88) 100%);
    z-index: 2;
}

.policy-shade,
.terms-shade {
    background: linear-gradient(90deg, rgba(0,0,0,.90) 0%, rgba(0,0,0,.60) 48%, rgba(0,0,0,.90) 100%);
}

.services-hero-content,
.contact-hero-content,
.about-hero-content,
.projects-hero-content,
.sites-hero-content,
.cert-hero-content,
.seo-hero-content {
    position: relative;
    z-index: 3;
    padding-top: 190px;
    padding-bottom: 90px;
    text-align: center;
}

.policy-hero-content,
.terms-hero-content {
    position: relative;
    z-index: 3;
    padding-top: 170px;
    padding-bottom: 80px;
    text-align: center;
}

.services-hero h1,
.contact-hero h1,
.about-hero h1,
.projects-hero h1,
.sites-hero h1,
.cert-hero h1,
.policy-hero h1,
.terms-hero h1,
.seo-hero h1 {
    color: #ffffff;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 800;
    text-shadow: 0 3px 8px rgba(0,0,0,.85);
    margin: 0 0 25px 0;
}

.policy-hero h1,
.terms-hero h1 {
    font-size: 50px;
    margin: 0 0 20px 0;
}

.services-hero p,
.contact-hero p,
.about-hero p,
.projects-hero p,
.sites-hero p,
.cert-hero p,
.policy-hero p,
.terms-hero p,
.seo-hero p {
    color: #f2f2f2;
    font-size: 20px;
    line-height: 1.6;
    max-width: 940px;
    margin: 0 auto;
    text-shadow: 0 2px 6px rgba(0,0,0,.85);
}

.policy-hero p,
.terms-hero p {
    font-size: 19px;
    max-width: 850px;
}

/* SHARED SECTIONS */

.services-section,
.contact-section,
.about-section,
.projects-section,
.sites-section,
.cert-section,
.policy-section,
.terms-section,
.seo-section {
    background-color: #ffffff;
    padding: 70px 0;
}

.services-section-gray,
.about-section-gray,
.projects-section-gray,
.sites-section-gray,
.cert-section-gray,
.seo-section-gray {
    background-color: #f5f5f5;
}

.services-section h2,
.contact-box h2,
.contact-info h2,
.about-section h2,
.projects-section h2,
.sites-section h2,
.cert-section h2,
.seo-section h2 {
    font-size: 36px;
    font-weight: 300;
    color: #555555;
    margin-top: 0;
    margin-bottom: 25px;
}

.services-section h2,
.projects-section h2,
.sites-section h2 {
    text-align: center;
    margin: 0 0 45px 0;
}

.contact-info p,
.about-section p,
.cert-section p,
.seo-section p {
    font-size: 17px;
    line-height: 1.75;
    color: #222222;
}

/* CARDS */

.service-card,
.about-card,
.project-card,
.site-card,
.cert-card,
.seo-card {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

.service-card {
    min-height: 285px;
    padding: 28px;
}

.about-card {
    min-height: 260px;
    padding: 28px;
}

.project-card {
    min-height: 315px;
}

.site-card {
    min-height: 300px;
}

.cert-card {
    min-height: 255px;
}

.seo-card {
    min-height: 280px;
}

    .service-card h3,
    .about-card h3,
    .project-card h3,
    .site-card h3,
    .cert-card h3,
    .seo-card h3 {
        font-size: 23px;
        font-weight: bold;
        color: #222222;
        margin-top: 0;
        margin-bottom: 15px;
    }

.project-card h3,
.site-card h3,
.cert-card h3 {
    font-size: 24px;
}

.service-card p,
.about-card p,
.project-card p,
.site-card p,
.cert-card p,
.seo-card p {
    font-size: 16px;
    line-height: 1.65;
    color: #333333;
}

.project-card ul,
.site-card ul {
    font-size: 15px;
    line-height: 1.75;
    color: #222222;
    padding-left: 20px;
    margin-bottom: 0;
}

.project-label,
.site-label {
    display: inline-block;
    background-color: #111111;
    color: #ffff00;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 9px;
    border-radius: 3px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* LISTS */

.services-list,
.projects-list,
.sites-list {
    font-size: 17px;
    line-height: 1.9;
    color: #222222;
    max-width: 950px;
    margin: 0 auto;
}

.services-list {
    max-width: 900px;
}

    .services-list li,
    .projects-list li,
    .sites-list li {
        margin-bottom: 8px;
    }

.about-list,
.cert-list,
.seo-list {
    font-size: 17px;
    line-height: 1.9;
    color: #222222;
    margin-top: 15px;
}

    .about-list li,
    .cert-list li,
    .seo-list li {
        margin-bottom: 7px;
    }

/* HIGHLIGHTS / CTA */

.about-highlight,
.project-feature,
.sites-highlight,
.cert-highlight,
.seo-highlight {
    background-color: #111111;
    color: #ffffff;
    padding: 55px 0;
    text-align: center;
}

    .about-highlight h2,
    .project-feature h2,
    .sites-highlight h2,
    .cert-highlight h2,
    .seo-highlight h2 {
        color: #ffffff;
        font-size: 34px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .about-highlight p,
    .project-feature p,
    .sites-highlight p,
    .cert-highlight p,
    .seo-highlight p {
        color: #eeeeee;
        font-size: 19px;
        line-height: 1.7;
        max-width: 940px;
        margin: 0 auto;
    }

.services-cta,
.contact-cta,
.about-cta,
.projects-cta,
.sites-cta,
.cert-cta,
.seo-cta {
    background-color: #111111;
    color: #ffffff;
    padding: 55px 0;
    text-align: center;
    border-top: 1px solid #252525;
}

    .services-cta h2,
    .contact-cta h2,
    .about-cta h2,
    .projects-cta h2,
    .sites-cta h2,
    .cert-cta h2,
    .seo-cta h2 {
        color: #ffffff;
        font-size: 32px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .services-cta p,
    .contact-cta p,
    .about-cta p,
    .projects-cta p,
    .sites-cta p,
    .cert-cta p,
    .seo-cta p {
        font-size: 19px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .services-cta a,
    .contact-cta a,
    .about-cta a,
    .projects-cta a,
    .sites-cta a,
    .cert-cta a,
    .seo-cta a {
        color: #ffff00;
        font-weight: bold;
    }

/* CONTACT */

.contact-box {
    background-color: #f7f7f7;
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

.contact-input {
    width: 100%;
    height: 46px;
    margin-bottom: 12px;
    border: 1px solid #cccccc;
    padding: 8px 10px;
    font-size: 15px;
    color: #222222;
    background-color: #ffffff;
}

.contact-textarea {
    width: 100%;
    height: 155px;
    margin-bottom: 12px;
    border: 1px solid #cccccc;
    padding: 8px 10px;
    font-size: 15px;
    color: #222222;
    background-color: #ffffff;
    resize: vertical;
}

.contact-submit {
    display: block;
    width: 100%;
    background-color: #48bf4f;
    color: #ffffff !important;
    border: 0;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
}

    .contact-submit:hover {
        background-color: #38a83e;
        color: #ffffff !important;
    }

.contact-message {
    display: block;
    margin-top: 12px;
    font-size: 15px;
    text-align: center;
}

.contact-info {
    padding: 30px;
}

    .contact-info a {
        color: #0066cc;
        font-weight: bold;
    }

.contact-list {
    font-size: 17px;
    line-height: 1.9;
    margin-top: 25px;
}

    .contact-list li {
        margin-bottom: 6px;
    }

/* POLICY / TERMS */

.policy-box,
.terms-box {
    max-width: 960px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 38px;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

    .policy-box h2,
    .terms-box h2 {
        font-size: 28px;
        font-weight: 300;
        color: #555555;
        margin-top: 35px;
        margin-bottom: 15px;
    }

        .policy-box h2:first-child,
        .terms-box h2:first-child {
            margin-top: 0;
        }

    .policy-box p,
    .policy-box li,
    .terms-box p,
    .terms-box li {
        font-size: 16px;
        line-height: 1.75;
        color: #222222;
    }

    .policy-box a,
    .terms-box a {
        color: #0066cc;
        font-weight: bold;
    }

.policy-updated,
.terms-updated {
    background-color: #f5f5f5;
    border-left: 4px solid #111111;
    padding: 14px 18px;
    margin-bottom: 25px;
    font-size: 15px;
}

/* SERVICE KEYWORD BUTTONS */

.service-keywords {
    background-color: #ffffff;
    padding: 55px 0;
    text-align: center;
}

    .service-keywords h2 {
        font-size: 34px;
        font-weight: 300;
        color: #555555;
        margin-bottom: 25px;
    }

.keyword-link,
.keyword-link:link,
.keyword-link:visited,
.keyword-link:active,
.seo-link-button,
.seo-link-button:link,
.seo-link-button:visited,
.seo-link-button:active {
    display: inline-block;
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
    color: #001f4d !important;
    padding: 12px 18px;
    margin: 6px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: bold;
}

    .keyword-link:hover,
    .keyword-link:focus,
    .seo-link-button:hover,
    .seo-link-button:focus {
        background-color: #111111;
        color: #ffff00 !important;
        text-decoration: none !important;
    }

.seo-links {
    text-align: center;
}

/* CERT IMAGE */

.cert-image-box {
    text-align: center;
    padding: 25px;
}

    .cert-image-box img {
        max-width: 220px;
        width: 100%;
        height: auto;
        border-radius: 6px;
        box-shadow: 0 3px 12px rgba(0,0,0,.18);
        background-color: #ffffff;
    }

/* RESPONSIVE */

@media (max-width: 991px) {
    .home-title {
        font-size: 42px;
    }

    .home-hero-content {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .rs-header {
        position: relative;
        height: auto;
    }

    .rs-header-inner {
        display: block;
        height: auto;
        padding: 12px 0;
    }

    .rs-logo-cell {
        display: block;
        width: 100%;
        text-align: center;
    }

    .rs-nav-cell {
        display: block;
        text-align: center;
        padding-top: 10px;
    }

    .rs-nav li {
        display: inline-block;
        margin: 6px 8px;
    }

    .rs-nav a {
        display: inline-block;
        font-size: 11px;
        padding: 10px 8px;
    }

    .rs-footer a {
        display: inline-block;
        padding: 5px 0;
    }

    .rs-footer-bottom a {
        padding: 8px 6px;
    }

    .home-video,
    .services-video,
    .contact-video,
    .about-video,
    .projects-video,
    .sites-video,
    .cert-video,
    .policy-video,
    .terms-video,
    .seo-video {
        display: none !important;
    }

    .home-hero,
    .services-hero,
    .contact-hero,
    .about-hero,
    .projects-hero,
    .sites-hero,
    .cert-hero,
    .policy-hero,
    .terms-hero,
    .seo-hero {
        min-height: auto;
        background-image: url("../images/coderLarge.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .home-hero-content {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .services-hero-content,
    .contact-hero-content,
    .about-hero-content,
    .projects-hero-content,
    .sites-hero-content,
    .cert-hero-content,
    .policy-hero-content,
    .terms-hero-content,
    .seo-hero-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home-title,
    .services-hero h1,
    .contact-hero h1,
    .about-hero h1,
    .projects-hero h1,
    .sites-hero h1,
    .cert-hero h1,
    .policy-hero h1,
    .terms-hero h1,
    .seo-hero h1 {
        font-size: 36px;
        text-align: center;
    }

    .home-subtitle,
    .services-hero p,
    .contact-hero p,
    .about-hero p,
    .projects-hero p,
    .sites-hero p,
    .cert-hero p,
    .policy-hero p,
    .terms-hero p,
    .seo-hero p {
        text-align: center;
        font-size: 17px;
    }

    .home-contact-box {
        margin-top: 28px;
    }

    .home-intro h2,
    .home-why h2,
    .home-specialties h2,
    .services-section h2,
    .contact-box h2,
    .contact-info h2,
    .about-section h2,
    .projects-section h2,
    .sites-section h2,
    .cert-section h2,
    .seo-section h2 {
        font-size: 30px;
    }

    .specialty-text {
        margin-bottom: 35px;
    }

    .contact-info {
        padding: 30px 0 0 0;
    }

    .policy-box,
    .terms-box {
        padding: 25px;
    }
}
section div p a,
section div p a:visited,
section div p a:hover,
section div p a:active,
section div p a:focus {
    color: #0066cc !important;
}
.social-glyph {
    display: inline-block;
    width: 22px;
    color: #ffff00;
    font-weight: bold;
    text-align: center;
}
.social-yelp {
    font-family: "bootstrap-icons";
}