/*! 
Theme Name: Template
Author: Adam Hoidahl
Version:2.3
*/

:root {
    --orange: #f78f1e;
    --grey: #74909c;
    --blue: #14475c;
    --tan: #f2f2f2;
    --dark: #2c2c2c;
}

@font-face {
    font-family: header;
    src: url(/wp-content/themes/template/assets/fonts/ITCAvantGardeStd-Bold.ttf);
}

img {
    max-width: 100%;
}

.small_cta {
    color: var(--dark)
}

@font-face {
    font-family: paragraph;
    src: url(/wp-content/themes/template/assets/fonts/ITCAvantGardeStd-Md.ttf);
}

.navitem_wrap:hover svg {}

.hlcr_right h3 {
    font-size: 2rem;

}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 2000px;
    font-family: paragraph;
    overflow-x: hidden;
    background: white;
}

h2 sup {
    font-size: 2rem
}

/* width */
::-webkit-scrollbar {
    width: 8px;


}

.text-center {
    text-align: center;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--orange);
}

#progress-bar {
    height: 5px;
    z-index: 1;
    margin: auto;
    position: absolute;
    bottom: 0;
    background: var(--orange);
    transition: width 0.2s ease;
}

.gradientback {
    background: #14475C;
    background: linear-gradient(90deg, rgba(20, 71, 92, 1) 0%, rgba(49, 108, 122, 1) 100%);
    animation: gradientback 10s ease infinite;
}

@keyframes gradientback {

    0%,
    100% {
        background-size: 100% 100%;
    }

    75% {
        background-size: 200% 200%;
    }
}

.faded {
    opacity: .8;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
}

.ontop {
    position: relative;
    z-index: 1;
}

.pad_top,
.lg_pad_top {
    padding-top: 5rem;
}

.pad_bottom,
.lg_pad_bottom {
    padding-bottom: 4rem
}

