
* {
    font-family: 'Roboto', sans-serif;
}

html, body {
    background: transparent linear-gradient(180deg, var(#ffffff) 0%, var(#f1f1f1) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%) 0% 0% no-repeat padding-box;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#top-block {
    flex-grow: 1;
}



#footer {
    background: #222a35;
    color:#fff;
}

    #footer a {
        color:#fff;
    }

    #footer .h3 {
        font-weight: bold;
        font-size: 1.125rem;
        text-transform: uppercase;
    }

    #footer .list a {
        display:block;
        color:#8a8e94;
        font-size: 1rem;
    }

    #footer hr {
        border: 1px solid #8A8E94;
        opacity: 0.2;
    }

    #footer strong {
        display:block;
        font-size: 1.5rem;
        font-family: 'Roboto Condensed', sans-serif;
        font-width: bold;
    }

    #footer small {
        color:#8a8e94;
        font-size: 1rem;
    }

        #footer span.icon {
            background:#ed1d24;
            width:3.125rem;
            height:3.125rem;
            line-height:2.9rem;
            text-align: center;
            display:inline-block;
            -webkit-border-radius: 3.125rem;
            -moz-border-radius: 3.125rem;
            border-radius: 3.125rem;
            float: left;
            margin:0.3rem 1rem 0 0;
        }

    #footer .pt {
        padding-top:0.7rem;
    }

    #footer-copy {
        color:#8a8e94;
        font-size: 0.75rem;
        line-height: 1.6rem;
    }

    #footer-copy a {
        margin:0 0.5rem;
        text-decoration: none;
    }

#button-to-top {
    display: inline-block;
    background-color: #ed1d24;
    width: 3rem;
    height: 3rem;
    text-align: center;
    border-radius: 0.25rem;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button-to-top i {
        font-style: normal;
        font-size: 2em;
        line-height: 3rem;
        color: #fff;
    }

.form-control {
    line-height: 3rem;
    height: 3rem;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75rem;
}

    .form label.required::after {
        content: "*";
        color: #ed1d24;
        font-width: bold;
        margin-left: 0.125rem;
        font-size: 1rem;
    }

.roboto-condensed {
    font-family: 'Roboto Condensed', sans-serif;
}

.red {
    color:#ed1d24;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ed1d24;
    background-color: #ed1d24;
}

.jumbotron {
    background:#F1F1F1;
    padding: 2rem;
}

.btn {
    padding:0.425rem 1rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

    .btn-lg {
        font-weight: bold;
        padding:0.625rem 2rem;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
    }

    .btn-primary {
        background:#ed1d24;
    }

    .btn-gray {
        background:#F1F1F1;
    }

    .btn-remove {
        font-size: 0.7rem;
        padding: 0.125rem 0.4rem;
    }

.modal-content {
    background: #f1f1f1;
}

.canvas-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.canvas-box {
    z-index: 1;
}

#place-tab-content {
    background: #fff;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

    #place-tab-content .no-overflow {
        overflow: hidden !important;
    }

.custom-radio .custom-control-label::before,
.custom-control-label::after{
    top:0;
}

.transparent {
    opacity: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    top:4px;
}

.term {
    font-size:0.8rem;
}

.term a {
    text-decoration: underline;
    color: #ED1D24;
}

#info-map-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000000c7;
    z-index: 1;
}

#info-map-overlay > div {
    width: 60%;
}

#info-map-overlay img {
    width:100%;
}

@media (max-width: 575px) {
    .jumbotron {
        padding:1rem;
    }

    #info-map-overlay > div {
        width:94%;
    }

    #place-tab-content {
        margin: 0 -15px;
    }

    #place-tab-content .btn {
        white-space: normal !important;
    }

    .btn-mobile-wrap {
        white-space: break-spaces;
    }
}