/*-----------------------------------------------------------------------------------------

General CSS Rules

-----------------------------------------------------------------------------------------*/

                body{
                    font-family: 'Open Sans', sans-serif !important;
                }

                html {
                    scroll-behavior: smooth;
                    margin-top:0px !important;
                    overflow-x:unset !important;
                }

                label{
                    cursor:pointer;
                }

                .sticky {
                    position: fixed;
                    top: 0;
                    width: 100%;
                    z-index:99999;
                }

            /*----------override bootstrap layout rules------------*/



            /*-------"Questions-contact/learn more" at bottom of most pages---------------------*/
                .learning_div{
                    float: unset !important;
                    min-height: 20vh;
                    background-color: #f5f5f5;
                    padding: 2vh 5vw;
                    text-align: center;
                }

                .learning_div p{
                    font-size: 1.2rem;
                    color: #888;
                    text-align:center;

                }

                .learning_div h1{
                    text-align: center;
                    color: #777;
                    font-size: 1.8rem;
                }

                .learning_div .buttons{
                    text-align:center;
                    justify-content: center;
                }

                .learning_div .buttons label{
                    background-color: #777;
                    margin:1vw;
                    /* color: #fff; */
                    font-weight: 500;
                    text-align: center;
                    /* background-color: #f26219; */
                    border-color: #f26219;
                    color: #fff;
                    border-radius: 25em;
                    padding: 0.9vh 4vw 0.9vh 4vw;
                }


/*-----------------------------------------------------------------------------------------

Header CSS Rules

-----------------------------------------------------------------------------------------*/


                /*--------COVID UPDATE-------------*/
                .update_div{
                    top:0px;
                    padding:2vh;
                    background-color:#10639d;
                    width:100vw;
                    min-height:10vh;/*Vanessa*/
                }

                .update_div p{
                    color:#fff;
                    line-height:1.5em;
                    font-size:1.2rem;
                    margin-right:3vw;
                    margin-left:3vw; /*Vanessa, was 10vw*/
                }


                /*-----------------------navbar------------------------*/

                .gen_home_logo img{
                    /* width: 17%;*/ /*Vanessa commnet*/
                    width:auto;
                    height:7vh;
                    margin-right: 2vw;
                    margin-top: 0vh;
                    padding-bottom:2vh;/*Vanessa*/
                    margin-bottom:2vh;
                    }

                .bse_home_logo img{/*there is some weird white space going on with the bse home logo)*/
                    /*margin-top:0;*/
                    width: auto; /*Vanessa, was 30% then 31%*/
                    height:7vh; /*new*/
                    padding-bottom:2vh;/*Vanessa*/
                    padding-right:1vw;
                    margin-bottom:2vh;
                }

                .sunforge_home_logo img{/*Vanessa*/
                    width:20vw;/*21%*/
                }


                .header_bse img{
                    width: 100%;
                    padding-bottom: 2vh;/*Vanessa, was 5vh*/
                    padding-left: 30vw;
                    padding-right: 30vw;
                    padding-top: 8vh; /*Vanessa, was 5vh*/
                }

                .header_gen img{
                    width: 100%;
                    padding-bottom: 4vh;/*Vanessa, was 5vh*/
                    padding-left: 32vw;
                    padding-right: 32vw;
                    padding-top: 13vh; /*Vanessa, was 5vh*/
                }





/*-----------------------------------------------------------------------------------------

Footer CSS Rules

-----------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------

index.php

Home CSS Rules

-----------------------------------------------------------------------------------------*/

    /*----------carousel--------------*/
            * {box-sizing:border-box}

            /* Slideshow container */
            .slideshow-container {
            max-width: 100vw;
            margin: auto;
            overflow:hidden;
            position:relative;
            background-color: #111;
            }

            /* Hide the images by default */
            .mySlides {
            display: none;
            z-index:0;
            }

            /* Fading animation */
            .fade_car {
            top: 0;
            left: 0;
            display: block;
            align-items: center;
            width: 100%;
            height: 100%;
            transform: translateX( 100vw );
            animation: opaqTransition 28s cubic-bezier(0, 0, 0, 0.97) infinite;
            }

            .prev_arrow, .next_arrow {
                    cursor: pointer;
                position: absolute;
                margin-left: 1vw;
                top: 25vh;
                width: auto;
                padding: 16px;
                color: white;
                font-weight: bold;
                font-size: 2rem;
                transition: 0.6s ease;
                border-radius: 0 3px 3px 0;
                /* user-select: none; */
                text-decoration: none;
            }

            /* Position the "next button" to the right */
            .next_arrow {
                right: 0;
                margin-right: 2vw;
                border-radius: 3px 0 0 3px;
            }

            .animate-left{
                position:relative;
                animation: animateLeft 0.5s;
            }

            .slide1{
                animation-delay: 6s;
                z-index:3;
            }

            .slide2{
                animation-delay:10s;
                z-index:7;
            }

            @keyframes opaqTransition {
            3% { transform: translateX( 0 ); }
            25% { transform: translateX( 0 ); }
            28% { transform: translateX( -100vw ); }
            100% { transform: translateX( -100vw ); }
            }

            @-webkit-keyframes slide {
                100% { left: 0; }
            }

            @keyframes slide {
                100% { left: 0; }
            }

            .home_boat{
                background-image: url(/wp-content/uploads/2022/05/solar_boat.jpeg);
                background-position: top;
            }

            .lia{
                background-image: url(/wp-content/uploads/2022/05/lia.png);
                background-position: top;
            }

            .social_distance{
                background-image: url(/wp-content/uploads/2022/05/nightrv.jpeg);
                background-position: center;
            }

            .opex{
                background-image: url(/wp-content/uploads/2022/05/solartruck3.png);
                background-position: bottom;
            }

            .right_ad_buttons label{
                border-radius: 5em;
                border: 0.15em solid #fff;
                padding: 0.6em 2em 0.6em 2em;
                margin: 0.6em;
                margin-top: 1.3em;
                color: #fff;
                /* margin-left: 7vw; */
                display: inline-block;
                max-width: 100%;
                margin-bottom: 5px;
                font-weight: 700;
                font-size: 1rem;
                cursor: pointer;

            }

            .home_slideshow_img{
                padding-left: 0 !important;
                padding-right: 0 !important;
                display: flex;
                justify-content: center;
                /* align-items: center; */
                overflow: hidden;

            }

            .home_slideshow_img img {
                min-height: 60vh;
                object-fit: cover;
                padding-left: 0;
                padding-right: 0;
            }

            .home_slideshow_text{
                padding-top: 5vh;
                padding-left: 3vw !important;
                padding-right: 5vw !important;
            }

            .slideshow-container .row{
                padding: 0 !important;
            }

            .banner_spotlight{
                background-repeat: no-repeat;
                background-size: cover;
                /*min-height: 65vh !important; /*Vanessa, was 65vh*/

            }

            .slideshow-container .row{
                max-width: unset;
                padding-bottom: 5vh;
            }

            .home-row{
                display: inline-block;
                overflow: visible;
                background-color: #fff;
                padding-left: 10vw;
                padding-right: 10vw;
                padding-top: 2vw;
                padding-bottom: 2vw;
            }
.brand_section{
    margin-top: 3vh;
}
.brand_section .col-md-4{
    padding: 0;
}

.brand_section .col-md-8{
    padding-right: 5vw;
    padding-left: 5vw;
}


.genasun_brand_section{
    display: inline-block;
    overflow: visible;
    border-radius: 20px;
    background-color: #ffb2133b;;
}

.genasun_brand_section h1{
    text-align: right;
    font-weight: 600;
    font-size: 2rem;

}
.genasun_brand_section p{
    text-align: right;
    padding-bottom: 3vh;
    font-size: 1.2rem;
}

.bluesky_brand_section h1{
    text-align: left;
    font-weight: 600;
    font-size: 2rem;

}
.bluesky_brand_section p{
    text-align: left;
    padding-bottom: 3vh;
    font-size: 1.2rem;
}

.gen_buttons{
    text-align: right;
    padding-bottom: 5vh;
}

.bse_buttons{
    padding-bottom: 5vh;
}

.gen_buttons label{
    background-color: #f27e21;
    padding: 1vh 2vw 1vh 2vw;
    color: #fbedcf;
    text-decoration: none;
    border-radius: 20px;
}

.bse_buttons label{
    background-color: #10639d;
    padding: 1vh 2vw 1vh 2vw;
    color: #fff;
        border-radius: 20px;

}