.pad_y,
.lg_pad_y {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

p {
    line-height: 1.5
}

.top_container p {
    line-height: 2;
}

.rounded {
    border-radius: 15px;
    overflow: hidden;
}

.largefont {
    font-size: 1.5rem;
    font-weight: 600
}

/* Not actually underlined anymore. Subheaders with the reaveal line thing animation */
.underline {
    position: relative;
    font-size: 1.5rem;
    width: fit-content;
    margin: 2rem auto;
    display: flex;
    color: var(--orange);
    align-items: center;
    /* Clips the :after reveal bar (220% wide, animation ends parked at left:110%
       with fill-mode both). Unclipped it stays in flow off to the right and blows
       out the page's scroll width on every viewport under ~1570px. */
    overflow: hidden;
}

.grey_subheader .underline {
    color: var(--dark);
    border: none;
}

.alt_img_txt_wrap {
    position: relative;
    overflow: hidden;
}

.underline:after {
    height: 120%;
    content: '';
    position: absolute;
    background: #ff0000;
    background: linear-gradient(90deg, var(--orange) calc(0% + 2px), white calc(0% + 2px), white 100%);
    width: 220%;

    animation-name: underline;

}

.grey_subheader .underline:after {
    height: 120%;
    content: '';
    position: absolute;
    background: #ff0000;
    background: linear-gradient(90deg, var(--dark) calc(0% + 2px), #F3F6F7 calc(0% + 2px), #F3F6F7 100%);
    width: 220%;
    animation-name: underline;

}

.smallcontainer {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.top_container {
    text-align: center;
    max-width: 900px;

    margin-left: auto !important;
    margin-right: auto !important;
}

.top_container p {
    max-width: 670px;
    margin: auto;
}

.orange {
    color: var(--orange)
}

.uppercase,
.top_subheader {
    text-transform: uppercase;
    font-weight: bold;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 1rem;
}

h1,
.display,
.display-sm,
.plan_price {
    font-family: header;
    line-height: 1;
    margin: 0;
    margin-bottom: 1rem;

}

.shadow,
.altme_images img {
    -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.1);
    transition: box-shadow .4s ease-in-out;
}

.shadow:hover {
    -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

.display,
.plan_price {
    font-size: clamp(2rem, -1.75rem + 12vw, 4.8rem);
}

.display-sm {
    font-size: clamp(2rem, -1.75rem + 12vw, 3.5rem);
}

.display span,
.orangespan span {
    color: var(--orange);
}

.bottom_links {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
}

/* Buttons */
.mybutton,
.gform_button,
.dm_form input[type="submit"] {
    display: flex;
    grid-gap: 1rem;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 10px 10px 30px;
    color: white;
    text-decoration: none;
    border-radius: 100px;
    transition: all .2s ease-in-out;

}

.arrowbutton {
    color: var(--grey);
    display: flex;
    grid-gap: 5px;
    width: fit-content;
    align-items: center;

    text-decoration: none;
}

.arrowbutton svg {
    background: var(--grey);
    border-radius: 100%;
    fill: white;
    width: 20px;
    height: 20px;
    padding: 4px;
    transition: all .2s ease-in-out;
}

.arrowbutton:hover svg {
    transform: translatex(10px) scale(1.05)
}


.orangebtn,
.gform_button,
.dm_form input[type="submit"] {
    color: white;
    height: fit-content;
    background: #ff0000;
    background: linear-gradient(90deg, white 0%, white 50%, var(--orange) 50%, var(--orange) 100%);
    backdrop-filter: blur(8px);
    background-size: 220% 100%;
    background-position: 98%;
    border: 3px solid;
    border-color: transparent
}

.greybutton {
    border: 3px solid;
    border-color: transparent;
    background: #ff0000;
    background: linear-gradient(90deg, white 0%, white 50%, var(--grey) 50%, var(--grey) 100%);

    background-size: 210% 100%;
    background-position: 98%;
}

.gform_button:hover,
.orangebtn:hover,
.gform_button:hover,
.dm_form input[type="submit"]:hover {
    border-color: var(--orange);
    color: var(--orange)
}

.greybutton:hover {
    border-color: var(--grey);
    color: var(--grey)
}

.bluebutton {
    border: 3px solid;
    border-color: transparent;
    background: linear-gradient(90deg, white 0%, white 50%, var(--blue) 50%, var(--blue) 100%);
    background-size: 210% 100%;
    background-position: 98%;
}

.bluebutton:hover {
    border-color: var(--blue);
    color: var(--blue)
}

.mybutton:hover,
.gform_button:hover,
.dm_form input[type="submit"]:hover {
    background-position: 1%;
    transform: scale(.98);
    padding-left: 40px;
    padding-right: 0px;
    backdrop-filter: blur(10px) brightness(.6);
}

.mybutton svg {
    width: 30px;
    transition: all .2s ease-in-out;
    transform: rotate(-45deg);
    fill: black;
    background: white;
    border-radius: 100%;
    height: 30px;
    border: 2px solid transparent;
}

.mybutton:hover svg {
    transform: translate(10px, -15px) rotate(-45deg) scale(1.2);
    border-color: inherit
}


/* Banner */
.banner {
    overflow: hidden;
    position: relative;
    background: black;
    display: flex;
    padding-top: 160px;
    align-items: center;
    min-height: fit-content;

    line-height: 1;
}

.banner .parallax-slow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.banner_foreground {
    position: absolute;
    left: 50%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    transform: translateX(-50%);
    width: 50%;
    top: 0;
    margin-bottom: -20px;
}

.banner .container {
    position: relative;
    color: white;
}

.banner_content {
    max-width: 700px;
    padding-bottom: 4rem;

    width: 50%;
}

/* Internal Banner */
.internal_banner .parallax {
    mask-image: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
}

/* CTA Cards */
.cta_cards_grid {
    display: grid;
    grid-gap: 1rem;
    margin-top: 1rem;
}

.cta_card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 50%;
}

.cta_card * {
    transition: all .2s ease-in-out;
}

.cta_cards h2 {
    font-size: 2rem;
    margin: 0;
}

.cta_cards .orange {
    margin: 0 0 .75em
}

.cta_card_content {
    padding: 2rem;
    position: absolute;
    bottom: -35%;
    height: 75%;
}

.cta_card img {
    aspect-ratio: 1.25;
    width: 100%;
    transition: all .5s;

    object-fit: cover;
}

.cta_card:hover img {
    transform: translateY(-20px);
    filter: brightness(.5);
}

.cta_card:hover .cta_card_content {
    color: white;
    background: var(--grey);
    bottom: 0;
    border-radius: 15px;
}

.cta_card:hover .arrowbutton {
    color: white;
    margin-top: 2rem;

}

.cta_card:hover .orange {
    color: white;
}

.cta_card:hover svg {
    fill: var(--grey);
    background: white;
}

.cta_card_hidden {
    transform: translatey(100px);
}

.cta_card:hover .cta_card_hidden {
    opacity: 1;
    transform: none;
}

/* Bottom CTA Cards */
.bottom_cta {
    margin-top: 1rem;
    background: var(--tan)
}

.bottom_content p a {
    color: var(--orange);
    text-wrap: nowrap
}

.bcta_center,
.bcta_right {
    padding: 1.5rem;
}

.iwt_wrap {
    background: var(--tan);
    display: flex;
    color: var(--dark);
    grid-gap: 1rem;
    align-items: center;

    padding: 2rem;
    border-radius: 15px;
    justify-content: center;
    position: relative;
}

section:not(.iwt_two) .iwt_wrap:after {
    width: 4px;
    height: 25%;
    content: '';
    background: var(--orange);
    position: absolute;
    left: -2px;
    border-radius: 10px;
}

.iwt_wrap img {
    max-width: 70px;
    max-height: 70px;
}

.iwt_wrap h3 {
    font-size: 1rem
}

/* Tabs */
.tabs {

    color: white;
    overflow: hidden;
    position: relative;
}

.right_creep,
.left_creep {
    position: absolute;
    top: 0;
    opacity: .2;
    right: 0;

}

.left_creep {
    mask-image: linear-gradient(-90deg, transparent 2%, white 26%, white 100%)
}

.right_creep {
    mask-image:
        linear-gradient(90deg, transparent 2%, white 26%, white 100%),
        linear-gradient(0deg, transparent 2%, white 26%, white 90%, transparent 100%);
    mask-composite: intersect;
    width: 600px;
}

.left_creep img {
    max-width: 100svw;
    mask-image: linear-gradient(0deg, transparent 2%, white 26%, white 90%, transparent 100%);
}

.left_creep {
    right: auto !important;
    left: 0;
}

.tab_buttons {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    min-width: 450px
}

.tab_button {
    display: flex;
    width: 100%;
    cursor: pointer;
    background: transparent;
    border: none;
    align-items: center;
    padding: 1rem 2rem;
    overflow: visible !important;
    grid-gap: 1rem;
    overflow: hidden;
    font-size: 1rem;
    transition: all .2s ease-in-out .3s;
    font-weight: 600;
}

.tab_button:after {
    content: '';
    height: calc(100% + 2px);
    left: 0;
    width: 75%;
    left: 13%;
    background: #c6c6c6;
    height: 1px;
    border-radius: 10px;
    transition: all .2s ease, height .2s ease .2s;
    position: absolute;
    animation-direction: reverse;
    bottom: -1px;
}

.tab_button.active:after {
    animation: button .6s linear both;
}

@keyframes button {
    33% {
        height: 2px;
        width: 2px;
        left: 0;
    }

    66% {
        height: calc(100% + 2px);
        width: 2px;
    }

    100% {
        height: calc(100% + 2px);
        width: 100%;
        background: orange;
        left: 0;
    }

}

.tab_button img {
    max-width: 50px;
    max-height: 50px;
    position: relative;
    z-index: 1;
    transition: all .2s ease-in-out;
}

.tab_button.active {
    color: white;
}

.tab_button img {
    transition: all .2s ease .4s
}

.tab_button.active img {
    filter: grayscale(1) brightness(2)
}

.tabs_content {
    width: 100%;
}

.tab_content img {
    width: 100%;
    aspect-ratio: 2.5;
    object-fit: cover;

}

.tab_content {
    transition: all .5s ease;
    opacity: 0;
    transform: translateX(50px);
}

.active.tab_content {
    opacity: 1;
    transform: none;
}

/* Alternating text img */
.alt_imgs,
.alt_images_2,
.alt_images_3 {
    aspect-ratio: 1;
    flex: 1;
    position: relative;
}

.tabs .alt_imgs {
    aspect-ratio: 1.25;
}

.alt_imgs img,
.alt_images_2 .hsr {
    position: absolute;
    width: 66%;
    filter: drop-shadow(10px 10px 4px rgba(0, 0, 0, .3));
}

.alt_images_2 img {
    aspect-ratio: 1.25;
    object-fit: cover;
}

.alt_imgs img:first-child,
.alt_images_2 img:first-child {
    top: 0;
    left: 0;
}

.alt_imgs img:last-child,
.alt_images_2 img {
    bottom: 0;
    right: 0;
}

/* Collage with Stat */
.stat_col {
    flex-grow: 1;
    background: var(--grey);
    color: white;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.stat_num {
    font-size: 5rem;
    font-family: header;
    line-height: 1;
    margin: 0;
}

.stat_desc {
    font-size: 1rem;
    margin: 0;
}

.altme .mybutton {
    margin-top: 3rem;
}

.alt_images img {
    border-radius: 15px;
}

.orange_left {
    padding-left: 20px;
    margin-bottom: 2rem;
    border-left: 5px solid var(--orange)
}

/* Real Alt Text Images */
.altme h2 {
    margin-bottom: 4rem;
}

.alt_images_1 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.alt_images_1 img {
    width: 100%;
}

.alt_images_1:before {
    content: '';
    position: absolute;
    height: 50%;
    background: var(--orange);
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    left: 0;

}

.alt_images img {
    position: relative;
}

.top_subheader {
    padding-left: 15px;
    position: relative;
    color: transparent;
    letter-spacing: 1px;
    background: #ffffff;
    width: fit-content;
    transition: all .2s ease-in-out;
    background: linear-gradient(90deg, transparent 0%, transparent 50%, orange 50%, orange 100%);
    background-size: 200% 100%;
    background-position: left;
    background-clip: text;
    animation-name: top_subheader;
}

.top_subheader:before {
    content: '';
    position: absolute;
    left: 100%;
    height: 100%;
    width: 5px;
    transition: all .2s ease-in-out;
    background: var(--orange);
    top: 0;

}

@keyframes top_subheader {
    to {
        background-position: right;
    }
}

.top_subheader.animated:before {
    left: 0;
}

.altme .display-sm {
    margin: 0 2rem 0 0;
}

.alt_images_3 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 1rem
}

.alt_images_3 img {
    aspect-ratio: 1;
    object-fit: cover;
    max-width: calc(50% - .5rem);
    position: relative;
    z-index: 1;
}

.alt_images_3:after {
    content: '';
    position: absolute;
    height: calc(50% + 20px);
    top: 50%;
    right: calc(17% / 2);
    transform: rotate(0deg) translateY(-50%);
    width: calc(33% - .5rem);
    border-radius: 5px;

    background: var(--blue);
    transform-origin: top;
}

@keyframes rotate {

    to {
        transform: rotate(360deg) translateY(-50%);
    }
}

/* Footer */
#footer {

    color: white;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2rem;
}

.footer_left {
    padding: 2rem;
    background: white;
    width: fit-content;

}

.footer_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_social svg {
    fill: var(--orange);
    width: 25px;
    height: 25px;
    transition: all .2s ease-in-out;
}

.footer_left img {
    width: 250px;
    margin-bottom: 5rem;
}

.footer_navs h3 {
    font-size: 1.5rem;
    max-width: 200px;
    padding-top: 5px;
    position: relative
}

.footer_navs h3:before {
    content: '';
    position: absolute;
    bottom: 100%;
    height: 20px;
    width: 4px;
    transform-origin: bottom;
    transform: rotate(90deg);
    border-radius: 4px;
    background: var(--orange);
    left: 0;
    transition: all .2s ease, width 0.2s ease .2s;
}

.footer_nav:hover h3:before {
    transform: rotate(180deg);
    left: -5px;
    height: 100%;
    width: 100%;
    bottom: calc(100% - 2px)
}


.footer_navs {
    display: flex;
    grid-gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;

}

.footer_right {
    flex: 1;
}

.footer_nav a {
    text-decoration: none;
    color: white;
    color: #dceef5;
    display: block;
    margin-bottom: 5px;
    transition: all .2s ease-in-out;
    border-left: 5px solid transparent;
    transform: translatex(-10px);
    padding-left: 5px;


}

.footer_nav a:hover {
    margin-left: 0;
    color: white;
    transform: none;
    border-left: 5px solid var(--orange)
}

#footer svg:hover {
    transform: scale(1.05);
    fill: var(--blue)
}

