/* Global Nav Hide */
.navbar.navbar-category.navbar-static-top.hidden-xs {
    display: none;
}

/* Hide/Show */
.mob_hs {
    display: none;
}

.desk_hs {
    display: block;
}

@media (max-width: 800px) {
    .mob_hs {
        display: block;
    }

    .desk_hs {
        display: none;
    }
}

.txt_c {
    text-align: center;
}

/* Improved (product) Video Banner */
.prod_hero_content {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: azure;
    bottom: 15%;
    /* width: 35%; */
}

.prod_hero_btn_wrapper {
    text-align: center;
}

.prod_hero_btn {
    text-align: center;
    display: block;
    margin: auto;
    border-radius: 0;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all .3s;
    font-size: 2rem;
}

.prod_hero_btn:hover {
    border: 1px solid #000;
    color: #000;
}


/* Font colors */
.txt_wht {
    color: #fff;
}

.txt_blk {
    color: #010101;
}

.txt_gry {
    color: #8a8a8a;
}

/* Responsive banner */
.respo_banner {
    position: relative;
}

.respo_dt {
    display: block;
}

.respo_mb {
    display: none;
}

.respo_btn_wrap {
    width: 100%;
}

.respo_btn_wrap a {
    color: #000;
    background-color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 25px;
    font-weight: 700;

    &:hover {
        text-decoration: none;
        color: #fff;
        background-color: #000;
        transition: 0.3s;
    }
}

.respo_btn_wrap {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}


/* Responsive banner with heading */
.respo_btn_heading_wrap {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 83%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.respo_btn_heading {
    color: white;
    font-size: 3rem;
    text-transform: uppercase;

}

.respo_btn_heading_wrap a {
    padding: 10px 20px;
    text-align: center;
    margin: 10px auto;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    transition: 0.4s ease all;
    text-transform: uppercase;
    font-size: medium;
    letter-spacing: 11px;
    text-decoration: none;
}

.respo_btn_heading_wrap a:hover {
    transition: 0.3s;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;

}

/* Full width image banner */
.full_width_img_banner {
    position: relative;
}

.full_width_img {
    display: block;
}

@media (max-width: 660px) {
    .prod_hero_content {
        width: 80%;
    }
}



@media (max-width: 700px) {
    .respo_dt {
        display: none;
    }

    .respo_btn_heading {
        font-size: 2rem;
    }

    .respo_mb {
        display: block;
    }

    .respo_btn_wrap {
        top: 30%;
    }

    .respo_btn_wrap a {
        font-size: 15px;
    }

    .focus_text {
        max-width: 100%;
    }

    .quote_text {
        max-width: 100%;
    }
}

/* Headings */


.lrg_h2 {
    font-family: GTAmerica, Oswald, sans-serif;
    margin: 8rem 0;
    text-align: center;
    font-size: 7rem;
    line-height: 1;
    font-weight: bolder;
}

.std_h2{
    text-align: center;
    letter-spacing: 8px;
    padding: 20px 0;
    font-weight: 700;
    line-height: 1.1;
    margin: 4rem auto 2rem auto;
    font-size: 3.5rem; 
}

.mid_h2 {
    font-size: 4rem;
    line-height: 1;
    font-family: Oswald,'Lucida Grande',sans-serif;
    margin: 8rem 0;
}

.ul_h4 {
    border-bottom: 2px solid #742366;
    font-size: 1.8em;
    line-height: 1.1;
    display: inline-block;
}

.left_h4 {
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-family: Oswald, 'Lucida Grande', sans-serif;
    font-size: 21px;
    margin-bottom: 1rem;
}

.h3_centre {
    font-family: GTAmerica, Oswald, sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 4rem;
    margin-bottom: 1rem;
    text-align: center;
}
.h3_basic{
    font-size: 3.5rem;
    margin-bottom: 1rem;
    line-height: 1;
    font-family: Oswald,'Lucida Grande',sans-serif;
}

.h3_left {
    font-family: GTAmerica, Oswald, sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 4rem;
    margin-bottom: 1rem;
    text-align: left;
}

.h3_prod_hd {
    font-family: GTAmerica, Oswald, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-size: 50px;
    margin-bottom: 1rem;
}

.h4_prod_hd {
    font-family: GTAmerica, Oswald, sans-serif;
    /* text-align: center;
    letter-spacing: 8px; */
    padding-bottom: 2rem;
    font-weight: 500;
    line-height: 1.1;
    /* margin-top: 5rem; */
    font-size: 35px;
    width: 50%;
}

.light_h2 {}

/* ///// */

/* Video Blocks  */

/* Video Swticher */
.vid_switch_bg {
    max-width: 1264px;
    padding: 0 32px;
    margin-right: auto;
    margin-left: auto;
}

.vid_switch_wrapper {
    padding: 70px 0;
}

.vid_switch_heading {
    text-align: center;
    letter-spacing: 8px;
    padding-bottom: 20px;
    font-weight: 700;
    line-height: 1.1;
    margin: 2rem auto;
    font-size: 35px;

}

.vid_switch_sub_heading {
    letter-spacing: 8px;
    padding: 20px 0;
    letter-spacing: 1px;
    padding-bottom: 20px;
    font-weight: 700;
    line-height: 1.1;
    margin: 2rem auto;
    font-size: 25px;
}

.vid_pro_border {
    background-color: #000;
    height: 10px;
}

.profile_grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 4px;
}

