html {
    font-size: 14px;
    background-color: #808080;
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.label-class {
    display: inline-block;
    width: 150px;
}

.textbox-class {
    display: inline-block;
    width: 200px;
}

html {
    position: relative;
    min-height: 100%;
    background-color: #f8f8f8;
}

body {
    margin-bottom: 60px;
    background-color: #f8f8f8;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.aside-box-group {
    margin: 0 0 3.8rem
}


.aside-box {
    background: #fff;
    margin: 0 0 3.8rem;
    padding: 2rem
}

    .aside-box > div:first-of-type {
        text-align: center;
        font-weight: 600;
        letter-spacing: .16rem
    }

        .aside-box > div:first-of-type:after {
            background-color: #2075b8;
            content: "";
            display: block;
            height: 2px;
            top: 14px;
            position: relative;
            vertical-align: middle;
            margin: auto;
            width: 64px
        }

    .aside-box > div:nth-of-type(1):before,
    .aside-box > div:nth-of-type(2):before {
        content: none;
    }

.aside-box-workshop > div:first-of-type {
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 600;
    letter-spacing: .16rem
}

.aside-box-group .aside-box {
    margin: 1px 0
}

.aside-sub-headline {
    font-weight: 600;
    letter-spacing: .16rem;
    color: black;
    font-size: 1.3rem;
    margin-bottom: 2rem;
    text-transform: uppercase
}
