/* v 1.0.1 02/04/2015 logo resizing */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    border-style: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

iframe {
    overflow: hidden;
}

body {
    line-height: 1.25;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}

.courseBody {
    margin: 0;
    padding: 0;
    background-color: #f3f3f3; /*overflow:hidden;  no scroll bars */
}

ol, ul {
    list-style: none;
}

b, strong {
    font-weight: bold !important;
}

i, em {
    font-style: italic !important;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}

#container {
    width: 970px;
    height: 630px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -315px; /* this is half the height of the course */
    margin-left: -485px; /* this is half the width of the course */
    overflow: hidden; /* overflow eliminates the need for a mask in Flash */
    // border:1px solid #ccc;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 2px 0px #afb1bb;
    -moz-box-shadow: 0px 2px 2px 0px #afb1bb;
    box-shadow: 0px 2px 2px 0px #afb1bb;
}

p {
    font-size: 14px;
    line-height: 1.15;
}

a, a:hover, a:visited {
    text-decoration: none;
    color: #000;
}

/* THE COURSE IS DIVIDED INTO THREE GENERAL SECTIONS: "DIVHEADER", "DIVNAV", and "DIVCONTENT" */

#divheader {
    float: left;
    border-bottom: 1px solid #999;
}
/* have to define topContainer as well for IE8 */
#divheader, #topContainer {
    height: 60px;
    width: 970px;
    background: #fff;
    // background-image:url(_ui/assets/topnav_bg.jpg);
    // background-repeat:repeat-x;
    overflow: hidden;
}

#divcontent {
    float: left;
    height: 523px;
    width: 970px;
    overflow: hidden;
}

#divnav {
    float: left;
    border-top: 1px solid #999;
}
/* have to define navContainer as well for IE8 */
/* this background color will be redefined if there is a branding.css file */
#divnav {
    height: 45px;
    width: 970px;
    overflow: hidden;
}
/* display none is so that we can apply dynamic branding if appropriate, without a flicker */
#navContainer {
    display: none;
    height: 45px;
    width: 970px;
    background-color: #004B82;
    overflow: hidden;
}

#divmenu {
    float: left;
    height: 630px;
    width: 970px;
}

/* THESE ITEMS ARE USED IN THE PAGE LEVEL UI */
.pageDisplay { /* eg, "screen x of y" */
    color: #ffffff;
    position: absolute;
    top: 15px;
    left: 14px;
    font-size: 11px;
    font-weight: bold;
}

.courseTitle { /* passes WCAG AA */
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    color: #66675F;
    padding-left: 14px;
    padding-top: 5px;
}

.lessonTitle {
    font-size: 26px;
    color: #000000;
    padding-left: 14px;
}

.lessonNum {
    font-size: 40px;
    color: #4d4d4d;
    font-family: Arial Black;
}

#UIlogoFrame {
    width: 304px;
    height: 53px;
}

#UIlogo {
    position: absolute;
    /* top: 5px;
    max-width: 177px;
    max-height: 43px;
    margin:0 auto auto auto;*/
}

.page {
    /*display:none;	*/
    padding-left: 20px;
}

#baseNavRight li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 15px;
    line-height: 1;
}

#baseNavRight {
    float: right;
    margin-top: 9px;
    margin-left: 14px;
}

#navContainer li a {
    display: block;
    background: url(_ui/assets/nav_btns.png);
    background-repeat: no-repeat;
    text-indent: -2000px;
    overflow: hidden;
    height: 23px;
    width: 23px;
    margin-top: 1px;
}

/* border color for buttons will be redefined if there is a branding.css file */

#baseNavRight .textBtns a:link, #baseNavRight .textBtns a:visited {
    background-image: none;
    height: 16px;
    width: 70px;
    text-indent: 0px;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    border-style: solid;
    border-color: #004B82;
    border-top: none;
    border-width: 1px;
    text-transform: uppercase;
}

#baseNavRight .textBtns a:hover {
    background: url(_ui/assets/highlight.png);
    background-repeat: repeat-x;
    border-color: #333333;
}

