:root {
    --space: 18rem;
}

.btnActionButtonOrangeHover {
    background: linear-gradient(to bottom, #c04624 5%, #cf5d40 100%);
    background-color: #c04624;
    border: 1px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 100;
}

    .btnActionButtonOrangeHover:hover {
        background: linear-gradient(to bottom, #cf5d40 5%, #c04624 100%);
        background-color: #cf5d40;
        color: #294959;
    }


.btnActionButtonOrangeSmall {
    background: linear-gradient(to bottom, #c04624 5%, #cf5d40 100%);
    background-color: #c04624;
    border: 1px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 7px 5px 7px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 100;
}

    .btnActionButtonOrangeSmall:hover {
        background: linear-gradient(to bottom, #cf5d40 5%, #c04624 100%);
        background-color: #cf5d40;
        color: #294959;
    }


.btnActionButtonDarkBlue {
    background-color: #294959;
    border: 1px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 100;
}

    .btnActionButtonDarkBlue:hover {
        background-color: #298897;
        color: #ffffff !important;
    }


.btnActionButtonDarkBlueSmall {
    background-color: #294959;
    border: 1px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 7px 5px 7px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 100;
}

    .btnActionButtonDarkBlueSmall:hover {
        background-color: #298897;
        color: #ffffff !important;
    }

.btnActionButtonLightBlueSmall {
    background-color: #298897;
    border: 1px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 7px 5px 7px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 100;
}

    .btnActionButtonLightBlueSmall:hover {
        background-color: #294959;
        color: #ffffff !important;
    }

.blue-tag-button {
    background-color: #294959;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 16px;
}

    .blue-tag-button:hover {
        background-color: #c04624;
        color: #ffffff !important;
    }
/* Custom landing page (2) styling */
.clp {
}

.clp__banner {
    overflow: hidden;
    position: relative;
    z-index: 0;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    align-items: center;
}

.clp__banner--image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 40vh;
    min-height: 350px;
}

.clp__banner--text {
    max-width: 35%;
    text-align: center;
}

.clp__banner--paragraph {
    font-size: 1.5em;
}

.clp__banner--text h1 {
    color: white;
}

.clp__content {
    margin-top: 40px;
    width: 100%;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .clp__banner--text {
        max-width: 60%;
    }

    .clp__content--text {
        width: 75% !important;
    }

    .clp__content--sidebar {
        display: none;
    }

    .clp__content--main {
        width: 100% !important;
    }

    .clp__content--main {
        margin-left: unset !important;
    }

    .clp__form__outer {
        padding: 10px;
        width: 100%;
    }

    .clp__form__content {
        padding: 15px !important;
    }

        .clp__form__content h2 {
            font-size: 30px !important;
        }

        .clp__form__content h1 {
            font-size: 24px !important;
        }
}

.clp__content--main {
    margin-left: -25%;
}

.clp__content--item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.clp__content--border {
    margin-top: 20px;
    margin-bottom: 5px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #f4f4f4;
    width: 60%;
}

    .clp__content--border::after {
        border-width: 1px 0 0;
        border-style: solid;
        border-color: #dcdcdc;
        content: '';
        display: block;
    }

.clp__content--text {
    width: 45%;
}

.clp__form__outer {
    padding: 50px;
    color: #555555;
}

.clp__form__content {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    width: 60vw;
    margin: 0 auto;
    padding: 100px 75px;
    box-shadow: 0 0 15px rgba(0,0,0,0.35);
}

    .clp__form__content h1 {
        margin: 0 auto 25px auto;
        font-size: 36px;
        max-width: 400px;
        font-weight: 300;
        color: #294959;
    }

    .clp__form__content h2 {
        margin-top: 0;
        font-size: 50px;
        color: #c8492f;
        font-weight: 500;
    }

    .clp__form__content label {
        display: block;
        text-align: center;
        margin: 60px 0 10px 0;
    }

    .clp__form__content input[type=text],
    .clp__form__content input[type=email] {
        border: 0;
        border-bottom: 1px solid #ccc;
        width: 100%;
        padding: 15px 10px;
        margin-bottom: 10px;
        outline: 0;
        font-size: 18px;
    }

.clp__content--sidebar {
    z-index: 100;
    min-width: 15%;
    margin-top: 15px;
    margin-left: 5%;
    margin-right: 5%;
    --offset: var(--space);
    align-self: start;
    position: sticky;
    top: var(--offset);
}

.clp__list {
    list-style-type: none;
    font-weight: 600;
    cursor: pointer;
}

.clp__list--item.active::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%23c04626' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
}

.clp__list--item.active {
    color: #c04626;
    cursor: default;
}

.clp__list--item {
    /* You need to turn on relative positioning so the line is placed relative to the item rather than absolutely on the page */
    position: relative;
    /* Use padding to space things out rather than margins as the line would get broken up otherwise */
    margin: 0;
    padding-bottom: 1em;
    padding-left: 20px;
}

    /* The actual line being placed before each list item, tweak width and color as appropriate */
    .clp__list--item:before {
        background-color: #b5b7b6;
        width: 2px;
        content: '';
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 5px;
    }

    /* Small bullets for normal list items */
    .clp__list--item::after {
        content: '';
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%23b5b7b6' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        left: 0;
        top: 2px;
        width: 12px;
        height: 12px;
    }

    /* Start the line further down on the first list item */
    .clp__list--item:first-child:before {
        top: 6px;
    }

    /* Stop the line short on the final list item */
    .clp__list--item:last-child:before {
        height: 6px;
    }

.clp__content--main .clp__banner {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 100%;
    width: 100%;
}
