/* SETUP END */
body,
html {
    font-family: sans-serif;
    min-width: 320px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    color: #353a44;
    font-family: Camphor, Open Sans, Segoe UI, sans-serif;
    font-variant-numeric: proportional-nums;
}

:root {
    --primary: #1b3f2a;
    --secondary: #83ad76;
    --tertiary: #faf4e6;
    --pop: #c64343;
    --pop-hover: #842e2e;
}

*,
:after,
:before {
    box-sizing: inherit
}

h1,
h2,
h3 {
    color: #353a44;
    font-weight: 500;
}

/* body::after {
content: "";
position: absolute;
top: 100%;
left: 0;
height: 20px;
width: 100%;
background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/rip.svg) bottom center;
background-size: 150%;
} */

a {text-decoration: none;}

a.link {
    color: #01579b;
    font-weight: bold;
    text-decoration: underline;
}

a.link:hover {
    background: #01579b;
    transition: .5s;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.mn {
    margin: 0;
}

.di {
    display: inline;
}

.pr {
    position: relative;
}

.red-txt {
    color: #ac343d;
}

.lnk-th {
    display: inline-block;
}

.fr {
    float: right;
}

.db {
    display: block;
}

.fl {
    float: left;
}

.lsn {
    list-style: none;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.clear {
    clear: both;
}

.left {
    float: left;
    width: 49%;
}

.right {
    float: right;
    width: 49%;
}


.left-trip-quart {
    float: left;
    width: 58%;
}

.right-quart {
    float: right;
    width: 40%;
}

.right-quart h1 {
    font-size: 33px;
    margin-bottom: 10px;
}


.displayNone {
    display: none;
}

.columns-2 {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: start;
    flex-wrap: wrap;
}

.columns-2>div {
    flex: 1;
    /* flex: 48%; */
    min-width: 320px;
}

.files-image {
    width: 175px;
    margin: auto;
    display: block;
}

.content-width {
    width: 1125px;
    padding: 0 20px;
    margin: 0 auto;
    display: block;
}

.free-maps-outer .thirds {
    border-bottom: 1.25px solid #bfbfbf;
}

.thirds-outer {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.thirds {
    flex: 32%;
    flex-grow: 0;
    min-width: 350px;
}

.thirds .thirds-section-head h2 {
    margin-bottom: 0;
}

.thirds img.free-map-img {
    display: block;
    border-radius: 4px;
    border: 2px solid white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    margin: 0 auto 15px auto;
}

.quarter {
    float: left;
    width: 24%;
    margin-right: 14px;
    margin-bottom: 40px;
}

.quarter:nth-child(4n+0) {
    margin-right: 0;
}

.quarter img {
    height: auto !important;
}

.split-start {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

h2.price {
    margin: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 100;
}

.left h3,
.right h3 {
    font-size: 17px;
    margin: 15px 0px;
}

.file-section-outer {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.file-section {
    margin-bottom: 40px;
    min-width: 350px;
    flex: 48%;
}

.header-box .content-width .file-section {
    margin-bottom: 0 !important;
}


input.search {
    box-sizing: border-box;
    color: #000;
    height: 48px;
    margin: 0;
    outline: 0;
    padding: 12px 12px 10px 50px;
    background-image: url(https://www.gbmaps.com/support/search.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 15px 12px;
    opacity: .84;
    border: 1px solid lightgray;
    border-radius: 8px;
    width: 250px;
    float: right;
}

#statesSearch {
    width: 320px;
    margin: 10px 0;
    float: left;
}

/* SETUP END */

/* TOP ALERT */
.top-alert {
    background: var(--primary);
    width: 100vw;
    display: inline-block;
}

.top-alert p {
    color: white;
    text-align: center;
    margin: 5px;
}

/* TOP ALERT */

/* BANNER */
.background-img {
    background-image: url(/images/wave-background.svg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    background-size: cover;
    background-position-y: -155px;
    height: 620px;
    position: absolute;
    z-index: -1;
}

.header-box {
    width: 100vw;
    margin: -2px;
    margin-bottom: 15px;
    padding-top: 20px;
    background-color: var(--secondary);
}

.header-box .content-width {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.header-box .left,
.header-box .right {
    float: unset !important;
    width: unset !important;
}

.logo-container {
    width: 442px;
    display: block;
}

.logo-container img {
    width: 270px;
    float: left;
    margin: 0 10px;
}

.logo-title-top {
    float: left;
    color: white;
    font-size: 32px;
    margin: 0;
    font-weight: 700;
    line-height: 1;
}

.logo-title-btm {
    float: left;
    color: white;
    font-size: 22px;
    margin: 0;
    font-weight: 400;
}

/* SOCIAL BAR */
.social-bar-container {
    /* width: 243px; */
    max-width: 400px;
    float: right;
}

.soc-bar-left {
    float: left;
}

.social-bar {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 6px 10px;
    border-radius: 5px;
    transition: .3s;
    display: inline-block;
}

.social-bar img {
    margin-top: 5px;
}

.soc-bar-facebook {
    background: #3b5898;
    margin-left: 0;
}

.soc-bar-facebook:hover {
    opacity: 0.6;
}

.soc-bar-twitter {
    background: #54acee;
}

.soc-bar-twitter:hover {
    opacity: 0.6;
}

.soc-bar-pinterest {
    background: #bd081c;
}

.soc-bar-pinterest:hover {
    opacity: 0.6;
}

.soc-bar-search {
    padding: 0;
}

.soc-bar-search:hover {
    cursor: pointer;
    transition: .3s;
    opacity: .4;
}

.soc-bar-search svg {
    font-size: 42px;
    color: white;
}

.left-product {
    /* width: 48%; */
    float: left;
    min-width: 300px;
    flex: 48%;
}

.right-product {flex: 47%;}

#message {
    font-family: Camphor, Open Sans, Segoe UI, sans-serif;
}

#searchBtn:checked + label + #search_on_outer {
    display: flex;
}

.soc-bar-search {
    order: 3;
}

#search_on_outer {
    display: none;
    justify-content: start;
    align-items: center;
    flex-wrap:nowrap;
    order: 3;
}

#social_container {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap:nowrap;
    gap: 16px;
}

.search-input {
    float: right;
    padding: 15px;
    background: #0000004d;
    border: none;
    border-radius: 7px 0 0 7px;
    /* width: 55%; */
    color: white;
}

.search-input::placeholder {
    color: white;
}

.search-on-icon {
    float: right;
    background: #232c3e;
    padding: 10px 15px;
    border-radius: 0 7px 7px 0;
}

.search-on-icon img {
    width: 25px;
    opacity: 0.3;
}

.search-on-icon img:hover {
    opacity: .6;
    cursor: pointer;
    transition: .3s;
}

.search-on-cross {
    float: right;
    padding-left: 10px;
}

.search-on-cross svg {
    font-size: 42px;
}

.search-on-cross svg path {
    stroke: white;
}

.search-on-cross a {
    font-size: 30px;
    opacity: 0.3;
    color: white;
}

.search-on-cross a:hover {
    opacity: .6;
    cursor: pointer;
    transition: .3s;
}

/* SOCIAL BAR */
/* BANNER */

/* NAVIGATION */
/* Navigation Bar */
.nav-bar-background {
    background: var(--primary);
    margin-top: 25px;
}

.payment-nav {
    background: #f3f4f7;
    margin-top: 40px;
}



.topnav {
    margin: auto
}

.container {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: rotate(45deg) translate(-8px, -8px);
}

ul.topnav {
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

ul.topnav li {
    float: left;
}

ul.topnav li a {
    text-align: center;
    display: inline-block;
    min-width: 75px;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    padding: 15px 20px 15px 15px;
    text-decoration: none;
    transition: color .3s ease;
    font-weight: 700;
    background: var(--primary);
}

.active-nav a {
    color: #314867 !important;
    background: white !important;
}

ul.topnav li a:hover {
    transition: .3s;
    cursor: pointer;
    color: #314867;
    background: white;
}

.alignmentTwo {
    margin: auto;
    width: 1085px;
}

ul.topnav li.icon {
    display: none
}


@media screen and (max-width:1700px) {
    .background-img {
        background-position-y: 0;
    }
}


@media screen and (max-width:810px) {
    .active-nav,
    ul.topnav li a:hover {
        transition: .3s;
        cursor: pointer;
        background: var(--primary);
    }

    .faq-section {
        width: 100%;
    }

    ul.topnav li:not(first-child) {
        display: none
    }

    ul.topnav li.icon {
        float: right;
        display: inline-block;
        width: 75px;
    }

    .alignmentTwo {
        background-color: var(--primary);
        width: 100%
    }

    ul.topnav li a {
        background-color: var(--primary);
        color: #fff
    }

    ul.topnav.responsive {
        position: relative;
        flex-wrap: wrap;
        padding-top: 60px;
    }

    ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0
    }

    ul.topnav.responsive li {
        float: none;
        display: inline;
        width: 100%;
        text-align: center;
    }

    ul.topnav.responsive li a {
        display: block;
        text-align: left
    }
}

@media screen and (max-width: 840px) {
    .home-intro-split div:first-child {
        order: 2;
        width: 100% !important;
    }

    .home-intro-split div:last-child {
        order: 1;
    }
}
/* NAVIGATION */

/* MODAL */
#modal_opacity {
    display: none;
    width: 200%;
    height: 200%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1072;
    position: absolute;
    overflow: hidden;
    transition: opacity .15s linear;
    overflow: scroll;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: #fefefe;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9000;
    max-width: 100%;
    width: 600px;
}

.close-modal {
    color: gray;
    float: right;
    font-size: large;
    cursor: pointer;
    background: none;
    border: none;
}

.close-modal:hover {
    color: lightgray;
    transition: .3s;
}
/* MODAL */


/* BODY SECTION */
.body-section-head {
    width: 400px;
    margin: 0 auto;
    display: block;
}

.wider-features-head {
    width: 525px;
}

.thirds-section-head {
    margin: 0 auto;
    display: block;
}

.body-section-head .image-protection-outer {
    width: 50px;
    float: left;
    margin: 10px 10px 0 0;
}

.full-zip-img {
    display: block;
    border-radius: 4px;
    border: 2px solid white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    width: 79%;
    margin: 0 auto 15px auto;
}

.grey-full {
    width: 100vw;
    padding: 20px 0;
    background: #f5f8fb;
    display: inline-block;
}

.grey-full-half {
    width: 100vw;
    padding: 20px;
    display: inline-block;
    background: linear-gradient(to bottom, #f5f8fb 70%, white 30%);
}


.grey-angled {
    width: 100vw;
    padding: 20px;
    display: inline-block;
    background-image: url(../svg/pin-background.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-intro-split {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.home-intro-split img {
    width: 100%;
}

.home-intro-split div:first-child {
    min-width: 43%;
    width: 43%;
}

.home-intro-split div:last-child {
    flex: 1;
    width: 55%;
    min-width: 55%;
}

.home-section-row {
    margin: 20px 0;
    display: inline-block;
    position: relative;
}

.products-grid-outer h2 {
    font-size: 26px;
    font-weight: 600;
}

.grey-full p {
    margin: 0;
}

.three-col-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 40px;
}

.three-col-row>div {
    flex: 31%;
    min-width: 320px;
}

.three-col-row>.col>img {
    width: 100%;
}

.three-col-row>.col>h2 {
    margin: 0 0 15px 0;
}

.prices-outer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.prices-outer>.price-col {
    flex: 48%;
    min-width: 320px;
}

.price-col img {
    width: 100%;
    height: auto;
}

.price-col table {
    width: 100%;
    border: 1;
}
/* BODY SECTION */

/* IMAGES */
.free-maps-gallery {
    width: 100%;
}

.free-gallery-section {
    width: 47%;
    float: left;
    margin: 10px 10px 0 0;
}

.free-gallery-section img {
    width: 100%
}

.half-sec-img {
    width: 100%;
}

.bespoke-maps-img {
    border: 2px solid darkgray;
    margin-bottom: 40px;
}

.free-state-img {
    width: 74% !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
}

.image-protection-outer {
    width: 100%;
    margin-top:15px;
    position: relative;
    pointer-events: none;
}

.image-protection {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    pointer-events: none;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    top: 0;
    pointer-events: none;
}

.image-protection-outer img {
    pointer-events: none;
}

.full-sec-img {
    width: 100%;
    /* height: 350px; */
}
/* IMAGES */



/* **************************************** */
/* * table stuff */
/* **************************************** */
table#stripeTable {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#stripeTable>thead>tr>th {
    font-size: 14px;
    font-weight: 700;
    color: black;
    text-transform: capitalize;
    white-space: nowrap;
    word-wrap: break-word;
    padding: 8px 24px 8px 0;
    box-shadow: inset 0 -1px 0 0 #ebeef1;
}

table#stripeTable tr {
    box-shadow: inset 0 -1px 0 0 #ebeef1;
}

#stripeTable tr td {
    padding: 8px 26px 8px 0 !important;
}

table#stripeTable tr:hover {
    background: #f5f6f8 !important;
    transition: .3s;
}

/* .uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped>tr:nth-of-type(odd) {
    background: #fff !important;
    border-top: none !important;
    border-bottom: none !important;
} */

.metal-td {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: nowrap;
}

.metal-box {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #d8dee4;
}

.gold-box {background: var(--gold);}
.silver-box {background: var(--silver);}
.platinum-box {background: var(--platinum);}

.table-options-outer {
    display: flex;
    justify-content: flex-start;
    gap: 0;
}

.table-options-outer a {
    display: block;
    padding: 1px 10px 4px 10px;
    border: 1px solid #d8dee4;
}

.table-options-outer a:hover {
    border-color: var(--brand-blue-light)
}

.table-options-outer a svg {
    fill: black;
    width: 25px;
}


table {
    border-collapse: collapse;
    text-align: left;
}

table.stripe-tbl {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    margin-bottom: 25px;
}

.stripe-tbl>thead>tr>th {
    font-size: 14px;
    font-weight: 700;
    color: black;
    text-transform: capitalize;
    white-space: nowrap;
    word-wrap: break-word;
    padding: 8px 24px 8px 0;
    box-shadow: inset 0 -1px 0 0 #ebeef1;
}

table.stripe-tbl tr {
    box-shadow: inset 0 -1px 0 0 #ebeef1;
    height: 36.5px;
}

.stripe-tbl tr td {
    padding: 8px 12px 8px 0 !important;
    position: relative;
    /* line-height: 20px; */
    outline-color: rgb(53, 58, 68);
    font-size: 14px;
    font-weight: 400;
}

table.stripe-tbl tr:hover {
    background: var(--grey-hover) !important;
    transition: .3s;
    cursor: pointer;
}

.stripe-tbl img {
    width: 75px;
    border-radius: 8px;
    border: 1px solid var(--grey);
}

.table-options-outer {
    display: flex;
    justify-content: flex-start;
    gap: 0;
}

.table-options-outer a {
    display: flex;
    border: 1px solid #d8dee4;
    justify-content: center;
    align-items: center;
}

.table-options-outer a:first-child {
    border-radius: 4px 0 0 4px;
}

.table-options-outer a:last-child {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}

.table-options-outer a:hover {
    border-color: var(--brand-primary);
    cursor: pointer;
    transition: .2s;
}

.table-options-outer a svg {
    fill: black;
    max-width: unset;
    font-size: 12px;
    height: 18px;
}

table.stripe-tbl thead tr {
    box-shadow: inset 0 2px 0 0 #ebeef1;
}

.stripe-tbl tr td:last-child {
    padding: 0 !important;
}

.solo-tbl-btn>a {
    border-radius: 4px !important;
}

.more-info-itm {
    border-bottom: .6px solid #808080;
}
/* **************************************** */




/* LIST */
ul.home-sec-check {
    /* list-style-image: url('images/green-check.jpg'); */
    list-style: none;
    padding: 0;
}

ul.home-sec-check li.check-li {
    margin: 15px 0;
    font-size: 14px;
    padding: 0px 0px 0px 30px;
    list-style: none;
    background-image: url(../images/tick-duo.gif);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

ul.home-sec-check li.li-cross {
    margin: 15px 0;
    font-size: 14px;
    padding: 0px 0px 0px 30px;
    list-style: none;
    background-image: url(../images/red-cross.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

ul.free-maps-list {
    list-style-image: url('../images/download-icon.jpg');
    padding-left: 30px;
}

ul.free-maps-list li:nth-child(3),
.edit-li-icon {
    list-style-image: url('../images/pencil-icon.jpg') !important;
}

ul.free-maps-list li {
    margin: 15px 0;
}

/* LIST */


/* TESTIMONIALS */
.testimonials-outer .thirds {
    background: white;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
}

.testimonials-outer .thirds h2,
.testimonials-outer .testimonial-job-title {
    margin: 0;
}

.testimonial-text {
    height: 130px;
    overflow-y: hidden;
}

.test-read-more {
    color: #b22235;
    text-decoration: underline;
}

.test-read-more:hover {
    cursor: pointer;
    text-decoration: none;
}

/* TESTIMONIALS */


/* BUTTONS */
.section-centre-btn {
    margin-left: 50%;
    transform: translateX(-50%);
}

.main-btn {
    white-space: nowrap;
    display: inline-block;
    line-height: 40px;
    padding: 0 14px;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #fff;
    background: var(--pop);
    border: none;
    cursor: pointer;
}

.main-btn:hover {
    color: #fff;
    background-color: var(--pop-hover);
    -webkit-transform: translate(-50%, -1px);
    /* transform: translate(-50%, -1px); */
    transform: scale(1.07);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.main-disabled {
    background: gray;
    cursor: no-drop;
}

.main-disabled:hover {
    transform: scale(1);
    background: gray;
}

.secondary-spacing {
    margin-left: 20px;
}

.secondary-btn {
    white-space: nowrap;
    display: inline-block;
    line-height: 37px;
    padding: 0 14px;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    border: 2px solid var(--pop);
    cursor: pointer;
    color: var(--pop);
    background: white;
}

.secondary-btn:hover {
    color: #fff;
    background-color: var(--pop-hover);
    -webkit-transform: translate(-50%, -1px);
    /* transform: translate(-50%, -1px); */
    transform: scale(1.07);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.right-btn {
    float: right;
}

.left-btn {
    float: left;
}

.right-btn:hover,
.left-btn:hover {
    /* transform: translateY(-1px); */
    transform: scale(1.07);
}

.split-dual-buttons {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.split-dual-buttons>a {
    margin: 0;
}

.dual-buttons {
    display: flex;
    justify-content: start;
    margin: 0 auto;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.left-trip-quart .dual-buttons {
    margin-top: 0 !important;
}

.left-trip-quart .main-btn {
    margin-top: 0 !important;
}

.dual-images {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.dual-images img {
    flex: 49%;
    max-width: 49% !important;
}

.blog-btn {
    margin-top: 0.82em;
}


.states-products-tbl {
    height: 827px;
    overflow-y: scroll;
}

.state-table-split {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    flex-wrap: wrap;
}

.state-table-split>table {
    flex: 1;
}

.actionBtn {
    height: 32px;
    width: 135px;
    border-radius: 5px;
    padding: 5px 35px;
    border: 1px solid darkgrey;
    background-color: #dddddd;
    font-size: 13px;
    color: black;
}

.actionBtn:hover {
    background: #b3b2b2;
    cursor: pointer;
    transition: .3s;
}


.products-full-width-btns>a {
    margin: 0 0 16px 0 !important;
    width: 100%;
    text-align: center;
}
/* BUTTONS */






/* BLOG */
.content-width.first-cta-section {
    margin: 0 auto;
}

.content-width.first-cta-section h1 {
    font-size: 50px;
    font-weight: 600;
}

.blog-header h1 {
    color: white;
}

.blog-latest-section h2 {
    font-size: 54px;
    line-height: 57px;
    font-weight: 900;
    margin: 18px 0;
}

.blog-latest-section h2:hover {text-decoration: underline;}

.blog-articles-outer-twin {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.blog-articles-inner-twin {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex: 48.9%;
    gap: 15px;
    min-width: 320px;
    flex-wrap: wrap;
}

.blog-item {
    margin-bottom: 40px;
    flex: 47.9%;
    min-width: 250px;
}

.blog-idx-item{max-width: 320px;}

.blog-item img {
    width: 100%;
}

.blog-item h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin-top: 14px;
    margin-bottom: 7px;
}

.blog-item h2:hover,
.blog-item img:hover {
    text-decoration: underline;
    cursor: pointer;
}

.blog-item p {
    font-size: 14px;
    line-height: 18px;
    overflow-wrap: break-word;
    max-height: 107px;
    overflow: hidden;
    margin: 0;
}

.title-img-split {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.title-img-split>div,
.title-img-split>img {
    max-width: 49%;
}

.blog-category p {
    margin-top: 24px;
    text-decoration: none;
    padding-bottom: 1px;
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 0px;
    border-bottom: 3px solid white;
    display: inline-block;
}

.blog-banner-img {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 0;
    display: flex;
    flex-flow: column;
}

.blog-tagline {
    margin: 0 0 10px 0;
}

.blog-byline {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
}

.blog-author {
    font-weight: bolder;
}

.blog-author a {
    color: white !important;
    text-decoration: underline;
}

.blog-date {
    color: #dfdfdf;
}

.blog-header {
    width: 100vw;
    text-align: left;
    background: var(--primary);
    color: white;
    margin: -15px auto 0 auto !important;
    padding-bottom: 80px;
}

.blog-header-inner {
    max-width: 750px;
    padding: 25px;
    margin: 0 auto;
}

.blog-header h1 {
    margin: 0 !important;
}

article.blog-content-width {
    max-width: 750px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -90px;
}

article.blog-content-width h2 {
    /* font-size: 32px !important; */
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #191919;
}
article.blog-content-width h3 {
    /* font-size: 28px !important;*/
    line-height: 1.5;
    font-size: 1.775rem;
    color: #191919;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 44px;
}
article.blog-content-width p {
    /* font-size: 18px; */
    margin-bottom: 1.5rem;
    font-size: 15.8px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
}

article.blog-content-width img {
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border: 4px solid #cccccc;
}


article.search-content-width {
    max-width: 750px;
    margin-left: auto !important;
    margin-right: auto !important;
}

article.search-content-width h1 {font-size: 32px !important;}
article.search-content-width h2 {font-size: 25px !important;}
article.search-content-width h3 {font-size: 22px !important;}
article.search-content-width p {font-size: 18px;}

article.search-content-width img {
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border: 4px solid #cccccc;
}

.search-result {
    padding: 10px 25px;
    background: white;
    border-radius: 6px;
    border: 1.5px solid #f3f3f3;
    box-shadow: 0 4px 10px -6px rgba(0, 0, 0, .15);
    margin-bottom: 24px;
}

.search-result h2 {text-decoration: underline;}
.search-result h2:hover {text-decoration: none;}


@media screen and (max-width: 810px) {
    .title-img-split {
        justify-content: center;
        flex-direction: column-reverse;
    }

    .title-img-split>div,
    .title-img-split>img {
        max-width: 100%;
    }
}

/* BLOG */




/* PRODUCTS */
.product-content-width {
    width: 1125px;
    padding: 0 20px;
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: wrap;
}

.product-images {
    flex-basis: 400px;
    flex-grow: 1;
}

.product-info {
    flex-basis: 500px;
    flex-grow: 1;
}

.product-content{
    flex-basis: 500px;
    flex-grow: 1;
}

.product-content h1 {
    margin-top: 0 !important;
}

.product-main-img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.products-grid-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust gap between images as needed */
    margin-top: 10px;
}

.products-grid-images .product-img {
    flex: 1 1 calc(25% - 10px); /* Adjust percentage based on the number of columns */
    box-sizing: border-box;
}

.products-grid-images .product-img:hover {
    opacity: .6;
    cursor: pointer;
    transition: .3s;
}

.products-grid-images .product-img img {
    width: 100%;
    height: auto;
    display: block;
}
/* PRODUCTS */






/* FAQ */
.faq-section {
    width: 100%;
    margin: auto;
}

.question {
    padding: 10px 20px;
    font-size: 20px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #f5f5f5;
    color: #2c2d27;
    cursor: pointer;
    margin-bottom: 0;
}

.answer {
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 0 0 5px 5px;
    font-size: 18px;
    margin-top: -1px;
}

.borderRadius {
    border-radius: 5px 5px 0 0
}

.about-txt-height {
    height: 245px;
}

.author-main-img {
    width: 300px;
    border-radius: 500px;
    display: block;
    margin: 0 auto;
}
/* FAQ */


/* BREADCRUMBS */
.breadcrumb {
    padding: 0;
    list-style: none;
    margin-top: 0;
}

.breadcrumb li {
    display: inline;
    font-size: 14px;
}

.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

.breadcrumb li a {
    color: #2e456b;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
/* BREADCRUMBS */





/* CONTACT FORM */
.home-cont-inp,
.home-cont-txt {
    padding: 5px 20px 8px 13px;
    display: block;
    border: none;
    outline: none;
    width: 100%;
    border-radius: 4px;
    color: #32325d;
    font-family: Camphor, Open Sans, Segoe UI, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    transition: background-color .1s ease-in, color .1s ease-in;
    color: #32325d;
    box-shadow: 0 0 0 1px #4c5172;
    margin: 10px 0 20px 0;
}

.contact-box {
    width: 100%;
    background: white;
    box-shadow: 0 .75rem 1.5rem rgba(18,38,63,.03);
    border: .0625rem solid rgba(243,247,250,.05);
    border-radius: .5rem;
    padding: 20px 50px 50px 50px;
    display: inline-block;
}

/* CONTACT FORM */

/* FOOTER */
footer {
    width: 100vw;
    background-color: var(--secondary);
    padding: 40px;
    color: white;
    border-top: 6px solid var(--primary);
}

.footer-content {
    width: 1300px;
    margin: 0 auto;
    display: block;
}

.footer-column {
    float: left;
    width: 206px;
    margin-right: 10px;
}

.copy {
    margin: 0;
}

.footer-title {
    color: white;
    font-weight: 700;
}

.footer-column h3 {
    margin: 0;
}

ul.footer-list {
    padding: 0;
    margin: 0;
}

ul.footer-list li {
    padding: 10px 0;
}

ul.footer-list li a {
    color: white;
    text-decoration: none;
}

ul.footer-list li a:hover {
    cursor: pointer;
    color: var(--pop);
    transition: .3s;
}

.bottom-footer {
    display: block;
    margin: 0 auto;
    width: 445px;
    margin-top: 50px;
}

.bottom-footer p a {
    text-decoration: none;
    color: white;
}

.bottom-footer p a:hover {
    cursor: pointer;
    color: var(--pop);
    transition: .3s;
}

/* FOOTER */


/* TABLES */
table {
    border-collapse: collapse;
    text-align: left;
}

.diamond-table {
    height: 550px;
    overflow-y: scroll;
    margin: 15px 0;
}


.price-table tr th:first-child,
.price-table tr td:first-child {
    display: none;
}

.chart-table-full-width {
    width: 100%;
    overflow-x: auto;
}

.competition-type-table {
    background: white;
    width: 100%;
}

.competition-type-table-header {
    color: white;
    background: var(--primary);
}

/* .competition-type-table-header:hover {
color: white;
background: #585e63;
} */
.competition-type-table-header th {
    font-weight: 400;
    padding: 10px;
    border-bottom: 2px solid #d6dee5;
}

tr:nth-child(even) {
    background: #e6e7e8;
}

/* tr:nth-child(even):hover {
background: #e4e4e4;
} */
/* 
tr:hover {
background: #e4e4e4;
} */

.header-tr th {
    /*    border-bottom: 2px solid #d6dee5;*/
    padding: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

table td {
    /* border-top: 1px solid #d6dee5; */
    padding: 12px;
}

.scroll-table {
    max-height: 300px;
    overflow-y: hidden;
    position: relative;
}

.scroll-table-expand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: end;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5020133053221288) 86%, rgba(255,255,255,0) 100%);
    width: 100%;
    height: 70px;
    font-weight: bold;
}

.scroll-table-expand svg {
    width: 10px;
    margin-bottom: 4px;
}

.scroll-table-expand:hover {
    color: #c7c7c7;
    fill: #c7c7c7;
    transition: .3s;
    cursor: pointer;
}

.stripe-pricing-table-row {
    width: 100vw;
    padding: 30px 0;
    background: #e8e8e8;
    margin: 40px 0;
}

.chart-table-colour {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #d8dee4;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
/* TABLES */





/* CONTACT PAGE */
.contact-hr {
    border: 0.5px solid #8192a4;
}

.contact-right h2 {
    margin-top: 0;
}

.contact-right h3 {
    margin: 15px 0 0 0;
}

.contact-right h3:hover {
    opacity: .6;
    cursor: pointer;
    transition: .3s;
}

.contact-right p {
    margin: 15px 0;
}

.contact-form {
    background: white;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 30px;
    font-size: 18px;
    font-weight: 500;
    min-width: 400px;
}


.contact-home {
    margin: 40px 0;
    align-content: center;
}

.contact-home .contact-form,
.contact-home .contact-right {
    flex: 1;
}

.contact-form input,
.markers-txt,
.contact-form textarea {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #a3a3a3;
    background-color: #fff;
    color: #102a43;
    caret-color: #829ab1;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
    border-radius: 5px;
    margin: 10px 0;
}

.contact-form .main-btn:hover {
    transform: translate(0, -1px);
}
/* CONTACT PAGE */





/* CUSTOMERS PAGE */
.customers-gallery {
    margin: 0 auto;
}

.customers-gallery .photos {
    display: flex;
    background-color: #000;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    padding: 0;
}

.customers-gallery .photos img {
    display: block;
    float: left;
    flex: 0 0 auto;
    background-color: #fff;
}


@media screen and (min-width: 1024px) {
    .customers-gallery .photos img {
        width: calc(100%/6);
        height: calc(100%/6);
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .customers-gallery .photos img {
        width: calc(100%/4);
        height: calc(100%/4);
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .customers-gallery .photos img {
        width: calc(100%/3);
        height: calc(100%/3);
    }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
    .customers-gallery .photos img {
        width: calc(100%/2);
        height: calc(100%/2);
    }

    .contact-form {
        width: 100% !important;
        min-width: 100% !important;
        margin-bottom: 30px;
    }
}

@media screen  and (max-width: 320px) {
    .customers-gallery .photos img {
        width: 100%;
        height: 100%;
    }
}
/* CUSTOMERS PAGE */





/* MEDIA QUERIES */
@media screen and (max-width: 1375px) {
    .product-content-width {
        width: 100%;
    }
}

@media screen and (max-width: 1375px) {
    .footer-content {
        width: 100%;
    }
}

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

@media screen and (min-width: 1070px) {
    .free-gallery-section {
        width: 159px;
        float: left;
        margin: 10px 0 0 0;
    }

    .free-gallery-section:nth-child(2),
    .free-gallery-section:nth-child(5),
    .free-gallery-section:nth-child(8),
    .free-gallery-section:nth-child(11) {
        margin: 10px 10px 0 10px;
    }
}

@media screen and (max-width: 750px) {
    .home-section-row .left,
    .home-section-row .right {width: 100%;}
    .free-gallery-section:nth-child(n+5) {display: none;}
    .states-products-tbl {height: 500px;}
    .header-box .content-width {justify-content: center;}
    .logo-container {margin-bottom: 20px;}
}

@media screen and (max-width: 450px) {
    .logo-container {
        width: 300px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 400px) {
    .free-gallery-section {
        width: 100%;
        margin: 10px 0;
    }
}

@media screen and (max-width: 750px) {
    .home-section-row {
        width: 100%;
    }
}
/* MEDIA QUERIES */







/* CUSTOMERS */
.customers-outer {
    width: 100%;
    position: relative;
    transition: 1s cubic-bezier(.19,1,.22,1);
}

.customers-outer:hover > .customers-img {
    filter: blur(10px);
    transition: 1s cubic-bezier(.19,1,.22,1);
}

.customers-outer:hover > .customers-blur-btn {
    display: inline-block;
}

.customers-blur-btn {
    display: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.customers-blur-btn:hover {
    transform: scale(1.07)translateX(-50%) !important;
}
/* CUSTOMERS */










/* BLOG ARTICLE */
/* new google style */
.content-area {
    margin: 30px auto;
    max-width: 1200px;
    padding: 0 20px;
}

.main-content {
    width: 715px;
    float: left;
}

.writer-bio-outer {
    float: left;
    margin: 48px 35px 0 0;
    padding-bottom: 16px;
    width: 200px;
}

/*        Writer Bio        */

.writer-bio-outer p {
    text-align: right;
    font-size: 15px;
    margin: 0;
}

.writer-bio-img {
    border-radius: 50px;
    width: 85px;
    float: right;
}

.writer-bio-name {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin: 0 0 7px;
    font-weight: 700;
    text-align: right !important;
}

.writer-bio-social {
    margin-top: 15px;
    float: right;
}

.writer-bio-social a {
    padding-right: 15px;
}

.writer-bio-social img:hover {
    opacity: .4;
    transition: .3s;
    cursor: pointer;
}

/*        Writer Bio        */

/* CONTENTS */
.contents-section {
    background: #f7f7f7;
    float: right;
    margin: 48px 0 0 30px;
    padding-bottom: 16px;
    width: 180px;
}

.contents-section span {
    display: block;
    font-size: 13px;
}

.contents-section-body {
    display: none;
}

.contents-title {
    padding: 16px 12px 0 12px;
    color: #757575;
    font-weight: bold;
}

.contents-hr {
    border-top: 1px solid #cfd8dc;
    margin-top: 15px;
    width: 100%;
    color: #212121;
}

.contents-link {
    line-height: 16px;
    padding: 0 12px;
    margin: 8px 0 0;
    font-weight: 400;
}

.contents-link:hover,
.contents-title:hover {
    color: #4a95ca;
    transition: .15s;
    cursor: pointer;
}

/* CONTENTS */
/* new google style */

.read-more-btn {
    background: #ee4a03;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    display: inline-block
}

.read-more-btn:hover {
    cursor: pointer;
    transition: all .3s;
    box-shadow: 2px 2px 0 2px rgba(188, 58, 2, 1)
}

.buy-now-uk {
    float: right
}

.buy-now-us {
    float: left;
    background-color: #4682b4
}

.buy-now-us:hover {
    cursor: pointer;
    transition: all .3s;
    box-shadow: 2px 2px 0 2px rgba(52, 87, 117, 1)
}

.read-more-btn a {
    color: #fff
}

.half-width-images {
    width: 48%;
}

.intext-img-left {
    float: left;
    width: 49%;
    margin: 0 15px 15px 0;
}

.intext-img-left p,
.intext-img-left a {
    margin: 0;
    color: #b5b5b5;
    font-size: 15px;
}

.fork-inset-img {
    width: 35%;
    margin: 0 20px 10px 0;
    float: left;
}

.image-cred,
.image-cred a {
    color: #b5b5b5;
}

.specs-outer h3 {
    margin: 10px 0;
}

.specs-outer ul {
    margin: 0;
}

/*       Setup Stuff      */

/*   Table     */
.price-table {
    width: 100%;
    border-collapse: collapse;
}

/* .price-table tr th {
background: black;
color: white;
} */
/*   Table     */

/*    Products     */
.products-content-section {
    max-width: 1080px;
    margin: auto;
}

.product-tools-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}


.bespoke-products-row {
    margin-bottom: 50px;
}

.bespoke-products-row .right-product {
    padding-bottom: 50px;
}

.products-third {
    float: left;
    width: 255px;
    margin: 7px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .02), 0 2px 3px 0 rgba(0, 0, 0, .05), 0 1px 0 0 rgba(0, 0, 0, .06);
    transition: box-shadow .2s ease-out;
    overflow: hidden;
    text-align: left;
}

.products-third a {
    text-decoration: none;
}

.products-third:hover {
    /*    box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, .25);*/
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .12), 0 0 0 0 transparent, 0 0 0 0 transparent;
    transition: .3s;
}

.product-info {
    padding: 0 18px 16px;
    display: inline-block;
    line-height: 16px;
    letter-spacing: .025em;
    color: #1e1e1e;
    height: 65px;
}

.additional-info {
    color: lightgray;
}

.tshirt-product-image {
    width: 100%;
    cursor: pointer;
    padding: 10px;
}


.sweatshirt-product-image {
    width: 100%;
    cursor: pointer;
}

.product-title {
    font-weight: 700;
    font-size: 12px;
}

.product-price {
    font-weight: 400;
    font-size: 12px;
}

.product-colours {
    width: 75%;
}

.product-colours span {
    width: 15px;
    height: 15px;
    float: left;
    margin: 3px 1px;
    border: 1px solid #ccc;
}

.fr {
    float: right;
}

.index-h2-title {
    margin-bottom: 2px;
    font-size: 21px;
}

.index-h3-title {
    margin-bottom: -7px;
    font-size: 17px;
    font-weight: 500;
}

.start-here-paragraph {
    margin: 4px;
}

.index-title-hr {
    width: 125px;
    height: 7px;
    background: #0066a0;
    margin: auto;
}

.quick-view-img {
    width: 255px;
    position: relative;
}

.full-content-img {
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border: 4px solid #cccccc;
}

.half-center-img {
    width: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border: 4px solid #cccccc;
    display: block;
    margin: auto;
}

.quick-view {
    display: none;
    font-size: 14.45px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    z-index: 101;
    background-color: #111;
    color: #fff;
    overflow: hidden;
    padding: 8px 5px;
    text-align: center;
    cursor: pointer;
}

.quick-view-img:hover>.quick-view {
    display: block;
    transition: opacity 0.3s ease, transform 0.3s ease-out, background 0.3s ease, -webkit-transform 0.3s ease-out;
    margin-bottom: 15px;
}

.bread-cta {
    float: right;
    display: inline-block;
    margin: -50px 0 0 0 !important;
}
/*    Products     */





/*  BMX Track Map  */
.details_title {
    font-size: 15px;
    font-family: Arial-BoldMT, Arial;
    font-weight: 700;
}

.details_date {
    font-size: 12px;
    fill: #666;
    font-family: Arial-ItalicMT, Arial;
    font-style: italic;
}

.centered-image {
    margin: auto;
    display: block;
    width: 50%;
}

@media screen and (max-width:1220px) {
    .main-content {
        width: calc(100% - 240px - 205px);
    }

    .row-index-header {
        width: 95% !important;
        margin: auto
    }

    .image-text {
        padding: 29px 10px;
    }

    .dropdown {
        font-size: 15px;
        color: white;
        text-decoration: none;
    }

    .main-area {
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width:1000px) {
    .contents-section {
        display: none;
    }

    hr {
        display: flex;
        border-color: #6d6d6e;
        opacity: .25
    }

    .contents-section-body {
        display: block !important;
        background: #f7f7f7;
        margin: 30px 0;
        width: 100%;
    }

    .contents-section-body span {
        display: block;
        font-size: 13px;
    }

    .main-content {
        width: calc(100% - 220px - 35px);
    }
}


@media screen and (max-width: 720px) {
    .blog-content-section {
        width: 100%;
        padding: 10px;
    }

    .writer-bio-outer {
        display: none;
    }

    .main-content {
        width: 100%;
    }
}

/* BLOG ARTICLE */


/*        comment */

.commentForm,
.comments-header,
.form-outer,
.nameForm {
    width: 100%;
}

.commentForm {
    background: #fff;
    box-sizing: border-box;
}

.commentForm {
    color: #2a2e2e;
    cursor: text;
    resize: none;
    display: block;
    padding: 6px 0 6px 8px;
    line-height: 1.4;
    font-size: 18px;
    transition: all .15s ease-in-out;
    border: 2px solid #dbdfe4;
    border-radius: 4px 4px 0 0;
    border-bottom: none
}

.nameForm {
    border-radius: 4px;
    border: 2px solid #dbdfe4
}

[type=submit].commentFormSubmit {
    border: none;
    background: rgba(29, 47, 58, .6);
    display: inline-block;
    color: #fff;
    line-height: 1.1;
    transition: background .2s;
    margin: -2px;
    white-space: nowrap;
    border-radius: 0 0 0 3px;
    font-size: 12px;
    padding: 12px 14px 13px;
    font-weight: 700 !important;
    -webkit-appearance: none !important;
}

.comment-no {
    font-weight: 700
}

[type=submit].commentFormSubmit:hover {
    background: rgba(29, 47, 58, .7);
    color: #fff;
    cursor: pointer;
    transition: linear .3s
}

.commentSubmitOuter {
    background: #f6f8f9;
    border-radius: 0 0 4px 4px;
    border: 2px solid #dbdfe4;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity linear .2s
}

.grey-comment-line {
    width: 100%;
    border: none;
    background: #ebebeb;
    height: 1px;
}

.blue-comment-line {
    width: 15%;
    height: 2px;
    background: #288ce4
}

.addCommentForm {
    max-width: 100%;
    overflow: auto;
}

.comment-no {
    color: #2a2e2e;
    font-size: 15px
}

.comments-placeholder {
    color: #8e8f8f;
    text-align: center
}

.breadcrumbs a,
a {
    color: #333;
    text-decoration: none;
}

.prod-social-outer img {
    margin-right: 15px;
    padding: 7px;
    border-radius: 5px;
    margin-right: 7px;
    width: 30px;
    background: #333333;
    float: right;
}

/*        comment */

/* Related Articles */
.related-articles-4-outer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    width: 1100px;
    flex-wrap: wrap;
    margin: 0 auto 40px auto;
}

.related-articles-4 {
    width: 240px;
    height: 280px;
    /* margin: 14px; */
    padding: 50px 20px 20px 20px;
    color: white;
    background: #00CC99;
    font-size: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    /* background: -webkit-linear-gradient(-45deg, #24de78 0%, #15aa70 100%) !important; */
    vertical-align: top;
    background-size: cover !important;
}

.related-articles-4:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    transition: .3s;
    cursor: pointer;
}

.related-articles-4 h3 {
    font-family: LL Circular Bold Web;
    color: white;
    margin: 0 0 10px 0;
    text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
    font: 24px/34px "Gotham Book", Arial, sans-serif;
    font-weight: 600;
}

.related-articles-4 a {
    color: #b1b1b1;
    font-size: 17px;
    font-family: Camphor, Open Sans, Segoe UI, sans-serif;
}

.related-articles-4 a:hover {
    cursor: pointer;
    transition: .3s;
    color: #84aaf1;
}

.table-heading-h2 {
    padding-top: 40px;
}
/* Related Articles */




/* Related Articles zip */
.related-articles-zip-outer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto 40px auto;
    flex-wrap: wrap;
    padding: 0 20px;
}

.related-articles-zip {
    flex: 1;
    padding: 40px 20px;
    color: black;
    background: white;
    font-size: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    vertical-align: top;
    background-size: cover !important;
    border-radius: 6px;
    border: 1.5px solid gray;
    height: 250px;
}

.related-articles-zip:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    transition: .3s;
    cursor: pointer;
}

.related-articles-zip h3 {
    color: black;
    margin: 0 0 10px 0;
    text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
    font: 24px/34px "Gotham Book", Arial, sans-serif;
    font-weight: 600;
}

.related-articles-zip span {
    color: gray;
    font-size: 17px;
    font-weight: 600;
    text-decoration: underline;
}

.related-articles-zip a:hover {
    cursor: pointer;
    transition: .3s;
    color: #84aaf1;
    text-decoration: none;
}
/* Related Articles */





section.prices-row {
    margin-top: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    width: 950px;
    margin: 50px auto;
}

.prices-third {
    float: left;
    width: 33%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.prices-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 35px;
    height: 100%;
}

.prices-inner p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 0 0 50px 0px;
    font-weight: 700;
}


.prices-price {
    margin: 10px 0;
    color: #333;
    line-height: 1.42857143;
    margin: 0 0 50px 0px;
}

.prices-price span {
    font-size: 40px;
    font-weight: bold;
    display: block;
}

ul.prices-list {
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    color: #8a8a8e;
    margin-bottom: 20px;
    margin: 0 0 50px 0px;
}

.prices-list li {
    padding: 4px 0;
    line-height: 1.42857143;
}

.prices-highlight {
    background: #ffffff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.prices-btn {
    margin: 0 !important;
}

.sm-pr-from {
    margin: 0 !important;
    text-align: left !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    width: 164px !important;
    float: right !important;
}

#codeApplied {
    font-size: 14px;
    font-weight: 700;
}


.payment-types-outer input[type="radio"]:checked+label {
    background: white;
    border: 2px solid #389BC6;
    transition: .2s;
    cursor: pointer;
}






/* **************************************** */
/* * Nice JS Inputs */
/* **************************************** */
.field {
    width: 100%;
    float: left;
    padding: .4285714286em 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field__input-wrapper {
    position: relative;
}

.field__input-wrapper label {
    line-height: 1.3em;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-box-direction: normal;
    text-align: left;
    margin: 0.5em 0;
    display: block;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    top: 0;
    width: 90%;
    margin-top: 0.4285714286em;
    margin-left: 1px;
    padding: 0 0.9166666667em;
    z-index: 1;
    user-select: none;
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    opacity: 0;
    transition: all .2s ease-out;
    color: var(--black);
    /* background: #f6f8fa; */
}

.field__input-wrapper select,
.field__input-wrapper textarea,
.field__input-wrapper input,
.field__input-wrapper .StripeElement {
    margin: 0;
    display: block;
    width: 100%;
    padding: 11px 0.7857142857em;
    line-height: inherit;
    border-radius: 5px;
    background-color: var(--light-gray);
    color: var(--black);
    transition: all .2s ease-out;
    border: 1px solid #d6d6d6;
    position: relative;
}

.field--show-floating-label .field__label {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.field--show-floating-label .field__input {
    padding-top: 17px;
    padding-bottom: .3571428571em;
}

.field--show-floating-label .field__input::-webkit-input-placeholder {color: transparent}
.field--show-floating-label .field__input:-moz-placeholder {color: transparent;opacity: 1}
.field--show-floating-label .field__input::-moz-placeholder {color: transparent;opacity: 1}
.field--show-floating-label .field__input:-ms-input-placeholder {color: transparent}

select.field__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.field__caret {
    display: block;
    width: 2.1428571429em;
    height: 43%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-left: 1px rgba(179, 179, 179, 0.5) solid;
}

.field__caret svg {
    color: #919191;
    position: absolute;
    margin-left: -2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
}

.field--show-floating-label .field__input {
    padding-top: 17px;
    padding-bottom: .3571428571em;
}

.field--show-floating-label .field__input::-webkit-input-placeholder {
    color: transparent
}

.field--show-floating-label .field__input:-moz-placeholder {
    color: transparent;
    opacity: 1
}

.field--show-floating-label .field__input::-moz-placeholder {
    color: transparent;
    opacity: 1
}

.field--show-floating-label .field__input:-ms-input-placeholder {
    color: transparent
}

#payment-form .input-group>.form-control {
    border: 1px transparent solid;
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    color: var(--black);
    border-color: #d9d9d9;
    transition: all .2s ease-out;
    height: 47px;
    padding: .9285714286em .7857142857em;
}

.cvc-icon {
    position: absolute;
    top: 8px;
    right: 14px;
}

.card-icons {
    margin: 0;
    /* justify-content: flex-end; */
    position: absolute;
    top: 14px;
    right: -5px;
    border-color: transparent !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    pointer-events: none;
    /* display: flex; */
    /* align-items: center; */
    bottom: 0;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.card-icons .card-images {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 82px;
    top: 0;
    right: 18px;
}

.card-icons .card-images .card-brand-item:nth-child(2) {
    margin: 0 5px;
}

.card-error-icon {
    position: absolute;
    top: 0;
    right: 13px;
    z-index: 999;
    width: 24px;
}

.card-error-icon svg {
    fill: red;
}


.loading-icon {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.loading-icon div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    margin: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: loading-icon 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.loading-icon div:nth-child(1) {
    animation-delay: -0.45s;
}

.loading-icon div:nth-child(2) {
    animation-delay: -0.3s;
}

.loading-icon div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes loading-icon {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* **************************************** */





/* **************************************** */
/* * Page contents */
/* **************************************** */
.page-contents-outer {
    width: 100%;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.page-contents-outer a {
    letter-spacing: .2px;
    text-decoration: none;
    padding: 0 8px;
    border-radius: 16.5px;
    outline: none;
    box-sizing: border-box;
    white-space: nowrap;
    transition-property: background-color, opacity;
    justify-self: flex-start;
    line-height: 24px;
    font-weight: 500;
    font-size: 11px;
    color: #333333;
    border: 1.5px solid #333333;
    gap: 10px;
}
.page-contents-outer a:hover {
    cursor: pointer;
    transition: .3s;
    color: white;
    background: #333333;
}

/* **************************************** */





/* Contents */
.left-contents {
    float: left;
    width: 170px;
    /* position: fixed; */
}

.left-contents a {
    color: #333;
    text-decoration: none;
}

.main-content {
    width: 910px;
    float: right;
    height: auto;
}

.left-contents .contents-title {
    padding: 0 12px 0 12px;
    color: #757575;
    font-weight: bold;
    display: block;
    font-size: 15px;
}

.left-contents .contents-link {
    line-height: 16px;
    padding: 0 12px;
    margin: 9px 0 1px;
    font-weight: 400;
    display: block;
    font-size: 14px;
}

.contents-link:hover,
.contents-title:hover {
    color: #4a95ca;
    transition: .15s;
    cursor: pointer;
}

/* Contents */

.article-content {
    width: 910px;
    height: auto;
    margin: auto;
    position: relative;
    display: inline-block;
}


#lgPrevBox {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9;
    background: white;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    border: 1px solid black;
}

#lgPrevBox img {
    width: 100%;
}

#imgPrev {
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    margin-bottom: 15px;
    clear: both;
}

.icon {
    width: 25px;
}

.download-hover {
    /* display: none; */
}

.icon:hover {
    opacity: .6;
    transition: .3s;
    cursor: pointer;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 13px solid #3e4555;
    float: left;
    margin-top: 3px;
    margin-right: -2px;
}

.download-hover p {
    display: inline !important;
    background: #3e4555 !important;
    color: white !important;
    padding: 7px 15px !important;
    border-radius: 7px !important;
    font-size: 12px !important;
}


.table-states-list {
    list-style: none;
    padding-left: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: start;
    text-align: center;
}

.table-states-list li {
    width: 150px;
}

.states-full-list {
    width: 100%;
}

.states-full-list ul li a {
    line-height: 16px;
    padding: 0 12px;
    margin: 9px 0 1px;
    font-weight: 400;
    display: block;
    font-size: 14px;
}

.states-full-list ul li a:hover {
    color: #4a95ca;
    transition: .15s;
    cursor: pointer;
}

.img-shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.live-state {
    fill: brown;
    fill-opacity: 0.7;
}

.angled-img {
    box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
    position: relative;
}

.page-title {
    font-size: 35px;
    text-align: left;
    font-weight: 500;
}

.section-title {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    margin: 50px 0;
}

.section-title-sm {
    margin-top: 110px;
    margin-bottom: 40px;
    width: 100%;
}


.expandable-p {
    height: 225px;
    overflow-y: hidden;
}

.subtle-hr {
    height: 1.25px;
    width: 100%;
    background: rgba(129, 129, 129, 0.13);
    margin: 20px 0;
}

.features-img-txt-outer h3,
.features-img-txt-outer p {
    padding: 30px;
    background: #304867;
    margin: 0;
    color: white;
    margin-top: -5px;
    border-radius: 0 0 5px 5px;
    font-size: 22px;
}

.features-img-txt-outer img {
    border-radius: 5px 5px 0 0;
}

.img-transparent-shp {
    background-image: url(../svg/features-img-background.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 367px;
}


/*  PAYMEBNT PAGE */
article.payment-main {
    position: relative;
    margin: 20px 0;
    width: 63%;
    float: left;
}

aside.payment-aside {
    position: relative;
    margin: 20px 0;
    width: 34%;
    float: right;

    background: white;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    /* padding: 30px; */
    font-size: 14px;
    font-weight: 500;
}

.aside-content {
    padding: 0 20px 20px 20px;
}

.payment-basket-outer {
    background: white;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    /* padding: 0 30px 30px 30px; */
    font-size: 18px;
    font-weight: 500;
}

.basket-tbl {
    width: 100%;
    border-radius: 8px 8px 0 0;
    text-align: left !important;
}

.tbl-content {
    background: white !important;
    font-size: 14px;
}

.tbl-content td {
    padding: 10px 20px;
}



table.basket-tbl tr:first-child th:first-child {
    border-top-left-radius: 8px;
}

table.basket-tbl tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

.basket-tbl tr th {
    padding: 10px 20px;
    font-size: 17px;
}

.coming-soon {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.discount-btn {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    margin: 30px 0;
    background: #f3f4f7;
    border: 2px solid #f3f4f7;
    border-radius: 7px;
    color: #304867;
    font-weight: 600;
    cursor: pointer;
}

.discount-btn:hover {
    transition: .3s;
    /* color: white; */
    background: white;
    border: 2px solid #389BC6;
}

#discountInpOuter {
    display: none;
}

.discount-input {
    float: left;
    width: calc(100% - 63px);
    padding: 15px;
    margin: 30px 0;
    border-radius: 7px 0 0 7px;
    color: #304867;
    font-weight: 600;
    background: white;
    border: 2px solid #304867;
    text-align: left;
}

.discount-submit {
    float: left;
    background: #304867;
    padding: 14px 15px;
    border-radius: 0 7px 7px 0;
    color: white;
    font-weight: 700;
    margin: 30px 0 30px -2px;
}

.discount-submit:hover {
    cursor: pointer;
    transition: .3s;
    opacity: .8;
}

.basket-tbl .tbl-prod {
    margin: 0;
    font-size: 17px;
}

.basket-tbl .tbl-prod img {
    width: 70px;
    vertical-align: middle;
    margin-right: 17px;
}

.basket-tbl .tbl-price {
    margin: 0;
    font-size: 17px;
}

.basket-tbl .tbl-delete {
    font-size: 17px;
    color: gray;
    cursor: pointer;
}

.basket-tbl .tbl-delete:hover {
    transition: .3s;
    color: lightgray;
}

.price-subtle {
    margin: 10px 0;
    color: gray;
    font-weight: 400;
    font-size: 13px;
    text-align: right;
}

.price-main {
    margin: 0;
    text-align: right;
    font-size: 20px;
}

.payment-method-btn {
    text-align: center;
    padding: 15px 0;
    margin: 7px 0 2s0px 0;
    background: #F3F4F7;
    border: 2px solid #f3f4f7;
    border-radius: 7px;
    color: #304867;
    font-weight: 600;
    cursor: pointer;
}

.payment-method-btn .cc-img {
    width: 50px;
    vertical-align: middle;
}

.payment-method-btn:hover {
    background: white;
    border: 2px solid #389BC6;
    transition: .2s;
    cursor: pointer;
}

.payment-active {
    background: white;
    border: 2px solid #389BC6;
    transition: .2s;
    cursor: pointer;
}

.payment-inp {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #a3a3a3;
    background-color: #fff;
    color: #102a43;
    caret-color: #829ab1;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.20);
    border-radius: 5px;
    margin: 10px 0;
}

.required-inp {
    color: red;
}

.payment-support-header {
    background: #f3f4f7;
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
}

.payment-support-header h2 {
    font-size: 17px;
}
/*  PAYMEBNT PAGE */


#map {
    width: 100%;
    height: 500px;
    margin-top: 25px;
}

.leaflet-popup-tip-container {
    display: none;
}

.area-details-hover {
    pointer-events: none;
}

.leaflet-popup.area-details-hover.leaflet-zoom-animated {
    margin-bottom: 10px;
    margin-left: 45px;
}

.leaflet-popup-content-wrapper {
    border-radius: 0;
}

.leaflet-popup-content {
    margin: 8px 15px;
}

.leaflet-popup-content p {
    overflow-wrap: break-word;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive {
    stroke-width: 1px;
}


/*       Notify       */
.noty_layout_mixin,
#noty_layout__topRight {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 9999999;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    filter: blur(0);
    -webkit-filter: blur(0);
    max-width: 90%
}

#noty_layout__topRight {
    top: 20px;
    right: 20px;
    width: 325px;
}

#noty_layout__topRight:hover {
    cursor: pointer;
}

.noty_bar {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    -webkit-font-smoothing: subpixel-antialiased;
    overflow: hidden
}

.noty_effects_open {
    opacity: 0;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
    -webkit-animation: noty_anim_in .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_in .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.noty_effects_close {
    -webkit-animation: noty_anim_out .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_out .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.noty_fix_effects_height {
    -webkit-animation: noty_anim_height 75ms ease-out;
    animation: noty_anim_height 75ms ease-out
}

.noty_close_button {
    position: absolute;
    top: 2px;
    right: 2px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.noty_close_button:hover {
    background-color: rgba(0, 0, 0, 0.1)
}

.noty_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    opacity: .3;
    left: 0;
    top: 0
}

.noty_modal.noty_modal_open {
    opacity: 0;
    -webkit-animation: noty_modal_in .3s ease-out;
    animation: noty_modal_in .3s ease-out
}

.noty_modal.noty_modal_close {
    -webkit-animation: noty_modal_out .3s ease-out;
    animation: noty_modal_out .3s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.noty__success {
    background-color: #dff0d8;
    color: #3c763d;
    border-color: #d6e9c6 !important
}

.noty__warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
    border-color: #faebcc !important
}

.noty__error {
    background-color: #f2dede;
    color: #a94442;
    border-color: #ebccd1 !important
}

.noty__info {
    background-color: #d9edf7;
    color: #31708f;
    border-color: #bce8f1 !important
}

.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    position: relative;
    border: 1px solid;
    border-radius: .25rem
}

.noty_bar .noty_body {
    padding: .75rem 1.25rem
}

.noty_progressbar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #646464;
    opacity: 0.2;
    filter: alpha(opacity=10);
}

/*       Notify       */




#product-types nav {
    margin-bottom: 15px;
}

.free-btns {
    margin-top: 15px;
}

#product-types nav button {
    position: relative;
    text-align: left;
    cursor: pointer;
    padding-left: 10px;
    background: none;
    border: none;
}

#product-types nav > * {
    display: block;
    line-height: 40px;
    height: 40px;
}
#product-types a, #product-types button, #product-types h2 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

#product-types a, #product-types button {
    color: #32325d;
}

#product-types a:hover, #product-types button:hover {
    color: #01579b;
    cursor: pointer;
    transition: .3s;
}

