/* Client Custom Stylesheet */
:root {

    /* Red */
    --rwm-red: #940000;

    /* Black */
    --rwm-black: #000;
    
    /* Blue */
    --primary: #015A97 !important;

    /* Aqua */
    --rwm-aqua: #189CCA !important;

}

/********************** * Header & Top Bar *********************/
header.site-header {
    box-shadow: 0 0 12px rgb(0, 0, 0);
}
/********************** * Content *********************/

h1 {
    color: var(--light);
}

h2 {
    color: var(--light);
}

h3,
h4 {
    color: var(--light);
}
.site-inner .row:not(.title-row):not(.main-content):not(.style-light):not(.style-dark):not(.page-title):before {
    content: '';
    width: 90%;
    max-width: 1400px;
    /*border-top: solid 1px var(--lightborder);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.row.style-light+.row:before,
.row.style-dark+.row:before {
    display: none;
}

div.site-inner {
    padding: 0;
    margin-top: 174px;
}

.header-stacked div.site-inner {
    margin-top: 230px;
}

body.home div.site-inner,
body.front-page div.site-inner,
body.page-template-homepage-flex div.site-inner,
body.page-template-homepage-flex-php div.site-inner {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.home div#home-feature.home-feature,
body.front-page div#home-feature.home-feature,
body.page-template-homepage-flex div#home-feature.home-feature,
body.home #homepage-feature.hero-slider,
body.front-page #homepage-feature.hero-slider,
body.page-template-homepage-flex #homepage-feature.hero-slider {
    height: 100vh !important;
    height: 100svh !important;
    min-height: 680px;
    overflow: hidden;
}

body.home div#home-feature.home-feature #hero-slider,
body.front-page div#home-feature.home-feature #hero-slider,
body.page-template-homepage-flex div#home-feature.home-feature #hero-slider,
body.home #homepage-feature.hero-slider .slide,
body.front-page #homepage-feature.hero-slider .slide,
body.page-template-homepage-flex #homepage-feature.hero-slider .slide {
    height: 100% !important;
}

body.home div.site-inner,
body.front-page div.site-inner,
body.page-template-homepage-flex div.site-inner,
body.page-template-homepage-flex-php div.site-inner {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.home div#home-feature.home-feature,
body.front-page div#home-feature.home-feature,
body.page-template-homepage-flex div#home-feature.home-feature,
body.home #homepage-feature.hero-slider,
body.front-page #homepage-feature.hero-slider,
body.page-template-homepage-flex #homepage-feature.hero-slider {
    height: 100vh !important;
    height: 100svh !important;
    min-height: 680px;
    overflow: hidden;
}

body.home div#home-feature.home-feature #hero-slider,
body.front-page div#home-feature.home-feature #hero-slider,
body.page-template-homepage-flex div#home-feature.home-feature #hero-slider,
body.home #homepage-feature.hero-slider .slide,
body.front-page #homepage-feature.hero-slider .slide,
body.page-template-homepage-flex #homepage-feature.hero-slider .slide {
    height: 100% !important;
}
.row.style-light {
    background: var(--light);
    border-top: solid 1px var(--lightborder);
    border-bottom: solid 1px var(--lightborder);
}
.row.style-dark {
    background: var(--primary);
    border-top: solid 1px var(--primaryborder);
    border-bottom: solid 1px var(--primaryborder);
    color: #fff;
    padding: 0px 0%;
}
body {
    background-color: #000000;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
    overflow-x: hidden;
}

/* Site Header
---------------------------------------------------------------------------- */

.site-header {
    background-color: rgba(0, 0, 0, 0.455);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    padding: 0 0px;
}

body.fixed-nav .site-header,
body.nav-transparent .site-header,
body.nav-transparent.fixed-nav header.site-header,
body.header-inline.fixed-nav header.site-header,
body.header-stacked.fixed-nav header.site-header {
    background-color: rgba(0, 0, 0, 0.58) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18) !important;
}

body.isMobile header.site-header,
body.isMobile.fixed-nav header.site-header {
    background-color: rgba(0, 0, 0, 0.72) !important;
}

header.site-header > .wrap{
    display:flex;
    align-items:center;
    justify-content:center;
}

p.f-address {
    color: var(--primary);
}