/* Header Left content Right */

.iwt_two:not(.ostack) .iwt_wrap {
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
    color: white;

}

.ostack h3 {
    color: white;
}

/* Side by Side */
.sbs_center {
    padding-top: 5rem;
}

.sbs_center h2 {
    text-align: center;
}

.side_by_side {

    overflow: hidden;
}

.side_by_side:has(.gform_wrapper) h2,
.side_by_side:has(.dm_form) h2 {
    text-align: center;
}

.side_by_side_wrap {
    flex-wrap: nowrap !important;
}

.alt_content ul,
.highlighted_list ul,
.hlcr_right ul,
.location_list,
.bcta_content ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 2rem;
}

.alt_content li,
.hlcr_right li,
.bcta_content li {

    position: relative;
    padding-bottom: 25px;
    padding-top: 10px;
    padding-left: 50px;
}

.highlighted_list a {
    margin: 2rem auto
}

.alt_content li:before,
.highlighted_list li:before,
.hlcr_right li:before,
.bcta_content li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 40px;
    min-width: 40px;
    font-weight: bold;
    transition: border-radius .2s ease;
    height: 40px;
    border-radius: 100%;
}

.alt_content li:hover:before,
.highlighted_list li:hover:before,
.hlcr_right li:hover:before {
    border-radius: 0;

}

.link_list a {
    color: white;
    border-radius: 100px;
    padding: 1rem;
    position: relative;
    transition: border-radius .2s ease, letter-spacing .2s ease;
    ;
}

.link_list a:hover {
    border-radius: 5px;
    letter-spacing: 2px;
}

.link_list a:nth-child(odd) {
    background: var(--blue)
}

.link_list a:nth-child(even) {
    background: var(--dark)
}

.link_list img {
    max-width: 50px;
    margin-right: auto;
    transition: transform .4s ease
}

a:hover img {
    transform: rotate(360deg);

}

.link_list a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.link_list .flex-md {
    margin-top: 2rem
}

/* Accordion */

.acline {
    width: 3px;
    background: var(--dark);
    border-radius: 4px;
    transition: all .5s ease-in-out;
    position: absolute;
    right: 20px;
    height: 20px;
}

.aclineone {
    right: 30px;

    transform: rotate(45deg);
}

.aclinetwo {
    transform: rotate(-45deg);
    right: 43px;
}


.acactive .aclineone {
    right: 41px;
    transform: rotate(225deg);
    right: 43px;
    background: white;
}

.acactive .aclinetwo {
    right: 41px;
    transform: rotate(-405deg);
    right: 30px;
    background: white;
}


