* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}
/*---------------------------------------------*/
a {
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
        color: #6a7dfe;
        color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
        color: -o-linear-gradient(left, #21d4fd, #b721ff);
        color: -moz-linear-gradient(left, #21d4fd, #b721ff);
        color: linear-gradient(left, #21d4fd, #b721ff);
    }
/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

    input:required, select:required {
        box-shadow: none !important;
    }

textarea {
    outline: none;
    border: none;
}

    textarea.error:focus, input.error:focus, select.error:focus {
        border-color: red !important;
    }

    textarea:focus, input:focus, select:focus {
        border-color: #005768 !important;
    }

        input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder, input:focus:-ms-input-placeholder {
            border-color: #005768 !important;
            color: #005768 !important;
        }

        textarea:focus:-moz-placeholder, textarea:focus::-moz-placeholder, textarea:focus:-ms-input-placeholder {
            border-color: #005768 !important;
            color: #005768 !important;
        }

input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder {
    border-color: #005768 !important;
    color: #005768 !important;
}

textarea::-webkit-input-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder {
    border-color: #005768 !important;
    color: #005768 !important;
}
/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}

.body {
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
}

header.banner {
    position: absolute;
    height: 114px;
    background: transparent;
    width: 100%;
    border-top: 5px solid rgb(30, 30, 30);
    padding: 30px;
}

div.logo {
    width: 100%;
    max-width: 403px;
    height: 40px;
    background-repeat: no-repeat !important;
    background-size: contain !important
}

.container {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 124px 10px 10px 10px;
    background: #fff;
}

.wrapper {
    width: 100%;
    max-width: 600px;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    background: #f2f2f2;
}

main .header {
    padding: 35px 55px 35px 35px;
    background: rgb(30, 30, 30);
}

    main .header h1 {
        text-transform: uppercase;
        font-weight: 900;
        color: #fff;
        font-size: 25px;
    }

main .content {
    padding: 25px 55px 33px 55px;
}

    main .content h1 {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 25px;
        color: #0018A8;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 10px
    }

    main .content h2.copy-highlight {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 1.875rem;
        color: maroon;
        line-height: 3.2rem;
        text-align: left;
        margin-bottom: 10px;
        font-weight: bold;
    }

    main .content p {
        font-family: 'Roboto', sans-serif;
        font-weight: 100 !important;
        font-size: 1.875rem;
        line-height: 3.2rem;
        margin-bottom: 1.875rem;
        color: #1E1E1E;
    }

    main .content ul {
        margin-bottom: 1.875rem;
    }

    main .content li {
        font-family: 'Roboto', sans-serif;
        font-weight: 100 !important;
        font-size: 1.875rem;
        line-height: 3.2rem;
        margin-bottom: 1.875rem;
        color: #1E1E1E;
    }
/* 
        main .content li::before {
            content: "● ";
            color: #000;
        } */

    main .content p.closer {
        line-height: 24px;
    }
    .nested{
        margin-left:60px;

        
    }
.btn-spacer {
    height: 45px;
}

.highlight {
    color: #005768;
    font-size: 18;
}

a.highlight {
    text-decoration: underline
}

main .footer {
    margin-top: 50px;
}

.head {
    background: #EC008C;
}

.sa-form {
    width: 100%;
}

.alert {
    background: #f9d978;
    font-size: 1.875rem;
    line-height: 32px;
    margin-top: 28px;
    font-size: 1.875rem;
    margin-bottom: 0;
}

button.btn, input[type="submit"].btn {
    width: 100%;
    background: rgb(30, 30, 30);
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 900;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto 15px auto;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out;
}

    button.btn:hover {
        background: #1e1e1e !important;
        color: #fff;
    }

.form-foot {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #666666;
    line-height: 1.5;
}

input, select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    input.error, select.error {
        border: 1px solid red;
    }

label.error {
    font-weight: normal;
    color: red;
    font-size: 13px
}

textarea.error:focus, input.error:focus, select.error:focus {
    border-color: 1px solid red !important;
}

footer {
    background-color: #3c3b41;
    color: #fff;
    font-weight: 400;
    padding: 10px 30px;
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 80%;
}

    footer p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 0
    }

        footer p a {
            color: #004957;
            font-size: 13px;
            margin-bottom: 1rem
        }

.white {
    color: #fff;
}

.bg-white {
    background: #fff !important
}

.light-grey {
    color: #f2f2f2 !important
}

.bg-light-grey {
    background: #f2f2f2 !important
}

.banner-default {
    height: 5px !important;
}

.container-default {
    padding: 10px !important;
}

@media (max-width: 576px) {
    header {
        height: 84px !important
    }

    .container {
        padding-top: 94px !important;
    }

    header.banner {
        padding: 15px 25px !important;
    }

    .wrap-login100 {
        padding: 77px 15px 33px 15px;
    }

    main .header {
        padding: 25px 25px 25px 25px;
    }

    main .content {
        padding: 25px 25px 33px 25px;
    }

    button.btn, input[type="submit"].btn {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

/* VERSIONS */
/* C&A */
.ca-color1 {
    color: #ffcc00 !important;
}

.ca-color2 {
    color: rgb(30, 30, 30) !important;
}

.ca-bgcolor2 {
    background: rgb(30, 30, 30) !important;
}

.ca-color3 {
    color: rgb(39, 170, 225) !important;
}

.ca-banner {
    background: rgb(30, 30, 30) !important; /*border-top: 5px solid #ffcc00 !important;*/
}

.ca-logo {
    background: url('https://couch.associates/wp-content/uploads/2016/03/ca-no-inc-logo-white-retina.png') !important;
}

/* WCH */
.wch-color1 {
    color: rgb(0, 87, 104) !important;
}

.wch-bgcolor1 {
    background: rgb(0,139,139) !important;
}

.wch-color2 {
    color: #F1008C !important;
}

.wch-bgcolor2 {
    background: #F1008C !important;
}

.wch-color3 {
}

.wch-banner {
    border-top: 5px solid #F1008C !important;
}

.wch-logo {
    background: url('https://www.womenscollegehospital.ca/dist/assets/img/logo.svg') !important;
}

/* SB */
.sb-color1 {
    color: #2c55a6 !important;
}

.sb-bgcolor1 {
    background: #2c55a6 !important;
}

.sb-color2 {
    color: #7bb74a !important;
}

.sb-bgcolor2 {
    background: #7bb74a !important;
}

.sb-color3 {
    color: #ccc
}

.sb-bgcolor3 {
    background: #e6e9f2
}

.sb-banner {
    border-top: 5px solid #e6e9f2 !important;
    background: #e6e9f2 !important
}

.sb-logo {
    background: url('https://sunnybrook.ca/images/logo-sb-hsc.png') !important;
}

/* NYGH */
.nygh-color1 {
    color: #6E8CFF !important;
}

.nygh-bgcolor1 {
    background: #6E8CFF !important;
}

.nygh-color2 {
    color: #FD682E !important;
}

.nygh-bgcolor2 {
    background: #FD682E !important;
}

.nygh-color3 {
    color: #008089
}

.nygh-bgcolor3 {
    background: #008089
}

.nygh-banner {
    border-top: 5px solid #fff !important;
    background: #fff !important
}

.nygh-logo {
    background: url('https://www.nygh.on.ca/themes/custom/de_theme/logo.svg') !important;
}

.nygh-border {
    border-top: 0px solid #f2f5f7;
    border-right: 7px solid #f2f5f7;
    border-bottom: 7px solid #f2f5f7;
    border-left: 7px solid #f2f5f7;
}