.bluesky_brand_section{
    display: inline-block;
    overflow: visible;
    border-radius: 20px;
    background-color: #337ab724;
}

            .left_ad_buttons label{
                padding: 0.6em 2em 0.6em 2em;
                background-color: #10639d;
                color: #fff;
                /* margin-left: 7vw; */
                display: inline-block;
                max-width: 100%;
                margin-bottom: 5px;
                font-size: 1rem;
                cursor: pointer;

            }

            .banner_spotlight h1{
                color:#fff;
                font-weight:500;
                font-size: 2rem;

            }

            .banner_spotlight p{
                color:#fff;
                font-size: 1rem;
                line-height: 2rem;
            }

            .carousel-control{
                color:#eee !important;
            }

            .carousel-indicators li{
                border: 1px solid #484848 !important;
            }

            .carousel-indicators .active{
                background-color:#484848 !important;
            }

            .carousel-control{
                background-image:none !important;
            }

            .brand_slide{
                min-height: 100vh;
                text-align:center;
            }

            .who_genasun img{
              padding-left: 8vw;
                padding-right: 8vw;
            }

            .who_bse img{
                padding-left: 3vw;
                padding-right: 3vw;
            }

            .who_genasun h1{
              font-size: 2rem;
              padding-left: 2vw;
              padding-right: 2vw;
            }

            .who_bse h1{
                font-size: 2rem;
                 padding-left: 2vw;
              padding-right: 2vw;
            }

            .who_genasun p{
                font-size: 1rem;
                line-height:2rem;
                font-size: 1rem;
                  padding-left: 2vw;
              padding-right: 2vw;
                line-height:2.8rem;
                text-align:left;

            }

            .who_bse p{
                font-size: 1rem;
                  padding-left: 2vw;
              padding-right: 2vw;
                line-height:2.8em;
                text-align:left;
            }

            .who_genasun label{
                background-color: #f26219;
                color: #fff;
                width: 15vw;
                padding-top: 1em;
                padding-bottom: 1em;
                text-align: center;
                border-radius: 30px;
                cursor:pointer;
            }

            .who_bse label{
                background-color: #316fa2;
                color: #fff;
                width: 15vw;
                padding-top: 1em;
                padding-bottom: 1em;
                text-align: center;
                border-radius: 30px;
            }

            .who_genasun label a{
                color:#fff;
                text-decoration:none;
            }

            .who_bse label a{
                color:#fff;
                text-decoration:none;
            }

            #BSE_side{
                /*background-image: url(Airstream.JPG);*/
                background-repeat: no-repeat;
                background-size: cover;
                background-position: right;
                min-height: 100vh;
                padding-left:0 !important;
                padding-right: 0 !important;
            }

            #gen_side{
                /*background-image: url(ebike.jpg); Vanessa*/
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                min-height: 100vh;
            }

            .home_side_large {
                padding-left: 0;
                padding-right: 0;
                display: flex;
                justify-content: center;
                /* align-items: center; */
                overflow: hidden;
            }
            .home_side_large img{
                height: 100vh;
                object-fit: cover;
                padding-left: 0;
                padding-right: 0;
            }

            .gen_side_left {/*for genasun page side images*/
                padding-left: 0 !important;
                padding-right: 15px;/*only want this for large screens*/
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
            }

            .gen_side_left img{
                width: 100%;
                height: 100vh;
                object-fit: cover;
            }
            .bse_side_left {/*for bse page side images*/
                padding-left: 0 !important;
                padding-right: 0 !important;/*only want this for large screens*/
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
            }

            .bse_side_left img{
                width: 100%;
                height: 100vh;
                object-fit: cover;
            }

            .brand_slide .col-lg-6{
                padding-right: 0;
                padding-left: 0;
            }

            #gen_side_small{
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 40vh;
                display:none;
            }

        /*-----MSC-----*/

            .home_logos{
                text-align: left; padding-top: 15vh;
            }

            #homeVideo {
                position: absolute;
                left: 0;
                top: 0;
                min-width: 100vw;
                min-height: 100vh;
                object-fit: cover;
                z-index: -999999;
            }

            .top_banner{
                /*background-image: url('MaliziaII.jpg');*/
                background-repeat: no-repeat;
                background-size:cover;
                background-position: center;
                min-height:75vh;
                width:100%;
                position:relative;
            }



            .top_banner_buttons label{
                border-radius: 5em;
                padding: 0.4em 3em 0.4em 3em;
                background-color: #10639d;
                /* margin-left: 7vw; */
                display: inline-block;
                max-width: 100%;
                margin-bottom: 5px;
                font-weight: 700;
                font-size: 1rem;
                cursor:pointer;
                color:#fff;

            }

            .banner_text{
                color: #212632;
                font-family: 'Open Sans', sans-serif;
                text-align: center;
                line-height: 1.5em;/*Vanessa, was 2.5em*/
                background-color: #fff;
                padding-right: 2vw;
                padding-left: 2vw;
                /*position: absolute; Vanessa comment*/
                position: relative;
                bottom: 0;
                width: 100vw;
                padding-bottom:4vh;/*Vanessa, was 2vh*/
                padding-top:.5vh;/*Vanessa, was 2vh*/
            }

            .banner_text h2{
                font-weight: 600;
                font-size: 1.4rem;
                line-height: 1.6em;
                margin-top:0;
            }
            .banner_text h4{/*Vanessa*/
                font-weight: 500;
                font-size: 1.2rem;/*1.4em*/
                line-height: 0em;
                margin-top:2vh;
                margin-bottom:3vh;/*0*/
            }

            .banner_text p{
                font-weight: 400;
                line-height: 2em;
                font-size: 1.2rem !important;
            }

            .who_title{
                font-family: 'Open Sans', sans-serif;
                font-size: 2.2rem;
                padding-top: 8%;
                padding-bottom:3%;
                padding-left: 2%;
                font-weight: 600;
                color: #484848;
            }

            .who_is p{
                font-family: 'Open Sans', sans-serif;
                font-size: 1rem;
                padding-left: 2%;
                line-height: 3em;
                color: #484848;
                padding-bottom: 3%;
                padding-right:3% ;
            }

            .who_is{
                margin-top:5%;
                padding-bottom:10%;
                min-height:48em;
                /*background-image: linear-gradient(-178deg, #ffffff 90%, #ebebeb calc(90% + 2px));*/
            }

            .who_is h3{
                font-size:1.35rem;
                padding-left:2%;
            }
            /*TODO check small-to-large*/
            .who_is .col-lg-5{
                padding:0px;
            }

            .who_is .col-lg-7{
                padding-left:4%;
            }

            .who_is .col-md-5{
                padding:0px;
            }

            .who_is .col-md-7{
                padding-left:4%;
            }

            .icons img{
                width:100%;
            }

            .icons{
                padding-top:1%;
                min-height:48em;
                padding-bottom:10%;
                /*background-image: linear-gradient(-178deg, #ebebeb 90%, #ffffff calc(90% + 2px)); */
                text-align:left;
                margin-left:1% !important;
            }

            .icons .col-lg-2{
                padding-right:0% !important;
            }

            /*TODO check small to large*/
            .icons .col-md-2{
                padding-right:0% !important;
            }

            .icon_title{
                text-align:left;
                font-size:1.6rem;
                font-weight:700;
                padding-bottom:4%;
                padding-left:7%;
                font-family: 'Open Sans', sans-serif;
                color: #484848;
            }

            .icons h1{
                font-family: 'Open Sans', sans-serif;
                font-size:1.2rem;
                font-weight:600;
                color: #f26219;
            }

            .icons p{
                font-family: 'Open Sans', sans-serif;
                font-size:0.9rem;
                line-height:2em;
                /*padding-left:7%;*/
                padding-right:7%;
            }

            .buy{
                font-family: 'Open Sans', sans-serif;
                margin-left:0px !important;
            }

            .buy_title{
                text-align: left;
                font-size: 2rem;
                font-weight: 700;
                padding-bottom: 4%;
                padding-top: 4%;
                padding-left: 5%;
                font-family: 'Open Sans', sans-serif;
                color: #fff;
            }


            .buy h1{
                font-family: 'Open Sans', sans-serif;
                font-size:1.1rem;
                font-weight:700;
                color: #fff;
            }

            .buy h2{
                font-family: 'Open Sans', sans-serif;
                font-size:1.1rem;
                font-weight:700;
                color: #525252;
            }

            .buy_button{
                color: #10649d;
                background-color: #ebebeb;
                padding: 1.5%;
                border-radius: 35px;
                width: 50%;
                text-align: center;
                font-weight: 650;
                margin-top:4%;
            }

            .buy p{
                line-height: 2.5em;
                font-size: 0.9rem;
            }
            /*TODO check small to large*/

            .buy .col-lg-6{
                color: #fff;
                padding-right:5%;
                padding-left:6%;
            }

            .buy .col-lg-12{
                padding-top:7%;
            }

            .buy .col-md-6{
                color: #fff;
                padding-right:5%;
                padding-left:6%;
            }

            .buy .col-md-12{
                padding-top:7%;
            }

            .buy .panel{
                color:#fff;
                border-radius:20px;
                background-color: #2883c2;
                padding:5%;
                min-height:19em;
            }

            .buy .panel h1{
                color:#fff;
                border-radius:20px;
                }

            .buy_bg{
                background: #1488CC;
                background: -webkit-linear-gradient(to right, #2B32B2, #1488CC);
                background: linear-gradient(to right, #0064a2, #48a8e0);
                padding-bottom:5%;
            }

            /*----------Eco Facts----------------*/

            .eco_fact{
                text-align:center;
                width: 100%;
                padding-bottom:0vh;/*Vanessa, was 3vh*/
                padding-top:6vh;/*Vanessa, was 5vh, then 1vh*/
                background-color: #f5f5f5;/*Vanessa, was white*/
            }

            .eco_fact h2{
                color: #484848;
                text-align: center;
                font-size: 1.5rem;
                font-weight: 500;
                padding-top: 2vh;
                padding-left:5vw;
                padding-right:5vw;
            }

            .eco_fact h1{
                color:#507350;
                font-size:3rem;
                font-weight:700;
            }



            .fact{
                width:30vw;
                float:left;
                padding-top:5vh;
                text-align:center;
                position:relative;
                padding-bottom: 5vh;
            }

            .fact + .fact:after {
              content: "";
              background: #408561;
              position: absolute;
              bottom: 18%;
              left: 0;
              height: 50%;
              width: 1px;
            }

            .eco_fact p{
                color:#484848;
                padding-top:1em;
                font-size:1.2rem;
            }

            .eco_fact .row{
                justify-content: space-between;
            }


/*-----------------------------------------------------------------------------------------

page-off-grid-still-connected.php

BTC Landing Page CSS Rules

NEEDS TO BE ADDED TO OTHER CSS DOCS

-----------------------------------------------------------------------------------------*/

/*----------HEADER SECTION-----------*/
/* change display to block under 1000px*/

.post-1000043709 .row{
    max-width:unset;
    padding:0;
}

.post-1000043709 .columns{
    padding:0;
}




.btc_header {
    background-color: #10639d;
    min-height: 60vh;
    overflow: auto;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.btc_header a {
    color: #b9836b;
}

.btc_header a:hover {
    color: #b9836b;
    text-decoration: none;
}

.btc_header .banner_buttons label {
    /* border: 0.15em solid #fff; */
    background-color: #ffffff;
    border-radius: 0 !important;
    padding: 0.6em 2em 0.6em 2em;
    margin: 0.6em;
    margin-top: 1.3em;
    color: #10649d !important;
    /* margin-left: 7vw; */
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5vh;
    font-weight: 700;
    font-size: 1em;
    margin-left: 0;
}

.btc_header .banner_buttons {
    text-align: left;
    margin-left: 7vw;
}

.btc_header .title {
    color: #fff;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.5em;
    padding-top: 5vh;
    padding-bottom: 2vh;
}

#btc_header_text {
    padding-left: 7vw;
    text-align: center;
}

#btc_header_text span {
    color: #fff;
    text-align: left;
    line-height: 2em;
    font-size: 1.4em;
    font-weight: 400;
}

.btc-header-img {
    padding-top: 10vh;
    padding-bottom: 2vh;
    padding-left: 2vw;
    padding-right: 2vw;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}

/*--------App Tour ----------------*/

.bt_tour_title {
    color: #10639d;
    text-align: center;
    font-size: 3em;
    padding-top: 5vh;
    font-weight: 600;

}

.bt_tour_subtitle {
    text-align: center;
    font-size: 2em;
    font-weight: 400;
    padding-bottom: 5vh;

}

.app_tour_div {
    background-color: #fff;
}

.app_tour_section {
    min-height: 75vh;
    border-top: 1px solid #eee;
}

.app_tour_section span {
    line-height: 2em;
}

.app_tour_title {
    color: #10639d;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.5em;
}

.app_tour_text {
    flex-direction: column;
    justify-content: center;
}

.app_tour_gif {
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.app_tour_gif img {
    width: 100%;
    min-height: 70vh;
    object-fit: contain;
}

.app_tour_features ul{
    list-style-type: disc;
    padding-bottom:5vh;
    padding-top:2vh;
}

.app_tour_features{
    padding-top:5vh;
}



/*----INTERESTED? SECTION-----------*/

.btc_interested_div {
    background-color: #10639d;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.btc_interested_div p {
    font-size: 1.5em;
    color: #fff;
    text-align: center;
}

.btc_interested_div h1 {
    text-align: center;
    color: #fff;
    font-size: 2.5em;
}

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

.btc_interested_div .buttons label {
    background-color: #777;
    margin: 1em;
    font-weight: 500;
    min-width: 7vw;
    text-align: center;
    border-color: #f26219;
    color: #fff;
    border-radius: 25em;
    padding: 0.9vh 2vw 0.9vh 2vw;
}

.btc_interested_div img {
    width: 100%;
    height: 40vh;
    object-fit: contain;
}

.btc_button {
    text-align: center;
    padding-bottom: 2vh;
    margin-top: 3vh;
}

.btc_button label {
    font-weight: 500;
    min-width: 7vw;
    text-align: center;
    background-color: #fff;
    border-color: #fff;
    border-radius: 25em;
    padding: 0.5vh 2vw 0.5vh 2vw;
}

.btc_button a {
    color: #3668b0;
}




/*-----------------------------------------------------------------------------------------

page-genasun.php

Genasun CSS Rules

-----------------------------------------------------------------------------------------*/

    /*----------------genasun header section---------------*/

            #small_quiet{
                display:none;
            }

            #large_quiet{
                display:block;
            }

            #gen_header_text .title{
                color: #fff;
                font-size: 2.5rem;
                font-weight: 500;
            }

            #gen_header_text{
                padding-top: 20vh;
                padding-left: 7vw;
                text-align: center;
                padding-right: 7vw;
            }

            #gen_header_text span{
                color: #fff;
                text-align: left;
                line-height: 1.5em;
                font-size: 1.5rem;
                font-weight: 400;
            }

            .header_gen .banner_buttons label {
                color: #262a38;
                border-radius: 5em;
                background-color: #ffffff;
                padding: 1vh 3vw;
                margin: 2vh 2vw;
                display: inline-block;
                max-width: 100%;
                font-weight: 700;
                font-size: 0.9rem;
            }

            .header_gen{
                background-image: url(/wp-content/uploads/2022/05/suntrip.jpeg);
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-size: cover;
                background-position: left;
                min-height: 100vh;
            }

            .header_gen .banner_buttons{
                    text-align: center;
                    margin-left:0;
            }

            .header_gen a{
            color: #262a38;
            }

            .header_gen a:hover{
                color: #262a38;
                text-decoration: none;
            }
    /*-----------------------------------------------------*/

    /*--------------golf section----------------*/

            #golf_section{
                min-height: 90vh;
            }

            .golf{
                /*background-image: url(golfcart2.jpg); Vanessa*/
                height: 70vh;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                position: unset !important;
            }

            .golf_content{
                padding-left: 5vw !important;
                padding-top: 2vh;
            }

            .golf_content p{
                color: #555;
                line-height: 2em;
                padding-right: 2vw;
            }

            .golf_content h3{
                font-size: 2rem;
                color: #717c24;
                line-height: 2em;
            }

            #golf_section .banner_buttons{
                margin-left:0 !important;
                margin-top:7vh;
            }

            #golf_section .banner_buttons label{
                border-radius: 5em;
                border: 0.15em solid #717c24;
                background-color: #717c24;
                padding: 1vh 2vw;
                margin: 4vh 1vw;
                color: #fff;
                display: inline-block;
                max-width: 100%;
                font-weight: 700;
                font-size: 0.9rem;
            }

            #golf_section .banner_buttons label a{
                color: #fff;
                text-decoration: none;
            }

        /*-----------------------------------------*/

        /*--------------sail section--------------*/
            #sail_section{
                background-color:#fff;
                min-height: 90vh;
            }

            #sail_section h3{
                text-align: left;
                font-size: 2rem;
                color: #4776ca;
                padding-top: 15vh;
                padding-left: 1vw;
                line-height: 2;
            }

            #sail_section p{
                text-align: left;
                color: #555;
                line-height: 2em;
                padding-left: 1vw;
                padding-right: 1vw;
            }

            #sail_section .banner_buttons label{
                border-radius: 5em;
                padding: 1vh 2vw;
                margin: 4vh 1vw;
                color: #fff;
                display: inline-block;
                background-color: #4776ca;
                max-width: 100%;
                font-weight: 600;
                font-size: 0.9rem;
            }
            #sail_section .banner_buttons label a{
                color: #fff;
                text-decoration:none;
            }

            #sail_section .banner_buttons{
                margin-left: 0;
                text-align: left;
            }


            .sail{
                /*background-image: url(gensail.jpg);*/ /*vanessa*/
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                height: 100vh;
            position: unset !important;
            }
    /*---------------------------------------------*/

    /*---C1D2----*/

            .c1d2_content ul{/*putting this here temporarily, will come back to it and likely make a new c1d2 class*/
                list-style-type: disc;
                display:inline-block;
                padding-left:1vw;
            }

            .c1d2_content h4{
                font-size: 2rem;
                color: #8495ae;
                line-height: 1.5em;
                padding-top: 6vh;
            }

            .c1d2_content h5{
                font-size: 1.4rem;
                color: #8495ae;
                line-height: 1.5em;
                padding-top: 2vh;
                margin-bottom: 1vh;
            }

            .c1d2_content h6{
                font-size: 1.4rem;
                color: #8495ae;
                line-height: 1.5em;
                padding-top: 2vh;
                margin-bottom: 1vh;
            }

            .c1d2_content li{
                color: #555;
                line-height: 2em;
                padding-right: 2vw;
            }

            @-moz-document url-prefix() { /*only firefox margin left on list c1d2*/
                .c1d2_content .highlights_list li{
                    margin-left:12px;
                }
                .c1d2_content ul{
                    margin-left: 0vw;
                }
            }
    /*-------*/



        /*--------------harsh section--------------*/
            #harsh_section{
                background-color:#ffff;
                min-height: 90vh;
            }

            #harsh_section h3{
                text-align: left;
                font-size: 2rem;
                color: #3b7eb4;
                padding-left: 2vw;
                padding-top: 2vh;
            }

            #harsh_section p{
                text-align: left;
                line-height: 2em;
                padding-left: 2vw;
                padding-right: 2vw;
            }

            #harsh_section .banner_buttons label{
                border-radius: 5em;
                padding: 1vh 2vw;
                margin: 4vh 1vw;
                color: #fff;
                display: inline-block;
                background-color: #3b7eb4;
                max-width: 100%;
                font-weight: 700;
                font-size: 0.9rem;
            }

            #harsh_section .banner_buttons label a{
                color: #fff;
                text-decoration: none;
            }

            .harsh_content{
                position: unset !important;
                padding-top: 12vh;
            }

            #harsh_section .banner_buttons{
                margin-left: 2vw;
                text-align: left;
            }

            .harsh{
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                height: 100vh;
            }
        /*---------------------------------------------*/

        /*---------------radio section---------------*/
            #quiet_section{
                background-color: #fff;
                min-height: 90vh;
            }

            .quiet{
                height: 100vh;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                position: unset !important;
            }

            #quiet_section .banner_buttons{
                text-align:left;
                margin-left:0 ;
            }

            #quiet_section .banner_buttons label{
                border-radius: 5em;
                border: 0.15em solid #8495ae;
                background-color:#8495ae;
                padding: 1vh 2vw;
                margin: 4vh 1vw;
                color: #fff;
                display: inline-block;
                max-width: 100%;
                font-weight: 700;
                font-size: 0.9rem;
            }

            #quiet_section .banner_buttons label a{
                color:#fff;
                text-decoration:none;
            }

            .quiet_content p{
                color: #555;
                line-height: 2em;
                padding-right: 2vw;
            }

            .quiet_content h3{
                font-size: 2rem;
                color: #8495ae;
                line-height: 2em;
                padding-top: 15vh;
            }

            .quiet_content{
                padding-left: 5vw !important;
                padding-top: 2vh;
            }
    /*-------------------------------------*/
    /*------gen product row----------*/
            #gen_product_row{
                min-height: 100vh;
                width: 100vw;
                padding-top: 12vh;
                padding-bottom: 3vh;
                background-color:#f6f6f6;
            }

            /*TODO check small to large*/


            #gen_product_row .col-lg-8{
                padding-top: 2%;
                padding-left: 3%;
                text-align: left;
                line-height: 2em;
            }

            #gen_product_row .col-md-8{
                padding-top: 2%;
                padding-left: 3%;
                text-align: left;
                line-height: 2em;
            }



            #gen_product_row h3{
                font-size: 1.4rem;
                text-align: left;
                color: #d45a00;
                margin-top: 2vh;
            }

            #gen_product_row .product_title{
                color:#d45a00;
                font-weight:600;
                font-size: 1.2rem;
                text-align:left;
                padding-top:2vh;
            }

            #gen_product_row .specs p:after{
                content: "";
                display: block;
                margin-left: 0;
                text-align: left;
                width: 3vw;
                padding-top: 1vh;
                border-bottom: 0.1em solid #f26219;
            }

            #gen_product_row label{
                text-align:center;
                font-weight: 500;
                min-width: 8vw;
                border: 0.15vh solid #d3d3d3d3;
                padding: 0.5vh 2vh 0.5vh 2vh;
                margin: 0vh 0.5vh;
            }

            #gen_product_row .buttons label{
                font-weight: 500;
                min-width: 7vw;
                text-align: center;
                background-color: #f26219;
                border-color: #f26219;
                color: #fff;
                border-radius: 25em;
                padding: 0.5vh 2vw 0.5vh 2vw;
            }

            #gen_product_row .buttons{
                text-align: left;
                padding-top: 2vh;
                padding-bottom: 2vh;
                bottom:0;
                position:absolute;
            }

            #gen_product_row input{
                position: absolute;
                top: -20px;
                visibility: hidden;
            }

            #gen_product_row .buttons label a{
                color: #fff;
                text-decoration: none;
            }

            #gen_product_row .row{
            }

            #gen_product_row input[type="radio"]#GV4:checked ~ label[for="GV4"] {
            color: white;
            background-color:#f26219;
            }

            #gen_product_row input[type="radio"]#GV5:checked ~ label[for="GV5"] {
            color: white;
            background-color:#f26219;
            }
            #gen_product_row input[type="radio"]#GVB8:checked ~ label[for="GVB8"] {
            color: white;
            background-color:#f26219;
            }

            #gen_product_row input[type="radio"]#GV10:checked ~ label[for="GV10"] {
            color: white;
            background-color:#f26219;
            }


            .product_panel a{
                text-decoration:none;
                color:#484848;
            }

            .product_panel a:focus{
                color:#484848;
                text-decoration: none;
            }

            .product_panel a:active{
                color:#484848;
                text-decoration: none;
            }

            .product_panel a:hover{
                color:#484848;
                text-decoration: none;
            }


    /*--------------------------*/