.accordion_set {
    position: relative;
    width: 100%;
    border: 1px solid var(--dark);
    margin: -1px;
    background: linear-gradient(0deg, transparent 0%, transparent 50%, #eb9232 50%, var(--orange) 100%);
    transition: all .2s ease;
    background-size: 210% 210%;
    background-position: bottom;
}

.accordion_set:has(.acactive) {
    background-position: top;
    -webkit-box-shadow: 0px 0px 50px 10px #f78f1e57
}

.accordion_set>.select_div {
    cursor: pointer;

    background: transparent;
    color: var(--dark);
    font-size: 1.5rem;
    text-align: start;
    width: 100%;
    padding: 2rem;
    border: none;

    transition: all 0.2s linear;
}

.accordion_set>.select_div.acactive {
    background-position: left;
    color: white;
}

.accontent {
    display: none;
    padding: 2rem;

    color: white;
    width: 100%;
    border-top: none;
}

.content p {
    padding: 10px 15px;

    margin: 0;
    color: #333;
}

.accordion h2 {
    margin-bottom: 2rem;
}

/* Link cards */
.link_card_wrap {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    grid-gap: 3rem;
    text-decoration: none;
    justify-content: space-between;
    align-items: start;
    border-radius: 15px;
    position: relative;
    color: white;
    font-size: 1.2rem;
    transition: border-radius .2s ease;
}

.link_card_wrap h3 {

    margin: 1rem auto
}

.link_card_wrap img {
    width: 50px
}

.link_card_wrap:nth-child(3n) {
    background: var(--blue);
}

.link_card_wrap:nth-child(3n -1) {
    background: var(--grey);
}

.link_card_wrap:nth-child(3n -2) {
    background: var(--orange);
}

.link_card_wrap svg {
    fill: black;
    background: white;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 10px;
    transition: transform .2s ease;
    position: absolute;
    right: 1rem;
    top: 1rem;
    transform: rotate(-45deg)
}

a.link_card_wrap:hover {
    border-radius: 15px 15px 15px 50px
}

a.link_card_wrap:hover svg {
    transform: rotate(-45deg) translate(50px);
    -webkit-box-shadow: 5px 5px 10px 0px #e1e1e1;

}

.bottom_content {
    margin: 3rem auto 0;
    max-width: 1000px;
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom_content a {
    margin: auto
}

.steps_flex {
    display: flex;
    grid-gap: 1rem;
    width: 100%;
    justify-content: space-between;
    padding: 1rem;
    flex-wrap: wrap;
}

.step_wrap {
    max-width: 150px;
    text-align: center;

}

.steps_flex:has(.step_wrap:nth-child(4)) .largefont {
    font-size: 1rem;
}

/* Steps */
.step_top {
    aspect-ratio: 1;
    border-radius: 100%;
    max-width: 50svw;
    margin: auto;
    position: relative;
}

.steps:not(.steps_two) .step_wrap:not(:last-child) .step_top:after {
    content: '';
    left: 100%;
    position: absolute;
    width: 100%;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    background-image: repeating-linear-gradient(to right,
            black 0 10px,
            transparent 10px 20px);
    background-size: 20px 2px;
    background-repeat: repeat-x;
}

.step_top img {
    max-width: 50%
}

.step_top span {
    position: absolute;
    border-radius: 100%;
    border: 5px solid white;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    width: 40px;
    aspect-ratio: 1;
}

/* Pricing */
.plans_wrap {
    perspective: 1500px;
    margin-top: 2rem;
    transform-style: preserve-3d
}

.plans .largefont {
    font-weight: 100
}

.plan_card {
    background: white;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 1px 5px #00000099;
}


.plan_card h3 {
    background: var(--orange);
    margin: 0 0 2rem;
    font-size: 1rem;
    transform-style: preserve-3d;
    padding: 15px;
    color: white;
}

.plan_card img,
.plan_price {
    transition: all .2s ease;
}


.plan_card>* {
    color: black
}

.plan_card img {
    max-height: 100px;
    margin-bottom: 2rem;
}

.description {
    border-top: 3px dashed #74909c3b;
    max-width: 90%;
    margin: auto;
    padding-top: 2rem
}

.plan_card .orangebtn {
    color: white;
    margin: 2rem auto
}

.plan_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan_card:nth-child(2) {
    background: #597885;

}

.plan_card:nth-child(2) svg {
    background: #597885;
    fill: white;
}

.plan_card:nth-child(2)>* {
    color: white;
}

.plan_card:nth-child(2) h3 {
    background: #45616c;
}

.plan_card:nth-child(2) .mybutton {
    background: white;
    color: black;
}

.plan_card:nth-child(3) .mybutton {
    background: black;
    color: white;
}

.plan_card:nth-child(3) h3 {
    background: black
}

.plan_card .mybutton:hover {
    background-position: right;
    border-color: transparent;
}

.swoop_dots {
    display: none;
}

.steps .bottom_links {
    justify-content: center;
}

.iwt_two .iwt_wrap:nth-child(5n-4) {
    background: var(--orange)
}

.iwt_two .iwt_wrap:nth-child(5n-3) {
    background: var(--grey)
}

.iwt_two .iwt_wrap:nth-child(5n-2) {
    background: var(--blue)
}

.iwt_two .iwt_wrap:nth-child(5n-1) {
    background: var(--dark);
}

.iwt_two .iwt_wrap:nth-child(5n) {
    background: #0f181d;
}

/* Highlighted List */
.highlighted_list li {
    color: black;
    background: white;
    padding: 50px;
    padding-left: calc(2rem + 50px);
}

.highlighted_list li:nth-child(even) {
    background: #f8f6f6
}

.highlighted_list li:before {
    left: 2rem;
    top: 40px;
}

.hover_cards_grid {
    width: 100%;
}

.hover_card_wrap {

    position: relative;
    border-radius: 15px;
    padding-top: 33%;
}

.hover_card_front,
.hover_card_back {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    aspect-ratio: 1;
    transition: all .5s ease;
    padding: 2rem;
    border-radius: 15px;
    overflow: hidden;
    backface-visibility: hidden;

}

.hover_card_back {
    background: var(--grey);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: rotateY(180deg);
}


.hover_card_front {
    background-size: cover !important;
    display: flex;
    align-items: flex-end;
}

.hover_card_back svg {
    width: 40px;
    height: 40px;
    fill: var(--orange);
    background: white;
    border-radius: 50%;
    transform-style: preserve-3d;
    transform: rotate(-45deg) translateZ(50px);
    padding: 5px;
}

.hover_card_front div {
    display: flex;
    grid-gap: 1rem;
    align-items: center;
}

.hover_card_front img {
    max-width: 50px;
    transform-style: preserve-3d;

    transform: translateZ(100px);
}

.hover_card_wrap:hover .hover_card_front {
    transform: rotateY(-180deg);
}

.hover_card_wrap:hover .hover_card_back {
    transform: rotateY(0)
}

/* Hover Cards Two */
.hover_card_two {
    color: white;
    background-size: cover !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hover_card_content {
    transform: translateY(400px);
    transition: all .2s ease;
    padding: 2rem 1rem 0;
    border-radius: 15px 15px 0 0
}

.hover_card_content p {
    transition: all .2s ease;
    margin: 0;
    height: 400px;
}

.hover_card_two:hover .hover_card_content {
    transform: translateY(200px);
    background: var(--orange)
}

.hover_cards_two a {
    margin: 2rem auto
}

.hover_card_two img {
    max-height: 50px;
    transition: filter .2s ease, transform .2s ease .2s;
    transform-origin: bottom left;
}

.hover_card_two:hover img {
    transform: scale(1.2);
    filter: grayscale(1) brightness(2)
}

.bcta_img_wrap img {
    position: absolute;
    width: 100%;
    height: 120%;
    object-fit: cover;

}

.bcta_img_wrap {
    overflow: hidden;
    position: relative;


}

/* Small Banner CTA */
.small_cta {
    display: flex;
    grid-gap: 5rem;
    margin-bottom: 5rem;
    text-decoration: none;
    overflow: hidden;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    transition: background-color .2s ease;

}

.small_cta:hover {
    color: black;
    background: var(--orange) !important;
}

.small_cta>* {
    width: calc(50% - 2rem);
}

.small_cta div {
    position: relative;
    margin: 1rem 0rem 1rem auto;
    padding: 2rem 0;

}

.small_cta div svg {
    background: white;
    width: 35px;
    position: absolute;
    right: 1rem;
    top: 0rem;
    transform: rotate(-45deg);
    height: 35px;
    transition: all .2s ease, width .2s ease, top .2s ease .2s, transform .2s ease .2s;
    border-radius: 50%;
    padding: 5px;
    fill: var(--dark);

}

.small_cta .parallax {
    position: absolute;
}

.small_cta:hover * {
    color: white;
}

.small_cta:hover svg {
    transition: all .2s ease, width .2s ease .2s;
    width: 100%;
    border-radius: 5px;
    transform: none;
    top: calc(100% - 2rem)
}

.small_cta div {
    transition: all .2s;
}

.small_cta:hover div {
    padding-bottom: 4rem;
}

.small_cta h3 {
    position: relative;
    font-size: 2rem;
    transition: letter-spacing .2s ease .4s;
}

.small_cta:hover h3 {
    letter-spacing: 2px
}

.card_count {
    font-size: 6rem;
    font-family: header;
    opacity: .1;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translatey(-50%);
    font-weight: 900;
}

/* Locations */
.location_wrap {
    background: #f3f6f7;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 15px;
}

/* Cards */
.location_card {
    background: #f3f6f7;
    padding: .5rem;
    border-radius: 15px;
    transition: all .2s ease;
    box-shadow: 3px 3px 10px #00000011;
    text-align: center;
}

.location_cards .orangebtn {
    margin: 2rem auto;
}

.lc_img_wrap {
    padding-top: 75%;
    position: relative;
}

.lc_img_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;

}

.location_card_icon {
    position: absolute;
    background: var(--orange);
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatex(-50%);
    transition: all .3s ease;
    border-radius: 50%;
    overflow: hidden;
}

.location_card_icon svg {
    position: absolute;
    fill: white;
    width: 30px;
    height: 30px;
    transition: all .2s ease;

}

.location_card_icon svg:nth-child(2) {
    transform: translatey(50px);
    width: 20px;

    height: 20px;
}

/* .location_card:hover svg:nth-child(2) {
    transform: none;
}

.location_card:hover svg:nth-child(1) {
    transform: translatey(-50px);
}

.location_card:hover .location_card_icon {
    transform: scale(1.1) translatex(-50%)
}

.location_card:hover {
    box-shadow: 3px 3px 5px #00000055;
} */

.location_card h3 {
    margin: 2.5rem 0 2rem
}

.boldspan {
    font-weight: 100;
}

.location_cards .cols {
    justify-content: center;
}

.diesel_badge {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 6px #00000022;
    z-index: 2;
}



.diesel_key {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    gap: 10px;
    margin: 1.5rem 0 0;
    color: var(--blue);
    font-weight: 700;
}

.diesel_key .diesel_badge {
    position: static;
    width: 36px;
    height: 36px;
}

strong {
    font-weight: 900;
}

.iwt_wrap:has(.iwt_text) h3 {
    font-size: 2rem !important;

}

section.link_cards_two {
    padding: 0
}

.link_cards_two .container {
    padding: 4rem 0;
    border-top: 1px solid
}

.link_cards_two .link_card_wrap {
    background: white;
    color: var(--dark);
    grid-gap: 1rem;
    text-align: center;
    align-items: center;
}

.link_cards_two img {
    margin: auto
}

.link_cards_two .link_card_wrap svg {
    display: none;
}

.hl_2.highlighted_list li {
    background: #ebf0f1
}

.hl_2.highlighted_list li:nth-child(4n-3),
.hl_2.highlighted_list li:nth-child(4n) {
    background: #f3f6f7;
}

/* Job Openings */
.position_wrap {
    background: #f3f6f7;
    padding: 1rem 2rem;
}

.jtype {
    background: var(--orange);
    width: fit-content;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: bold;
    color: white;
}

.jloc {
    color: #8a8c8c;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-top: 3rem;
}

.jloc img {
    height: 20px;
}

/* Icons Grid */
.ig_wrap,
.ig_wrap h4 {
    text-align: center;
}

.ig_wrap {
    padding: 2rem;
    margin: 0;
    outline: 1px solid #c7c7c7
}


.ig_wrap img {
    max-height: 120px;
    max-width: 50%;
}

.deets_card {
    padding: 1rem;
}

.deet_card {
    display: block !important;
}

.deet_card img {
    aspect-ratio: 1.5;
}

.deet_card ul {
    padding: 0 2rem;
    list-style-type: none;
}

.deet_card h3 {
    font-size: 2rem;
    padding-left: 2rem;
}

.position_wrap.deet_card {
    align-items: flex-start;
}

.deet_card a {
    color: var(--orange)
}

.deet_card li {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 1rem;
}

.deet_card li img {
    width: 30px;
    height: 30px;
}

/* Forms */
.gform_button {
    font-size: 1.2rem;
    padding-right: 30px;
    margin-top: 1rem;
}

.gform_button:hover {
    padding: 10px 30px
}

.gform_wrapper {
    background: #f3f6f7;
    border-radius: 15px;
    padding: 4rem
}

.gform_wrapper label {
    line-height: 1.5;
}

.grav_head h3 {
    font-size: 2rem;
}

.gfield_radio_flex .gfield_radio {
    display: flex !important;
    grid-gap: 1rem;
}

.gfield_radio_flex .gfield_radio label {
    display: inline !important;
}

h2.gform_title,
.grav_header .gfield_label {
    text-align: start;
    padding: 3rem 0 1rem !important;
    margin: 0;
    display: block;
    font-size: 3rem !important;
}

#gform_fields_3 input,
#gform_fields_3 textarea {
    border: none;
    padding: 15px;
    border-radius: 5px;
}

#gform_fields_3 select {
    padding: 15px;
    border: none;
}





