﻿@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    margin-bottom: 1rem;
    font-feature-settings: normal;
}

a {
    color: #06c;
}

.header-font, h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: Raleway,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.submenu {
    background-color: #404040;
}

.submenu-heading {
    font-size: 1.5rem;
    letter-spacing: .0313rem;
    font-weight: 700;
}

.french-link {
    font-family: Raleway,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
}

.fw-semibold {
    font-weight: 500;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
}

.btn {
    border-radius: 4px;
}

.btn-outline-primary, .btn-outline-secondary {
    border-width: 2px;
}

.btn-outline-secondary {
    color: #666;
    background-color: #fff;
}

    .btn-outline-secondary:hover {
        background-color: #666;
    }

.btn-primary {
    background-color: #0250C5;
    border-color: #0250C5;
}

    .btn-primary:hover {
        background-color: #00478F;
        border-color: #00478F;
    }

.btn-outline-primary {
    border-color: #0250C5;
    color: #0250C5;
}

    .btn-outline-primary:hover {
        background-color: #00478F;
        border-color: #00478F;
    }

input[type=checkbox].form-check-input, input[type=radio].form-check-input {
    border: 1px solid #000;
    vertical-align: middle;
    transform: scale(2);
    margin-left: -15px;
    margin-right: 18px;
}

    input[type=checkbox].form-check-input:checked, input[type=radio].form-check-input:checked {
        background-color: #000;
    }

input[type=checkbox].form-check-input {
    border-radius: 2px;
}

label.form-check-label {
    display: unset;
}

input[type=text].form-control,
input[type=date].form-control,
input[type=email].form-control,
input[type=password].form-control,
input[type=number].form-control,
.form-select {
    border: 2px solid #000;
    height: 48px;
}

textarea.form-control {
    border: 2px solid #000;
}

.form-label {
    font-family: Raleway,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

legend.form-label {
    font-size: 1em;
}

div.fieldset-wrapper {
    border-left: 5px solid #e5e5e5;
    padding-left: 1.5rem;
    padding-top: 0.75em;
    padding-bottom: 0.1em;
}

.ontario-footer {
    background: #ededed;
    border-top: 1px solid #d9d9d9;
}

.bg-danger {
    background-color: #AC1F30 !important;
}

.form-text {
    color: #535A60;
    margin-top: -0.5em;
    margin-bottom: 0.5em;
}

input[type=checkbox].availability-check {
    margin-left: 1em;
    transform: scale(1.5);
}

div.maincontent {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip-main:focus, a.skip-main:active {
        color: #fff;
        background-color: #000;
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        overflow: auto;
        margin: 0.5em 35%;
        padding: 0.8em;
        text-align: center;
        z-index: 999;
    }

.large {
    font-size: 125%;
}

span.content-missing {
    background-color: yellow;
    color: red;
}

.locked-input {
    background: url(/Content/lock-solid.svg) no-repeat scroll;
    background-position: bottom 5px right 7px;
    background-size: 14px;
}

.not-allowed {
    cursor: not-allowed !important;
}