/* Title Area
--------------------------------------------- */

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu a {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    outline-offset: -1px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-decoration: none;
}

body.fixed-nav .genesis-nav-menu > li > a,
body.nav-transparent.fixed-nav .genesis-nav-menu > li > a,
body.isMobile .genesis-nav-menu > li > a {
    color: #ffffff !important;
}

.genesis-nav-menu .sub-menu a {
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    position: relative;
    word-wrap: break-word;
}

/* Responsive Menu
--------------------------------------------- */

.menu-toggle,
.sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
}

.site-header .menu-toggle::before {
    color: #ffffff;
    float: left;
    margin-right: 5px;
    position: relative;
    text-rendering: auto;
    top: 1px;
}

/* Header anchor links
---------------------------------------------------------------------------- */

header.site-header > .wrap {
    flex-wrap: wrap;
    border-bottom: 1px solid var(--rwm-red);
    position: relative;
}

.rwm-header-anchors {
    flex-basis: 100%;
    width: 100%;
    order: 3;
    padding: 0 20px 0px;
    box-sizing: border-box;
}

.rwm-header-anchors__toggle,
.rwm-header-anchors__close {
    display: none;
}

.rwm-header-anchors .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.rwm-header-anchors__panel {
    display: block;
}

.rwm-header-anchors__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rwm-header-anchors__item {
    margin: 0;
    padding: 0;
}

.rwm-header-anchors__link {
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0.85;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.rwm-header-anchors__link:hover,
.rwm-header-anchors__link:focus {
    color: var(--rwm-red);
    opacity: 1;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {

    /* Logo stays centered; menu controls right of the header */
    header.site-header > .wrap {
        justify-content: center;
        min-height: 72px;
        padding-left: 56px;
        padding-right: 56px;
    }

    .rwm-header-anchors {
        flex-basis: 100%;
        width: 100%;
        order: 3;
        padding: 0;
        position: static;
        transform: none;
    }

    /* Setup for Toggle bars */
    .rwm-header-anchors__toggle,
    .rwm-header-anchors.is-open .rwm-header-anchors__close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 12px;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #fff;
        cursor: pointer;
        z-index: 40;
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }

    /* Hamburger stays vertically centered in the closed header bar */
    .rwm-header-anchors__toggle {
        top: 25%;
    }

    /* Setup for X after opening hamburger */
    .rwm-header-anchors__close {
        display: none;
        top: 14px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.06);
        font-size: 32px;
        line-height: 1;
    }

    .rwm-header-anchors.is-open .rwm-header-anchors__toggle {
        display: none;
    }

    /* Hamburger/toggle bar set up for mobile users*/
    .rwm-header-anchors__toggle-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 22px;
        height: 16px;
    }

    .rwm-header-anchors__toggle-bar {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 1px;
    }

    /* Links setup */
    .rwm-header-anchors__panel {
        display: none;
        padding: 8px 16px 16px;
    }

    .rwm-header-anchors.is-open .rwm-header-anchors__panel {
        display: block;
    }

    .rwm-header-anchors__list {
        display: block;
    }

    .rwm-header-anchors__item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .rwm-header-anchors__link {
        display: block;
        width: 100%;
        padding: 15px 0px;
        font-size: 16px;
        font-weight: 700;
        opacity: 1;
        text-align: left;
        -webkit-tap-highlight-color: transparent;
    }
}

/* Single Asset second text */
span.custom-hosting-text {
    font-size: 36px;
}
@media only screen and (max-width: 768px) {
    span.custom-hosting-text {
    font-size: 24px;
    }
}

div#acf6a29d76652b7e h2 {
    color: #ffffff;
    font-size: 54px;
}

div#acf6a29d76652b7e p {
    color: #ffffff;
    font-size: 20px;
}

div.rwm-cta {
    text-align: right !important;
}

div#copy-wrap text {
    color: #ffffff;
}

h1.page-title {
    font-size: 72px;
}

html {
  scroll-behavior: smooth;
}

.form-content .f-text {
    padding: 0px;
    margin: 0px;
    font-size: 1px;
}

/* Removes the box outline when clicking anchor link */
:target, :focus, :active {
  outline: none !important;
  box-shadow: none !important;
}