.side_by_side:has(.gform_wrapper),
.side_by_side:has(.dm_form) {
    margin-bottom: 5rem;
}

/* Shortcode section (template-parts/shortcode.php) — header/intro sit above the
   embedded shortcode output, which is full container width. */
.shortcode_section .top_container {
    margin-bottom: 3rem;
}

/* DataMotion secure forms (template/forms/*.php) */
.dm_form {
    background: #f3f6f7;
    border-radius: 15px;
    padding: 4rem;
    color: var(--dark);
    text-align: start;
}

/* Positioned off-screen rather than display:none so jQuery Validate still
   checks it — its default `ignore: ":hidden"` would skip a hidden honeypot. */
.dm_form .hp_wrap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.dm_form .columns {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 0 0 2.5rem;
}

.dm_form .column {
    flex: 0 1 calc(50% - .75rem);
    min-width: 240px;
}

.dm_form .column.double {
    flex-basis: 100%;
}

/* Clearfix markers left over from the float layout; flex wrapping replaces
   them. The class also appears on real columns, which must still render. */
.dm_form .cleared:not(.column) {
    display: none;
}

.dm_form .hidden {
    display: none;
}

/* The form POSTs into this rather than navigating away; DataMotion's response
   is never meant to be seen. */
.dm_form .dm_relay {
    display: none;
}

/* Replaces the form in place once DataMotion responds. Padded so the section
   doesn't visibly collapse when a tall form becomes two lines of text. */
.dm_form .dm_confirmation {
    max-width: 40rem;
    margin: 0 auto;
    padding: 4rem 0;
    text-align: center;
}

/* Focused programmatically via tabindex="-1" so the confirmation is announced,
   which isn't a case where the ring is useful. */
.dm_form .dm_confirmation:focus {
    outline: none;
}

.dm_form p.title {
    margin: 3rem 0 1rem;
    font-family: header;
    font-size: 2rem;
    color: var(--blue);
}

.dm_form p.title:first-of-type {
    margin-top: 0;
}

.dm_form p.subtitle {
    margin: 2rem 0 .5rem;
}

.dm_form p.intro {
    margin: 0 0 2rem;
}

.dm_form .required {
    color: var(--orange);
}

.dm_form .field_note {
    margin: .5rem 0 0;
    color: var(--grey);
    font-size: .8rem;
}

.dm_form label {
    display: block;
    margin: 0 0 .4rem;
    font-size: .95rem;
    line-height: 1.4;
}

.dm_form input[type="text"],
.dm_form input[type="email"],
.dm_form input[type="tel"],
.dm_form input[type="date"],
.dm_form select,
.dm_form textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background: white;
    color: var(--dark);
    font-family: paragraph;
    font-size: 1rem;
}

.dm_form input.short_field {
    width: auto;
    max-width: 8rem;
}

.dm_form .inline_fields {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.dm_form .inline_fields select {
    flex: 1 1 auto;
}

.dm_form .checkbox_group {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .5rem 1.5rem;
    margin: .6rem 0 0;
}

.dm_form .checkbox_group.columns {
    align-items: flex-start;
    margin: .6rem 0 0;
}

.dm_form .checkbox_group label {
    display: inline;
    margin: 0;
}

.dm_form .checkbox_group input {
    margin: 0 .25rem 0 0;
}

.dm_form .terms_and_conditions {
    margin: 0 0 1.5rem;
    padding: 1.5rem;
    border-radius: 10px;
    background: white;
    font-size: .85rem;
    line-height: 1.6;
}

.dm_form label.error {
    display: block;
    margin: .5rem 0 0;
    color: #c0392b;
    font-size: .85rem;
}

.dm_form input.error,
.dm_form select.error,
.dm_form textarea.error {
    outline: 2px solid #c0392b;
}

.dm_form input[type="submit"] {
    margin-top: 1rem;
    font-family: paragraph;
    font-size: 1.2rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .tab_button img {
        max-height: 20px;
    }

    .tab_button {
        justify-content: center;
    }

    .banner_cta {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .dm_form {
        padding: 1.5rem;
    }

    .dm_form .column,
    .dm_form .column.double {
        flex-basis: 100%;
        min-width: 0;
    }

    .dm_form p.title {
        font-size: 1.5rem;
    }
}

/* Timeline */
.timeline_wrap {
    overflow: hidden;

}

#timeline {
    background: #f3f6f7;
    padding: 5rem 0;
}

#timeline_slider {
    display: flex;
    overflow-x: scroll;
    padding: 4rem 5rem;
    transform: translatey(20px);
}

.timeline_bottom {
    position: relative;
}

.timeline_bottom:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 90%;
    background: var(--orange);
    top: 105px;

    border-radius: 5px;
    right: 0;
}

