* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background: #ffffff;
}

body {
    height: 100%;
    font: 1em, arial, verdana, sans-serif;
    font-weight: 400;
}

/* General */


a image {
    border: none;
}

p {
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
    color: #666666;
    line-height: 1.4em;
    font-weight: 400;
}

h1 {
    font-size: 3em;
    font-weight: 600;
    color: #ffffff;
}

h2 {
    margin: 0 0 0 0;
    padding: 15px 0 15px 0;
    font-size: 1.2em;
    font-weight: 600;
    color: #4800b0;
}

    h2.hdgLegal {
        font-size: 2em
    }

a {
    color: #57c4a2;
    font-size: 1.2em;
    font-weight: 400;
}

    a:hover {
        color: #459980;
    }

p a {
    font-size: 1em;
    line-height: 1.25em;
}

.c-button {
    margin: 0 0 40px 0;
    padding: 15px 20px;
    background-color: #6ac7f1;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    display: block;
    border: 3px solid #6ac7f1;
}

    .c-button:hover {
        color: #2d9fd3;
        background-color: #ffffff;
        text-decoration: none;
    }


/* TOP NAV */

.top {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    width: 100%;
    background-color: #293fbc;
}

    .top ul {
        text-align: right;
        margin: 0;
    }

        .top ul li {
            margin: 20px 0 0 0;
            padding: 0 0 0 0;
            display: inline-block;
        }

            .top ul li a {
                margin: 0 0 0 15px;
                padding: 0 0 0 20px;
                color: #ffffff;
                /* text-decoration:underline; */
                font-size: 1em;
                font-weight: bold;
                line-height: 0.8em;
                border-left: 1px solid #ffffff;
                vertical-align: center;
            }

                .top ul li a:focus,
                .top ul li a:hover {
                    text-decoration: none;
                    color: #71caf3;
                }

                .top ul li a.dropdown-toggle:focus,
                .top ul li a.dropdown-toggle:hover {
                    text-decoration: none;
                    color: #fff;
                }

            .top ul li:nth-child(1) a {
                border-left: 0px solid #4800b0;
            }


/* LOGO SECTION */

.logo {
    margin: 0 0 0 0;
    padding: 30px 0;
}

    .logo img {
        width: 250px;
        display: inline;
        margin-right: 30px;
    }

@media only screen and (max-width: 47.9375em) {
    .logo img {
        width: auto;
        display: block;
        margin: 15px 0 30px;
    }
}

/* TITLE SECTION */


.title {
    margin: 0 0 60px 0;
    padding: 75px 0;
    width: 100%;
    background-color: #4800b0;
    display: block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#293fbc+25,bd05ed+91 */
    background: #293fbc; /* Old browsers */
    background: -moz-linear-gradient(left, #293fbc 25%, #bd05ed 91%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #293fbc 25%,#bd05ed 91%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #293fbc 25%,#bd05ed 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293fbc', endColorstr='#bd05ed',GradientType=1 ); /* IE6-9 */
}

    .title h1 {
        font-size: 48px;
        font-weight: 600;
        color: #ffffff;
        xxxcolor: #4800b0;
    }

@media only screen and (max-width: 47.9375em) {
    .title h1 {
        text-align: center;
    }
}
/* MAIN SECTION */

.content ul li {
    margin: 0 0 15px 0;
    color: #666666;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
}

#box-warning {
    margin: 20px 0 40px 0;
    padding: 30px;
    border: 2px solid #b3bdf3;
}

    #box-warning h2 {
        font-weight: 600;
    }

    #box-warning p {
        font-weight: 600;
    }

#indication {
    padding: 30px;
    background: #e9ebf8;
    margin: 40px 0;
    border-radius: 10px;
    box-shadow: 0px 8px 18px -8px #979a9c;
}

    #indication p {
        background: #fff;
        border-radius: 10px;
        padding: 15px;
        border: 2px solid #293fbc;
    }

.content section:nth-child(1) .c-button {
    width: 350px;
    width: auto;
}