#menuBtn a:link, #menuBtn a:active, #menuBtn a:visited {
    background-position: -181px -28px;
    border-style: solid;
    border-color: #004B82;
    border-top: none;
    border-width: 1px;
}

#menuBtn a:hover {
    background-position: -181px 0px;
    border-color: #333333;
}

#exitBtn a:link, #exitBtn a:active, #exitBtn a:visited {
    background-position: -216px -28px;
    border-style: solid;
    border-color: #004B82;
    border-top: none;
    border-width: 1px;
}

#exitBtn a:hover {
    background-position: -216px 0px;
    border-color: #333333;
}

#audToggleBtn .audOff a:link, #audToggleBtn .audOff a:visited, #audToggleBtn .audOff a:active {
    background-position: -108px -28px;
    border-style: solid;
    border-color: #004B82;
    border-top: none;
    border-width: 1px;
}

#audToggleBtn .audOff a:hover {
    background-position: -108px -1px;
    border-color: #333333;
}

#audToggleBtn .audOn a:link, #audToggleBtn .audOn a:visited, #audToggleBtn .audOn a:active {
    background-position: -144px -28px;
    border-style: solid;
    border-color: #004B82;
    border-top: none;
    border-width: 1px;
}

#audToggleBtn .audOn a:hover {
    background-position: -144px -1px;
    border-color: #333333;
}

#pausePlayBtn .pause a:link, #pausePlayBtn .pause a:visited, #pausePlayBtn .pause a:active {
    background-position: 0px -28px;
    border-style: solid;
    border-color: #004B82;
    border-top: none;
    border-width: 1px;
}

#pausePlayBtn .pause a:hover {
    background-position: 0px 0px;
    border-color: #333333;
}

#pausePlayBtn .play a:link, #pausePlayBtn .play a:visited, #pausePlayBtn .play a:active {
    background-position: -36px -28px;
    border-style: solid;
    border-color: #004B82;
    border-top: none;
    border-width: 1px;
}

#pausePlayBtn .play a:hover {
    background-position: -36px 0px;
    border-color: #333333;
}

#pausePlayBtn .pauseDisabled {
    display: block;
    background: url(_ui/assets/nav_btns.png);
    background-repeat: no-repeat;
    text-indent: -2000px;
    overflow: hidden;
    height: 23px;
    width: 23px;
    margin-top: 1px;
    background-position: -252px -28px;
    border-style: solid;
    border-color: #004B82;
    border-top: none;
    border-width: 1px;
}

#backBtn .backB a:link, #backBtn .backB a:visited, #backBtn .backB a:active {
    position: absolute;
    left: 428px;
    background: url(_ui/assets/back-next_btns.png);
    background-repeat: no-repeat;
    background-position: -40px -43px;
    height: 20px;
    width: 40px;
    margin-top: -6px;
    border-style: solid;
    border-color: #004B82;
    border-top: none;
    border-width: 1px;
}

#backBtn .backB a:hover {
    background-position: -40px 0px;
    border-color: #333333;
}

#backBtn .backDisabled {
    position: absolute;
    left: 428px;
    background: url(_ui/assets/back-next_btns.png) -180px 0px;
    display: block;
    width: 40px;
    height: 37px;
    overflow: hidden;
    text-indent: -2000px;
    margin-top: -6px;
    border-style: solid;
    border-color: #004B82;
    border-top: none;
    border-width: 1px;
}

#nextBtn .nextB a:link, #nextBtn .nextB a:visited, #nextBtn .nextB a:active {
    position: absolute;
    left: 500px;
    background: url(_ui/assets/back-next_btns.png);
    background-repeat: no-repeat;
    background-position: -130px -43px;
    height: 20px;
    width: 40px;
    margin-top: -6px;
    border-style: solid;
    border-color: #004B82;
    border-top: none;
    border-width: 1px;
    overflow: visible;
}

#nextBtn .nextB a:hover {
    background-position: -130px 0px;
    border-color: #333333;
}