.vid_profile_col {
    max-width: 16.6%;
    padding: 0 4px;
}

.vid_profile_col:hover {
    scale: 0.9;
    transition: 0.3s;
}

.vid_profile_col:hover .vid_pro_border {
    transition: 0.3s;
    background-color: #000;
}

.vid_profile_col img {
    margin-top: 8px;
    vertical-align: middle;
}

.vid_pro_name {
    font-weight: 700;
    text-transform: uppercase;
}

/* Product Video With Controls */
.prod_video_wrapper {
    width: 100%;
}

.prod_main_vid {
    width: 100%;
    height: auto;
}

/* Video Copy  */
.video_copy_bg {
    max-width: 1264px;
    padding: 70px 32px;
    margin-right: auto;
    margin-left: auto;
}

.vid_copy {
    max-width: 50%;
    margin: 2rem auto 1rem auto;
    text-align: center;
}

.vid_copy p {
    font-size: 18px;
    max-width: 55%;
    margin: 40px auto;
}

.vid_copy_vid_embed {
    margin: 5rem 0;
}

.vid_hero_banner {
    background-color: #282828;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    overflow: hidden;
    text-align: center;
}

.video_box {
    height: 100%;
    width: 100%;
    opacity: .60;
    filter: grayscale(.15);
}

.video_box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero_content {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: azure;
    bottom: 35%;
}

.hero_heading {
    font-size: 30px;
    margin-bottom: 35px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 6px;
}

.dealer_btn {
    text-align: center;
    color: #fefefe;
    padding: 10px 30px;
    font-weight: bold;
    border: 1px solid #fefefe;
    transition: all .3s;
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none;
}

.dealer_btn:hover {
    text-decoration: none;
    color: #000;
    background-color: #fefefe;
}

.hero_img_banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-size: cover;
}

.btn_hero_img_banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-size: cover;
}

.btn_hero_button_wrapper_dt {
    position: absolute;
    bottom: 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.hero_button_wrapper_mb {
    display: none;
}

.hero_bn_btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 1rem;
    text-decoration: none;
}

.hero_bn_btn:hover {
    text-decoration: none;
    transition: 0.4s;
    color: #000;
    background-color: #fff;
}

.disableClick {
    pointer-events: none;
    color: #000;
    background-color: #fff;
}

.disableClick_mb {
    pointer-events: none;
    color: #fff;
    background-color: #000;
}

.lrg_btn_wrap {
    display: flex;
}

.lrg_btn_wrap a {
    width: 50%;
    padding: 1%;
    background: #000;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #000;
    text-decoration: none;
    transition: 0.3s;
}

.lrg_btn_wrap a:hover {
    background: #fff;
    color: #000;
}

.lnk_btn_wrap {
    display: flex;
}

.lnk_btn {
    width: 100%;
    border: 1px solid #000;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #000;
    color: #fff;
    letter-spacing: 3px;
    margin-top: 3rem;
    text-align: center;
}