/*----------------------------------------------------------------------------------------

page-blue-sky-energy.php

Blue Sky Energy CSS Rules

-----------------------------------------------------------------------------------------*/

    /*-----------------bse header section-----------------*/

            #header_text .title{
                color: #fff;
                font-size: 2.5rem;
                font-weight: 500;
            }

            .coming_soon_header #header_text{
                padding-right:0;
            }



            #header_text{
                padding-top: 30vh;
                padding-left: 7vw;
                text-align: center;
                padding-right: 7vw;
            }

            #header_text span{
                color: #fff;
                text-align: left;
                line-height: 1.5em;
                font-size: 1.5rem;
                font-weight: 400;
            }

            .header_bse a{
                color: #b9836b;
            }

            .header_bse a:hover{
                color: #b9836b;
                text-decoration: none;
            }
            .header_bse .banner_buttons label {
                border-radius: 5em;
                background-color: #ffffff;
                padding: 1vh 3vw;
                margin: 2vh 2vw;
                color: #785240 !important;
                display: inline-block;
                max-width: 100%;
                font-weight: 700;
                font-size: 0.9rem;
            }


            .header_bse .banner_buttons{
                    text-align: center;
                    margin-left:0;
            }

        /*---*/


    /*-----------nighttime section-----------------*/
        #night_section{
            background-color:#1b1f1d;
            min-height: 90vh;
        }

        .rv{
            /*background-image: url(airstream-yellowstone.jpg);*/
            height: 100vh;
            background-size: cover;
            background-repeat: no-repeat;
            position: unset !important;
        }

        .night_content{
            padding-top: 20vh;
            padding-left: 5vw !important;
        }

        .night_content p{
            color: #fff;
            line-height: 2em;
            padding-right: 2vw;
        }

        .night_content h3{
        font-size: 2rem;
            color: #aed2f4;
        }

        #night_section .banner_buttons{
            margin-left:0 !important;
        }

        #night_section .banner_buttons label{
            border-radius: 5em;
            border: 0.15em solid #aed2f4;
            padding: 1vh 2vw;
            margin: 4vh 1vw;
            color: #aed2f4;
            display: inline-block;
            max-width: 100%;
            font-weight: 700;
            font-size: 0.9rem;
        }

        #night_section .banner_buttons label a{
            text-decoration:none;
            color: #aed2f4 !important;
        }
    /*---------------------------------------------*/

    /*--------------semitruck section--------------*/
            #data_section{
                background-color:#1d1e20;
                min-height: 90vh;
            }

            #data_section h3{
                text-align: left;
                font-size: 2rem;
                color: #aed2f4;
                padding-left: 2vw;
                padding-top: 2vh;
            }

            #data_section p{
                text-align: left;
                line-height: 2em;
                padding-left: 2vw;
                padding-right: 2vw;
                color: #fff;
                margin-right:2vw;
            }

            #data_section .banner_buttons label{
                border-radius: 5em;
            border: 0.15em solid #aed2f4;
            padding: 1vh 2vw;
            margin: 4vh 1vw;
            color: #aed2f4;
            display: inline-block;
            max-width: 100%;
            font-weight: 700;
            font-size: 0.9rem;
            }

            #data_section .banner_buttons label a{
                text-decoration:none;
                color: #aed2f4 !important;
            }

            #data_section .banner_buttons{
                margin-left: 2vw;
                text-align: left;
            }

            .data_content{
                position: unset !important;
                padding-top: 35vh;
            }

            #small_data{
                display:none;
            }

            #large_data{
                display:block;
            }


            .data{
                background-image: url(/wp-content/uploads/2022/05/truck.jpeg);/*For some reason, for small_data, the truck doesn't show up*/
                height: 100vh;
                background-size: cover;
                background-position:center;
                background-repeat: no-repeat;
                position: unset !important;
            }
        /*---------------------------------------------*/

        /*-----------------connected section-----------*/
            #connected_section{
                background-color:#1d1e20;
                min-height: 90vh;
            }

            .light{
                height: 100vh;
                background-size: cover;
                background-position:top;
                background-repeat: no-repeat;
                position: unset !important;
            }

            #connected_section .banner_buttons{
                margin-left:0;
            }

            #connected_section .banner_buttons label{
                border-radius: 5em;
            border: 0.15em solid #aed2f4;
            padding: 1vh 2vw;
            margin: 4vh 1vw;
            color: #aed2f4;
            display: inline-block;
            max-width: 100%;
            font-weight: 700;
            font-size: 0.9rem;
            }

            .light_content{
                padding-top: 30vh;
                padding-left: 5vw !important;
            }

            .light_content p{
                color: #fff;
                line-height: 2em;
                padding-right: 2vw;
            }

            .light_content h3{
                font-size: 2rem;
                color: #aed2f4;
            }

            #connected_section .banner_buttons label a{
                text-decoration:none;
                color: #aed2f4 !important;
            }

    /*---------------------------------------------*/

            .logo img{
                width:40%;
            }

            #bse_menu{
                background-color:rgba(255,255,255,0.45);
                width:100%;
                text-align:center;
                box-shadow: 0 12px 24px 0 rgba(0,0,0,.06);
            }

            .menu_options a{
                color:#585757;
                padding-left: 2%;
            }



            .header_bse{
                background-image: url(/wp-content/uploads/2022/05/beach.jpeg);
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-size: cover;
                background-position: 0 0vh;/*shift background image down a bit*/
                min-height: 100vh;
            }

            .menu_options a:active{
                font-weight: bold;
            }

            .menu_options a:visited{
                font-weight: bold;
            }

            .menu_options a:hover{
                text-decoration:none;
            }

            /*------------bse product row----------------------*/

            .new_product_panel{
                width:100%;
                margin-top: 3vh;
                padding-top: 12vh;
                background-color:#fff;
                margin-right:2vw;
                padding:2vw;
                text-align:left;
                flex:1;
                position:relative !important;
                display:inline-flex;
                flex:1;
                flex-direction: column;
            }

            .smallScreen{
                display:none;
            }

            .bigScreen{
                display:flex;
            }

            .waypoint_content{
                justify-content: center;
                justify-items: center;
                flex: 1;
                display: flex;
                flex-direction: column;
                padding-top:6%;
                padding-left:5% !important;
            }

            .waypoint_logo_row{
                margin: 0;
                padding-left: 3%;
                padding-top: 2%;
                padding-right: 70%;
                padding-bottom: 2%;
                background-color: #337ab7;
            }

            #bse_product_row .new_product_panel .buttons{
                position:relative;
            }

            #bse_product_row .new_product_panel .specs{
                padding-bottom:2vh;
            }

            #bse_product_row{
                display:block;
                min-height: 100vh;
                width: 100vw;
                padding-top: 12vh;
                padding-bottom: 3vh;
                background-color:#f6f6f6;
                float:left;
            }

            .product_panel{
                text-align: center;
                width:100%;
                margin-top: 3vh;
                padding-top: 12vh;
                background-color:#fff;
                margin-left:2vw;
                margin-right:2vw;
                padding:1vh 1vw 1vh 1vw !important;
                text-align:left;
                position:relative !important;
                display:inline-block;
                border-radius: 10px;
                box-shadow: -1px 0pc 14px 0px #7777773d;
            }



            .product_img{
                margin-bottom: 1vh;
                display: flex;
                justify-content: center;
            }

            .product_title{
                color:#4d85bb;
                font-weight:600;
                font-size: 1.2rem;
                text-align:left;
                padding-top:2vh;
                display:inline-block;
            }

            .specs span{
                font-weight: 600;
            }

            .product_title ::after{
                content:" ";
            }

            .specs ::before{
                content:"";
            }



            #bse_product_row .col-lg-8{
                padding-top: 2%;
                padding-left: 3%;
                text-align: left;
                line-height: 2em;
            }

            #bse_product_row .col-md-8{
                padding-top: 2%;
                padding-left: 3%;
                text-align: left;
                line-height: 2em;
            }



            #bse_product_row h3{
                font-size: 1.4rem;
                text-align: left;
                color: #d45a00;
                margin-top: 2vh;
            }

            #bse_product_row h2{
                font-size: 1rem;
                font-weight:500;
            }

            #bse_product_row .specs p:after{
                content: "";
                display: block;
                margin-left: 0;
                text-align: left;
                width: 3vw;
                padding-top: 1vh;
                border-bottom: 0.1em solid #337ab7;
            }

            #bse_product_row label{
                text-align:center;
                font-weight: 500;
                min-width: 8vw;
                border: 0.15vh solid #d3d3d3d3;
                padding: 0.5vh 2vh 0.5vh 2vh;
                margin: 0vh 0.5vh;
            }

            #bse_product_row .buttons label{
                font-weight: 500;
                min-width: 7vw;
                text-align: center;
                background-color: #337ab7;
                border-color: #337ab7;
                color: #fff;
                border-radius: 25em;
                padding: 0.5vh 2vw 0.5vh 2vw;
            }

            #bse_product_row .buttons label a{
                color: #fff;
                text-decoration: none;
            }

            #bse_product_row .buttons{
                text-align: left;
                padding-bottom: 2vh;
                position: absolute;
                bottom:0;
            }

            #bse_product_row input{
                position: absolute;
                top: -20px;
                visibility: hidden;
            }

            .specs{
                font-size:1rem;
                text-align:left !important;
                padding-top:1vh;
                padding-bottom: 6vh;
            }

            .specs ul{
                padding-top: 1vh;
                padding-left: 1vw;
                list-style-type: disc;
            }

            .spec li{
                padding-top: 0.7vh;
            }

            #bse_product_row input[type="radio"]#SB1524iX:checked ~ label[for="SB1524iX"] {
            color: white;
            background-color:#337ab7;
            }

            #bse_product_row input[type="radio"]#SB30224iL:checked ~ label[for="SB30224iL"] {
            color: white;
            background-color:#337ab7;
            }

            #bse_product_row input[type="radio"]#SB3000i:checked ~ label[for="SB3000i"] {
            color: white;
            background-color:#337ab7;
            }

            #bse_product_row input[type="radio"]#SB2512i:checked ~ label[for="SB2512i"] {
            color: white;
            background-color:#337ab7;
            }
            #bse_product_row input[type="radio"]#GV4:checked ~ label[for="GV4"] {
            color: white;
            background-color:#337ab7;
            }

            #bse_product_row input[type="radio"]#GV5:checked ~ label[for="GV5"] {
            color: white;
            background-color:#337ab7;
            }
            #bse_product_row input[type="radio"]#GVB8:checked ~ label[for="GVB8"] {
            color: white;
            background-color:#337ab7;
            }

            #bse_product_row input[type="radio"]#GV10:checked ~ label[for="GV10"] {
            color: white;
            background-color:#337ab7;
            }





    /*---------------------------------------------*/



/*-----------------------------------------------------------------------------------------

page-solar-boost-?.php

Blue Sky Energy Product Page CSS Rules

-----------------------------------------------------------------------------------------*/

            #bse_product_nav{
                border-bottom: 1px solid #ccc;
                /* width: 100vw; */
                height: 5vh;
                display: flex;
                border-top: 1px solid #ccc;
                position: relative;
                background-color: #fff;
                font-family: Open Sans, sans-serif;
            }

            #bse_product_nav .tab {
                width: 12vw;
                height: 5vh;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            #bse_product_nav .tab a{
                color:#333;
                text-decoration: none;
            }

            #bse_product_nav .slider {
                width: 6.8vw;
                height: 0.2em;
                position: absolute;
                bottom: 0vh;
                background: #10649d;
                transition: 0.3s ease;
            }

            .panel .bse_download{
                background-color: #10649d;
                font-size: 1rem;
                font-weight: 500;
                width: 400px;
                margin: 2vh;
                padding: 1em;
                border: none;
                border-radius: unset;
            }

            .bse_download a{
                color: #fff;
            }

            .bse_download a:hover{
                color: #fff;
                text-decoration: none;
            }

            .product_specs .bse_button{
                color: #fff;
                background-color: #10649d;
                font-size: 1rem;
                text-align:center;
                font-weight: 500;
                width: 15vw;
                padding: 0.4em;
                border: none;
                border-radius: unset;
            }

            .bse_button a{
                color: #fff;
                text-decoration:none;
            }

            .blue_text{
                color:#10649d !important;
            }