#nextBtn .nextDisabled {
    position: absolute;
    left: 500px;
    background: url(_ui/assets/back-next_btns.png) -220px -43px;
    display: block;
    width: 40px;
    height: 37px;
    overflow: hidden;
    text-indent: -2000px;
    margin-top: -6px;
    border-style: solid;
    border-color: #004B82;
    border-top: none;
    border-width: 1px;
    overflow: visible;
}

.verboseNxt {
    text-indent: 0px !important;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 14px;
    padding-left: 43px;
}

    .verboseNxt:hover {
        color: #fff;
    }

.verboseBack {
    text-indent: 0px !important;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 14px;
    padding-right: 43px;
    left: 388px !important;
    background-position: 0px -43px !important;
}

    .verboseBack:hover {
        color: #fff;
        background-position: 0px 0px !important;
    }

#assessContinueBtn {
    display: none;
}
/* CSS FOR THE PAGE INFO POPUP (ALT+P) */
#pageInfo {
    display: none;
    width: 300px;
    height: 160px;
    padding: 5px;
    border: 1px solid #999999;
    background: #eeeeee url(_ui/assets/infoBG.gif) top repeat-x;
    color: #333333;
    top: 50px;
    left: 50px;
}

#pageInfoTxt {
    position: relative;
    padding: 10px;
    display: block;
    top: 25px;
    font-size: 12px;
}

#pageInfo .closebutton {
    line-height: 1;
    font-size: 13px;
    color: #333;
    position: absolute;
    top: 7px;
    right: 5px;
    width: 15px;
    height: 13px;
    background-image: url(_ui/assets/closeBtn.jpg);
    background-repeat: no-repeat;
    z-index: 2000;
}

    #pageInfo .closebutton:hover {
        cursor: pointer;
        color: #ff0000;
        background-position: 0 -13px;
    }

#flReminder {
    display: none;
    font-size: 12px;
    font-style: italic;
    background: #ffffff;
    position: absolute;
    width: 220px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #B0B0B0;
    background: #f3f3f3; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#D6D6D6'); /* for IE 9- */
    background-image: -ms-linear-gradient(top, #ffffff, #D6D6D6); /* for IE 10 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D6D6D6)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #ffffff, #D6D6D6); /* for firefox 3.6+ */

    bottom: 8px;
    left: 400px;
    z-index: 9999;
}

    #flReminder .arrow {
        position: absolute;
        height: 8px;
        width: 14px;
        background: url(_ui/assets/arrow_tiny.png);
        background-repeat: no-repeat;
        bottom: -8px;
        left: 110px;
    }

/* THESE ITEMS ARE COMMON AMONG PAGES AND MAY BE RE-DEFINED OR REFINED AT THE PAGE LEVEL */

.pageTitle { /* passes WCAG AAA */
    font-size: 20px;
    color: #004b82;
    padding-top: 20px;
}

    .pageTitle h1 {
        font-weight: normal;
    }

.instrText { /* passes WCAG AA */
    background: url(_ui/assets/mouse_icon.png);
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 14px;
    color: #356897;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 35px;
    padding-bottom: 10px;
}

    .instrText font {
        font-size: 90%;
    }

#instrtxt {
    position: absolute;
    display: none;
    left: 30px;
    /* define the width at the page level */
}

#bodytxt {
    position: absolute;
    left: 20px;
    top: 59px;
    /* define the width at the page level */
}

#pageContainer ul {
    margin-left: 35px;
    margin-top: 12px;
    list-style: disc outside none;
    line-height: 1.15;
}

#clickActivity {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

#blocker {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(_ui/assets/clear.png);
    width: 100%;
    height: 100%;
}
/* square button, single line */
.squareBtn {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #CC6600;
    height: 40px;
    width: 220px;
}

    .squareBtn:hover {
        /*color:#ff0000;*/
    }

.squareBtnInner { /* passes WCAG AA */
    font-family: "Segoe UI", Verdana, Geneva, sans-serif;
    background-color: #EEEEEE;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #A0410A;
    text-align: center;
    position: relative;
    top: 5px;
    left: 5px;
    padding: 5px;
    padding-top: 7px;
    padding-bottom: 3px;
    height: 18px;
    width: 198px;
}

    .squareBtnInner:hover {
        color: #EC620F;
        top: 3px;
        left: 3px;
        padding: 7px;
        padding-top: 9px;
        padding-bottom: 5px;
    }