.lnk_btn:hover {
    text-decoration: none;
    transition: 0.4s;
    color: #000;
    background-color: #fff;
}

.plx_banner_wrap {
    height: 600px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.plx_text_wrap {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    color: white;
    border: 1px white solid;
    padding: 30px;
    max-width: 40%;
}

.plx_heading {
    font-weight: 700;
    line-height: 1.1;
    color: inherit;

    font-size: 45px;
    padding: 5px;
}

.plx_subhead {
    padding: 5px 0;
    line-height: 1.1;
    padding: 5px;
    font-size: 20px;
}

.plx_br {
    display: block;
}

.flx_plx_br {
    display: block;
}

.txt_left_banner {
    position: relative;
}

/* Text left banner */

.border_banner_wrap {
    height: 600px;
    display: flex;
}

.border_banner_30 {
    align-content: center;
    padding: 10px;
    margin-left: 100px;
}

.border_banner_text_wrap {
    padding: 30px 0;
    text-align: left;
    max-width: 40%;
}

.border_banner_heading {
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-size: 20px;
    padding: 5px 0;
}

.border_banner_subhead {
    line-height: 1.5;
    color: inherit;
    padding-bottom: 20px;
}

.text_left_content {
    text-transform: uppercase;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    line-height: 1;
    font-weight: 800;
    font-size: 50px;
}

/* Focused Text Block */
.focus_text {
    max-width: 50%;
    margin: 2rem auto 1rem auto;
    padding: 10px;
    text-align: center;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
}

.quote_text {
    max-width: 50%;
    margin: 2rem auto 1rem auto;
    padding: 10px;
    text-align: center;
    font-style: italic;
}

/* Mid width copy and content */
.mid_content_block {
    display: flex;
    justify-content: center;
    margin: auto;
    flex-direction: column;
    margin: 2rem 0;
}

.center_copy {
    max-width: 50%;
    margin: 2rem auto 1rem auto;
    padding: 10px;
}

.h_center {
    text-align: center;
}

.center_copy p {
    line-height: 1.5;
}

.center_img img {
    width: 100%;
}

/* Flex Blocks */
.flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 30px 0px 30px;
}

.flex_left_70 {
    padding: 10px;
    flex: 70%;
}

.flex_left_30 {
    padding: 10px;
    flex: 30%;
}

.flex_left_70 img {
    max-width: 100%;
}

.flex_right_70 {
    padding: 10px;
    flex: 70%;
}

.flex_right_30 {
    padding: 10px;
    flex: 30%;
}

.flex_right_70 img {
    max-width: 100%;
}

.flex_heading {
    font-weight: 700;
    line-height: 1.1;
    color: inherit;

    font-size: 30px;
    margin-bottom: 1rem;
}

/* Product link flex boxes */
.link_flex_wrapper {
    display: flex;
    margin: 6rem 0;
    flex-direction: row;
}

.link_flex_50_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.link_flex_50_col {
    display: flex;
    margin: 3rem 0;
    padding: 10px;
    flex-direction: column;
    width: 50%;
}

.sub_link_50_flex_content {
    display: flex;
    flex-direction: row;
    padding: 1rem 0;
}

.link_flex_50_heading {
    width: 50%;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-size: 35px;
    margin-bottom: 1rem;
}

.link_flex_50 {}

.link_flex_50_col img {
    max-width: 100%;
}

.link_flex_50_copy {
    width: 50%;
}

.link_flex_left_70 {
    padding: 10px;
    flex: 70%;
    display: flex;
    flex-wrap: wrap;
}

.link_flex_left_30 {
    padding: 10px;
    flex: 30%;
    display: flex;
    flex-wrap: wrap;
}

.link_flex_left_70 img {
    max-width: 100%;
}

.link_flex_rrp {
    display: flex;
    align-self: flex-start;
    font-size: 20px;
    font-weight: 700;
}

.link_flex_copy {
    align-self: flex-end;
}

.link_flex_right_70 {
    padding: 10px;
    flex: 70%;
}

.link_flex_right_30 {
    padding: 10px;
    flex: 30%;
    display: flex;
    flex-wrap: wrap;
}