/* Prevents any underline or text decoration on the target */
p:target, h1:target, h2:target, h3:target, h4:target {
  text-decoration: none !important;
  border-bottom: none !important;
  scroll-margin-bottom: 200px !important; 
}
.title-row {
    display: none !important;
}
#acf6995ea812c0c2 {
    background: linear-gradient(to bottom, #000000, #3f8ec4);
}
#acf6a2f1b7454a3e {
    background-image: url('/wp-content/uploads/blue-bkg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}
#acf6a2f1b7454a3e > div.row-inner {
    padding-top: 150px !important;
}
.site-inner .row:not(.title-row):not(.main-content):not(.style-light):not(.style-dark):not(.page-title):before {
    border-top: none !important;
}
#acfacf6a29d76630a5a {
    background-image: url('/wp-content/uploads/VectorLine.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}
#acfacf6a29d76630a5a.content-media .f-text,
#acfacf6a2f19600813b.content-media .f-text,
#acfacf6a3403881ea6f.content-media .f-text {
    background: transparent !important;
}

div#acfacf6a3403881ea6f {
    background: #020024;
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 15%, rgba(9, 9, 121, 1) 53%, rgba(57, 94, 145, 0.86) 100%);
}

#acf6a3ac1c1028e2 {
    background: linear-gradient(180deg, rgba(57, 94, 145, 0.86) 0%, rgb(3 41 140) 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}
#acfacf6a2f19600813b > div.row-inner > div.f-text {
    padding: 0px !important;
}
#acf6a29d76642763 {
    background-image: url('/wp-content/uploads/blue-bkg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

@media only screen and (max-width: 900px) {
    div#acfacf6a29d76630a5a div.f-asset {
        display: none;
    }
}
/* 
   WORLD SECTION 
   Static styles for the globe background and overlay card.
   Scroll animation layout lives in client-animations.css.
   Motion handled by client-world-parallax.js.
*/

/* Globe background image on the ACF text_full_width row */
#acf6a3406face102 {
    background-image: url('/wp-content/uploads/background-world.png');
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: cover;
    background-attachment: scroll;
}
/* scroll so JS can shift the background as  user scrolls */
#acf6a3406face102:has(#world-overlay) {
    background-attachment: scroll;
}
#world-overlay {
    /* Content that's above the background */
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px 35px;
    margin: 150px 0px;
}
/* When parallax JS is active, sticky layout handles spacing */
#acf6a3406face102:has(#world-overlay) #world-overlay,
.row.text-full-width:has(#world-overlay) #world-overlay {
    margin: 0 auto;
}
/* Center the logo and headline horizontally inside the card */
#world-logo,
#world-content-header {
    display: flex;
    justify-content: center;
}
/* Body copy block */
#world-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 100px;
    font-size: 25px;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    -webkit-hyphens: none;
}

#world-content p {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    -webkit-hyphens: none;
}
/* Padding above and below the RWM logo */
#world-logo {
    padding: 75px 0px;
}
/* Space between the headline and the paragraph block */
#world-content-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
#world-content-header > h2 {
    text-align: center !important;
}
#acf6a2f429859d9f {
    background-image: url('/wp-content/uploads/black-bkg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    padding-top: 100px;
}
.everything-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 50px;
}
.everything-btn {
    display: flex;
    justify-content: center;
    background: #0d1117;
    color: var(--rwm-white);
    padding: 15px 30px;
}
#everything-cta {
    display: flex;
    justify-content: center;
}
.rwm-cta-btn {
    background: var(--primary);
    color: var(--rwm-white);
    border-radius: 5px;
    border: 1px solid var(--rwm-blue);
    padding: 10px 25px;
}
.rwm-cta-btn:hover {
    background: var(--primaryalt) !important;
    color: var(--rwm-white) !important;
}
#acf6a29d76652b7e {
    padding: 125px 0px;
    background-color: transparent !important;
}