.timeline_slide {
    min-width: 250px;
    max-width: 10px;
    user-select: none;
    text-align: center;
    pointer-events: none;
    margin-right: 5rem;
    position: relative;
}



.timeline_dot {
    background: #ffa50045;
    width: 25px;
    height: 25px;
    border: 2px solid var(--orange);
    border-radius: 100%;
    padding: 7px;
    margin: 10px auto;
    z-index: 99;
}

.timeline_dot_center {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: white;
}

.timeline_date {
    background: var(--dark);
    padding: 5px 10px;
    margin: 0;
    color: white;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    border-radius: 50px;
    bottom: 100%;
}

.timeline_image {
    display: block;
    width: 100%;
    aspect-ratio: 1.25;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 15px;
}


.member_wrap {
    background: #f3f6f7;
    padding: 1rem;
    text-align: center;
}

.member_wrap img {
    width: 100%;
    aspect-ratio: 1.25;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
}

.bcta_content .mybutton {
    margin: 0 4rem 4rem 4rem
}

.team .cols {
    justify-content: center;
}

.team h3 {
    font-size: 2rem;

}

/* Tabs 2 */
.tabs_two {
    background: white;
    text-align: center;
    color: var(--dark)
}

.tabs_two .tab_buttons {
    background: #14475c;

}

.tabs_two .tab_button {
    color: white;
}

/* Contact */
.contact_content {
    flex: 0;
    min-width: fit-content;
}

.form_wrap {
    flex: 1;
}

/* Dropdowns */
/* ===== Visible Links Dropdowns (ADA disclosure pattern) ===== */
.visible_links .navitem_wrap {
    position: relative;
    width: fit-content;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

/* Chevron toggle button sits next to the parent link */
.visible_links .dropdown_toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    margin-left: 2px;
    border: 0;
    background: transparent;
    color: inherit;
    line-height: 0;
    cursor: pointer;
    border-radius: 4px;
}

.visible_links .dropdown_toggle:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.visible_links .dropdown_toggle .chevron {
    transition: transform .25s ease;
}

.visible_links .navitem_wrap.dropdown_open .dropdown_toggle .chevron {
    transform: rotate(180deg);
}

.navitem {
    position: relative;
}

/* The dropdown panel */
.visible_links .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
    z-index: 1000;
    /* Hidden from sight, focus order, and AT until opened */
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
}

.visible_links .navitem_wrap.dropdown_open .dropdown_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity .2s ease, transform .2s ease, visibility 0s;
}

.visible_links .dropdown_menu li {
    margin: 0;
}

.visible_links .dropdown_link {
    display: block;
    padding: 10px 14px;
    border-radius: 6px;
    color: #1a1a1a;
    white-space: nowrap;
    text-decoration: none;
    transition: background .15s ease;
}

.visible_links .dropdown_link:hover {
    background: rgba(0, 0, 0, .06);
}

.visible_links .dropdown_link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: -2px;
    background: rgba(0, 0, 0, .06);
}

.collage_item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collage_item:nth-child(n+2) {
    display: none;
}



@media screen and (min-width: 1001px) {
    .collage_grid {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        aspect-ratio: 2.5 / 1;
    }

    .collage_item:nth-child(n+2) {
        display: block;
    }

    .collage_item_1 {
        grid-area: 1 / 1 / 3 / 3;
    }

    .collage_item_2 {
        grid-area: 1 / 3 / 3 / 4;
    }

    .collage_item_3 {
        grid-area: 1 / 4 / 2 / 5;
    }

    .collage_item_4 {
        grid-area: 2 / 4 / 3 / 5;
    }
}


/* Here */
.lw_img_wrap {
    padding-top: 20%;
    position: relative;
}

.lw_img_wrap img {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    object-fit: cover;
    border-radius: 15px;
}

.contact_content {
    position: sticky;
    top: 8rem;
    height: fit-content;
}

.contact_content a {
    color: var(--orange);
    text-decoration: none
}

.location_list li {
    display: flex;
    align-items: start;
    margin-bottom: 2rem;
    grid-gap: .5rem;
}

.location_list img {
    width: 30px;
}

.location_list li p {
    margin: 0;
}

/* Animations */
.cascade>.hsr:nth-child(2),
.cascade2>.hsr:nth-child(even),
.cascade3>.hsr:nth-child(3n-1),
.cascade4>.hsr:nth-child(4n-2),
.cascade5>.hsr:nth-child(5n-3) {
    animation-delay: 100ms;
}

.cascade>.hsr:nth-child(3),
.cascade3>.hsr:nth-child(3n),
.cascade4>.hsr:nth-child(4n-1),
.cascade5>.hsr:nth-child(5n-2) {
    animation-delay: 200ms;
}

.cascade>.hsr:nth-child(4),
.cascade4>.hsr:nth-child(4n),
.cascade5>.hsr:nth-child(5n-1) {
    animation-delay: 300ms;
}

.cascade>.hsr:nth-child(5),
.cascade5>.hsr:nth-child(5n) {
    animation-delay: 400ms;
}

.cascade>.hsr:nth-child(6) {
    animation-delay: 500ms;
}

.cascade>.hsr:nth-child(7) {
    animation-delay: 600ms;
}

.cascade>.hsr:nth-child(8) {
    animation-delay: 700ms;
}




.hsr,
.hsr:after,
.alt_content li,
.highlighted_list li {
    animation-play-state: paused;
}

.animated,
.animated:after {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-play-state: running !important;

}

.footer_nav a {}

.fadeInLeft,
.alt_content li,
.highlighted_list li {
    opacity: 0;
    transform: translatex(-100px);
    animation-name: fadeInLeft
}

@keyframes fadeInLeft {
    50% {
        transform: translatex(20px);
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

.fadeInRight {
    opacity: 0;
    transform: translatex(100px);
    animation-name: fadeInRight
}

@keyframes fadeInRight {
    50% {
        transform: translateX(-50px);
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInDown {
    50% {
        transform: translatex(-50px);
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

.fadeInDown {
    transform: translateY(-100px);
    opacity: 0;
    animation-name: fadeInDown
}

@keyframes fadeInDown {
    50% {
        transform: translateY(50px);
        opacity: 1
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

.fadeInUp {
    opacity: 0;
    transform: translateY(100px);
    animation-name: reveal
}



@keyframes reveal {
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes underline {
    from {
        left: 0;
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 110%;
    }

}

.stop {
    transform: translatex(-200px);
    opacity: 0;

    animation-name: reveal;
    transform-origin: right bottom;
    animation-duration: .5s;
}

/* @keyframes stop {
	75% {
		transform:translatex(50px) rotate(10deg);
		opacity:1;
	}

	100% {
		opacity:1;
		transform:none;
	}
} */
.zoom {
    opacity: 0;
    animation-name: zoom
}

@keyframes zoom {
    50% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: none
    }
}

/* Nav Stuff */
.nav_follow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;

    transition: all .2s ease-in-out;
    pointer-events: none;
}

/* The marker lives inside the main row, so keep the row's actual content
   (logo, links, hamburger) painting above it. */
#nav .container>.homelink,
#nav .container>.navitems,
#nav .container>#hamb {
    position: relative;
    z-index: 1;
}

#nav:hover .nav_follow {
    opacity: 0;
}

#nav:has(.visible_links .navitem:not(.orangebtn):hover) .nav_follow {
    background: var(--orange);
    opacity: 1;
}

#nav {
    position: fixed;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, white 70%);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    /* Offset via `top`, not `transform`: a transform here would make #nav the
       containing block for its position:fixed descendant (.flyin_links), which
       would resize/reposition the flyin menu every time the bar hides. */
    transition: top .3s ease;
}

/* Scroll-down hides the utility bar by sliding the whole nav up exactly its
   height, so the main row rises to the top. --nav-top-h is set from JS. */
#nav.nav_top_hidden {
    top: calc(-1 * var(--nav-top-h, 0px));
}

#nav .container {
    display: flex;
    position: relative;
    justify-content: space-between;
}