/*-----------------------------------------------------------------------------------------

page-welcome-waypoint.php

Waypoint Landing Page CSS Rules

-----------------------------------------------------------------------------------------*/


        /*----------HEADER SECTION-----------*/

                .coming_soon_header{
                    background-image: url(/wp-content/uploads/2022/05/semi.png);
                    background-repeat: no-repeat;
                    background-attachment: fixed;
                    background-size: cover;
                    background-position: bottom;
                    min-height: 100vh;
                    display: block;
                    overflow: auto;
                }

                .coming_soon_header a{
                    color: #b9836b;
                }

                .coming_soon_header a:hover{
                    color: #b9836b;
                    text-decoration: none;
                }

                .coming_soon_header .banner_buttons label {
                    /* border: 0.15em solid #fff; */
                    background-color: #ffffff;
                    border-radius:0 !important;
                    padding: 0.6em 2em 0.6em 2em;
                    margin: 0.6em;
                    margin-top: 1.3em;
                    color: #10649d !important;
                    /* margin-left: 7vw; */
                    display: inline-block;
                    max-width: 100%;
                    margin-bottom: 5vh;
                    font-weight: 700;
                    font-size: 1rem;
                    margin-left: 0;
                }

                .coming_soon_header .banner_buttons{
                        text-align: left;
                        margin-left: 7vw;
                }

                .coming_soon_header .title{
                    color: #fff;
                    font-size: 4rem;
                    font-weight: 600;
                    line-height: 1.5em;
                    padding-top: 5vh;
                    padding-bottom:2vh;
                }

        /*----MAIN FEATURE SECTION-----------*/

                .bullet{
                    background-color: #eee;
                    padding-left: 2vw;
                    padding-right: 2vw;
                    padding-top: 2vh !important;
                    padding-bottom: 2vh !important;
                    margin-left:5%;
                    margin-top:5vh;
                }

                .bullet span{
                    font-size:1.1rem;
                    display: table-cell;
                }

                .bullet-div{
                    display:flex;
                    margin-left:2.5vw;
                }

                .bullet_img{
                    padding-top: 3vh;
                    padding-bottom: 3vh;
                    padding-left: 3vw;
                    padding-right: 3vw;
                    max-width: 400px;
                    display: block;
                    margin: 0 auto;
                }

                .bullet .col-lg-10{
                    padding-bottom:2vh;
                }

                .bullet .col-md-10{
                    padding-bottom:2vh;
                }

                .coming_soon_intro{
                    font-size: 1.2rem;
                    text-align: center;
                    padding-left: 15vw;
                    padding-right: 15vw;
                    padding-top: 2vh;
                }

                .coming_soon_img{
                    padding-top:8vh;
                    padding-left:5vw !important;
                }

                .coming_soon_bullets{
                    padding-top:8vh;
                }

                .waypoint_logos{
                    padding-top:10vh;
                    padding-bottom:3vh;
                }

                .waypoint_logos img{
                    padding-left:35vw;
                    padding-right:35vw;
                }

        /*----OPTIO3 SENTINEL SECTION--------*/

                .big_display{
                    display: block;
                    padding-left: 10vw;
                    padding-right: 10vw;
                    padding-top: 5vh;
                }

                .coming_soon_row{
                    flex:1;
                    display:inline-flex;
                    flex-direction:row;
                    align-items:center;
                    text-align:center;
                }

                .coming_soon_text{
                    flex: 1;
                    padding-left: 15vw;
                    padding-right: 15vw;
                    font-size: 1.1rem;
                    line-height: 2.2em;
                }

                .small_display{
                    display:none;
                }

        /*----FAQ VIDEO SECTION--------*/

                .waypoint-title{
                    color:#3668b0;
                    font-size:2rem;
                    font-weight:bold;
                    padding-bottom:5vh;
                }

                .question_box{
                    display: flex;
                    flex-direction: column;
                    padding-top:1vh;
                }

                .question_box a{
                    color: #fff;
                }

                .question_box a:hover{
                    text-decoration:none;
                    color:#fff;
                }

                .question_box a:focus{
                    text-decoration:none;
                    color:#fff;
                }

                .waypoint_nav_item{
                    background-color: #3668b0;
                    color: #fff;
                    font-size: 1.6rem;
                    flex: 1;
                    padding:10%;
                }

                .question_box .active{
                    background-color: #274e86;
                }

                .waypoint-video{
                    padding-top:1vh;
                }

                .waypoint-faq-section{
                    padding-top: 5vh;
                    padding-bottom:5vh;
                    padding-left:10vw;
                    padding-right:10vw;
                    text-align: center;
                    background-color: #eee;
                    display: block;
                    overflow: hidden;
                }

                .waypoint_faq_button{
                    background-color: #3668b0;
                    color: #fff;
                    padding-left:1vw;
                    padding-right:1vw;
                    padding-top: 2vh;
                    margin-left: 10vw;
                    margin-right: 10vw;
                    margin-top: 2vh;
                    margin-bottom: 2vh;
                    padding-bottom: 2vh;
                    text-align: center;
                }

                .waypoint_faq_button a{
                    color:#fff;
                }



        /*----INTERESTED? SECTION-----------*/

                .interested_div{
                    min-height: 25vh;
                    background-color: #3668b0;
                    padding-top: 5vh;
                    padding-bottom: 5vh;
                }

                .interested_div p{
                    font-size: 1.5rem;
                    color: #fff;
                    text-align:center;
                }

                .interested_div h1{
                    text-align: center;
                    color: #fff;
                    font-size: 2.5rem;
                }

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

                .interested_div .buttons label{
                    background-color: #777;
                    margin:1em;
                    font-weight: 500;
                    min-width: 7vw;
                    text-align: center;
                    border-color: #f26219;
                    color: #fff;
                    border-radius: 25em;
                    padding: 0.9vh 2vw 0.9vh 2vw;
                }

                .waypoint_button{
                    text-align: center;
                    padding-bottom: 2vh;
                    margin-top:2vh;
                }

                .waypoint_button label{
                    font-weight: 500;
                    min-width: 7vw;
                    text-align: center;
                    background-color: #fff;
                    border-color: #fff;
                    border-radius: 25em;
                    padding: 0.5vh 2vw 0.5vh 2vw;
                }

                .waypoint_button a{
                    color:#3668b0;
                }


        /*--Might be obsolete TODO check with plugin--*/

                .waypoint_buttons{
                    text-align: left;
                    padding-bottom: 2vh;
                    margin-top:2vh;
                }

                .waypoint_buttons label{
                    font-weight: 500;
                    min-width: 7vw;
                    text-align: center;
                    background-color: #337ab7;
                    border-color: #337ab7;
                    color: #fff;
                    border-radius: 25em;
                    padding: 0.5vh 2vw 0.5vh 2vw;
                }

                .waypoint_buttons a{
                    color:#fff;
                }


/*-----------------------------------------------------------------------------------------

page-blog-template.php

Blog CSS Rules

-----------------------------------------------------------------------------------------*/

                .news_header{
                    background: url(/wp-content/uploads/2022/05/news_boat.jpeg);
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                    width: 100vw;
                    margin-top:-4vh;
                    min-height: 85vh;
                    font-family: Open Sans, sans-serif;
                }

                .news_header h1{
                    font-size: 4rem;
                    color: #fff;
                    text-align: right;
                    padding-right: 3vw;
                    padding-top: 75vh;
                }

                .news_header p{
                    font-size: 1.4rem;
                    color: #fff;
                    text-align: right;
                    padding-right: 3vw;
                }

                .container_gray{
                    background-color: #f5f5f5;
                }


                .article_panel{
                    height: 65vh;
                    margin-top: 3vh;
                    margin-bottom: 1vh;
                    background-color: #fff;
                    margin-right: 2vw;
                    text-align: left;
                    flex: 1;
                    position: relative !important;
                    display: inline-block;
                    box-shadow: 4px 4px 20px 1px #e4e4e4;
                    overflow:scroll;
                }

                .article_panel strong{
                    font-weight: 600;
                }

                .article_panel{
                    box-shadow: 4px 4px 20px 5px #e4e4e4;
                }

                .article_panel::-webkit-scrollbar {
                  display: none;
                }

                /* Hide scrollbar for IE, Edge and Firefox */
                .article_panel {
                  -ms-overflow-style: none;  /* IE and Edge */
                  scrollbar-width: none;  /* Firefox */
                }

                #news .article_table {
                    margin-bottom: 3vh;
                    margin-left: 5vw;
                    margin-right: 5vw;
                    margin-top: 3vh;
                }

                .article_desc{
                    font-size: 1rem;
                    color: #484848;
                    line-height: 1.8em;
                    padding-left: 2em;
                    padding-right: 2em;
                    padding-top: 1em;
                }

                .article_title{
                    font-size: 1.5rem;
                    padding-top: 2vh;
                    padding-bottom: 1vh;
                    font-weight: 600;
                    color: #555;
                    text-align: center;
                }

                .article_subtitle h2{
                    font-size: 1.8rem;
                    padding-top: 2vh;
                    color: #555;
                    text-align: center;
                }

                .article_desc p{
                    padding-bottom: 1.5em;
                }

                .article_subtitle h3{
                    font-size: 1.5rem;
                    padding-bottom: 1vh;
                    color: #555;
                    text-align: center;
                }

                .article_panel_desc{
                    font-size: 1rem;
                    color: #484848;
                    line-height: 1em;
                    padding-left: 1em;
                    padding-right: 1em;
                    text-align: left;
                    padding-top: 0.6em;
                    padding-bottom:1em;
                }

                .article_panel_title{
                    font-size: 1.2rem;
                    padding-top: 1vh;
                    padding-left: 0.5em;
                    padding-right: 0.5em;
                    color: #555;
                    text-align: left;
                    font-weight: bold;
                }

                  .article_panel_title a:hover{
                    text-decoration: none;
                }


                .article_panel_category{/*vanessa*/
                    font-size: 1.3rem;
                    padding-top: .5vh;
                    color: #939294 !important;
                    text-align: center;
                    font-weight: bold;
                }

                .golfcart_diagram{
                    width:50vw;
                    float:left;
                }

                .rv_diagram{
                    width:50vw;
                    float:right;
                }

                .cccv_picture{
                    padding-left:25vw;
                    padding-right:25vw;
                }

                .article_table{
                    margin-bottom: 4vh;
                    margin-top: 4vh;
                }

                .article_table table{
                    border: 1px #eee solid;
                }

                .article_back{
                    background-color: #fff;
                    border-radius: 25px;
                    margin-top: 3vh;
                    margin-bottom: 3vh;
                }

                .article_page{
                    background-color:#f1f1f1;
                }

                .article_picture{
                    text-align: center;
                    padding-left:1vw;
                    padding-right:1vw;
                }

                .article_picture_news{
                    text-align: center;
                }

                #news .col-lg-3{
                    float:left !important;
                }

                #news .col-md-3{
                    float:left !important;
                }

                #news{
                    background-color:#f1f1f1;
                }

                .article{
                    padding-top: 4vh;
                    padding-bottom:4vh;
                }



/*-----------------------------------------------------------------------------------------

page-careers.php

Careers CSS Rules

-----------------------------------------------------------------------------------------*/

            .career_panel {
                padding: 0 18px;
                display: none;
                background-color: white;
                overflow: hidden;
                margin-bottom: 0 !important;
                padding-bottom: 4vh;
                padding-left: 4vh;
                padding-right: 4vh;
                background-color: #fff;
                border: none !important;
                border-radius: unset;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;

            }
            .careers_header{
                background:/* bottom, image */ url(/wp-content/uploads/2022/05/iceland.jpeg);
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                width: 100vw;
                margin-top:-4vh;
                min-height: 60vh;
                font-family: Open Sans, sans-serif;
            }

            .career_intro{
                padding-top:2vh;
                padding-bottom: 2vh;
                padding-left:3vw;
                padding-right:3vw;
                text-align:center;
                font-size: 1rem;
            }

            .career_text{
                margin-left: 5vw !important;
                margin-right: 5vw !important;
                margin-bottom: 5vw !important;
                padding-left: 5vw !important;
                padding-right: 5vw !important;
                padding-bottom: 2vw !important;
                padding-top: 2vw !important;
                background-color: #fff;
            }

            .careers_header h1{
                font-size: 4rem;
                color: #fff;
                text-align: right;
                padding-right: 3vw;
                padding-top: 50vh;
                padding-bottom:5vh;
            }


            .career_h2{
                font-size: 2rem;
                text-align: center;
                margin-top: 5%;
                margin-bottom: 2%;
            }

            .accordion2 {
                background-color: #eee;
                color: #444;
                cursor: pointer;
                padding: 18px;
                width: 100%;
                border: none;
                text-align: left;
                outline: none;
                font-size: 15px;
                transition: 0.4s;
            }


/*-----------------------------------------------------------------------------------------

page-contact-us.php

Careers CSS Rules

-----------------------------------------------------------------------------------------*/

        /*------------contact us----------------*/

                .contact_header{
                    background:/* bottom, image */ url(/wp-content/uploads/2022/05/sailbg-scaled.jpg);
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                    width: 100vw;
                    margin-top:-4vh;
                    min-height: 60vh;
                    font-family: Open Sans, sans-serif;
                }

                .contact_header h1{
                    font-size: 4rem;
                    color: #fff;
                    text-align: right;
                    padding-right: 3vw;
                    padding-top: 50vh;
                    padding-bottom:5vh;
                }

                .contact_header p{
                    font-size: 1.4rem;
                    color: #fff;
                    text-align: right;
                    padding-right: 3vw;
                }

                .form_input_text{
                    min-height: 3vh;
                    background-color: #f7f6f7;
                    border: none;
                }

                .submit_text{
                    background-color: #f26219;
                    color: #fff;
                    border-radius: 15px;
                    line-height: 2em;
                    width: 6em !important;
                }

                .nf-form-cont{
                    padding-left: 5vw;
                }

                .contact {
                    background-repeat: no-repeat;
                    /*background-attachment: fixed;*/
                    background-size:cover;
                    width:100vw;
                }

                .contact_form{
                    width: 50%;
                    text-align: left;
                    margin-left: 25%;
                    padding: 2%;
                    background: #fff;
                    color: #333;
                    border-radius: 25px;
                    margin-top: 10%;
                }

                .contact_form h1{
                    text-align:center;
                    color:#333;
                    font-family: 'Open Sans', sans-serif;
                    font-size:2rem;
                }

                .contact_form input{
                    width: 60%;
                    margin-left: 20%;
                    border-top: none;
                    border-left: none;
                    border-right: none;
                    background-color:#ddd;
                }


                .contact_form label{
                    font-weight: 400;
                    margin-left: 20%;
                    margin-top: 4%;
                }



        /*--------------------------------------*/


/*-----------------------------------------------------------------------------------------

page-learning-center.php

Learning Center CSS Rules

-----------------------------------------------------------------------------------------*/

            .manuals_div .col-lg-3{
                float:left !important;
            }

            .manuals_div .col-md-3{
                float:left !important;
            }


            /*------------learning center-----------------*/

            .lc_header{
                background: /* top, transparent gray, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), /* bottom, image */ url(/wp-content/uploads/2022/05/lc_header2.jpeg);
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                width: 100vw;
                margin-top: -4vh;
                min-height: 85vh;
                font-family: Open Sans, sans-serif;
            }

            .lc_header h1{
                font-size: 3rem;
                color: #fff;
                text-align: right;
                padding-right: 3vw;
                padding-top: 60vh;
            }

            .lc_header p{
                font-size: 1.2rem;
                color: #fff;
                text-align: right;
                padding-right: 3vw;
            }

            .how_to_div{
                background-color: #fff;
            }

            #lc_nav{
                width: 100vw;
                height: 10vh;
                display: flex;
                margin-top:-4vh;
                position: relative;
                background-color:#10649d;
                font-family: Open Sans, sans-serif;
            }

            #lc_nav .tab {
                width: 25vw;
                height: 10vh;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            #lc_nav .tab a{
                color:#fff;
                font-size:1rem;
                text-decoration: none;
            }

            #lc_nav .tab a: hover{

                text-decoration: none;
            }

            .indicator {
                width: 25vw;
                height: 0.2em;
                position: absolute;
                bottom: 1vh;
                background: #fff;
                transition: 0.3s ease;
            }

            .tab1.active ~ .indicator {
                left: 0vw;
            }

            .tab2.active ~ .indicator {
                left: 25vw;
            }

            .tab3.active ~ .indicator {
                left: 50vw;
            }

            .tab4.active ~ .indicator {
                left: 75vw;
            }

            .vid_settings{
                padding-left: 0% !important;
                padding-right: 0% !important;
                -webkit-box-shadow: -9px 14px 34px -17px rgba(0,0,0,0.2);
                -moz-box-shadow: -9px 14px 34px -17px rgba(0,0,0,0.2);
                box-shadow: -9px 14px 34px -17px rgba(0,0,0,0.2);
            }

            .how_to_div{
                padding: 5vh 5vw;
            }

            .video{
                padding-bottom: 4vh;
                padding-top: 4vh;
                margin-left: 2vw !important;
                margin-right: 2vw !important;
                display:block;
            }

            .video .col-lg-6 h2{
=                padding-top: 2vh;
                font-size: 1.3rem;
                font-family: Open Sans, sans-serif;
                color: #10639d;
                font-weight:600;
            }

            .video .col-lg-6 p{
                line-height: 1.4em;
                font-size: 1.2rem;
                padding-bottom: 5vh;
            }

            .video .col-md-6 h2{
               padding-top: 2vh;
                font-size: 1.3rem;
                font-family: Open Sans, sans-serif;
                color: #10639d;
                font-weight:600;
            }

            .video .col-md-6 p{
                line-height: 1.4em;
                font-size: 1.2rem;
                padding-bottom: 5vh;

            }

            .vid_settings h3{
                font-size: 1.1rem;
                font-family: Open Sans, sans-serif;
                text-align: center;
                color: #555;
                padding-left: 0.4em;
                padding-right: 0.4em;
                font-weight:600;
                padding-top: 5%;
                padding-bottom: 5%;
            }

        /*-----------------------------------------*/

        /*------------faq--------------*/
            .accordion {
                background-color: #eee;
                color: #444;
                cursor: pointer;
                padding: 18px;
                width: 100%;
                border: none;
                text-align: left;
                outline: none;
                font-size: 15px;
                transition: 0.4s;
            }

            .faq_div .active, .accordion:hover {
                background-color: #ccc;
            }

            .faq_div .panel {
                padding: 0 18px;
                display: none;
                background-color: white;
                overflow: hidden;
                margin-bottom: 0 !important;
                padding: 4vh;
                background-color: #fff;
                border: none !important;
                border-radius: unset;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
            }

            .faq_div h2{
                font-size: 1.8rem;
                text-align: center;
                padding-bottom: 0.6em;
                color: #10649d;
            }

            .faq_div .panel p{
                line-height: 2.2em;
            }

            .faq_div{
                display: inline-block;
                padding: 5vh 8vw;
                background-color: #fff;
            }

            .faq_div h3{
                font-size: 1.2rem;
                font-weight: 600;
                padding-top: 3vh;
            }

            .faq_div h4{
                font-size:1.1rem;
                font-weight:700;
                padding-top:2em;
            }

        /*-----------------------------*/
        /*---------Certifications-----*/
            .certifications_div h1{
                font-size: 1.8rem;
                text-align: center;
                font-weight:700;
                padding-bottom: 0.6em;
                color: #10649d;
                padding-top: 3%;
            }

            .certifications_div h2{
                font-size: 1.2rem;
                text-align: center;
                padding-bottom: 0.6em;
                color: #555;
            }

            .certifications_div a{
                color:#333;
            }

            .certifications_div button{
                background-color: #eee;
                color: #444;
                cursor: pointer;
                padding: 18px;
                width: 100%;
                border: none;
                text-align: left;
                outline: none;
                font-size: 15px;
                margin-top:1vh;
            }

            .certifications_div{
                padding: 5vh 8vw;
            }

        /*---------Manuals and Datasheets-----*/
            .manuals_div h1{
                font-size: 1.8rem;
                text-align: center;
                font-weight:700;
                padding-bottom: 0.6em;
                color: #10649d;
                padding-top: 3%;
            }

            .manuals_div h2{
                font-size: 1.2rem;
                text-align: center;
                padding-bottom: 0.6em;
                color: #555;
            }

            .manuals_div a{
                color:#333;
            }

            .manuals_div button{
                background-color: #eee;
                color: #444;
                cursor: pointer;
                padding: 18px;
                width: 100%;
                border: none;
                text-align: left;
                outline: none;
                font-size: 15px;
                margin-top:1vh;
            }

            .manuals_div{
                padding: 5vh 8vw;
            }


