.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.staticpage-title {
    font-size: 2.75rem;
    margin-bottom: 1.5rem;
}

.contact-intro {
    margin-bottom: 2.5rem;
}

#contact-form h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

@media (min-width: 1089px) {
    .p-lg-5 {
        padding: 2.5rem !important;
    }
}

.mb-5,
.my-5 {
    margin-bottom: 2.5rem !important;
}

.rounded {
    border-radius: 7px !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.875rem !important;
}

.form-row > .col,
.form-row > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-group {
    margin: 0.35rem 0;
    align-items: center;
    position: relative;
}

@media (min-width: 1600px) {
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
    width: 100%;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}

.btn-block {
    display: block !important;
    width: 100% !important;
}

.btn-primary {
    background: linear-gradient(90deg, #3f3dec 0%, #26258e 95%) !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    height: auto !important;
    text-transform: none !important;
    text-shadow: none !important;
    margin: 0 !important;
    box-shadow: none !important;
    font-weight: 400 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(90deg, #3f3dec 10%, #26258e 125%);
    border: 0;
    color: #9f9ef6 !important;
    filter: none !important;
}

.btn {
    padding: 0.75rem 1.25rem !important;
    text-align: center !important;
    vertical-align: middle;
    word-break: break-word;
    max-width: 100%;
    white-space: normal;
    transition: all 0.2s ease-in-out !important;
}

.form-group label {
    font-size: 0.875rem;
    font-weight: 500;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

label {
    display: inline-block;
}

.form-control,
select[size],
select[multiple],
.comment-area textarea,
textarea.quickgrade,
[name='subject'],
.idnumber,
.usp-search-field {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #413c55;
    background-color: #f9f9fa;
    border: 1px solid #d3d2d8;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.11);
    border-radius: 7px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 1600px) {
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.form-control {
    margin: 0 !important;
}

textarea.form-control {
    width: 100%;
    height: auto;
}

.form-control:focus {
    color: #413c55;
    background-color: #f9f9fa;
    border-color: #d9d8fb;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(236, 236, 253, 0.25);
    transform: none !important;
}

.wrapper-course {
    width: 100%;
    margin-top: 100px;
    padding: 40px;
    background-color: #fff;
    border-radius: 7px;
}

.contact-wrapper {
    display: flex;
}

.contact-form-box {
    padding: 2.5rem !important;
}

.contact-list {
    list-style: none;
}

.contact-list li {
    margin: 0.25em 0;
}

.contact-list li a {
    text-transform: initial;
}

.contact-list li img {
    width: 20px;
    margin-right: 0.5em;
}

.contact-column-left {
    width: 33%;
}

.contact-column-left h2 {
    margin-bottom: 60px;
}

@media (max-width: 1250px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .contact-column-left {
        width: initial;
        margin: auto;
    }
}
