
@import url("https://use.typekit.net/fwo5pyx.css");

body {

    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-size: 22px;
}

header {
    /* max-width: 100% !important; */
    background: #ffffff;
    z-index: 2;
}

.container {
    background: #ffffff;
    padding-bottom: 0;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

#container-header {
    margin-top: 2rem;
}

#container-content {
    margin-bottom: 2rem;
    padding-bottom: 3rem;
}

#container-footer {
    display: none;
}

header img {
    width: 100%;
    max-width: 18rem;

}

.mx-auto {
    margin: 2rem 0 2rem 0 !important;
}

h1, h2 {
    font-size: 40px;
    line-height: 30px;
}

h1, h2, h3, h4, h5, h6, label {
    font-family: "sofia-pro", sans-serif;
    font-weight: 800;
}

a {
    color: #009f8e;
    text-decoration: none;
}

a:hover {
    color: #ff8154;
    text-decoration: underline;
}

/*
    Concerts
    #ff8154;
    #009f8e;
    Festival
    #ff5753;
    #6D57FF;

*/

.alert {
    border: 0;
    border-radius: 0;
    margin-left: -10px;
    background-color: #ff8154;
    color: #000;
    font-size: 20px;
}

.alert-primary {
    background-color: #009f8e;
    color: #FFF;
}

.urgent-message-banner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem;
    background-color: #ff8154;
    z-index: 10
}

.btn-block {
    display: inline-block;
    width: auto;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: auto;
}
.btn-success,
.btn-primary {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    height: 48px;
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-success:hover,
.btn-primary:hover {
    background-color: #ff8154;
    border-color: #ff8154;
    color: #000000;
  }


.btn-success:not(:disabled):not(.disabled):active,
.btn-success:focus {
    background-color:#ff8154;
    border-color: #ff8154;
    color: #000000;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color:#ff8154;
    border-color: #ff8154;
    color: #000000;
    box-shadow: 0 0 0 0.2rem rgba(255,129,84,.5);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:focus, .btn-success.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,129,84,.5);
}

.custom-control-label {
    padding-left: 4px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #009f8e;
    background-color: #009f8e;
    border-radius: 0;
    width: 20px;
    height: 20px;
}

.custom-control-label:before {
    width: 20px;
    height: 20px;
    border-radius: 0 !important;
}

.custom-control-label::after {
    width: 20px;
    height: 20px;
    background-size: 13px;
}
.evalMultipleChoice .mc_selected {
    background: #009f8e !important;
    border-radius: 0;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    border-color: #009f8e;
    background-color: #009f8e;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #009f8e;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem #009f8e;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #009f8e;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #009f8e;
}
hr {
    border: none;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    #container-header {
        margin-top: 2rem;
    }
    
    #container-content {
        margin-bottom: 2rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 720px;
    }
}
        

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: rgba(0,159,142,.2);
    border-color: rgba(0,159,142,.2);
}