body
{
    background: #ebeae5;
    color: #666;
    font-size: 12pt;
    padding: 0px;
    margin: 0px;
    height: 100%;
    font-family: 'Open Sans', sans-serif, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    line-height: 1;
}

/******************************************
 * Header
 ******************************************/

.header
{
    width: 1056px; /* 11in * 96ppi */
    margin: 0px auto;
    padding: 20px 72px;
    overflow: hidden;
}

/******************************************
 * Footer
 ******************************************/

.footer
{
    width: 1056px; /* 11in * 96ppi */

    margin: 0px auto 20px auto;
    padding: 24px 0px;

    color: white;
    font-size: 18px;
    font-family: OXYGEN MONO;
    line-height: 32px;

    overflow: hidden;
    
    background-color: #3d53a4;
}

.footerColumn
{
    float: left;
    width: 450px;
    padding-left: 96px;
}

.footer .menu
{
    margin: 0px;
    padding: 0px;
}

.footer .menu li
{
    list-style-type: none;
}

.footer .menu li
{
    border-bottom: 1px solid #ece041;
}

.footer .menu li:last-child
{
    border-bottom: none;
}

.footer .menu a
{
    color: white;
    text-decoration: none;    
}

/******************************************
 * Page Menu Bar
 ******************************************/

 .menubar
 {
     width: 1056px; /* 11in * 96ppi */
     margin: 5px auto;
     top: 5px;
     position: sticky;
     z-index: 1000;
     overflow: hidden;
     background-color: #3d53a4; 
 }
 
 .menubar ul
 {
     list-style: none;
     margin: 4px;
     padding: 0px;
     overflow: hidden;
 }
 
 .menubar li
 {
     float: left;
     border-left: 1px solid white;
     padding: 0px 0px;
 }
 
 .menubar li:first-child
 {
     border-left: none;
 }
 
 .menubar li a
 {
     color: white;
     display: block;
     padding: 0px 10px;
     line-height: 32px;
     text-decoration: none;
     font-size: 13px;
 }


/******************************************
 * Page CSS
 ******************************************/

.page
{
    width: 1056px; /* 11in * 96ppi */
    height: 816px;
    margin: 0px auto 20px auto;
    padding: 0px;
    overflow: hidden;

    color: #333;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;

    border: 24px solid white;

    position: relative;
}