.containerStakeholder {
    padding: 0 15px 15px;
    border: 3px solid #e9ebf8;
    margin: 30px 0;
    border-radius: 10px;
    /* background: #f0f9fd; */
    border: 0;
    box-shadow: 0px 8px 18px -8px #979a9c;
}

    .containerStakeholder h2 {
        font-size: 24px;
        min-height: 100px;
        height: 100px;
        background: #2a3ebb;
        color: #fff;
        margin: 0 -15px 15px;
        padding: 20px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .containerStakeholder p {
        min-height: 150px;
        height: 150px;
    }

@media only screen and (max-width: 47.9375em) {
    .containerStakeholder h2 {
        min-height: auto;
        height: auto;
    }

    .containerStakeholder p {
        min-height: auto;
        height: auto;
    }
}
/* SIDE */

.resources {
    margin: 0px 0 30px 0;
    border-bottom: 1px solid #4800b0;
    display: block;
}

.resources2 {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.resources ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

    .resources ul li {
        margin: 0 0 0 0;
        padding: 0 0 20px 30px;
        list-style: none;
        background-image: url('../images/download.png');
        background-repeat: no-repeat;
        background-position: left top;
        font-style: italic;
    }

        .resources ul li a {
            font-size: 1em;
            font-weight: bold;
        }


/* FOOTER */

.footer {
    padding: 50px 0 50px 0;
}

    .footer .row:nth-child(1) section {
        margin: 0 0 0px 0;
        padding: 0 0 15px 0;
        border-bottom: 2px solid #4800b0;
    }


    .footer section ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .footer section ul li {
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            display: inline-block;
        }

            .footer section ul li a {
                margin: 0 0 0 0;
                padding: 0 40px 0 0;
                color: #666666;
                font-weight: 600;
                /* font-size:1.2em; */
                text-decoration: none;
            }

    .footer section p:nth-child(1) {
        margin-top: 30px;
    }

    .footer section p {
        font-size: .8em;
        color: #666666;
        font-style: italic;
        font-size: 16px;
        margin-left: -12px;
    }


/* Healthcare Facilities Page */
.stepsContainer {
    margin-left: 15px;
    margin-bottom: 30px;
}

    .stepsContainer .row {
        display: flex;
        margin-bottom: 10px;
    }

.steps h3 {
    font-size: 3em;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: center;
}

.steps .row [class*="col-"]:nth-child(1) {
    padding: 30px;
    vertical-align: center;
    background-color: #293fbc;
    border: 1px solid #293fbc;
    border-radius: 10px;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.steps .row [class*="col-"]:nth-child(2) {
    padding: 30px;
    border: 2px solid #6276e3;
    border-radius: 10px;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.steps ul {
    margin: 0;
    padding: 0;
}

    .steps ul li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        .steps ul li a {
            margin: 0 10px 0 10px;
            padding: 0 20px 0 0;
            font-size: 1em;
            line-height: .8em;
            font-weight: 600;
            border-right: 1px solid #175069;
        }

        .steps ul li:nth-child(2) a {
            margin: 0 00 10px;
            padding: 0 0 0 0;
            border-right: 0px solid #ffffff;
        }

    .steps ul.stepsBlock li {
        margin: 0;
        padding: 0;
    }

        .steps ul.stepsBlock li a {
            margin: 0 10px 0 0px;
            padding: 0 20px 0 0;
            font-size: 1em;
            line-height: 1.75em;
            font-weight: 600;
            border-right: 0;
        }

/*        .steps ul.stepsBlock li:nth-child(2) a {
            margin: 0 10px 0 10px;
            padding: 0 20px 0 0;
            font-size: 1em;
            line-height: 1.75em;
            font-weight: 600
        }*/

.steps ol {
    margin: 0;
    padding: 0;
}

    .steps ol li {
        margin: 0 0 0 20px;
        padding: 0 0 20px 10px;
        list-style: lower-alpha;
        /*  added    */
        color: #666;
        font-size: 1.2em;
    }


/* Responsive Styles */

/* LG */
@media (min-width: 1200px) {
}

/* MD */
@media (min-width:993px) and (max-width:1199px) {

    .footer .row:nth-child(2) {
        background-position: left top;
    }

    .footer section p:nth-child(1) {
        margin-top: 100px;
    }
}

/* SM */
@media (min-width:769px) and (max-width:992px) {

    .footer .row:nth-child(2) {
        background-position: left top;
    }

    .footer section p:nth-child(1) {
        margin-top: 100px;
    }
}
/* XS */
@media (min-width:391px) and (max-width:768px) {

    h1 {
        font-size: 2.5em;
    }

    .content section:nth-child(1) .c-button {
        width: 300px;
    }

    .top ul {
        margin-top: 20px;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }

        .top ul li {
            margin: 20px 10px 20px 0;
            padding: 0 0 0 0;
            display: inline-block;
        }

            .top ul li:nth-child(1) a {
                border-left: 0px solid #ffffff;
            }

            .top ul li a {
                margin: 0 0 0 0;
                color: #ffffff;
                text-decoration: none;
                font-size: 1em;
                line-height: 1em;
                border: 0px solid #ffffff;
            }

    .title {
        margin: 0 0 60px 0;
        padding: 35px 0;
    }

    .footer .row:nth-child(2) {
        background-position: left top;
    }

    .footer section p:nth-child(1) {
        margin-top: 100px;
    }
}

/* XS - special */
@media (max-width:390px) {
    h1 {
        font-size: 2em;
    }

    .content section:nth-child(1) .c-button {
        width: 280px;
    }

    .top ul {
        margin-top: 20px;
        text-align: center;
    }

        .top ul li {
            margin: 20px 10px 20px 0;
            padding: 0 0 0 0;
            display: block;
            position: relative;
        }

            .top ul li a {
                margin: 0 0 0 0;
                padding: 10px 20px;
                color: #ffffff;
                text-decoration: none;
                font-size: 1em;
                line-height: 1em;
            }

            .top ul li:nth-child(1) a,
            .top ul li a {
                border-left: 0;
            }

    .title {
        margin: 0;
        padding: 35px 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#293fbc+0,6030ad+99 */
        background: #293fbc; /* Old browsers */
        background: -moz-linear-gradient(left, #293fbc 0%, #6030ad 99%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #293fbc 0%,#6030ad 99%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #293fbc 0%,#6030ad 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293fbc', endColorstr='#6030ad',GradientType=1 ); /* IE6-9 */
    }

    .steps .row [class*="col-"]:nth-child(2) {
        padding: 15px;
    }

    .steps ul.stepsBlock li {
        display: block;
        padding-bottom: 15px;
    }

        .steps ul.stepsBlock li a,
        .steps ul.stepsBlock li:nth-child(2) a {
            line-height: 1em;
            margin: 0;
        }

    .footer section p:nth-child(1) {
        margin-top: 100px;
    }
}

ul.listItemDisc {
    list-style: none;
    margin-top: 10px;
}

    ul.listItemDisc > li {
        display: block;
        list-style: none;
        margin: 0;
        margin-left: 20px;
        padding: 0;
        xxtext-indent: -15px;
        text-align: left;
    }

        ul.listItemDisc > li:before {
            content: " ";
            width: 7px;
            height: 7px;
            background: #175069;
            border-radius: 100%;
            display: inline-block;
            position: relative;
            top: -3px;
            margin-right: 10px;
            margin-left: -17px;
        }

.noBorder {
    border: 0 !important;
}

.legal h2 {
    font-size: 2em;
}

.legal p {
    font-size: 16px;
    line-height: 1.5em;
}

.legal ul li {
    font-size: 16px;
    margin-bottom: 0;
}

.legal a {
    font-weight: bold;
}

ul.listItemDisc {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}

    ul.listItemDisc li {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        padding-right: 30px;
        padding: 0 30px 10px 0;
        margin-left: 30px;
    }

        ul.listItemDisc li:before,
        ul.listItemDisc li ul li ul li:before {
            content: " ";
            width: 7px;
            height: 7px;
            background: #4800b0;
            border-radius: 100%;
            display: inline-block;
            position: relative;
            top: -1px;
            margin-right: 10px;
            margin-left: -17px;
        }

        ul.listItemDisc li ul {
            padding-top: 5px;
        }

            ul.listItemDisc li ul li {
                margin-left: 25px;
                padding-bottom: 5px;
            }

                ul.listItemDisc li ul li:before {
                    content: " ";
                    width: 9px;
                    height: 9px;
                    background: #fff;
                    border: 1px solid #4800b0;
                    border-radius: 100%;
                    display: inline-block;
                    position: relative;
                    top: -1px;
                    margin-right: 10px;
                    margin-left: -20px;
                }

/* ul.listItemDisc {
	list-style: none;
	margin-top: 10px;
}
ul.listItemDisc > li {
	display: block;
	list-style: none;
	margin-left: 45px;
	padding: 0 30px 10px 0;
    margin-left: 30px;
	xxtext-indent: -15px;
	text-align: left;
}

ul.listItemDisc > li:before {
	content: " ";
	width: 7px;
	height: 7px;
	background: #175069;
	border-radius: 100%;
	display: inline-block;
	position: relative;
	top: -3px;
	margin-right: 10px;
	margin-left: -17px;
}   */
p + ul.listItemDisc {
    margin-top: -15px;
}

ul.listItemDisc li > ul {
    listf-style: none;
}

ul.listItemDisc li ul li:before {
    background: transparent;
    border: 1px solid #red;
    height: 10px;
    width: 10px;
}

.txtNoWrap {
    white-space: nowrap;
}

.resources ul li.resourceHdg {
    background-image: none;
}

.resources ul li a {
    font-size: 1em;
    font-weight: bold;
}

.resources ul li.resourceHdg a.ubc-named-resource-link {
    background-image: url('../images/download.png');
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 1.5em;
    margin: 0 0 0 0;
    padding: 2px 0 10px 30px;
    display: block;
}   