#product-types nav img {
    position: relative;
    bottom: 1px;
    width: 18px;
    height: 16px;
    vertical-align: middle;
    margin-right: 4px;
    pointer-events: none;
}

#product-types nav a {
    margin: 0 11px 0;
}

.bespoke-features-outer {
    display: flex;
    border-bottom: 2px solid #f5f8fb
}

#rv-features-1 {
    padding: 10px 70px 70px 0;
    border-right: 1px solid #f5f8fb;
    float: left;
}

#rv-features-2 {
    padding: 10px 0 70px 70px;
    border-left: 1px solid #f5f8fb;
}

#rv-features-2 h2 img {
    height: 60px;
    width: auto;
    margin-bottom: 25px;
}

#rv-features-1 h2 img {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}


#rv-features-1 h2,
#rv-features-2 h2 {
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #2457b4;
}

#rv-features-1 a img,
#rv-features-2 a img {
    position: relative;
    bottom: 1px;
    width: 18px;
    height: 16px;
    vertical-align: middle;
    margin-right: 4px;
    pointer-events: none;
}

#rv-features-1 a,
#rv-features-2 a {
    text-align: left;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    line-height: 40px;
}

#rv-features-1,
#rv-features-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.overlayed-imgs {
    clear: both;
    display: block;
    width: 100%;
    height: 560px;
    margin: 20px 0;
    position: relative;
}