/*-----------------------------------------------------------------------------------------

page-privacy-statement.php

Privacy Statement CSS Rules

-----------------------------------------------------------------------------------------*/




/*----------------------

msc

-----------------------*/

            .job_button{
                margin-top: 2%;
                border-radius: 25px;
                background-color: #999;
                color: #fff;
                text-align: center;
                width: 10%;
                padding-top: 0.5%;
                padding-bottom: 0.5%;
            }

            .job_button a{
            color:#fff;
            text-decoration:none !important;
            }

            /*---------- Do we still need this SIDE NAV TODO ----------------*/
            /*--------------------side nav-----------------------*/

                .wrapper {
                    min-height: 100vh;
                    color: #fff;
                    position: relative;
                }

                .nav__wrapper { /*important for the genasun & bse logos on the left side*/
                    position: fixed;
                    padding-left: 0vw;/*was 3vw*/
                    padding-top:10vh; /*Vanessa, was 10vh*/
                    display: block;
                    flex-flow: nowrap;
                    justify-content: flex-end;
                }

                .nav__counter {
                    font-size: 1rem;
                    transition: all 0.15s ease-out;
                }
                .nav__title {
                    font-size: 32px;
                    font-weight: 300;
                    margin: 0 0 0.25em;
                    width: 300px;
                    height: 0;
                    overflow: hidden;
                    opacity: 0;
                    transition: height 0.3s ease-out, opacity 0.2s ease-out;
                }
                .nav__body {
                    font-weight: 100;
                    font-size: 18px;
                    font-size: 18px;
                    width: 300px;
                    height: 0;
                    overflow: hidden;
                    opacity: 0;
                    transition: height 0.3s ease-out, opacity 0.2s ease-out;
                }
                .drawer-nav{
                    overflow:scroll !important;
                }

                .nav__wrapper .product_logos li { /*important for the genasun & bse logos on the left side*/
                    display: block;
                    padding: 0;
                    color: #fff;
                    transition: all 0.15s ease-out;
                    margin-right:2vw;
                    padding-left: 0;
                    margin-bottom: 0;
                    list-style:none;
                }

                .nav li.active .nav__counter {
                    font-size: 1.2rem;
                    font-weight: bold;
                }
                .nav li.active .nav__title {
                    height: 40px;
                    opacity: 1;
                    overflow: visible;
                }
                .nav li.active .nav__body {
                    height: 100px;
                    opacity: 1;
                    overflow: visible;
                }


            /*----------What is this TODO -----------------------------------*/

            .ui-slider-handle {
                /* border: 1px solid #bd1919; */
                border-radius: 2.5em !important;
                width: 2.5em !important;
                height: 2.5em !important;
                background: #c32724 !important;
                font-weight: normal !important;
                color: #454545;
            }

            /* We use html here because we need a greater specificity to make sure disabled
            works properly when clicked or hovered */
            html .ui-button.ui-state-disabled:hover,
            html .ui-button.ui-state-disabled:active {
                /* border: 1px solid #bd1919; */
                border-radius: 2.5em;
                width: 2.5em;
                height: 2.5em;
                background: #c32724 !important;
                font-weight: normal;
                color: #454545;
            }




            .ui-state-hover,
            .ui-widget-content .ui-state-hover,
            .ui-widget-header .ui-state-hover,
            .ui-state-focus,
            .ui-widget-content .ui-state-focus,
            .ui-widget-header .ui-state-focus,
            .ui-button:hover,
            .ui-button:focus {
                border: 1px solid #cccccc;
                background: #c32724 !important;
                font-weight: normal;
                color: #2b2b2b;
            }
            .ui-state-hover a,
            .ui-state-hover a:hover,
            .ui-state-hover a:link,
            .ui-state-hover a:visited,
            .ui-state-focus a,
            .ui-state-focus a:hover,
            .ui-state-focus a:link,
            .ui-state-focus a:visited,
            a.ui-button:hover,
            a.ui-button:focus {
                color: #2b2b2b;
                text-decoration: none;
            }

            .ui-visual-focus {
                box-shadow: 0 0 3px 1px rgb(94, 158, 214);
            }
            .ui-state-active,
            .ui-widget-content .ui-state-active,
            .ui-widget-header .ui-state-active,
            a.ui-button:active,
            .ui-button:active,
            .ui-button.ui-state-active:hover {
                border: 1px solid #003eff;
                background: #c32724;
                font-weight: normal;
                color: #ffffff;
            }
            .ui-icon-background,
            .ui-state-active .ui-icon-background {
                border: #003eff;
                background-color: #ffffff;
            }
            .ui-state-active a,
            .ui-state-active a:link,
            .ui-state-active a:visited {
                color: #ffffff;
                text-decoration: none;
            }



            #questions label input{
                position: absolute;
                top: -20px;
                visibility: hidden;
            }


            #panel_cells label{
                background-color: #fff;
                width: 15%;
                text-align: center;
                padding-top: 3%;
                padding-bottom: 3%;
                margin-left: 1%;
                margin-right: 1%;
                margin-top:2%;
                box-shadow: 0px 12px 12px 0px rgba(0,0,0,.25);
            }

            #panel_cells label input{
                position: absolute;
                top: -20px;
                visibility: hidden;
            }

            #panel_cells .button_group{
                text-align:center;
                margin-top:3%;
            }


            /*---------------------------------------------------*/



                /*--------------about bse title TODO whait is this------------------*/

                .about_title{
                    font-size: 1.3rem;
                    line-height: 3em;
                    text-align: center;
                    color: #10649d;
                    padding-left: 10%;
                    padding-top: 5%;
                }

                .about_title2{
                    font-size: 1.3rem;
                    line-height: 3em;
                    text-align: center;
                    color: #10649d;
                    padding-right: 10%;
                    padding-top: 5%;
                }

                .about_title_dark{
                    padding-top: 3%;
                    font-size: 1.6rem;
                    line-height: 2em;
                    padding-left: 6%;
                    padding-right: 6%;
                    text-align: center;
                    color: #9bbece;
                }

                .about_text_left{
                    color: #fff;
                    line-height: 3em;
                    padding-left: 2%;
                    padding-right: 5%;
                    padding-bottom: 5%;
                    font-size: 1.1rem;
                    font-weight: 300;
                }

                .about_text_right{
                    color: #fff;
                    line-height: 3em;
                    padding-left: 8%;
                    padding-right: 2%;
                    padding-bottom: 5%;
                    padding-top:5%;
                    text-align:right;
                    font-size: 1.1rem;
                    font-weight: 300;
                }

                .about_text_center{
                    color: #484848;
                    line-height: 3em;
                    padding-left: 10%;
                    padding-bottom: 5%;
                    text-align: center;
                    font-size: 1.1rem;
                    font-weight: 300;
                }

                .about_text_center2{
                    color: #484848;
                    line-height: 3em;
                    padding-right: 10%;
                    padding-bottom: 5%;
                    text-align: center;
                    font-size: 1.1rem;
                    font-weight: 300;
                }

                .about_text_center_white{
                    color: #fff;
                    line-height: 3em;
                    padding-left: 8%;
                    padding-right: 8%;
                    padding-top: 1%;
                    padding-bottom: 5%;
                    font-size: 1.1rem;
                    text-align: center;
                    font-weight: 300;
                }

                .charcoal{
                    background-image: linear-gradient(to right, RGB(72, 72, 72), RGB(72, 72, 72)), linear-gradient(to right, RGB(255, 255, 255), RGB(255, 255, 255))  ;
                    background-position:0 0, 0 10em;
                    background-size: 100% 30px, 100% 30px;
                }

                .white{
                    background-color: #fff;
                    padding-top:5%;
                }

                .right-product img{
                    width:100%;
                    padding-top:15%;
                    padding-right:10%;
                    max-width:500px;
                }

                .left-product img{
                    width:95%;
                    padding-top:10%;
                    padding-left:10%;
                    max-width:500px;
                }

                .section_1{
                    background-image: url('/wp-content/uploads/2022/05/bse_product_1.png');
                    background-repeat: no-repeat;
                    background-size: cover;
                    width:100%;
                    min-height:400px;
                }

                .section_2{
                    background-image: url('/wp-content/uploads/2022/05/bse_product_1.png');
                    background-repeat: no-repeat;
                    background-size: cover;
                    min-width:100vw;
                    min-height:400px;
                }

                .about_bg{
                    background-image: url('/wp-content/uploads/2022/05/boats.jpeg');
                    background-repeat: no-repeat;
                    background-size: cover;
                    min-width:100vw;
                    min-height:400px;
                }

                .embed_media{
                    padding-left: 20%;
                    padding-right: 20%;
                    padding-top: 10%;
                    padding-bottom: 10%;
                    display: grid;
                }

                .about_icons img{
                    width:8%;
                    padding-left:1%;
                    padding-right:1%;
                }

                .about_icons{
                    padding-top:6%;
                    text-align:center;
                }
                /*-----------------------------------------------*/

                /*--------TODO what is this ---------------------*/

                .banner_buttons label{
                    cursor:pointer;
                }

                :focus{
                    outline:none !important;
                }

                .region{
                    background-color: #125482;
                    margin-bottom: 1%;
                    padding-left: 2%;
                    width:100%;
                    text-align:left;
                }

                .info{
                    background-color:#fff;
                    text-align:left;
                    color:#555;
                    font-size:0.8rem !important;
                    line-height:1.2em;
                }

                .info
                .col-lg-6{
                    padding-top:2%;
                    padding-bottom:2%;
                }

                .info .col-lg-12{
                    padding-top:2%;
                    padding-bottom:2%;
                }

                .info
                .col-md-6{
                    padding-top:2%;
                    padding-bottom:2%;
                }

                .info .col-md-12{
                    padding-top:2%;
                    padding-bottom:2%;
                }

                @-webkit-keyframes slide-down {
                    0% { opacity: 0; -webkit-transform: translateY(-100%); }
                    100% { opacity: 1; -webkit-transform: translateY(0); }
                }
                @-moz-keyframes slide-down {
                    0% { opacity: 0; -moz-transform: translateY(-100%); }
                    100% { opacity: 1; -moz-transform: translateY(0); }
                }

                .slide-down{
                    animation:  slide-down 0.5s;
                }

                @-webkit-keyframes slide-up {
                    100% { opacity: 1; -webkit-transform: translateY(0%); }
                    0% { opacity: 0; -webkit-transform: translateY(100); }
                }
                @-moz-keyframes slide-up {
                    100% { opacity: 1; -moz-transform: translateY(0%); }
                    0% { opacity: 0; -moz-transform: translateY(0); }
                }

                .slide-up{
                    animation:  slide-up 0.5s;
                }

                .faq_div .active, .accordion2:hover {
                background-color: #ccc;
                }
                /*---------------------------*/

/*--------------------------------*/



.push{
    overflow-x: hidden;
    position:relative;
    background-color: #fff;
}

.shrink{
    position:relative;
}
.nav_panel {
    position: fixed;
    right: -20vw; /*or width of your navigation panel*/
    width: -20vw; /*should match the above value*/
}


@media screen and (min-width:992px) {

    .show-below-992{
    opacity: 0;
    height: 0 !important;
    display: none !important;
}

    .btc_header {
        display:flex;
    }
    .app_tour_section {
        display:flex;
    }
    .app_tour_text{
        display:flex;
    }
}

@media screen and (max-width:992px) {
.hide-below-992{
    opacity: 0;
    height: 0 !important;
    display: none !important;
    }
}

@media screen and (min-width: 1199px){/*Vanessa (for desktops)*/
    .sunforge_home_logo img{
        width: 20vw;/*24%*/
    }
}


.row .buttons{
    display: block;
}

.eco_fact{
    display: none;
}

.feedback-slideshow-container{
    background-color: #10639d;
    min-height: 30vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;

}

.feedback_spotlight {
    color: #fff;
    font-size: 1.2rem;
    padding-left: 5vw;
    padding-right: 5vw;
    text-align: center;
}





.slide-container{
    min-height: 400px;
    background: rgb(66,131,176);
    background: linear-gradient(233deg, rgba(66,131,176,1) 28%, rgba(16,99,157,1) 76%);
}


#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3rem;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

blockquote::before, .wp-block-quote::before {
    display: none;
}


blockquote p{
    color: #fff;
    font-size: 1.1rem;
}

blockquote .small, blockquote footer, blockquote small {
    display: block !important;
    font-size: 90% !important;
    line-height: 1.42857143;
    color: #fff !important;
}

/*---------------NEW CSS SECTION: TABLET------------------------------*/

/*-----------------------------------------------------------------------------------------

General CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

Header CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

Footer CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

index.php

Home CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-genasun.php

Genasun CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-gv-?.php

Genasun Product Page CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-blue-sky-energy.php

Blue Sky Energy CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-solar-boost-?.php

Blue Sky Energy Product Page CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-welcome-waypoint.php

Waypoint Landing Page CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-blog-template.php

Blog CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-careers.php

Careers CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-contact-us.php

Careers CSS Rules

-----------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------

page-learning-center.php

Learning Center CSS Rules

-----------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------

page-privacy-statement.php

Privacy Statement CSS Rules

-----------------------------------------------------------------------------------------*/