/* square button, two line */
.twoLine {
    height: 50px;
}

.innerTwoLine {
    padding-top: 4px;
    padding-bottom: 4px;
    height: 30px;
}

    .innerTwoLine:hover {
        padding-top: 6px;
        padding-bottom: 6px;
    }

.poptxt {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    /* define the width at the page level */
}

.popups {
    display: none;
    position: absolute;
    /* define the position and dimensions at the page level */
    border-style: solid;
    border-width: 1px;
    border-color: #B0B0B0;
    background: #ffffff;
}

.popinner { /* passes WCAG AAA */
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #B0B0B0;
    background: #f3f3f3; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#D6D6D6'); /* for IE 9- */
    background-image: -ms-linear-gradient(top, #ffffff, #D6D6D6); /* for IE 10 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D6D6D6)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #ffffff, #D6D6D6); /* for firefox 3.6+ */
}

.closebutton a {
    position: absolute;
    top: 35px;
    right: 60px;
    width: 29px;
    height: 29px;
    background: url(_ui/assets/close_btn.png) 0px 0px no-repeat;
    z-index: 2000;
    text-indent: -2000px;
}

    .closebutton a:hover {
        background-position: -32px 0px;
    }

.pagecloseBtn a {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 29px;
    height: 29px;
    background-image: url(_ui/assets/close_btn.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    z-index: 2000;
    text-indent: -2000px;
}

    .pagecloseBtn a:hover {
        background-position: -32px 0px;
    }

.cFeed b {
    color: #006600;
    font-weight: bold;
}

.iFeed b {
    color: #990000;
    font-weight: bold;
}

h3 {
    text-transform: uppercase;
    font-weight: bold;
}
/* typical presentation and position for marker on single line buttons */
.marker {
    position: absolute;
    background-image: url(_ui/assets/btn_status.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    top: 4px;
    left: -8px;
    width: 25px;
    height: 30px;
}

.markerLg {
    position: absolute;
    background-image: url(_ui/assets/btn_status.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    top: 4px;
    left: -8px;
    width: 25px;
    height: 30px;
}

.complete {
    background-position: -25px 0px;
}
/* adjustment for double line buttons */
.markTwo {
    top: 10px;
    left: -8px;
}

.ipadKerning {
    letter-spacing: -0.75px;
}

.blueUnderline { /* passes WCAG AA */
    color: #06F;
    text-decoration: underline;
}

.iPadBody {
    -ms-zoom: 0;
    -moz-transform: scale(0);
    -mox-transform-origin: 0 0;
    -o-transform: scale(0);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0);
    -webkit-transform-origin: 0 0;
}

/* Remove the Lync Add-On icon from IE */
span.baec5a81-e4d6-4674-97f3-e9220f0136c1 > a {
    display: none !important;
}



/* Transcript box styles */

.transcript {
    display: none;
    height: 200px;
    width: 250px;
    float: right;
    margin: 200px 5px 0 0;
    background: #ccc;
    padding: 0 0 25px 0;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    z-index: 9999;
}

.transcript-content {
    overflow-y: auto;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 15px;
    left: 0;
}

.dragHandle {
    padding: 6px;
    text-transform: uppercase;
    font-size: 11px;
    cursor: move;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.transcript-close {
    width: 14px;
    height: 13px;
    background: url(_ui/assets/closeBtn.jpg);
    position: absolute;
    top: 6px;
    right: 2px;
    cursor: pointer;
}

    .transcript-close:hover {
        background-position: 0 -13px;
    }

.transcript-button {
    text-transform: uppercase;
    font-size: 11px;
    padding: 4px 8px;
    background: #ccc;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    text-shadow: 1px 1px 0 #FFFFFF;
    z-index: 9999;
}

.superScript {
    vertical-align: top;
    display: inline-block;
}

.menuTitle .superScript {
    font-size: 8px;
    margin-top: 10px;
}

.courseTitle .superScript {
    font-size: 5px;
    margin-top: 3px;
}



.btnPolicy {
    display: none;
}

    .btnPolicy a {
        display: block;
        position: absolute;
        background: #fff;
        color: #a0410a;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid #999;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 8px 8px 7px 40px;
    }

        .btnPolicy a:hover {
            color: #c60;
        }

    .btnPolicy .marker {
        background: url(_ui/assets/icon_policy.png) no-repeat;
        width: 25px;
        height: 18px;
        top: 5px;
        left: 8px;
    }

#divComplete, #completeBadge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 107px;
    height: 131px;
    background: url(_ui/assets/complete_badge_check.png) 0px 0px no-repeat;
}

.divCompleteInstrText {
    font-size: 12px;
    color: #356897;
    font-weight: normal;
    margin-top: 90px;
    margin-left: -165px;
}

    .divCompleteInstrText b {
        font-size: 11px;
    }

#txtComplete, .activityCompleteTxt {
    background-repeat: no-repeat;
    font-family: "Segoe UI", Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    height: 65px;
    width: 90px;
    padding-top: 30px;
    margin: 6px;
}


/* Grid for cinematics. See 140_015 for an example */
/* The grid is 10 columns by 5 rows. The positioning should be defined in the page's CSS. */
#grid {
    width: 970px;
    height: 375px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible !important;
}

    #grid div {
        position: absolute;
    }

