﻿
html {
    -webkit-text-size-adjust: 100%;
}

.background-white {
    background: white;
    padding: 0.5rem;
}

.flex-container {
    display: flex;
    align-items: stretch;
}

    .flex-container > div {
        display: inline-block;
        border-radius: 5px;
        margin: 10px;
    }

.card-shadow {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.selectable-card:hover {
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-shadow-header {
    box-shadow: 0 0 6px rgba(0,0,0,0.16), 0 0 6px rgba(0,0,0,0.23);
}

.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px;
}

.m-0 {
    margin: 0;
}

.p-1 {
    padding: 1rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.w-100 {
    width: 100%;
}

.mw-100 {
    max-width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    padding-top: 0;
}

.h-100 {
    height: 100%;
}
.col-3 {
    flex-basis: 25%;
}

.col-8 {
    flex-basis: 60%;
}

.col-6 {
    flex-basis: 50%;
}

.col-9 {
    flex-basis: 694px;
}

.col-9-end {
    flex-basis: 202px;
}

.col-12 {
    flex-basis: 100%;
}

.header-green {
    font: 0.7em/1.3em Arial,Helvetica,sans-serif;
    background: rgb(87,176,47);
    background: linear-gradient(180deg, rgba(87,176,47,1) 0%, rgba(60,138,49,1) 100%);
    color: white;
    font-weight: bold;
    font-size: 1.6em !important;
    line-height: 1.2em;
    padding: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin: 0;
    height: 120px;
    text-align: center;
    align-content: center;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.header-icon-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    padding: 1rem;
}

.header-icon {
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

.find-out-more-container {
    background-color: #eaeaea;
    color: black;
    font-weight: bold;
    font-size: 1.4em;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.caret-icon {
    padding-top: 10px;
    width: 20px;
}

.bg-yellow {
    background: rgb(255,225,0);
    background: linear-gradient(180deg, rgba(255,225,0,1) 0%, rgba(254,207,5,1) 100%);
}

.bg-light-grey {
    background-color: #eaeaea;
}

.header-black {
    background: rgb(34,42,38);
    background: linear-gradient(180deg, rgba(98,106,100,1) 0%, rgba(34,42,38,1) 100%);
    color: white;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 1rem;
    margin: 0;
    text-align: center;
    align-content: center;
    padding: 1rem;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.welcome-header {
    font-size: 3.4em;
    font-weight: bold;
    color: #3c8a31;
    line-height: 1.2em;
    padding-bottom: 1.1rem;
}

.welcome-text {
    font-size: 2.4em !important;
    line-height: 1.2em;
    font-weight: bold;
    color: black;
}

.welcome-sub-text {
    font: 0.7em/1.3em Arial,Helvetica,sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    color: black;
    line-height: 1.2em;
}

.text-centre {
    text-align: center;
}

.content-centre {
    justify-content: center;
    align-content: center;
    align-items: center;
}

.btn-free-trial {
    cursor: pointer;
    text-align: center;
    border-radius: 25px;
    color: white;
    font-size: 1.8em !important;
    background: rgb(34,42,38);
    background: linear-gradient(180deg, rgba(98,106,100,1) 0%, rgba(34,42,38,1) 100%);
    display: block;
    padding-right: 1rem;
    margin-left: 1.4rem;
}

    .btn-free-trial:hover {
        color: #3c8a31;
    }

.btn-free-trial-2 {
    cursor: pointer;
    text-align: center;
    border-radius: 25px;
    color: white;
    background: rgb(34,42,38);
    background: linear-gradient(180deg, rgba(98,106,100,1) 0%, rgba(34,42,38,1) 100%);
    padding-right: 1rem;
}

.btn-free-trial-2:hover {
    color: #3c8a31;
}


.header-green-lg {
    font: 0.7em/1.3em Arial,Helvetica Neue Bold,sans-serif;
    height: 5rem;
    background: rgb(87,176,47);
    background: linear-gradient(180deg, rgba(87,176,47,1) 0%, rgba(60,138,49,1) 100%);
    color: white;
    font-weight: bold;
    font-size: 2.4em;
    text-align: center;
    margin: 0;
    padding: 1rem;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.subtext-2 {
    font: 0.7em/1.3em Arial,Helvetica Neue Bold,sans-serif;
    color: black;
    font-weight: bold;
    font-size: 1.5em;
}

.subtext {
    font: 0.7em/1.3em Arial,Helvetica Neue Bold,sans-serif;
    color: black;
    font-weight: bold;
    font-size: 1.5em;
}

.subtext-header {
    font: 0.7em/1.3em Arial,Helvetica Neue Bold,sans-serif;
    color: #3c8a31;
    font-weight: bold;
    font-size: 1.8em;
    padding-bottom: 0.8rem;
}

.cursor-pointer {
    cursor: pointer;
}

.desk {
    width: 230px;
}

.mechanic {
    width: 110px;
}

.br-50 {
    border-radius: 50%;
}

.mb-10 {
    margin-bottom: 10px;
}

.m-1 {
    margin: 1rem;
}


.tier-item {
    font: 0.7em/1.3em Arial,Helvetica Neue Bold,sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    color: black;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.6rem;
    text-align: center;
    padding: 4px;
}

.tier-bronze {
    background-color: #db972e;
}

.tier-bronze-25 {
    background-color: #fef9f3;
}

.tier-bronze-50 {
    background-color: #fbefe0;
}

.tier-silver {
    background-color: #dbdddb;
}

.tier-silver-25 {
    background-color: #f5f5f5;
}

.tier-silver-50 {
    background-color: #e7e8e7;
}

.tier-platinum {
    background-color: #777d79;
}

.tier-platinum-25 {
    background-color: #edeeed;
}

.tier-platinum-50 {
    background-color: #dbdddb;
}

.tier-gold {
    background-color: #459849;
}

.tier-gold-25 {
    background-color: #eff5ef;
}

.tier-gold-50 {
    background-color: #dfecdf;
}

.tier-header {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: black;
    text-align: center;
}

.tier-sub-header {
    font: 0.7em/1.3em Arial,Helvetica Neue Medium Italic,sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: black;
    text-align: center;
    padding: 2rem;
    padding-top: 0;
    line-height: 1.2rem;
}

.privacy-icon {
    float: right;
    width: 80px;
    height: auto;
    margin: 10px;
    cursor: pointer;
}

.form-control {
    width: 100%;
    padding: 12px 20px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 18px !important;
}

.form-text {
    color: black;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6rem;
    margin-left: 1rem;
}

textarea {
    resize: vertical;
}

.form-link:hover {
    text-decoration: none;
}

.d-none {
    display: none;
}

.required-text {
    color: red;
    font-weight: bold;
    padding: 6px;
}

.back-to-top {
    background: rgb(87,176,47);
    background: linear-gradient(180deg, rgba(87,176,47,1) 0%, rgba(60,138,49,1) 100%);
    border-radius: 5px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    padding-top: 1rem;
    padding-bottom: 1.1rem;
    padding-left: 1rem;
    padding-right: 0.85rem;
}

#backToTopLink:hover {
    background: rgb(60,138,47);
    background: linear-gradient(180deg, rgba(60,138,47,1) 0%, rgba(60,138,49,1) 100%);
}

.top-icon {
    width: 40px;
    height: auto;
}

button:disabled,
button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

button[disabled]:hover {
    color: white;
}
