html {
    font-size: 18px;
}

body {
    /*color: #005999;*/
    color: #003c66;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2em;
}

header {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 42px;
    font-weight: 700;
    color: #005999;
}

    header a {
        text-decoration: none;
    }

.form-group {
    /*border: 1px dotted red;*/
    margin-bottom: 2em;
}

.umbraco-forms-caption {
    font-size: 1em;
    font-weight: 500;
    padding: 1em;
    background-color: #dbeaf5;
}

.field-validation-error {
    color: red;
}

.btn {
    border-radius: 1.5em;
    text-transform: uppercase;
    font-size: 0.8125rem;
    padding: 1em 2em .9em;
    font-weight: 700;
}

    .btn.btn-primary, .btn.next, .btn.primary {
        line-height: 1;
        color: #fff;
        background-color: #2E992E;
        border: 0 none;
    }

        .btn.btn-primary:hover, .btn.next:hover, .btn.primary:hover {
            background-color: #227222;
        }

    .btn.prev {
        line-height: 1;
        border-color: #2E992E;
    }

        .btn.prev:hover {
            border-color: #227222;
        }
.fieldgroup-titles {
    text-align: center;
    font-size: .9em;
    font-weight: bold;
}

.d-flex div {
  flex: 1 1 auto;
  text-align: center;
}

    .laddercontainer {
        height: 800px;
        width: 350px;
        max-height: 80vh;
        position: relative;
    } 
    .laddercontainer img {
        display: block;
        margin: 0 auto;
        height: 100%;
        cursor: pointer;
        
    }
    .ladderselection {
        top: 0;
        position: absolute;
        left: 50%;
        margin-left: -1.5em;
        margin-top: -1.5em;
        color: #2E992E;
        display: none;
    }
    .h-5 {
        height: 3em;
    }
    .w-5 {
        width: 3em;
    }
.866894fc-7ccc-46cb-a3e2-662d4291511f {
    visibility: hidden;
}