@media screen and (min-width: 667px) and (max-width: 767px) {
    .smallScreen {
        display: flex;
    }

    .bigScreen {
        display: none;
    }



    .waypoint_logos {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }


    .waypoint_logos img {
        padding-left: 15vw;
        padding-right: 15vw;
    }


    #homeVideo {
        position: absolute;
        left: -200px;
        top: 0;
        min-width: 100vw;
        min-height: 100vh;
        object-fit: cover;
        z-index: -999999;
    }

    .learning_div p {
        color: #888;
        text-align: center;

    }

    /*Vanessa Start comment*/
    /*    .gen_home_logo img{
        width: 28%;
    }

    .bse_home_logo img{
        width: 52%;
    }
    .sunforge_home_logo img{/*Vanessa*/
    /*width: 42%;
    }*/
    /*Vanessa End comment*/

    .top_banner {
        background-attachment: unset;
        background-position: left;
        min-height: 80vh;
    }

    /*-----genasun----*/
    .nav__wrapper {
        display: none !important;
    }

    #sunforge {
        width: 20vw !important;
    }

    .update_div p {
        margin-left: 3vw;
        /*Vanessa, was 20vw, no longer needed bc not using drawer*/
    }

    .malizia {
        max-width: 50vw;
        opacity: 90%;
        left: 5vw;
        right: unset;
    }


    .push {
        overflow-x: hidden;
    }

    .product_panel {
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }

    .gen_side_left {
        padding-right: 0 !important;
    }

    #gen_header_text {
        padding-top: 20vh;
    }

    .header_gen {
        background-attachment: unset;
    }

    .sail {
        height: 65vh;

    }

    #sail_section p {
        text-align: center;
    }

    #sail_section h3 {
        padding-top: 5vh;
        text-align: center;
    }

    #sail_section .banner_buttons {
        text-align: center;
    }

    #quiet_section .banner_buttons {
        text-align: center;
        padding-bottom: 5vh;
    }

    #quiet_section h3 {
        padding-top: 5vh;
        text-align: center;
    }

    #quiet_section p {
        text-align: center;
    }

    .harsh {
        height: 65vh;
    }

    .quiet {
        height: 65vh;
    }


    #harsh_section .banner_buttons {
        text-align: center;
        padding-bottom: 5vh;
    }

    #harsh_section h3 {
        padding-top: 5vh;
        text-align: center;
    }

    #harsh_section p {
        text-align: center;
    }

    .harsh_content {
        padding-top: 0px;
    }

    .golf {
        height: 65vh;
    }

    #golf_section .banner_buttons {
        margin-top: 1vh;
        text-align: center;
    }

    #golf_section h3 {
        text-align: center;
    }

    #golf_section p {
        text-align: center;
    }


    #gen_product_row .product_title {
        text-align: center;
    }



    .product_panel {
        width: 100vw;
    }

    .specs {
        padding-bottom: 7vh;
    }

    .prod_title {
        display: block;
        margin-left: 0;
    }

    .prod_title h1 {
        text-align: center;
        color: #777;
    }

    /*----blue sky------*/

    .header_bse {
        background-attachment: unset;
    }


    #header_text {
        padding-top: 20vh;
    }

    .rv {
        height: 60vh;
        background-position: bottom;
    }

    .night_content {
        text-align: center;
        padding-top: 0vh;
    }

    .night_content h3 {
        text-align: center;
        padding-top: 5vh;
    }

    .night_content p {
        text-align: center;
    }

    .data_content {
        text-align: center;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

    .data {
        height: 65vh;
    }

    #data_section h3 {
        text-align: center;
    }

    #data_section p {
        text-align: center;
    }

    #data_section .banner_buttons {
        text-align: center;
    }

    .light_content {
        padding-left: 0vw;
        text-align: center;
    }

    .light {
        height: 65vh;
    }

    #connected_section .banner_buttons {
        text-align: center;
    }

    #connected_section .banner_buttons label {
        margin-top: 2vh;
    }

    #night_section .banner_buttons {
        text-align: center;
    }

    #bse_product_row .row {
        margin-left: 5vw !important;
        margin-right: 5vw !important;
    }

    #bse_product_row .product_title {
        text-align: center;
    }

    .waypoint_logo_row {
        padding-right: 50%;
    }

    #small_data {
        display: block;
    }


    #large_data {
        display: none;
    }

    #small_quiet {
        display: block;
    }

    #large_quiet {
        display: none;
    }

    /*-----sunforge------*/

    .top_banner {
        background-attachment: unset;
    }

    .top_banner_buttons label {}

    .next,
    .prev {
        top: 40vh;
    }

    .banner_text {
        padding-left: 3vw !important;
        padding-right: 3vw !important;

    }

    .banner_buttons {
        text-align: left;
        margin: 0;
    }

    #gen_side_small {
        display: block;
        height: 60vh;
    }

    .home_side_small {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home_side_small img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #gen_side {
        display: none;
    }

    #BSE_side {
        height: 60vh;
    }

    .who_genasun img {
        padding-left: 20vw;
        padding-right: 20vw;
    }

    .ad_panel {
        background-image: url(/wp-content/uploads/2022/05/nightrv.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        min-height: 65vh;
    }

    .ad_buttons label {
        cursor: pointer;
        border-radius: 3em;
        width: 20vw;
        margin-bottom: 4vh;
    }

    .gen_buttons label {
        cursor: pointer;
        border-radius: 3em;
        width: 20vw;
        margin-bottom: 5vh;
    }

    .bse_buttons label {
        border-radius: 3em;
        width: 20vw;
        margin-bottom: 8vh;
    }

    .who_bse img {
        padding-top: 4em !important;
        padding-bottom: 0em !important;
        padding-left: 10vw;
        padding-right: 10vw;
    }

    /*------product pages------*/
    .new_product_panel {
        display: inline-block;
    }

    .waypoint_content {
        display: inline-block;
    }

    .product_specs .button {
        width: 25vw;
    }

    #product_nav .tab {
        width: 25vw;
    }

    #bse_product_nav .tab {
        width: 25vw;
    }

    .product_pic img {
        max-width: 400px;
    }


    .slider {
        width: 20vw;
    }

    .tab1.active~.slider {
        left: 0vw;
    }

    .tab2.active~.slider {
        left: 25vw;
    }

    .tab3.active~.slider {
        left: 50vw;
    }

    .tab4.active~.slider {
        left: 75vw;
    }


    #bse_product_nav .tab a {
        color: #333;
        text-decoration: none;
    }

    #bse_product_nav .slider {
        width: 20vw;
    }

    .panel .download {
        float: none;
    }


    .logo_header {
        width: 60vw;
        margin-top: 5vh;
        /*vanessa*/
    }

    .bse_logo_header {
        width: 50vw;
        margin-top: 7vh;
        /*Vanessa, was 1vh*/
    }

    .vid_settings {
        padding-left: 3% !important;
        padding-right: 3% !important;
        margin-bottom: 2vh;
    }

    .how_to_div {
        padding-top: 2vh;
    }

    .video {
        padding-bottom: 0vh;
    }

    .light_content {
        padding-top: 5vh;
        padding-left: 5vw !important;
        padding-bottom: 5vh;
    }

    .banner_spotlight {
        min-height: 100vh !important;
        /*Vanessa*/
        padding-top: 3vh;
        /*Vanessa*/
    }

    .article_panel {
        height: unset;
    }

    .lia {
        background-image: url(/wp-content/uploads/2022/05/lia_darker.png);
    }

    .home_boat {
        background-image: url(/wp-content/uploads/2022/05/solar_boat_dark.png);
    }


    .banner_spotlight p {

        line-height: 2.5em;
        padding-left: 5vw;
        padding-right: 5vw;
        text-align: center;
    }

    .banner_spotlight h1 {
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding-top: 10vh;
        line-height: 2em;
    }

    .left_ad_buttons {
        text-align: center;
    }

    .right_ad_buttons {
        text-align: center;
    }

    .left_ad_buttons label {}

    .right_ad_buttons label {}

    .eco_fact h2 {
        line-height: 2em;
        font-weight: 600;
        padding-top: 0vh;
        /*Vanessa*/
        margin-top: 0vh;
        /*Vanessa*/
    }

    .eco_fact {
        padding-top: 3vh;
        /*vanessa, was 2vh*/
        padding-bottom: 0vh;
        /*Vanessa, was 2vh*/
    }

    .eco_fact p {}

    .fact {
        width: 100vw;
        padding-top: 0;
    }

    .fact:after {
        display: none;
    }

    .coming_soon_img {
        padding-left: 30vw !important;
        padding-right: 30vw !important;
        padding-top: 3vh;
    }

    .coming_soon_bullets {
        padding-top: 0vh;
    }


    .bullet {
        margin-left: 0;
    }

    .bullet-div {
        display: inline-block;
        margin-left: 0;
    }


}

/* tablet landscape */
@media only screen and (max-device-width: 840px) and (orientation:landscape) {
    .banner_text {
        color: #212632;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        line-height: 1.2em;
        background-color: #fff;
        padding-right: 2vw;
        padding-left: 2vw;
        position: relative;
        /*makes it go right underneath the panel*/
        /*  position: absolute;*/
        /*removing this allows the panel to slide down to its correct size*/
        bottom: 0;
        width: 100vw;
        padding-bottom: 1vh;
        padding-top: .5vh;
    }

    /*need to change the element after the the banner text to match up*/
    .eco_fact {
        /* position: relative; */
        text-align: center;
        width: 100%;
        padding-bottom: 3vh;
        padding-top: 3vh;
    }


    .banner_spotlight {
        /* min-height: 70vh !important;*/
        height: 100vh !important;
        padding-top: 5vw !important;
    }

    .bse_logo_header {
        width: 50vw;
        margin-top: 17vh !important;
        /*Vanessa, was 1vh*/
    }
}

/*============ NEW CSS SECTION: MOBILE========================*/

@media (max-width: 476px) {
    body {
    }
}


@media only screen and (max-device-width: 700px) {
    /*-----------------------------------------------------------------------------------------

    General CSS Rules

    -----------------------------------------------------------------------------------------*/

    .top_banner {
        background-attachment: unset;
        background-position: right;
    }

    /*-----genasun----*/
    .nav__wrapper {
        display: none !important;
    }

    .nav_panel ul {

    }

    .home_slideshow_text {
        padding-bottom: 1vh;
        min-height: 100vh !important;
    }

    #header_text span{
        font-size: 1.2rem;
    }

    #header_text .title{
        font-size: 2rem;
    }

    #gen_header_text span{
        font-size: 1.2rem;
    }

    #gen_header_text .title{
        font-size: 2rem;
    }

    /*-----------------------------------------------------------------------------------------

    Header CSS Rules

    -----------------------------------------------------------------------------------------*/

    /*-----------------------------------------------------------------------------------------

    Footer CSS Rules

    -----------------------------------------------------------------------------------------*/

    /*-----------------------------------------------------------------------------------------

    index.php

    Home CSS Rules

    -----------------------------------------------------------------------------------------*/
    #sunforge {
        width: 20vw !important;
    }

    .push {
        overflow-x: hidden;
    }


    .eco_fact h2 {
               line-height: 2em;
        font-weight: 600;
        padding-top: 0vh;
        margin-top: 0vh;
    }

    .eco_fact {
        padding-top: 3vh;
        padding-bottom: 0vh;
    }

    .eco_fact p {

    }

    .fact {
        width: 100vw;
        padding-top: 0;
    }

    .fact:after {
        display: none;
    }

    .who_bse p {
           }

    .who_bse h1 {
           }

    .who_bse img {
        padding-top: 4em !important;
        padding-bottom: 0em !important;
    }

    .top_banner {
        background-attachment: unset;
    }

    .banner_text {
        text-align: center;
        padding-left: 2vw !important;
        padding-right: 2vw !important;
    }

    .banner_text h2 {

    }

    .banner_text p {
        line-height: 2.5em;
    }

    .banner_buttons {
        text-align: center;
    }

    #gen_side_small {
        display: block;
    }

    #gen_side {
        display: none;
    }

    .home_side_small {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home_side_small img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .who_genasun img {
        padding-left: 14vw;
        padding-right: 14vw;
    }

    .who_genasun p {
           }

    .who_genasun h1 {
           }

    .gen_buttons label {

        border-radius: 3em;
        width: 30vw;
        margin-bottom: 8vh;
    }


    /*-----------------------------------------------------------------------------------------

    page-genasun.php

    Genasun CSS Rules

    -----------------------------------------------------------------------------------------*/
    #small_quiet {
        display: block;
    }

    #large_quiet {
        display: none;
    }

    .product_panel {
        width: 100vw;
    }


    #gen_header_text {
        padding-top: 0vh;

    }

    .header_gen {
        background-attachment: unset;
    }

    .header_gen .banner_buttons {

    }

    .sail {
        height: 65vh;

    }

    #sail_section p {
        text-align: center;

    }

    #sail_section h3 {
        padding-top: 5vh;

        text-align: center;
    }

    #sail_section .banner_buttons {
        text-align: center;

    }

    #quiet_section .banner_buttons {
        text-align: center;
        padding-bottom: 5vh;

    }

    #quiet_section h3 {
        padding-top: 5vh;
        text-align: center;

    }

    #quiet_section p {
        text-align: center;

    }

    .harsh {
        height: 65vh;
    }

    .quiet {
        height: 65vh;
    }

    #harsh_section .banner_buttons {
        text-align: center;
        padding-bottom: 5vh;
    }

    #harsh_section h3 {

        padding-top: 5vh;
        text-align: center;
    }

    #harsh_section p {
        text-align: center;

    }

    .harsh_content {
        padding-top: 0px;
    }

    .golf {
        height: 65vh;
    }

    #golf_section .banner_buttons {
        margin-top: 1vh;
        text-align: center;
    }

    #golf_section h3 {
               text-align: center;
    }

    #golf_section p {
        text-align: center;

    }

    #gen_product_row .row {
        margin-left: 5vw !important;
        margin-right: 5vw !important;
        display: relative !important;
        z-index: 1000;
    }

    #gen_product_row .buttons {

    }

    #gen_product_row .product_title {

        text-align: center;
    }

    #gen_product_row .row {
        display: relative !important;
        margin-left: 5vw !important;
        margin-right: 5vw !important;
    }

    /*-----------------------------------------------------------------------------------------

    page-gv-?.php

    Genasun Product Page CSS Rules

    -----------------------------------------------------------------------------------------*/

    /*----------------------------------------------------------------------------------------

    Genasun and BSE products

    ------------------------------------------------------------------------------------------*/

    .specifications table {

    }

    .panel .download {
        float: none;
    }

    .downloads {

    }

    .related_products a {

    }

    .logo_header {
        width: 60vw;
        margin-top: 8vh;
    }

    .tab a {
            }

    .slider {
        width: 20vw;
    }

    .tab1.active~.slider {
        left: 0vw;
    }

    .tab2.active~.slider {
        left: 25vw;
    }

    .tab3.active~.slider {
        left: 50vw;
    }

    .tab4.active~.slider {
        left: 75vw;
    }

    .product_label {
           }

    .product_specs ul {

    }

    .sub {
           }

    .product_specs h4 {

    }

    .product_specs .button {
        width: 25vw;

    }

    #product_nav .tab {
        width: 25vw;
    }

    .new_product_panel {
        display: inline-block;
    }

    .product_panel {
        margin-bottom: 0px;
        padding-bottom: 3vh;
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }

    .prod_title {
        display: block;
    }

    .prod_title h1 {
        text-align: center;
        color: #777;

    }

    .specs {

    }

    #bse_product_row .row {
        display: relative !important;
    }


    /*-----------------------------------------------------------------------------------------

    page-blue-sky-energy.php

    Blue Sky Energy CSS Rules

    -----------------------------------------------------------------------------------------*/

    #bse_product_nav .tab a {
        color: #333;
        text-decoration: none;
    }

    #bse_product_row .row {
        display: relative !important;
    }

    #bse_product_nav .slider {
        width: 20vw;
    }


    #BSE_side {
        height: 40vh;
    }

    .bse_buttons label {

        border-radius: 3em;
        width: 30vw;
        margin-bottom: 5vh;
    }

    .light_content {
        padding-top: 5vh;
        padding-left: 5vw !important;
    }

    #small_data {
        display: block;
    }

    #large_data {
        display: none;
    }

    .header_bse {
        background-attachment: unset;
    }

    #header_text {
        padding-top: 0vh;

    }

    .banner_buttons {

    }

    .rv {
        height: 60vh;
    }

    .night_content {
        text-align: center;
        padding-top: 0vh;
    }

    .night_content h3 {
        text-align: center;

        padding-top: 5vh;
    }

    .night_content p {
        text-align: center;

    }

    .data_content {
        text-align: center;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

    .data {
        height: 65vh;
    }

    #data_section h3 {
        text-align: center;

    }

    #data_section p {
        text-align: center;

    }

    #data_section .banner_buttons {
        text-align: center;
    }

    .light_content {
        padding-left: 0vw;
        text-align: center;
    }

    .light_content h3 {

    }

    .light_content p {

    }

    .light {
        height: 65vh;
    }

    #connected_section .banner_buttons {
        text-align: center;
    }

    #connected_section .banner_buttons label {
        margin-top: 2vh;
    }

    #bse_product_row .row {
        margin-left: 5vw !important;
        margin-right: 5vw !important;
    }

    #bse_product_row .buttons {

    }

    #bse_product_row .product_title {

        text-align: center;
    }

    /*-----------------------------------------------------------------------------------------

    page-solar-boost-?.php

    Blue Sky Energy Product Page CSS Rules

    -----------------------------------------------------------------------------------------*/

    .bse_logo_header {
        width: 50vw;
        margin-top: 9vh;
    }

    #bse_product_nav .tab {
        width: 25vw;
    }

    /*-----------------------------------------------------------------------------------------

    page-welcome-waypoint.php

    Waypoint Landing Page CSS Rules

    -----------------------------------------------------------------------------------------*/

    .coming_soon_img {
        padding-left: 15vw !important;
        padding-right: 15vw !important;
        padding-top: 3vh;
    }

    .coming_soon_bullets {
        padding-top: 1vh;
    }

    .bullet_img img {
        padding-left: 5vw;
    }

    .coming_soon_header .bse_home_logo img {
        margin-left: 0;
    }

    .coming_soon_header #header_text {
        padding-top: 8vh;
    }

    .coming_soon_header {
        background-attachment: scroll;
    }

    .waypoint_logos img {
        padding-left: 15vw;
        padding-right: 15vw;
    }

    .smallScreen {
        display: flex;
    }

    .bigScreen {
        display: none;
    }

    .coming_soon_row {
        flex-direction: column;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .coming_soon_text {

        line-height: 2.2em;
    }

    .bullet span {
               line-height: 1.5em;
    }

    .bullet {
        margin-left: 0;
    }

    .bullet-div {
        display: inline-block;
        margin-left: 0;
    }

    .coming_soon_intro {
           }

    .small_display {
        display: block;
    }

    .big_display {
        display: none;
    }

    .waypoint_content {
        display: inline-block;
    }

    .waypoint_logo_row {
        padding-right: 50%;
    }

    /*-----------------------------------------------------------------------------------------

    page-blog-template.php

    Blog CSS Rules

    -----------------------------------------------------------------------------------------*/

    .cccv_picture {
        padding: 0;
    }

    .article_table {
        margin-left: 0;
        margin-right: 0;
    }

    .article_panel {
        height: unset;
    }

    .buckboost {
        padding-left: 0;
        padding-right: 0;
    }

    .golfcart_diagram {
        width: 100%;
        padding: 5vw;
    }

    .rv_diagram {
        width: 100%;
        padding: 5vw;
    }

    .article_picture {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }


    /*-----------------------------------------------------------------------------------------

    page-careers.php

    Careers CSS Rules

    -----------------------------------------------------------------------------------------*/

    /*-----------------------------------------------------------------------------------------

    page-contact-us.php

    Careers CSS Rules

    -----------------------------------------------------------------------------------------*/


    /*-----------------------------------------------------------------------------------------

    page-learning-center.php

    Learning Center CSS Rules

    -----------------------------------------------------------------------------------------*/

    .vid_settings {
        padding-left: 3% !important;
        padding-right: 3% !important;
        margin-bottom: 2vh;
    }

    .how_to_div {
        padding-top: 2vh;
    }

    .video {
        padding-bottom: 0vh;
    }

    .video .col-lg-6 h2 {
        text-align: center;
        padding-left: 0;
    }

    .video .col-lg-6 p {
        text-align: center;
        padding-left: 0;
    }

    .video .col-md-6 h2 {
        text-align: center;
        padding-left: 0;
    }

    .video .col-md-6 p {
        text-align: center;
        padding-left: 0;
    }


    /*-----------------------------------------------------------------------------------------

    page-privacy-statement.php

    Privacy Statement CSS Rules

    -----------------------------------------------------------------------------------------*/




}