.link_flex_right_70 img {
    max-width: 100%;
}

.link_flex_right_30 img {
    max-width: 100%;
}

.link_flex_heading {
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-size: 50px;
    margin-bottom: 1rem;
}

.link_flex_btn {
    display: block;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-align: center;
    padding: .5rem;
    margin: 1rem 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    width: 100%;
}

.link_flex_btn:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.link_flex_btn:focus {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

/* Product Specs Update */
.prod_spec_parent {
    margin: 6rem 0;
    padding: 0 10px;
}

.prod_spec_img {
    width: 80%;
    margin: auto;
    padding: 10px;

    img {
        width: 100%;
    }
}

.prod_spec_flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
}

.prod_spec_flex_col {
    width: 50%;
}

.prod_spec_header {
    padding: 0 10px;
}

.flex_body_copy {
    padding: 10px;

}

.prod_spec_item {
    border-bottom: 2px solid #000;
}

/* Flex 50 Cols */
.flex_wrapper_50 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 70px 0px;
    margin-right: auto;
    margin-left: auto;
    color: #434a4f;
}

.flex_left_50 {
    padding: 10px;
    flex: 50%;
}

.flex_left_50 img {
    max-width: 100%;
}

.flex_right_50 {
    padding: 10px;
    flex: 50%;
}

.flex_right_50 img {
    max-width: 100%;
}



.flex_50_body_copy p {
    font-size: 18px;
}


/* Product Table Flex Box */
.product_table_flex_wrapper {
    display: flex;
    flex-direction: row;
    margin: 6rem 0;

    .table_flex_30 {
        padding: 10px;
        flex: 30%;
        display: flex;
        justify-content: center;
    }

    .table_flex_30 img {
        max-width: 100%;

    }

    .table_flex_70 {
        flex: 70%;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        .tb_flx_rrp {
            font-size: 20px;
            font-weight: 700;
        }

        .tb_flx_heading {
            color: #bcbcbc;
            font-weight: 800;
            font-size: 30px;
            line-height: 1.1;
        }

        .tb_flx_copy {}
    }

    .tb_flx_tb_wrap {

        table {
            border-collapse: collapse;
            width: 100%;
        }

        th {
            border-bottom: 2px solid #bcbcbc;
        }

        td {
            /* border: 1px solid #000; */
            text-align: left;
            padding: 8px;
        }

        th {
            font-weight: normal;
        }

        td:nth-child(3),
        th:nth-child(3) {
            color: #624a98;
            font-weight: 800;
        }

        td:nth-child(1),
        td:nth-child(4),
        th:nth-child(4) {
            font-weight: 800;
        }

        tr:nth-child(odd) {
            background-color: #bcbcbc;
        }

        tr:nth-child(1) {
            background-color: transparent;
        }

    }
}


@media (max-width: 800px) {
    .product_table_flex_wrapper {
        flex-direction: column;
    }

    .link_flex_wrapper {
        flex-direction: column;
        margin: 1rem 0;
    }

    @media (max-width: 800px) {

        .flex_right_50,
        .flex_left_50 {
            flex: 100%;
        }
    }

    .col_flip {
        flex-direction: column-reverse;
    }

    .vid_copy {
        max-width: 100%;
    }

    .vid_copy p {
        max-width: 80%;
    }


}