/* Utility bar sits above the main nav row. Sits above the .nav_follow highlight
   (z-index) and right-justifies the account links within the normal container.
   Link appearance intentionally minimal — buttons are styled separately. */
.nav_top {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#nav .nav_top .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
    padding-top: 8px;
    padding-bottom: 8px;
}

.nav_top_link {
    color: var(--blue);
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
}

#hamb {
    background: var(--blue);
    width: 50px;
    height: 50px;
    max-width: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
    border: 3px solid var(--blue);
    transition: all .2s ease-in-out;
}

#hamb:hover {
    background: transparent;
}

#hamb:hover:before,
#hamb:hover:after {
    background: var(--blue)
}

#hamb:after,
#hamb:before {
    content: '';
    position: absolute;
    background: white;
    width: 75%;
    height: 3px;
    border-radius: 10px;
    transition: all .2s ease-in-out;

}

.visible_links {
    display: flex;
    align-items: center;
    flex-grow: 1;
    height: 100%;
    justify-content: flex-end;
    margin-right: 10px;
}

/* "MY ACCOUNT" label stacked above the Sign Up/Log In button.
   .myaccount_wrap / .myaccount_label markup added in header.php. */
.myaccount_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.myaccount_label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
    color: var(--blue);
}

#hamb:before {
    transform: translatey(-3px)
}

#hamb:after {
    transform: translatey(3px)
}

.navitems {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.navitem {
    color: black;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    transition: all .2s ease-in-out;
    padding: 1rem;

}



.navitem:not(.orangebtn):hover {
    color: white;
}



.homelink {
    max-width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.homelink img {
    max-width: 100%;
}

@media screen and (max-width: 1000px) {
    section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .visible_links {
        display: none;
    }

    .homelink {
        max-width: 75px
    }

    .navitems {
        flex-direction: row-reverse;
    }

    .navitem {
        display: flex;
        justify-content: flex-end;

    }

    .flyin_links {
        top: var(--nav-h, 75px);
    }

    #nav .orangebtn {
        width: 100%;
        border-radius: 0;
        height: fit-content;
        margin-top: 1rem;
    }
}

/* Mobile Nav Stuff */
.nav_stage #hamb:before,
.nav_stage #hamb:after {
    transform: none;
    transform-origin: right;
    width: 33%;
}

.nav_opened #hamb:before {
    transform: rotate(-45deg);

}

.nav_opened #hamb:after {
    transform: rotate(-320deg);

}

@media screen and (min-width: 500px) {
    .icons_grid {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        grid-gap: 1px;
    }

}

.ig_wrap {
    width: calc(50%)
}

.position_wrap {
    display: flex;
    grid-gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

.bcta_content {
    padding: 0;
}

.bcta_top {
    padding: 5rem 5rem 2rem;
}

.bcta_bottom p {
    padding: 5rem;
    background: #0e3241;
    margin: 0;
}



.hl_2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.alt_collage {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
    min-width: 50%;
}

.alt_collage img:nth-child(2) {
    max-width: calc(66% - 1rem);
    aspect-ratio: 1.5;
    object-fit: cover;
}

.flex_cards {
    display: flex;
    margin-top: 2rem;
    flex-wrap: wrap;
    grid-gap: 1rem;
    justify-content: center;
}

.iwt_wrap {
    width: calc(50% - .5rem);
}

.cta_cards_grid {
    grid-template-columns: repeat(2, 1fr);
}

.bcta_left {
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 82%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 82%, rgba(0, 0, 0, 0) 100%);
    max-width: 300px;
    object-fit: cover;
    object-position: right;
}

.bcta_center {
    flex-grow: 1;
    padding-left: 3rem;
    margin: auto;
}

.bottom_cta {
    display: flex;
    justify-content: space-between;
}

.bcta_right {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
}



@media screen and (max-width: 500px) {
    .bcta_left {
        mask-image: none;
        max-width: 100%
    }

    .bottom_cta {
        flex-wrap: wrap;
    }

    .tab_buttons {
        min-width: 0
    }

    .bcta_center {
        padding: 2rem 1rem;
    }

    .bcta_right a {
        width: 100%;
    }

    .select_div {
        padding-right: 4rem !important;
    }

    .gform_wrapper,
    .dm_form {
        padding: 1rem;
    }

    .iwt_wrap {
        margin-bottom: 1rem;
    }

    .bcta_right {
        background: none !important
    }

    .cta_cards h2 {
        font-size: 1.5rem
    }

    .alt_collage img:nth-child(2) {
        display: none
    }

}

.iwt_wrap h3 {
    margin: auto;

}

@media screen and (max-width:768px) {
    .cols>* {
        margin-bottom: 1rem;
    }

    .bcta_top {
        padding: 1rem;
    }

    .lw_img_wrap {
        padding-top: 75%
    }

    .alt_img_txt_wrap {
        padding: 0;
    }

    .cols {
        padding: 1rem;
    }

    #nav .container {
        padding: 0 1rem;
    }

    .sbs_buttons button {
        width: 100%
    }

    .altme .container>div:not(:first-child) {
        margin-top: 4rem;
    }

    .tabs_content {
        margin-top: 1rem;
    }

    .tab_buttons {
        padding: 0;
        background: transparent;
    }

    .tab_button {
        color: white;
    }
}

.parallax {
    object-fit: cover;
}

@media screen and (max-width:850px) {
    .banner .parallax-slow {
        filter: brightness(.4)
    }

    .banner_foreground {
        opacity: .7;
    }

    .banner_content {
        width: 100%;

    }
}

.side_by_side_wrap {
    display: flex;
}

#hamb {
    align-self: center;
}

#nav .container {
    align-items: center;
}

.side_slide {
    opacity: .1;
    transform: scale(.4);
    transform-origin: top;
    transition: all .5s ease, opacity .5s ease .3s !important;
}

.side_slide[aria-selected="true"] {
    opacity: 1;
}

.side_by_side_wrap {
    transition: transform .2s ease;
}

.step_wrap p {
    width: 150%;
    margin-left: -25%;
}

.side_by_side .altme {
    min-width: 100%;
}

#nav .container {
    align-items: start;
}

.navitems {
    align-self: stretch;
}

.navitem_wrap {
    height: 100%;
    padding: 0 20px;
}

.container {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sbs_buttons {
    width: 1200px;
    max-width: 100%;
    margin: auto;

    border-radius: 15px;
    display: flex;
}

.sbs_buttons button {

    color: white;
    background: var(--blue);
    border: none;
    display: flex;
    padding: 20px 50px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    font-size: 1.3rem;
    border-radius: 5px;
    transition: all .2s ease;
}

.side_slide[tabindex="0"] {
    opacity: 1;
    transform: none;
}

div:has(.scta_pad_bottom) {
    padding-bottom: 1rem;
}

.sbs_buttons img {
    max-height: 30px
}

.sbs_buttons button[aria-selected="true"] {
    background: var(--orange);
    z-index: 1;
    position: relative;
    box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.2);
    flex-grow: 1;
    transform: scale(1.05)
}

.hover_card_wrap {
    color: white;
}

.hover_cards_grid {
    padding-bottom: 5rem;
}

.skip_link {
    z-index: 999999999;
    position: absolute;
    padding: 10px;
    background: var(--orange);
    color: white;
    text-decoration: none;
    left: -50%;
    transition: left .2s ease;
}