.overlayed-2 {
    clear: both;
    display: block;
    width: 920px;
    height: 510px;
    position: relative;
    margin: 30px auto;
}

.img1,
.img2 {
    width: 620px;
    float: left;
    box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
}

.img2 {
    position: absolute;
    left: 460px;
    z-index: -1;
    top: 120px;
}


.overlap-1,
.overlap-2 {
    width: 700px;
    float: left;
    box-shadow: -20px -17px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
}

.overlap-2 {
    width: 400px !important;
    position: absolute;
    left: 510px;
    z-index: 1;
    top: 110px;
}





/* **************************************** */
/* * Success */
/* **************************************** */
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
/* **************************************** */





/* **************************************** */
/* * Invalid */
/* **************************************** */
.error-cross-icon {
    width: 155PX;
    margin: 0 auto;
    display: block;
}

.invalid-accept svg {
    width: 80px;
    margin: auto;
    display: block;
}

.invalid-accept .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.invalid-accept .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

.invalid-accept .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
    animation: dash 0.9s 0.35s ease-in-out forwards;
}

.invalid-accept .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

.invalid-accept p {
    text-align: center;
    margin: 20px 0 60px;
    font-size: 1.25em;
}

.invalid-accept p.success {
    color: #73AF55;
}

.invalid-accept p.error {
    color: #D06079;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}
/* **************************************** */












section.benefits-area {
    margin: 100px 0;
}


section.benefits-area ul.feature-list {
    padding-left: 0;
}

section.benefits-area .title-p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    color: #424770;
    margin-top: 0;
}

