* {
    margin: 0;
    padding: 0;
}

body, html {
    background: #ffffff;
    color: #333333;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
    /*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        */
    font-family: Roboto, Arial, Helvetica;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    line-height: 1.5;
    margin-bottom: 18px;
}

a, a:visited, a:active {
    color: #0000ff;
    text-decoration: underline;
    cursor: pointer;
    line-height: 1.15;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 24px 0;
    color: #3298cc;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 8px 0 16px 0;
    color: #3298cc;
}

h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0 10px 0;
    color: #3298cc;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.content {
    width: 1280px;
    margin: 0 0 0 50px;
}

.clearfix {
    clear: both;
}

header {
    margin: 12px 0 24px 0;
}

#sidebar {
    float: left;
    width: 180px;
}

    #sidebar h3 {
        font-weight: bold;
    }

    #sidebar ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #sidebar ul li {
            margin: 12px 0;
            font-weight: bold;
        }

            #sidebar ul li a {
                color: #333333;
                text-decoration: none;
            }

                #sidebar ul li a:hover {
                    text-decoration: underline;
                }

                #sidebar ul li a.activelink {
                    color: #3298cc;
                }

            #sidebar ul li ul {
                margin-left: 20px;
            }

                #sidebar ul li ul.child li {
                    margin: 8px 0;
                    font-weight: normal;
                }

#main-content {
    float: left;
    margin-left: 30px;
    width: 800px;
}

ul.bulletlist {
    margin-left: 20px;
}


    ul.bulletlist li {
        margin-top: 10px;
        margin-left: 20px;
    }

    ul.bulletlist li {
        margin-bottom: 10px;
    }


        ul.bulletlist li.systemrequirement {
            font-style: italic;
            color: red;
        }

.breadcrumbs {
    list-style: none;
    overflow: hidden;
    font: 16px Helvetica, Arial, Sans-Serif;
    margin: 15px 0 40px 0;
    padding: 0;
    display: none;
}

    .breadcrumbs li {
        float: left;
    }

        .breadcrumbs li a {
            color: white;
            text-decoration: none;
            padding: 5px 0 5px 55px;
            background: #3298cc;
            background: hsla(200,61%,50%,1);
            position: relative;
            display: block;
            float: left;
        }

            .breadcrumbs li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsla(200,61%,50%,1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            .breadcrumbs li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        .breadcrumbs li:first-child a {
            padding-left: 10px;
        }

        .breadcrumbs li:nth-child(2) a {
            background: hsla(200, 61%,45%,1);
        }

            .breadcrumbs li:nth-child(2) a:after {
                border-left-color: hsla(200, 61%,45%,1);
            }

        .breadcrumbs li:nth-child(3) a {
            background: hsla(200, 61%,55%,1);
        }

            .breadcrumbs li:nth-child(3) a:after {
                border-left-color: hsla(200, 61%,55%,1);
            }

        .breadcrumbs li:nth-child(4) a {
            background: hsla(200, 61%,65%,1);
        }

            .breadcrumbs li:nth-child(4) a:after {
                border-left-color: hsla(200, 61%,65%,1);
            }

        .breadcrumbs li:nth-child(5) a {
            background: hsla(200, 61%,75%,1);
        }

            .breadcrumbs li:nth-child(5) a:after {
                border-left-color: hsla(200, 61%,75%,1);
            }

        .breadcrumbs li:last-child a {
            background: transparent !important;
            color: black;
            pointer-events: none;
            cursor: default;
        }

            .breadcrumbs li:last-child a:after {
                border: 0;
            }

        .breadcrumbs li a:hover {
            background: hsla(200,60%,35%,1);
        }

            .breadcrumbs li a:hover:after {
                border-left-color: hsla(200,60%,35%,1) !important;
            }

.hidden {
    display: none;
}


#HelpPagesIMG {
    border-style: double;
    border-color: black;
    border-width: 10px;
}



.wvams-logo {
    width: 110px;
    height: 21px;
    vertical-align: baseline;
    display: inline-block;
    background-image: url(/imgs/logo-wvams.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding: 0px 0px 0px 0px;
}

.help-icon {
    width: 26px;
    height: 25px;
    vertical-align: baseline;
    display: inline-block;
    background-image: url(/help/images/help-icon.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding: 0px 0px 0px 0px;
}

.toplink {
    line-height: 80px;
    padding-bottom: 100px;
}

.contentslink {
    
    
    
}




.helpimage {
    
}

.helpimage-right {
    float: right;
    padding-left: 10px;
}

.helpimage-left {
    float: left;
    padding-right: 10px;
}


dl {
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
dt {
    font-weight: bold;
    
}


dd {
    margin-bottom: 1em;
 
}