/* Vertical Text Boxes */
.vertext_parent {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.vertext_contain {
    margin: 5rem 0;
}

.vertext_wrapper {
    flex: 20%;
    position: relative;
    max-width: 25%;
}

.vert_text {
    color: #fff;
    position: absolute;
    writing-mode: vertical-rl;
    font-size: 7rem;
    line-height: 1;
    font-weight: bolder;
    z-index: 1;
    font-family: Oswald, 'Lucida Grande', sans-serif;
}

.vert_img img {
    width: 100%;
    height: auto;
}

.vert_img:hover {
    transition: 0.3s;
    filter: grayscale(1);
}

@media (max-width: 650px) {
    .vertext_wrapper {
        flex: 40%;
        max-width: 55%;
    }

    .prod_spec_img {
        width: 100%;

    }

    .prod_spec_flex_col {
        width: 100%;
    }

    .prod_spec_flex_wrapper {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .vert_text {
        font-size: 5rem;
    }
}

@media (max-width: 900px) {
    .vert_text {
        font-size: 4rem;
    }
}

@media (max-width: 300px) {
    .vert_text {
        font-size: 3rem;
    }
}


.modal_heading {}

.modal_icon {}

.model_selector {
    padding-top: 15px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.model_selector:hover {
    cursor: pointer;

}

.model_selector.pointer {}

.modal-dialog {
    width: 70%;
}


.underline_hov {
    padding-top: 15px;
    padding-bottom: 5px;
    position: relative;
    text-decoration: none;
}

.underline_hov::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 4px;
    background-color: #18272F;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.underline_hov:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

/* Vid Block Embed */
.vid_block {
    margin: 5rem 0;

}

/* Colour info flex blocks */
.info_color_blocks_wrapper {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    gap: 10px 20px;
    align-items: stretch;
    margin-top: 3rem;
}

.info_icon {
    width: 100%;
}

.info_icon svg {
    width: 20px;
}

.info_color_block {
    padding: 20px 15px;
    border-radius: 3rem;
    width: 160px;
    background-color: #bfbebe;
    margin: 1rem 0;
    padding: 2rem;
    border-radius: 3rem;
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    /* height: 300px; */
    gap: 20px 0;
}

.info_header {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}

.info_subhead {
    font-weight: 800;
    color: #fff;
}

.info_border {
    border-bottom: 1px solid #000;
    margin: 10px 0;
}

.info_link {
    text-align: center;
}

.info_link a {
    color: #000;
    font-weight: 700;
}

.info_link a:hover {
    color: #337ab7;
    text-decoration: none;
    transition: 0.3s;
}

.clr_flex_wrapper {
    /* flex-direction: row; */
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 10px 20px;
    align-items: stretch;
    margin-top: 3rem;
}

.clr_block {
    padding: 2rem;
    border-radius: 3rem;
    width: 150px;
    height: 150px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.clr_block:hover {
    color: #000;
    transition: 0.3s;
    background-color: #fff;
    text-decoration: none;
}

.clr_flex_wrapper a:hover {
    text-decoration: none;

}

.clr_head {
    font-size: 30px;
    font-weight: 700;
}

.clr_sub {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.purple_bg {
    background-color: #a16ee5;
    outline: 1px solid #a16ee5;
}

.tl_jmc {
    background-color: #67deda;
    outline: 1px solid #67deda;

}

.rds_bg {
    background-color: #e81d1d;
    outline: 1px solid #e81d1d;

}

.grn_bg {
    background-color: #0b6422;
    outline: 1px solid #0b6422;
}

.lblu_bg {
    background-color: #50a3c3;
    outline: 1px solid #50a3c3;
}

.org_bg {
    background-color: #df751f;
    outline: 1px solid #df751f;
}

.blu_bg {
    background-color: #214aa4;
    outline: 1px solid #214aa4;
}


/* Accordian dropdown */
.acc_content_wrapper {
    padding: 0 0 50px 0;
}

.img_acc img {
    width: 100%;
    margin: 50px 0;
}

.acc_heading {
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    line-height: 1.1;
    margin: 2rem auto;
    font-size: 35px;

}

.acc_copy {
    padding: 20px 0;
}

.acc_copy .acc_panel {
    color: #000;
    background-color: transparent;
}

.acc_panel {
    margin: 0;
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0%;
}

.yme_acc_heading {
    padding: 0.5rem 0;
    display: flex;
    text-transform: uppercase;
}

.acc_img img {
    width: 100%;
}

.yme_acc_panel_body {
    padding: 0.5rem 0;
}

.drop_p {
    max-width: 80%;
    margin: 0 auto;
    padding: 10px;
}

.icon_down {
    width: 12px;
}

/* 50/50 Flex Boxes */
.bs_prod_wrap {
    display: flex;
    justify-content: center;
}

.flex_anchor a {
    color: #333;
    text-decoration: none;

    :hover {
        transition: 0.3s;
        color: #23527c;
    }
}

.highlight_a {
    font-weight: 600;
    text-decoration: none;
    /* color: #fff; */
}

.highlight_a:hover {
    text-decoration: none;
    transition: 0.4s;
}

.flx_50_wrapper {
    display: flex;
    flex-direction: row;
    margin: 1rem 0;
}

.flx_50 {
    flex: 50%;
    align-self: center;

    img {
        max-width: 100%;
        padding: 10px;
    }
}

/* Terms & Conditions */
.tc_wrapper {}

.tc_block {}

.table_wrapper {

    table {
        border-collapse: collapse;
        width: 100%;
    }

    td {
        border: 1px solid #000;
        text-align: left;
        padding: 8px;
    }

    td:nth-child(odd) {
        width: 25%;
    }

    tr:nth-child(even) {
        background-color: #dddddd;
    }

    td:nth-child(odd) {
        font-weight: bold;
    }

}




.acc_anchor {
    /* border-top: 1px solid #000; */
    color: #000;
    text-decoration: none;
    font-weight: 700;
    padding: 0.5rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.acc_anchor:hover,
.acc_anchor:active,
.acc_anchor:focus {
    /* color: #000; */
    transition: 0.3s;
    text-decoration: none;
}



/* Product Switcher */
.colour_cols {
    display: flex;
}

.colour_block {
    max-width: 80px;

    img {
        padding-left: 0;
    }
}

.colour_block:hover {
    padding-left: 10px;
    transition: transform 0.3s;
    transform: scale(0.9);
}

.handed {
    font-weight: 700;
    letter-spacing: 1px;
}

.prod_sel_name {
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* ///// */

/* Press Block */

.press_wrapper {
    padding: 70px 0;
}

.press_flex_parent {
    display: flex;
    flex-wrap: wrap;
    align-items: start;

}

.press_flex_parent h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}



.press_50 {
    flex: 50%;
    max-width: 50%;
    padding: 50px 40px
}

.press_50 h4 {
    font-style: italic;
}

.press_50 h4 {
    font-size: 21px;
}

.prs_org_l,
.prs_org_r {
    width: 100%;
    height: 12px;
}

.press_sub_head_2 {
    text-align: center;
    letter-spacing: 8px;
    padding-bottom: 20px;
}

@media (max-width: 800px) {
    .press_50 {
        flex: 100%;
        max-width: 100%;
        padding: 30px 10px;
    }
}

.yt_link {
    text-decoration: none;
}

.yt_link:hover {
    text-decoration: none;
}


/* Bootstrap carousel */
.carousel-control {
    opacity: 1;
}

.carousel_wrapper {
    padding: 70px 0;

    .carousel-indicators {
        bottom: -60px;
    }

    .carousel-indicators li {
        border: 1px solid #000;
        height: 10px;
        width: 10px;
        margin: 3px;
    }

    .carousel-indicators .active {
        background-color: #000;
    }

    .carousel-control {
        top: 45%;
        font-size: 8rem;
    }

    .carousel-control.right {}

    .carousel-control.left {}
}

.carousel_heading {
    text-align: center;
    letter-spacing: 8px;
    padding: 20px 0;
    font-weight: 700;
    line-height: 1.1;
    margin: 4rem auto 2rem auto;
    font-size: 35px;
}

.carousel_bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-size: cover;
}

.h2_lnk a:hover {
    text-decoration: none;
}

.ts_and_cs_link a {
    color: #8492b9;
}

.ts_and_cs_link a:hover {
    color: #31083e;
    transition: 0.3s;
}

.general_content_header {
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    font-size: 30px;
    margin: 2rem auto;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

/* News & events pages */
.blog_h1 h1 {
    margin: auto;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.414213562;
    color: #333;
    margin-bottom: 0;
    font-weight: 800;
    padding-top: 4rem;
}

.post_date {
    text-align: center;
    padding-bottom: 4rem;
    float: none;
    max-width: 50%;
    margin: 0 auto;
    padding: 10px;
}

/* Responsive Styles */

.mob_div_line {
    display: none;
}





@media (max-width: 1200px) {
    .center_copy {
        max-width: 70%;
    }

}

@media (max-width: 1000px) {
    .border_banner_wrap {
        background-position: center;
        height: 450px;
    }

    .border_banner_text_wrap {
        max-width: 60%;
    }
}


@media (max-width: 900px) {
    .lrg_btn a {
        /* width: 100%s; */
    }

    .vid_hero_banner {
        height: 50vh;
    }

    .hero_heading {
        font-size: 25px;
    }

    .hero_content {
        bottom: 20%;
    }

    .plx_text_wrap {
        text-align: center;
        left: 50%;
        max-width: 100%;
    }

    .plx_br {
        display: none;
    }

    .text_left_content {
        left: 30%;
        font-size: 35px;
    }

    .vid_profile_col {
        max-width: 30%;
    }

    .acc_content_wrapper {
        /* max-width: 100%; */
    }
}

@media (max-width: 800px) {
    .vid_switch_wrapper {
        padding: 20px 0;
    }

    .modal-dialog {
        width: auto;
        margin: 30px auto;
    }

    .center_copy {
        max-width: 100%;
    }

    .flex_wrapper {
        padding-top: 0px;
    }

    .flx_50 {
        flex: 100%;
    }

    .flex_right_70,
    .flex_left_30 {
        flex: 100%;
    }

    .flex_right_30,
    .flex_left_70 {
        flex: 100%;
    }

    .press_wrapper {
        padding: 20px 0;
    }


    .border_banner_30 {
        margin-left: auto;
        margin-right: auto;
    }

    .border_banner_wrap {
        background-position: center;
        height: 450px;
    }

    .border_banner_text_wrap {
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .carousel_wrapper {
        padding: 0 0 70px 0;
    }

    .mob_div_line {
        display: block;
        padding: 10px;
        margin: 0 1rem;
        border-bottom: 10px #c4c4c4 solid;
    }

    .flx_50_wrapper {
        flex-direction: column;
    }

    .hero_img_banner {
        height: 30vh;
    }

    .btn_hero_img_banner {
        height: 20vh;
    }

    .btn_hero_button_wrapper_dt {
        display: none;
    }

    .hero_bn_btn_mb {
        color: #000;
        border: 1px solid #000;
        padding: 1rem 2rem;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 1rem;
        text-decoration: none;
        margin: 0.5rem 1rem;
    }

    .hero_bn_btn_mb:hover {
        text-decoration: none;
        transition: 0.4s;
        color: #fff;
        background-color: #000;
    }

    .vid_profile_col {
        max-width: 50%;
    }

    .hero_button_wrapper_mb {
        display: flex;
        flex-direction: column;
    }

    .text_left_content {
        font-size: 26px;
        left: 30%;
    }

    .product_table_flex_wrapper {
        padding-top: 15px;

        & .tb_flx_tb_wrap {
            & td {
                padding: 2px;
            }
        }
    }

    .info_color_block {
        height: 250px;
    }

    .link_flex_50_col {
        width: 100%;
        margin: 0;
    }

    .carousel-control {
        top: 38%;
        font-size: 4rem;
    }


}

@media (max-width: 500px) {
    .profile_grid {
        margin: 0;
    }

    .vid_hero_banner {
        height: 40vh;
    }

    .hero_content {
        bottom: 20%;
    }

    .plx_banner_wrap {
        height: 400px;
    }

    .text_left_content {
        font-size: 18px;
        left: 30%;
    }

    .link_flex_heading {
        font-size: 30px;
    }

    .link_flex_50_heading {
        font-size: 30px;
    }

    .border_banner_wrap {
        background-position: center;
        height: 400px;
    }

    .border_banner_text_wrap {
        max-width: 100%;
    }

    .sub_link_50_flex_content {
        flex-direction: column;
    }

    .link_flex_50_heading,
    .link_flex_50_copy {
        width: 100%;
    }

    .h3_prod_hd {
        font-size: 35px;
    }

    .h4_prod_hd {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .hero_heading {
        font-size: 15px;
    }

    .vid_profile_col {
        max-width: 100%;
    }

    .dealer_btn {
        padding: 10px;
    }

    .text_left_content {
        font-size: 16px;
        left: 32%;
    }

    .link_flex_heading {
        font-size: 20px;
    }

}