.benefits-area ul {
    list-style: none;
}



.lg-icon-left {
    padding-left: 90px;
}

.feature-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* padding: 20px; */
    position: relative;
}


.feature-block .icon {
    width: 48px;
    height: 48px;
}

.lg-icon-left .icon {
    position: absolute;
    left: -24px;
}

.feature-block h3, .feature-block p {
    margin-bottom: 10px;
}

.features .list-title {
    font-weight: 500;
    font-size: 19px;
    line-height: 32px;
    color: #32325d;
}

.features .list-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #525f7f;
}

.features-main-img {
    width: 725px;
    position: absolute;
    z-index: -1;
    left: -50px;
}

section.features .right {
    margin-top: 380px;
}

.bespoke-samples:hover {
    box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, .25);
    transition: ease-in-out .3s;
    cursor: pointer;
}

.nested-a {
    border-top: none !important;
    margin: 0 !important;
}

.expand-state-toggle {
    background: white;
    padding: 20px 10px;
}




@media screen and (max-width: 1175px) {
    .related-articles-4-outer {
        width: 100vw;
        padding: 0 35px;
    }
}

@media screen and (max-width: 1125px) {
    article.article-content {
        width: calc(100% - 170px);
    }

    .alignmentTwo {
        width: 100%;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .split-chart-triple .chart {
        width: 31% !important;
    }

    .split-chart-outer .chart,
    .split-chart-outer .chart-table {
        width: 100%;
    }
    
    .split-chart-triple {
        min-width: 275px;
    }
}

@media screen and (max-width: 900px) {
    article.article-content {
        width: 100%;
        margin-top: 35px;
    }

    .left-contents {
        width: calc(100% - 39px);
        position: absolute;
        z-index: 9999;
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        align-items: center;
        left: 19px;
    }

    .expand-state-links {display:inline-block;}
    .left-contents a {display: none;}
}


@media screen and (max-width: 680px) {
    .product-tools-row {
        gap: 0;
    }

    .bespoke-products-row {
        margin-bottom: 40px;
    }

    .bespoke-products-row>.left-product {order: 1}
    .bespoke-products-row>.right-product {order: 2}
}

@media screen and (max-width: 800px) {
    .half-center-img {
        width: 100%;
    }
}

@media screen and (max-width: 565px) {
    .related-articles-4-outer {
        width: 310px;
    }
}