/*================== NEW CSS SECTION: MOBILE PORTRAIT =======================*/

/*-----------------------------------------------------------------------------------------

General CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

Header CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

Footer CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

index.php

Home CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-genasun.php

Genasun CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-gv-?.php

Genasun Product Page CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-blue-sky-energy.php

Blue Sky Energy CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-solar-boost-?.php

Blue Sky Energy Product Page CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-welcome-waypoint.php

Waypoint Landing Page CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-blog-template.php

Blog CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-careers.php

Careers CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-contact-us.php

Careers CSS Rules

-----------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------

page-learning-center.php

Learning Center CSS Rules

-----------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------

page-privacy-statement.php

Privacy Statement CSS Rules

-----------------------------------------------------------------------------------------*/


@media only screen and (max-device-width: 667px) and (orientation:portrait){

    .specs {
        padding-right: 5vw;
    }
    .learning_div p{
    color: #888;
    text-align:center;

}

 .article_panel {
                height: unset;
            }

.video .col-lg-6 h2{
    text-align:center;
    padding-left:0;
}

.video .col-md-6 h2{
    text-align:center;
    padding-left:0;
}

.cccv_picture{
    padding:0;
}

.video .col-lg-6 p{
    text-align:center;
    padding-left:0;
}
.video .col-md-6 p{
    text-align:center;
    padding-left:0;
}

.cccv_picture{
    padding:0;
}

.golfcart_diagram{
    width:100%;
    padding:5vw;
}

.rv_diagram{
    width:100%;
    padding:5vw;
}

.article_table{
    margin-left: 0;
    margin-right: 0;
}

.buckboost{
    padding-left:0;
    padding-right:0;
}

.article_picture {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.smallScreen{
    display:flex;
}
.bigScreen{
    display:none;
}
.small_display{
    display:block;
}
.big_display{
    display:none;
}
.coming_soon_row{
    flex-direction:column;
    padding-top:5vh;
    padding-bottom:5vh;
}
.coming_soon_text{
    line-height: 2.2em;
}
.waypoint_logos{
    padding-top:5vh;
    padding-bottom:5vh;
}
.bullet{
        margin-left:0;
    }
    .bullet-div{
    display:inline-block;
    margin-left:0;
}


.top_banner {
    background-position: center;
}
.banner_text {
    position: relative;/*make it be right underneath the panel*/
}

.banner_text h4{/*Vanessa*/
    font-weight: 500;
    line-height: 0em;
    margin-top:1.5vh;
    margin-bottom:2.5vh;/*0*/
}

/*Vanessa Start*/
.gvb-8_specifications{
}
.career_intro {
}
.nf-form-cont {
    padding-left: 0;
}
.article_panel {
    min-height: 50px; /*The original 500px was making the articles too long*/
}
.article_desc {
}
.overview { /*increase size of product overview on mobile portrait*/
    font-size: 1.5em !important;
    padding: 1vh !important;
}
.panel {
    padding: 1vh !important; /*decreased excessive padding*/
}
.bse_home_logo img {
    /* margin-top: 0; */
    width: auto;
    height: 4vh;
    /* vertical-align: top; */
    /* padding-right: 10vw; */
    padding-bottom: 0vh;
    padding-right: 1vw;
    margin-bottom: 1vh;
}

.gen_home_logo img {
    /* width: 17%; */
    width: auto;
    height: 6vh;
    margin-right: 2vw;
    margin-top: 0vh;
    padding-bottom: 2vh;
    margin-bottom: 1vh;
}




.fact{width:100vw;
padding-top:0;}

.fact:after{
    display:none;
}

.learning_div .buttons label{
}

.top_banner{
    background-position:center;
}

.update_div p{
    margin-left:1vw;
    margin-right:1vw;
    margin-top:0vh;/*was 3vh*/
    margin-bottom: 0;/*vanessa*/
}

#homeVideo{
    position: absolute;
    left: -1000px;
    top: 0;
    min-width: 100vw;
    min-height: 100vh;
    object-fit: cover;
    background-position: left;
    z-index: -999999;
}

.nav_panel li:after{
    content: "";
    display: none;
    margin-left: 11vw;
    text-align: center;
    width: 8vw;
    padding-top: 2vh;
    border-bottom: 0.1em solid #fff;
}

/*.gen_home_logo img{
    width: 39%;
    padding-bottom: 2vh;
}

.bse_home_logo img{
    width: 70%;
    padding-bottom: 2%;
}
*/.sunforge_home_logo img{/*Vanessa*/
   width: 60%;
    padding-bottom: 2%;
}

.home_logos{
    text-align:center;
}

    .light_content {
    padding-top: 5vh;
    padding-left: 5vw !important;
    padding-bottom: 5vh;
}

.header_bse img{
    width: 100%;
    padding-bottom: 15vh;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 15vh
}

.header_gen img{
    width: 100%;
    padding-bottom: 15vh;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 20vh
}
.header_bse{
    background-position:left;
}

/*------coming soon-----*/

.coming_soon_header .bse_home_logo img{
    margin-left:0;
}

.coming_soon_header #header_text{
    padding-top:8vh;
}

.coming_soon_header{
    background-attachment: scroll;
}
    /*-----genasun----*/
    .nav__wrapper{
        display:none !important;
    }

    #sunforge{
        width:20vw !important;
    }


    .push{
        overflow-x:hidden;
    }

    .product_panel{
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }

    .new_product_panel {
        display:inline-block;
    }

    .waypoint_content {
        display:inline-block;
    }

    #gen_header_text{
        padding-top: 0vh;
    }

    .header_gen{
        background-attachment:unset;
    }

    .header_gen .banner_buttons{
    }

    .sail{
        height:65vh;

    }

    #sail_section p{
        text-align: center;
    }

     #sail_section h3{
        padding-top: 5vh;
        text-align:center;
    }

    #sail_section .banner_buttons{
        text-align:center;
    }

    #quiet_section .banner_buttons{
        text-align:center;
        padding-bottom: 5vh;
    }

    #quiet_section h3{
        padding-top:5vh;
        text-align:center;
    }

    #quiet_section p{
        text-align:center;
    }

    .harsh{
        height:65vh;
    }

    .quiet{
        height:65vh;
    }


    #harsh_section .banner_buttons{
        text-align:center;
        padding-bottom: 5vh;
    }

    #harsh_section h3{
        padding-top:5vh;
        text-align:center;
    }


    #harsh_section p{
        text-align:center;
    }

    .harsh_content{
        padding-top:0px;
    }

    .golf{
        height: 65vh;
    }

    #golf_section .banner_buttons{
        margin-top: 1vh;
        text-align:center;
    }

    #golf_section h3{
        text-align:center;
    }

    #golf_section p{
        text-align:center;
    }

    #gen_product_row .buttons {
    }

    #gen_product_row .product_title{
        text-align: center;
    }

    .specs{
    }

    .nav_panel ul{
    }

    #gen_product_row .row{
        display: relative !important;
        margin-left: 5vw !important;
        margin-right: 5vw !important;
    }

    #bse_product_row .row{
        display:relative !important;
    }

    .waypoint_logo_row{
        padding-right: 50%;
    }


    .prod_title{
        display:block;
    }

    .prod_title h1{
        text-align: center;
        color: #777;
    }

    /*----blue sky------*/

    .header_bse{
        background-attachment:unset;
    }

    #header_text{
        padding-top:0vh;
    }

    .banner_buttons{
    }

    .rv{
        height:60vh;
    }

    .night_content{
        text-align:center;
        padding-top:0vh;
    }

    .night_content h3{
        text-align:center;
        padding-top:5vh;
    }

    .night_content p{
        text-align:center;
    }

    .data_content{
        text-align:center;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

    .data{
        height:65vh;
    }

    #data_section h3{
        text-align:center;
    }
    #data_section p{
        text-align:center;
    }

    #data_section .banner_buttons{
        text-align:center;
    }

    .light_content{
        padding-left:0vw;
        text-align:center;
    }

    .light_content h3{
    }

    .light_content p{
    }

    .light{
        height:65vh;
    }

    #connected_section .banner_buttons{
        text-align:center;
    }

    #connected_section .banner_buttons label{
        margin-top:2vh;
    }


    #bse_product_row .row{
        margin-left: 5vw !important;
        margin-right: 5vw !important;
    }

    #bse_product_row .buttons {
    }

    #bse_product_row .product_title{
        text-align: center;
    }

    .specs{
    }

    #small_data{
    display:block;
}

    #large_data{
        display:none;
    }
    #small_quiet{
        display:block;
    }

    #large_quiet{
        display:none;
    }

    /*-----sunforge------*/

    .top_banner{
        background-attachment:unset;
        background-position:right;
    }

    .banner_text{
        text-align:center;
        padding-left:2vw !important;
        padding-right:2vw !important;

    }

    .banner_text h2{
    }

    .banner_text p{
        line-height:2.5em;
    }

    .banner_buttons{
        text-align: center;
        margin: 0;
    }

    #gen_side_small{
        display:block;
    }

    #gen_side{
        display:none;
    }
    .home_side_small{
    padding-left:0 !important;
    padding-right:0 !important;
}

    .home_side_small img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding-left:0 !important;
        padding-right:0 !important;
    }

    #BSE_side{
        min-height:40vh;
    }

    .who_genasun img{
        padding-left: 14em;
        padding-right: 14em;
    }

    .who_genasun p{
    }

    .who_genasun h1{
    }

    .who_bse p{
    }

    .who_bse h1{
    }

    .gen_buttons label{
        border-radius:3em;
        width:30vw;
        margin-bottom:5vh;
    }

    .bse_buttons label{
        border-radius:3em;
        width:30vw;
        margin-bottom:5vh;
    }

    .who_bse img{
        padding-top: 4em !important;

        padding-bottom:0em !important;
    }

    /*------product pages------*/

    .product_label{
    }

    .product_specs ul{
    }

    .sub{
    }

    .product_specs h4{
    }

    .product_specs .button{
        width:25vw;
    }

    #product_nav .tab{
        width:25vw;
    }

    #bse_product_nav .tab{
        width:25vw;
    }

    .tab a{
    }

    .slider{
        width:20vw;
    }

    .tab1.active ~ .slider {
        left: 0vw;
    }

    .tab2.active ~ .slider {
        left: 25vw;
    }

    .tab3.active ~ .slider {
        left: 50vw;
    }

    .tab4.active ~ .slider {
        left: 75vw;
    }

    #bse_product_nav .tab a{
        color:#333;
        text-decoration: none;
    }

    #bse_product_nav .slider {
        width:20vw;
    }



    .specifications table{
    }

    .panel .download{
        float:none;
    }

    .downloads{
    }


    .related_products a{
    }

    .logo_header{
        width:60vw;
    }
    .bse_logo_header{
        width: 50vw;
        margin-top: 1vh;
    }
    .vid_settings{
        padding-left: 3% !important;
        padding-right: 3% !important;
        margin-bottom:2vh;
    }
    .how_to_div{
        padding-top: 2vh;
    }

    .video{
        padding-bottom: 0vh;
    }
    .light_content {
        padding-top: 5vh;
        padding-left: 5vw !important;
    }
    .video .col-lg-6 h2{
        text-align:center;
        padding-left:0;
    }
    .video .col-lg-6 p{
        text-align:center;
        padding-left:0;
    }
     .video .col-md-6 h2{
        text-align:center;
        padding-left:0;
    }
    .video .col-md-6 p{
        text-align:center;
        padding-left:0;
    }
    .bse_side_left img{
        width: 100%;
        height: 60vh;
    }
    #bse_lights_image{
        width:100%;
        margin-left:0;
        height:70vh;
    }

}

@media only screen and (max-device-width: 667px) and (orientation:portrait){/*iphone X*/
    .c1d2_content h4{
        padding-top:4vh;
    }
    .c1d2_content li{
        padding-right: 3.9vw;
    }
    .c1d2_content ul{
        padding-left:0;
        padding-inline-start: 4vw;
    }
    .c1d2_content h5{
    }
    .c1d2_content h6{
    }

}


/*============== NEW CSS SECTION MOBILE LANDSCAPE =============*/

/* phone landscape media query */