.grid
{
    background-image: url(images/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.frame
{
    width: calc(100% - 48px - 48px);
    height: calc(100% - 48px - 48px);
    margin: 48px auto;
    overflow: hidden;
    position: relative;
    background-color: white;
    padding: 10px;
}

.pageNumber
{
    bottom: 10px;
    right: 10px;
    position: absolute;
}

.popup-tip
{
    top: 3px;
    width: 55%;
    left: 22.5%;
    position: fixed;
    z-index: 2000;
    display: none;
}

/******************************************
 * Page Content
 ******************************************/

h1
{
    color: #3d53a4;
    font-size: 30px;
    font-family: 'Oxygen Mono', monospace;
}

h2
{
    color: #3d53a4;
    font-size: 24px;
    font-family: 'Oxygen Mono', monospace;
}

ol, ul
{
    line-height: 24px;
}

.listStyleNone
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.list-inline li
{
    display: inline;
}

.form-control
{
    border-color: #3d53a4;
}

.textField
{
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #3d53a4;
    border-radius: .25rem;
}

.red
{
    color: #e22d32;
}

.yellow
{
    color: #ece041;
}

.blue
{
    color: #3d53a4;
}

.video
{
    width: 816px;
    height: 458px;
    cursor: pointer;
    position: absolute;
    margin-left: calc(-816px / 2);
}

.content
{
    padding: 20px;
    background-color: white;
}

.listHeaderInfo
{
    margin: 0xp;
    padding: 0px;
}

.listHeaderInfo li
{
    border-right: 1px solid black;
    padding: 0px 8px 0px 0px;
}

.listHeaderInfo li:last-child
{
    border-right: none;
}



/******************************************
 * Table on page 6
 ******************************************/

.table1
{
    font-size: 13px;
    font-family: 'Open Sans', sans-serif, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.table1 th
{
    color: white;
    font-size: 14.5px;
    text-align: left;
    vertical-align: bottom;
    background-color: #3d53a4;
    padding: 10px;
    font-weight: normal;
    border-right: 1px solid white;
}

.table1 th:last-child
{
    border-right: none;
}

.table1 td
{
    vertical-align: top;
    border-right: 1px solid #3d53a4;
}

.table1 td:last-child
{
    border-right: none;
}

.table1 tr:nth-child(odd)
{
    background-color: #fffef6;
}

.table1 td label
{
    padding-top: 14px;
}

/******************************************
 * Table on page 8 to ...
 * Uses table1
 ******************************************/

.table2 th
{
    width: 14.29%;
    text-align: center;
}

.table2 td
{
    height: 45px;
    text-align: center;
    vertical-align: middle;
}

/******************************************
 * Table on page 24 to ...
 ******************************************/



.table3 tbody td
{
    font-size: 14px;
    border-top: 1px solid #3d53a4;
    border-right: 1px solid #3d53a4;
}

.table3 tbody tr:last-child td
{
    border-bottom: 1px solid #3d53a4;
}


.table3 tfoot td
{
    padding: 5px 10px;
}

.table3 tfoot td:last-child
{
    border-left: 1px solid #3d53a4;
}

.table3Option
{
    width: 28px;
    height: 26px;
    text-align: center;
}

/******************************************
 * 2 columns, header, 3 rows on right side, Page 26
 ******************************************/

.table4 tr td:first-child
{
    vertical-align: top;
    padding: 10px 10px 0px 0px;
    border-right: 1px solid #3d53a4;
}

.table4 td:last-child
{
    vertical-align: top;
    padding: 10px 0px 10px 10px;
}

.table4 tr:first-child td
{
    width: 50%; 
    border-bottom: 1px solid #3d53a4;
}

/******************************************
 * Table on page 40 to ...
 ******************************************/

.table5
{
    width: 100%;
}

.table5 td
{
    padding: 10px;
    border-right: 1px solid #ebebe5; 
    border-left: 1px solid #ebebe5;
    border-bottom: 1px solid #ebebe5;
}

.table5 tr td:last-child
{
    width: 50%;
    font-style: italic;
}

.table5 th
{
    color: white;
    font-size: 14.5px;
    text-align: left;
    vertical-align: bottom;
    background-color: #3d53a4;
    padding: 10px;
    font-weight: normal;
    border-top: 1px solid #3d53a4;
}

.table5 tr th:first-child
{
    border-left: 1px solid #3d53a4;
}

.table5 tr th:last-child
{
    border-left: 1px solid #ebebe5;
    border-right: 1px solid #3d53a4;
}

.table5 a
{
    color: #3d53a4;
}

.table5Legend
{
    margin: 30px auto;
    background-color: white;
}

.table5Legend tr th:last-child
{
    border-left: 1px solid #3d53a4;
}

.table5Legend tr td:last-child
{
    width: auto;
}

/******************************************
 * Table on page 52
 ******************************************/


 .table6
 {
     border-color: #3d53a4;
     font-size: 14px;
 }
 
.table6 th
{
    text-align: center;
    color: #e22d32;
    font-weight: normal;
}

.table6 th,
.table6 td
{
    padding: 0px 5px;
    border-left: 1px solid #3d53a4;
    border-bottom: 1px solid #3d53a4;
}

.table6 td:first-child
{
    border-left: none;
}

.table6 td:nth-child(2),
.table6 td:nth-child(3)
{
    width: 50px;
    height: 22px;
    text-align: center;
}

.table6 input[type='date']
{
    width: 100%;
    height: 100%;
    border: none;
    padding: 2px 5px;
    width: 150px;
}

.table6 input[type='checkbox']
{
    width: 24px;
}

/******************************************
 * Survey page 49
 ******************************************/

.survey
{
    text-transform: uppercase;
    background-color: white;
    border-collapse: separate;
    border: none;
}

.survey tr:first-child td
{
    padding: 18px;
}

.survey tr:first-child td h1
{
    margin: 0px;
}

.survey th
{
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    padding: 3px;
    width: 80px;
}

.survey tr:first-child td
{
    border: 1px solid #3d53a4;
    background-color: white;
}

.surveyBG1 td,
.surveyBG1 th
{
    border: 1px solid #3d53a4;
    background-color: #fffef6;
}

.surveyBG2 td,
.surveyBG2 th
{
    color: white;
    border: 1px solid #3d53a4;
    background-color: #3d53a4;
}

.surveyGroup
{
    font-size: 14px;
    color: #3d53a4 !important;
    border: 1px solid #3d53a4 !important;
    background-color: #fffef6 !important;
    padding: 5px;
    cursor: pointer;
}

.surveyQuestion
{
    padding: 10px 10px;
}

.surveyResult
{
    position: absolute; 
    top: 5px;
    left: -840px;
    width: 820px; 
    height: calc(100% - 25px);

    font-size: 11.5pt;

    background: white;
    border: 1px solid #3d53a4;
    border-radius: 5px;
    overflow: auto;
    padding: 5px;
    box-shadow: 5px 5px 5px grey;
}



/******************************************
 * X radio buttons for tables.
 ******************************************/

.RadioBig,
.RadioSmall
{
    display: none;
}

.RadioLabel,
.RadioSmallLabel
{
    display: inline-block;
    background-color: white;
    font-family: Arial;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding-top: 7px;
    margin: 0px;
}

.RadioSmallLabel
{
    font-size: 12px;
    padding-top: 5px;
}

.RadioBig:checked+label,
.RadioSmall:checked+label
{
  background-image: url(images/buttons/Selected.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.RadioSmall:checked+label
{
    background-image: url(images/buttons/SelectedSmall.png);
}


/******************************************
 * Comic pages bubbles
 ******************************************/

.bubble
{
    color: black;
    font-size: 14pt;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid black;
    line-height: 20px;

    background-color: white;
    position: absolute;
}

.bubble-blue
{
    color: #3d53a4;
    border-color: #3d53a4;
}

.bubble-red
{
    color: #e22d32;
    border-color: #e22d32;
}

.bubble-yellow
{
    color: #ece041;
    border-color: #ece041;
}