@media only screen and (max-width: 768px) {
    #acf6a29d76652b7e {
        padding: 56px 20px;
        box-sizing: border-box;
        background-position: left !important;
    }

    #acf6a29d76652b7e .row-inner,
    #acf6a29d76652b7e .f-text {
        background: #00000073;
        padding: 5%;
    }

    div#acf6a29d76652b7e h2 {
        font-size: 32px;
        line-height: 1.2;
        text-align: center !important;
        padding-right: 8px;
    }

    div#acf6a29d76652b7e p {
        font-size: 16px;
        line-height: 1.5;
        text-align: center !important;
        max-width: 100%;
    }

    #acf6a29d76652b7e div.rwm-cta {
        text-align: center !important;
        margin-top: 24px;
    }

    /* CTA button adjustments */
    #acf6a29d76652b7e a.button {    
        margin: 0px auto;
        width: 80%;
    }

    a.button {
        display: flex;
        justify-content: center;
    }
}
#acf6a3195d15adcf {
    padding-top: 100px;
    background: var(--rwm-black);
}
#acf6a29d766614a3 {
    background: var(--rwm-black);
}
#acf6a29d766614a3 > .row-inner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    padding-top: 100px;
}
#va-footer {
    background-image: url('/wp-content/uploads/footer-bkg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-top: 1px solid var(--rwm-red);
}
#va-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
#va-footer .row-inner {
    position: relative;
    z-index: 2;
}
.blue-text {
    color: var(--rwm-aqua) !important;
}
.acc-item > h2 {
    color: var(--rwm-soft-white) !important;
}
.accordion .acc-item>h2 svg {
    fill: #fff !important;
}
.acc-item-content {
    width: 40%;
    padding: 25px 0px;
}

.content-media .f-asset {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 9vw, 132px);
    position: relative;
    z-index: 2;
}
/* Footer */
#va-footer .logo-row.row-inner,
#va-footer .logo-row,
.logo-row {
    position: relative;
    z-index: 5;
    padding: 35px 0px 50px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 28px;
    flex-wrap: wrap;
}
.logo-row > img,
.logo-row > a {
    flex: 0 0 auto;
    display: block;
    margin: 0;
}
.logo-row img {
    max-height: 70px;
    width: auto;
    height: auto;
}
.logo-row .kinsta-partner-badge {
    max-height: 56px;
}
.f-name {
    color: var(--rwm-aqua);
}
.footer-col {
    width: 26% !important;
    position: relative;
    padding-left: 70px;
    min-height: 120px;
}
.footer-col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-image: url('/wp-content/uploads/grey-map.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer.site-footer {
    background: var(--rwm-black);
}
.gform-footer.gform_footer.top_label {
    display: flex;
    justify-content: center;
}
.gform_button.button {
    background: #000000;
    color: var(--rwm-white);
    border-radius: 5px;
    border: 1px solid var(--rwm-blue);
    padding: 20px 45px;
}
.gform_button.button:hover {
    background: var(--primaryalt) !important;
    color: var(--rwm-white) !important;
}
.gfield_label,
.gform-field-label {
    color: var(--rwm-white) !important;
}

div#va-footer p.f-phone svg {
    margin-right: 8px;
    vertical-align: middle;
}

div#va-footer .footer-col {
    width: 30%;
}

div#va-footer .footer-col {
    width: 32%;
}

@media only screen and (max-width: 768px) {
    #va-footer .footer-row-inner {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    .footer-col,
    div#va-footer .footer-col {
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }
}

div#acf6a29d7664ebd4 {
    background-image: url('/wp-content/uploads/dark-blue-gradient-background-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
#pricing-header {
    display: flex;
    justify-content: center;
}
.button {
    background: var(--rwm-red) !important;
}
#acf6a5540c808f8c .row-inner h2 {
    padding-top: 20px;
}
#acf6a29d766614a3 .row-inner .form-content h2 {
    text-align: center;
}
#form-content-section {
    background: var(--secondaryalt);
    color: var(--rwm-white);
    padding: 20px;
    border-radius: 3px;
    border: 1px solid var(--rwm-red);
}
.hosting-form-content {
    font-size: 18px;
}
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme textarea {
    background: var(--secondaryalt);
    border: 1px solid var(--rwm-red);
    color: var(--rwm_white);
}

/* Adjusting spacing between gravity form and content */
@media only screen and (max-width:768px) {
    div#gform_fields_3 {
        padding-top: 30px;
    }

    #acf6a29d766614a3 > .row-inner {
        padding-top: 20px;
    }
}