@media only screen and (max-device-width: 767px) and (orientation:landscape) {

    /*-----------------------------------------------------------------------------------------

    General CSS Rules

    -----------------------------------------------------------------------------------------*/

    .push {
        overflow-x: hidden;
    }

    .nav__wrapper {
        display: none !important;
    }

    .nav_panel ul {}

    #sunforge {
        width: 20vw !important;
    }


    .banner_buttons {}

    #header_text {
        padding-top: 0vh;

    }


    /*-----------------------------------------------------------------------------------------

    Header CSS Rules

    -----------------------------------------------------------------------------------------*/

    .update_div p {
        margin-left: 1vw;
        margin-right: 1vw;
        margin-top: 5vh;
    }

    /*-----------------------------------------------------------------------------------------

    Footer CSS Rules

    -----------------------------------------------------------------------------------------*/

    /*-----------------------------------------------------------------------------------------

    index.php

    Home CSS Rules

    -----------------------------------------------------------------------------------------*/

    .top_banner {
        background-attachment: unset;
        background-position: center;
    }









    .who_bse img {
        padding-top: 4em !important;
        padding-bottom: 0em !important;
    }

    .who_bse p {}

    .who_bse h1 {}

    .bse_buttons label {
        border-radius: 3em;
        width: 30vw;
        margin-bottom: 5vh;
    }

    .top_banner {
        background-attachment: unset;
    }

    .banner_text {
        text-align: center;
        padding-left: 2vw !important;
        padding-right: 2vw !important;
    }

    .banner_text h2 {}

    .banner_text p {
        line-height: 2.5em;
    }

    .banner_buttons {
        text-align: center;
        margin: 0;
    }

    #gen_side_small {
        display: block;
    }

    #gen_side {
        display: none;
    }

    .home_side_small {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home_side_small img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #BSE_side {
        height: 40vh;
    }

    .who_genasun p {}

    .who_genasun h1 {}

    .who_bse img {
        padding-top: 4em !important;
        padding-bottom: 0em !important;
    }

    .who_bse p {}

    .who_bse h1 {}

    /*-----------------------------------------------------------------------------------------

    page-genasun.php

    Genasun CSS Rules

    -----------------------------------------------------------------------------------------*/

    #gen_product_row .row {
        margin-left: 5vw !important;
        margin-right: 5vw !important;
        display: relative !important;
        z-index: 1000;
    }

    #gen_header_text {
        padding-top: 0vh;

    }

    .header_gen {
        background-attachment: unset;
    }

    .header_gen .banner_buttons {}

    .c1d2_content li {
        padding-right: 3.9vw;

    }

    .c1d2_content h5 {}

    .c1d2_content h6 {}

    .sail {
        height: 65vh;

    }

    #sail_section p {
        text-align: center;

    }

    #sail_section h3 {
        padding-top: 5vh;

        text-align: center;
    }

    #sail_section .banner_buttons {
        text-align: center;

    }

    #quiet_section .banner_buttons {
        text-align: center;
        padding-bottom: 5vh;

    }

    #quiet_section h3 {
        padding-top: 5vh;
        text-align: center;

    }

    #quiet_section p {
        text-align: center;

    }

    .harsh {
        height: 65vh;
    }

    .quiet {
        height: 65vh;
    }

    #harsh_section .banner_buttons {
        text-align: center;
        padding-bottom: 5vh;
    }

    #harsh_section h3 {

        padding-top: 5vh;
        text-align: center;
    }

    #harsh_section p {
        text-align: center;

    }

    .harsh_content {
        padding-top: 0px;
    }

    .golf {
        height: 65vh;
    }

    #golf_section .banner_buttons {
        margin-top: 1vh;
        text-align: center;
    }

    #golf_section h3 {
        text-align: center;
    }

    #golf_section p {
        text-align: center;

    }

    #gen_product_row .buttons {}

    #gen_product_row .product_title {
        text-align: center;
    }

    #gen_product_row .row {
        display: relative !important;
        margin-left: 5vw !important;
        margin-right: 5vw !important;
    }

    #small_quiet {
        display: block;
    }

    #large_quiet {
        display: none;
    }

    .gen_buttons label {
        border-radius: 3em;
        width: 30vw;
        margin-bottom: 8vh;
    }

    /*-----------------------------------------------------------------------------------------

    page-gv-?.php

    Genasun Product Page CSS Rules

    -----------------------------------------------------------------------------------------*/

    /*---------------------------------------------------------------------------------------

    Genasun and Blue Sky product pages

    ----------------------------------------------------------------------------------------*/

    .product_label {}

    .product_specs ul {}

    .sub {}

    .specs {}

    .product_specs h4 {}

    .product_specs .button {
        width: 25vw;
    }

    #product_nav .tab {
        width: 25vw;
    }

    #bse_product_nav .tab {
        width: 25vw;
    }

    .tab a {}

    .slider {
        width: 20vw;
    }

    .tab1.active~.slider {
        left: 0vw;
    }

    .tab2.active~.slider {
        left: 25vw;
    }

    .tab3.active~.slider {
        left: 50vw;
    }

    .tab4.active~.slider {
        left: 75vw;
    }

    .panel h2 {}

    .panel p {}

    .specifications table {}

    .panel .download {
        float: none;
    }

    .downloads {}



    .related_products a {}

    .logo_header {
        width: 60vw;
    }

    .prod_title {
        display: block;
    }

    .prod_title h1 {
        text-align: center;
        color: #777;

    }

    /*-----------------------------------------------------------------------------------------

    page-blue-sky-energy.php

    Blue Sky Energy CSS Rules

    -----------------------------------------------------------------------------------------*/

    .header_bse {
        background-attachment: unset;
    }

    .rv {
        height: 60vh;
    }

    .night_content {
        text-align: center;
        padding-top: 0vh;
    }

    .night_content h3 {
        text-align: center;
        padding-top: 5vh;
    }

    .night_content p {
        text-align: center;
    }

    .data_content {
        text-align: center;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

    .data {
        height: 65vh;
    }

    #data_section h3 {
        text-align: center;
    }

    #data_section p {
        text-align: center;
    }

    #data_section .banner_buttons {
        text-align: center;
    }

    .light_content {
        padding-left: 0vw;
        text-align: center;
    }

    .light_content h3 {}

    .light_content p {}

    .light {
        height: 65vh;
    }

    #connected_section .banner_buttons {
        text-align: center;
    }

    #connected_section .banner_buttons label {
        margin-top: 2vh;
    }


    #bse_product_row .row {
        margin-left: 5vw !important;
        margin-right: 5vw !important;
        display: relative !important;
    }


    #bse_product_row .buttons {}

    .waypoint_logo_row {
        padding-right: 50%;
    }

    #bse_product_row .product_title {
        text-align: center;
    }

    #small_data {
        display: block;
    }

    #large_data {
        display: none;
    }

    #bse_product_row .row {
        display: relative !important;
    }

    .bse_buttons label {
        border-radius: 3em;
        width: 30vw;
        margin-bottom: 5vh;
    }

    .light_content {
        padding-top: 5vh;
        padding-left: 5vw !important;
        padding-bottom: 5vh;
    }

    .product_panel {
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-left: 5vw !important;
        padding-right: 5vw !important;
        width: 100vw;
    }

    .new_product_panel {
        display: inline-block;
    }

    .waypoint_content {
        display: inline-block;
    }

    /*-----------------------------------------------------------------------------------------

    page-solar-boost-?.php

    Blue Sky Energy Product Page CSS Rules

    -----------------------------------------------------------------------------------------*/

    #bse_product_nav .tab a {
        color: #333;
        text-decoration: none;
    }

    #bse_product_row .row {
        display: relative !important;
    }

    #bse_product_nav .slider {
        width: 20vw;
    }

    /*-----------------------------------------------------------------------------------------

    page-welcome-waypoint.php

    Waypoint Landing Page CSS Rules

    -----------------------------------------------------------------------------------------*/

    .coming_soon_header {
        background-attachment: scroll;
    }

    .coming_soon_row {
        flex-direction: column;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .coming_soon_text {

        line-height: 2.2em;
    }

    .smallScreen {
        display: flex;
    }

    .bigScreen {
        display: none;
    }

    .bullet {
        margin-left: 0;
    }

    .bullet-div {
        display: inline-block;
        margin-left: 0;
    }


    /*-----------------------------------------------------------------------------------------

    page-blog-template.php

    Blog CSS Rules

    -----------------------------------------------------------------------------------------*/

    .article_table {
        margin-left: 0;
        margin-right: 0;
    }

    .buckboost {
        padding-left: 0;
        padding-right: 0;
    }

    .article_picture {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .golfcart_diagram {
        width: 100%;
        padding: 5vw;
    }

    .rv_diagram {
        width: 100%;
        padding: 5vw;
    }


    /*-----------------------------------------------------------------------------------------

    page-careers.php

    Careers CSS Rules

    -----------------------------------------------------------------------------------------*/

    /*-----------------------------------------------------------------------------------------

    page-contact-us.php

    Careers CSS Rules

    -----------------------------------------------------------------------------------------*/

    /*-----------------------------------------------------------------------------------------

    page-learning-center.php

    Learning Center CSS Rules

    -----------------------------------------------------------------------------------------*/

    .vid_settings {
        padding-left: 3% !important;
        padding-right: 3% !important;
        margin-bottom: 2vh;
    }

    .how_to_div {
        padding-top: 2vh;
    }

    .video {
        padding-bottom: 0vh;
    }

    .video .col-lg-6 h2 {
        text-align: center;
        padding-left: 0;
    }

    .video .col-lg-6 p {
        text-align: center;
        padding-left: 0;
    }

    .video .col-md-6 h2 {
        text-align: center;
        padding-left: 0;
    }

    .video .col-md-6 p {
        text-align: center;
        padding-left: 0;
    }

    /*-----------------------------------------------------------------------------------------

    page-privacy-statement.php

    Privacy Statement CSS Rules

    -----------------------------------------------------------------------------------------*/

}

/*Iphone 8 and below*/
@media all and (min-width: 481px) and (max-width: 667px) and (orientation:landscape) {

    .banner_spotlight h1 {
        line-height: 1em !important;
    }

    .banner_spotlight p {
        line-height: 2em !important;
    }
}

/*iphone X and above*/
@media all and (min-width: 668px) and (max-width: 767px) and (orientation:landscape) {

    .banner_spotlight h1 {
        line-height: 1em !important;
    }

    .banner_spotlight p {
        line-height: 2em !important;
    }
}



/* ========================= NEW CSS SECTION: SMALL LAPTOP ================== */

/*-----------------------------------------------------------------------------------------

General CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

Header CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

Footer CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

index.php

Home CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-genasun.php

Genasun CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-gv-?.php

Genasun Product Page CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-blue-sky-energy.php

Blue Sky Energy CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-solar-boost-?.php

Blue Sky Energy Product Page CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-welcome-waypoint.php

Waypoint Landing Page CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-blog-template.php

Blog CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-careers.php

Careers CSS Rules

-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------

page-contact-us.php

Careers CSS Rules

-----------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------

page-learning-center.php

Learning Center CSS Rules

-----------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------

page-privacy-statement.php

Privacy Statement CSS Rules

-----------------------------------------------------------------------------------------*/


/*small browser*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    /*-----sunforge------*/

    .top_banner {
        background-attachment: unset;
    }


    .next,
    .prev {
        top: 40vh;
    }

    .banner_text {
        padding-left: 3vw !important;
        padding-right: 3vw !important;

    }

    .banner_buttons {
        text-align: left;
        margin: 0;
    }

    #gen_side_small {
        display: block;
        height: 60vh;
    }

    /*Vanessa start*/
    #small_quiet {
        display: block;
    }

    .home_side_small {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home_side_small img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .gen_side_left {
        padding-right: 0 !important;
        /*remove gen right padding on smaller devices*/
    }



    #gen_side {
        display: none;
    }

    .home_side_large {
        display: none;
    }

    .home_side_small {
        display: flex;
    }

    /*    .home_side_large{
        display:none;
    }*/

    #BSE_side {
        height: 60vh;
        padding-left: 0 !important;
        /*Vanessa*/
        padding-right: 0 !important;
        /*Vanessa*/
    }

    .who_genasun img {
        padding-left: 5vw;
        padding-right: 5vw;
    }


    .ad_buttons label {
        cursor: pointer;
        border-radius: 3em;
        width: 20vw;
        margin-bottom: 4vh;
    }

    .gen_buttons label {
        cursor: pointer;
        border-radius: 3em;
        width: 30vw;
        margin-bottom: 5vh;
    }

    .bse_buttons label {
        border-radius: 3em;
        width: 30vw;
        margin-bottom: 8vh;
    }

    .who_bse img {
        padding-bottom: 0em !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }


    .lia {
        background-image: url(/wp-content/uploads/2022/05/lia_darker.png);
    }

    /* fixing order of bse/gen highlight images*/

    #small_data {
        display: block;
    }

    #large_data {
        display: none;
    }

    #small_quiet {
        display: block;
    }

    #large_quiet {
        display: none;
    }

    .data_content {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .quiet_content {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .quiet_content h3 {
        padding-top: 0;
    }

    .night_content {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .harsh_content {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .light_content {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .sail_content {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    #sail_section h3 {
        padding-top: 0;
    }

    #golf_section .banner_buttons {
        margin-left: 2vw !important;
        margin-top: 0;
    }

    #gen_product_row .row {
        display: flex;
    }

    #bse_product_row .row {
        display: flex;
    }

    .coming_soon_img {
        padding-left: 30vw !important;
        padding-right: 30vw !important;
        padding-top: 3vh;
    }

    .coming_soon_bullets {
        padding-top: 0vh;
    }

    .bullet {
        padding-top: 3vh;
    }

    .waypoint_logos img {
        padding-left: 15vw;
        padding-right: 15vw;
    }



}

@media screen and (min-width: 841px) and (max-width: 1199px) {
    .eco_fact {
        padding-top: 4vh !important;
    }

    #gen_side {
        display: none;
    }

    #gen_side_small {
        display: block;
    }

    .home_side_large {
        display: none;
    }

    .home_side_small {
        display: flex;
    }

    .home_side_small img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    /*-----sunforge------*/

    .top_banner {
        background-attachment: unset;
    }

    .top_banner_buttons label {}

    .next,
    .prev {
        top: 40vh;
    }

    .banner_text {
        padding-left: 3vw !important;
        padding-right: 3vw !important;

    }

    .banner_buttons {
        text-align: left;
        margin: 0;
    }

    #gen_side_small {
        display: block;
        height: 60vh;
    }

    /*Vanessa start*/

    .home_side_small {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home_side_small img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .gen_side_left {
        padding-right: 0 !important;
        /*remove gen right padding on smaller devices*/
    }

    .
    /*vanessa end*/

    #gen_side {
        display: none;
    }

    .home_side_large {
        display: none;
    }

    .home_side_small {
        display: flex;
    }

    /*    .home_side_large{
        display:none;
    }*/

    #BSE_side {
        height: 60vh;
        padding-left: 0 !important;
        /*Vanessa*/
        padding-right: 0 !important;
        /*Vanessa*/
    }

    .who_genasun img {
        padding-left: 5vw;
        padding-right: 5vw;
    }


    .ad_buttons label {
        cursor: pointer;
        border-radius: 3em;
        width: 20vw;
        margin-bottom: 4vh;
    }



    .bse_buttons label {
        border-radius: 3em;
        width: 30vw;
        margin-bottom: 8vh;
    }

    .who_bse img {
        padding-bottom: 0em !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }


    .lia {
        background-image: url(/wp-content/uploads/2022/05/lia_darker.png);
    }
}


@media only screen and (min-device-width: 800px) {

    .article {
        align-items: center;
        display: flex;
        flex-direction: column;
        max-width: 800px;
    }


    .article_back {
        max-width: 800px;
    }

    #articles {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 991px) {
    .brand_section .col-md-4 {
        display: none;
    }

    .home_slideshow_text {
        padding-bottom: 1vh;
        min-height: 500px!important;
    }

    .home-row .col-md-4 img {
        margin-top: 2vh;
    }
    .gen_side_left {/*for genasun page side images*/
                padding-left: 0 !important;
                padding-right: 0 !important;
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
    }
}