/* These define the width of the tiles. */
.col1 {
    width: 97px;
}

.col2 {
    width: 194px;
}

.col3 {
    width: 291px;
}

.col4 {
    width: 388px;
}

.col5 {
    width: 485px;
}

.col6 {
    width: 582px;
}

.col7 {
    width: 679px;
}

.col8 {
    width: 776px;
}

.col9 {
    width: 873px;
}

.col10 {
    width: 970px;
}

/* These define the height of the tiles. */
.row1 {
    height: 75px;
}

.row2 {
    height: 150px;
}

.row3 {
    height: 225px;
}

.row4 {
    height: 300px;
}

.row5 {
    height: 375px;
}

/* These define y-axis positioning of the tile on the grid. */
.posA {
    top: 0;
}

.posB {
    top: 75px;
}

.posC {
    top: 150px;
}

.posD {
    top: 225px;
}

.posE {
    top: 300px;
}

/* These define x-axis positioning of the tile on the grid. */
.pos1 {
    left: 0;
}

.pos2 {
    left: 97px;
}

.pos3 {
    left: 194px;
}

.pos4 {
    left: 291px;
}

.pos5 {
    left: 388px;
}

.pos6 {
    left: 485px;
}

.pos7 {
    left: 582px;
}

.pos8 {
    left: 679px;
}

.pos9 {
    left: 776px;
}

.pos10 {
    left: 873px;
}

/*Did You Know?*/
.didyouknow {
    /*Set dimensions and position on page.*/
    display: none; /*fadeIn on page*/
}

    .didyouknow .popinner {
        background: #ffffff;
    }

.shield {
    background: url(_ui/assets/dyk_shield.png) no-repeat;
    width: 51px;
    height: 56px;
    position: absolute;
    top: -19px;
    left: -28px;
}

.didyouknow .poptxt {
    margin-right: 20px;
}

.option2line {
    margin-bottom: 23px;
}

.option3line {
    margin-bottom: 30px;
}

    .option2line .optTxt, .option3line .optTxt {
        padding-top: 0px;
    }

#nextStatus {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #d6d9de;
    text-indent: -2000px;
    z-index: -1;
}

#summaryBox {
    background: #ffffff none repeat scroll 0 0;
    border-color: #b0b0b0;
    border-style: solid;
    border-width: 1px;
    height: 424px;
    left: 500px;
    position: absolute;
    top: 55px;
    width: 424px;
}

    #summaryBox ul {
        margin-right: 10px;
    }

.graphicBtn {
    background-image: url(_ui/assets/graphicBtn.png);
    background-repeat: no-repeat;
    font-family: "Segoe UI", Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #A0410A;
    text-align: center;
    height: 32px;
    width: 187px;
    padding-top: 14px;
}

    .graphicBtn:hover {
        color: #EC620F;
    }