.skip_link:focus {
    left: 0;
}

.timeline_slide:last-child {
    width: 600px;
    max-width: calc(100vw - 2rem);
}

.alt_content a:not(.mybutton) {
    color: var(--orange);
    text-decoration: none;
}

.timeline_slide:last-child img {
    aspect-ratio: 3;
    object-position: top;
}

.embed_container {
    position: relative;

    overflow: hidden;
    max-width: 100%;
    min-width: 100%;
    background: black;
    border-radius: 30px;
    height: auto;
    padding-top: 65%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.embed_container iframe,
.embed_container object,
.embed_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

@media screen and (min-width:768px) {
    .add_content ul {
        display: grid;
        grid-gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
    }

    .flyin_main_sec {
        display: none;
    }

    section:has(.video_wrap) {
        position: relative;
        padding-bottom: 20%;
    }

    .video_wrap {
        position: absolute;
        bottom: 50%;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 50%);
        width: 1000px;
        z-index: 1;

    }

    section:has(.video_wrap)+section {
        padding-top: 15%
    }

    .form_wrap {
        padding-right: 4rem;
    }

    .ig_wrap {
        flex: 0 0 calc((100% - 2rem) / 3);
    }

    .banner_cta {
        display: flex;
        align-items: stretch;
    }

    .banner_cta>* {
        width: 100%;

    }

    .swoop_dots {
        display: block;
        height: fit-content;
        margin-top: 80px;
    }

    .swoop_dots:nth-child(4n) {
        transform-origin: top;
        transform: rotate(180deg)
    }

    .step_wrap img {
        max-height: 75px
    }

    .steps_two .steps_flex>* {
        flex: 1;
    }

    .flex-md {
        display: flex;
        grid-gap: 1rem;
    }

    .flex-md * {
        flex: 1;
    }



    .banner.internal_banner {
        height: 600px
    }

    .altme .container,
    .altme,
    .hlcr_wrap,
    .hl_top {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 5rem;
    }

    .altme:nth-child(even) .container,
    .altme:not(container):nth-child(even) {
        flex-direction: row-reverse;
    }

    .hl_top>* {
        flex: 1;
    }

    .alt_content,
    .alt_collage,
    .alt_images,
    .hlcr_wrap>* {
        flex: 1;
    }

    .side_by_side .altme {
        flex-direction: row !important
    }

    .tabs .container {
        display: flex;
        grid-gap: 2.5rem;
    }

    .lg_pad_top {
        padding-top: 8rem
    }

    .lg_pad_bottom {
        padding-bottom: 8rem;
    }

    .lg_pad_y {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .cols_3 .cols,
    .cols_4 .cols,
    .cols_5 .cols,
    .cols_2 .cols {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        grid-gap: 1rem;
    }

    .cols_2 .cols>* {
        width: calc(50% - 1rem);
    }

    .cols_4 .cols>* {
        width: calc(25% - .75rem);
    }

    .cols_5 .cols>* {
        flex: 0 0 calc((100% - 4rem) / 5);
    }

    .cols_3 .cols>* {
        flex: 0 0 calc((100% - 2rem) / 3);
    }

    .cta_cards_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.accordion_set h3 {
    font-size: 18px;
    display: inline
}

.cta_card_content {
    width: 100%;
}

.altme h2 {
    margin-bottom: 0;
}

.tabs_two .tab_content {
    text-align: start
}

@media screen and (max-width:768px) {
    .deets_list li {
        display: block;
    }

    .deet_card .deets_list {
        padding: 0;
    }

    .bcta_bottom p {
        padding: 2rem;
    }

    .embed_container iframe {
        width: 100%;
    }

    .altme h2 {
        margin: 1rem 0
    }

    .steps_flex {
        justify-content: center;
    }

    .step_wrap {
        width: 100% !important;
        max-width: 100%;
    }

    .step_wrap p {
        width: 100%;
        margin: 1rem auto;
    }

    .plan_card {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:500px) {
    .sbs_buttons {
        display: block
    }

    .cta_card {
        margin-bottom: 1rem;
    }

    .iwt_wrap {
        width: 100%;
    }

    .gform_wrapper,
    .dm_form {
        padding: 1rem;
    }
}

.link_card_wrap img {
    width: 100px;
    max-width: 50px;
    height: 50px;
    object-fit: contain;
}

.flyin_links {
    flex-direction: row;
    padding: 1rem;
    grid-gap: 1rem;

}

.flyin_sec {
    padding: 1rem;
    background: #F2F2F2;
    border-radius: 15px;
    position: relative;
    transition: all .5s ease;
    opacity: 0;
    transform: translatex(50px);

}



.nav_opened .flyin_sec {
    opacity: 1;
    transform: none;
}

.flyin_sec a:not(.header_link) {
    display: flex;
    justify-content: start;
    margin-bottom: 5px;
    transition: all .2s ease;
    background: linear-gradient(90deg, rgba(50, 50, 50, .1) 0%, rgba(0, 0, 0, .0) 44%, rgba(0, 0, 0, .0) 64%, rgba(0, 0, 0, .0) 100%);
    background-size: 200%;
    background-position: right;
    color: var(--dark);
    padding: 5px 0;
}

.flyin_sec a:not(.header_link):hover {
    background-position: left;
    letter-spacing: 2px;
    padding-left: 5px;
}

.flyin_sec a {
    text-decoration: none;
}

.flyin_sec h3 {
    color: var(--blue);
    border-bottom: 5px solid var(--blue);
    padding: 0px;
    margin-top: 0;


}

.flyin_sec {
    position: relative;
    overflow: hidden;
}

.flyin_links img {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.flyin_image {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    opacity: .4;
}

.flyin_sec:has(.flyin_image) a {
    position: relative;
    font-size: 2rem;
    transition: all.2s ease;
    text-align: center;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    border-radius: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flyin_sec:has(.flyin_image) a:hover {
    transform: scale(.99)
}

.flyin_sec:has(.flyin_image) a h3 {
    border: none;
}

.navitem {
    padding: 0;
}

.flyin_links {
    position: fixed;
    backdrop-filter: blur(10px);
    /* Sits just below the nav's live bottom edge (accounts for the top bar and
       for it sliding away on scroll). --nav-h is set from JS. */
    top: var(--nav-h, 120px);
    background: rgba(255, 255, 255, .9);
    width: 100%;
    left: 100%;
    background: var(--blue);
    transition: all .2s ease-in-out;
    display: none;
    flex-wrap: wrap;
}

.nav_stage .flyin_links {
    display: flex;
}

.flyin_links .orangebtn {
    min-width: 100%;
    border-radius: 0;
}

.flyin_links {
    height: 100%
}

.nav_opened .flyin_links {
    left: 0;
}



@media screen and (max-width:768px) {
    .flyin_sec {
        width: 100%;
    }
}

@media screen and (min-width:768px) {
    .flyin_sec {
        width: calc(50% - .5rem)
    }
}

@media screen and (max-width:768px) {
    .flyin_links {
        /* Keep the menu within the viewport below the (now taller) nav. */
        max-height: calc(100svh - var(--nav-h, 70px));
        overflow: scroll;
        top: var(--nav-h, 70px)
    }

    .cta_cards_grid {
        display: block
    }

    .cta_card h2 {
        font-size: 1.3rem
    }
}

.nav_opened .flyin_links {
    box-shadow: 3px 10px 20px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 10px 200px 5px white
}

@media screen and (min-width: 768px) {
    .reverse .altme:nth-child(odd) .container {
        flex-direction: row-reverse
    }

    .reverse .altme:nth-child(even) .container {
        flex-direction: row
    }
}
