
html, body, ul, menu, h1, h2, h3, h4, h5, h6, p, a, img, figure {
    margin: 0;
    padding: 0;
    border: none;
   
}


.note {
    font-style: italic;
    font-size: 0.9rem;
    color: #999
}

.version {
    font-weight: bold;
    font-size: 0.7rem;
    color: #0e4b92;
}

.version-new {
    font-weight: bold;
    font-style: italic;
    font-size: 0.7rem;
    color: #924b0e;
}

.white-note {
    margin: 0;
    padding: 0;
    border: none;
    color: #EEE;
    font-style: italic;
    font-size: 1.1rem;
    font-weight: bold;
}


.mono-note {
    font-family: Consolas;
    font-style: normal;
    font-size: 0.9rem;
    color: #999
}

.r {
    text-align: right !important
}


ul {
    list-style: none
}

article, aside, figure, footer, header, hgroup, menu, nav, section, figcaption {
    display: block
}

.page-size {
    margin: 0 auto;
    width: 1000px
}

header, #header {
    position: relative;
    padding-top: 5px;
}

#page-content {
    overflow: hidden;
    padding-bottom: 20px
}

#content {
    margin-left: 0px
}

/* Adjust video size to fit smaller screens */
video {
    width: 100%;
    max-width: 100%;
}

/*
#left {
    float: left;
    width: 180px;
    margin-right: 20px
}*/


#left {
    display: none;
}

footer {
}

html {
    overflow-y: scroll;
    font: normal 14pt Helvetica,Arial,sans-serif;
}

a {
    color: #1562a8;
    text-decoration: none
}

.custom-bullet {
    list-style-type: disc; /* Changes bullet type, can also use 'circle' or 'square' */
    padding-left: 20px; /* Adds space between bullet and text */
   
}

    .custom-bullet li {
        font-size: 0.9rem; /* Set desired font size */
        margin-bottom: 0.5rem;
    }

.custom-bullet2 {
    list-style-type: disc; /* Changes bullet type, can also use 'circle' or 'square' */
    padding-left: 20px; /* Adds space between bullet and text */
}

    .custom-bullet2 li {
        font-size: 1.0rem; /* Set desired font size */
        margin-bottom: 0.4rem;
       
    }


#navsections {
    margin: 5px 0;
    font-size: 0.9rem;
    line-height: 350%;
    text-align: center
}

    #navsections .menu {
        display: table;
        width: 100%
    }

    #navsections .menu-item {
        display: table-cell
    }

#breadcrumb {
    clear: both;
    margin: 10px auto;
    color: #999;
    font-size: 0.8rem;
    white-space: nowrap
}


#left {
    font-size: 0.9rem;
    line-height: 140%
}

.descr {
    margin: 0 10px; /* Margin around the description text */
    line-height: 140%; /* Line height for readability */
    display: table-cell; /* Ensures it behaves like a table cell */
    width: auto; /* Allows it to take up the remaining space */
    padding: 10px; /* Optional: adds some padding for better readability */
    font-size: 0.9rem;
}

.descrbigtext {

    font-size: 1.1rem;
}


.descrtext {
    font-size: 0.9rem;
}


p {
    margin: 1em 0;
    line-height: 140%;
    width: 280px;
}


footer, #footer {
    border: 1px solid #e4e4e4;
    border-width: 1px 0 1px 0;
    color: #666;
    font-size: 1.0rem;
    line-height: 130%;
    background: #f1f1f1;
    background: -webkit-linear-gradient(#eaeaea,#f1f1f1 20%,#f1f1f1 90%,#eaeaea);
    background: -moz-linear-gradient(#eaeaea,#f1f1f1 20%,#f1f1f1 90%,#eaeaea);
    background: -ms-linear-gradient(#eaeaea,#f1f1f1 20%,#f1f1f1 90%,#eaeaea);
    background-image: -o-linear-gradient(#eaeaea,#f1f1f1 20%,#f1f1f1 90%,#eaeaea);
    background: linear-gradient(#eaeaea,#f1f1f1 20%,#f1f1f1 90%,#eaeaea);
    -pie-background: linear-gradient(#eaeaea,#f1f1f1 20%,#f1f1f1 90%,#eaeaea);
   /* behavior: url(/content/scripts/PIE-1.0.0.htc)*/
}

    footer h6, #footer h6 {
        padding: 5px 0;
        color: #333;
        font-size: 1.2rem;
        font-weight: normal;
        text-transform: uppercase
    }

    footer h5, #footer h5 {
        padding: 5px 0;
        color: #333;
        font-size: 1.0rem;
        font-weight: normal;
        text-transform: uppercase
    }

    footer .sitelinks, #footer .sitelinks {
        padding: 20px 0
    }


#megamenu {
    position: relative;
    list-style: none;
    width: 100%;
    padding: 0
}

    #megamenu .menu-item {
        padding-bottom: 4px
    }

    #megamenu .menu-link {
        display: block;
        color: #fff;
        text-decoration: none;
        text-shadow: 0 1px 0 #333;
        text-transform: uppercase;
        border-right: 1px solid #2c78b4;
        border-right: 1px solid rgba(66,147,199,.5);
        background: #0e4b92 url(/content/images/bg-fade-h.png) repeat-x 0 -376px;
        background: -webkit-linear-gradient(#2679b7,#0e4b92);
        background: -moz-linear-gradient(#2679b7,#0e4b92);
        background: -ms-linear-gradient(#2679b7,#0e4b92);
        background: -o-linear-gradient(#2679b7,#0e4b92);
        background: linear-gradient(#2679b7,#0e4b92);
        outline: 0
    }

    #megamenu .menu-item:hover .menu-link, #megamenu .menu-item.selected .menu-link {
        color: #fff;
        background: #1562a8
    }

    #megamenu .menu-item-dropdown .menu-link {
        color: #ccc;
        border-left: 1px solid #2c2c2c;
        border-left: 1px solid rgba(50,50,50,.8);
        border-right: 1px solid #4d4d4d;
        border-right: 1px solid rgba(104,104,104,.5);
        background: #0e4b92 url(/content/images/bg-fade-h.png) repeat-x 0 -286px;
        background: -webkit-linear-gradient(#4b4b4b,#232323);
        background: -moz-linear-gradient(#4b4b4b,#232323);
        background: -ms-linear-gradient(#4b4b4b,#232323);
        background: -o-linear-gradient(#4b4b4b,#232323);
        background: linear-gradient(#4b4b4b,#232323)
    }



    #megamenu .menu-item.first .menu-link {
        border-radius: 8px 0 0 8px
    }

    #megamenu .menu-item.last .menu-link {
        border-radius: 0 8px 8px 0
    }



.hr {
    color: #fff;
    font-style: italic;
    text-align: center;
    background: -webkit-linear-gradient(45deg,rgba(255,255,255,0),rgba(255,255,255,.4) 45%,rgba(255,255,255,0) 45%,rgba(255,255,255,0) 55%,rgba(255,255,255,.4) 55%,rgba(255,255,255,0));
    background: -moz-linear-gradient(45deg,rgba(255,255,255,0),rgba(255,255,255,.4) 48%,rgba(255,255,255,0) 48%,rgba(255,255,255,0) 52%,rgba(255,255,255,.4) 52%,rgba(255,255,255,0));
    background: -ms-linear-gradient(45deg,rgba(255,255,255,0),rgba(255,255,255,.4) 48%,rgba(255,255,255,0) 48%,rgba(255,255,255,0) 52%,rgba(255,255,255,.4) 52%,rgba(255,255,255,0));
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0),rgba(255,255,255,.4) 48%,rgba(255,255,255,0) 48%,rgba(255,255,255,0) 52%,rgba(255,255,255,.4) 52%,rgba(255,255,255,0));
    background: linear-gradient(45deg,rgba(255,255,255,0),rgba(255,255,255,.4) 48%,rgba(255,255,255,0) 48%,rgba(255,255,255,0) 52%,rgba(255,255,255,.4) 52%,rgba(255,255,255,0));
    -webkit-background-size: 100% 2px;
    -moz-background-size: 100% 2px;
    -ms-background-size: 100% 2px;
    -o-background-size: 100% 2px;
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: center center
}


.icon, .iconButton {
    display: inline-block;
    height: 16px;
    width: 16px;
    border: none;
    background-color: Transparent;
    /*background-image: url(/content/images/sprites/icons.png);*/
    background-repeat: no-repeat;
    vertical-align: middle
}


.ui-box {
    border-radius: 8px;
    background: #2679b7;
    background: -webkit-linear-gradient(#2679b7,#0e4b92);
    background: -moz-linear-gradient(#2679b7,#0e4b92);
    background: -ms-linear-gradient(#2679b7,#0e4b92);
    background-image: -o-linear-gradient(#2679b7,#0e4b92);
    background: linear-gradient(#2679b7,#0e4b92);
    -pie-background: linear-gradient(#2679b7,#0e4b92);
   /* behavior: url(/content/scripts/PIE-1.0.0.htc)*/
}

.ui-box2 {
    margin: 0px 0px 0.1em 0px;
    border-radius: 8px;
    background: #707070;
    background: -webkit-linear-gradient(#707070,#262626);
    background: -moz-linear-gradient(#707070,#262626);
    background: -ms-linear-gradient(#707070,#262626);
    background-image: -o-linear-gradient(#707070,#262626);
    background: linear-gradient(#707070,#262626);
    -pie-background: linear-gradient(#707070,#262626);
   /* behavior: url(/content/scripts/PIE-1.0.0.htc)*/
}


.feedback {
    position: relative;
    margin: 20px 0;
    padding: 20px 10px 15px 10px;
    text-align: center;
    background: #e6eff6;
    -pie-background: #e6eff6
}

    .feedback .icon {
        position: absolute;
        top: -18px;
        left: 50%;
        margin-left: -18px;
        width: 30px;
        height: 30px;
        border: 3px solid #fff;
        border-radius: 18px;
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 30px;
        background: -webkit-linear-gradient(#2679b7,#0e4b92);
        background: -moz-linear-gradient(#2679b7,#0e4b92);
        background: -ms-linear-gradient(#2679b7,#0e4b92);
        background-image: -o-linear-gradient(#2679b7,#0e4b92);
        background: linear-gradient(#2679b7,#0e4b92);
        -pie-background: linear-gradient(#2679b7,#0e4b92);
      /*  behavior: url(/content/scripts/PIE-1.0.0.htc)*/
    }


.guidebox {
    display: inline-block;
    position: relative;
    padding: 15px 20px;
    color: #fff;
    font-size: 0.9rem;
    line-height: 120%;
}
    

    .guidebox .title {
        display: block;
        margin-bottom: 5px;
        font: normal 175%/100% Helvetica,Arial,Verdana,sans-serif;
        text-transform: uppercase
    }



.columns {
    overflow: hidden;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2
}

    .columns.column-count-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        column-count: 3
    }


    .columns .col {
        display: inline-block;
        width: 100%;
        -webkit-column-break-before: always;
        -moz-column-break-before: always;
        -ms-column-break-before: always;
        column-break-before: always
    }


    .columns.column-width-dynamic {
        display: table;
        width: 100%
    }

        .columns.column-width-dynamic .col {
            float: none;
            display: table-cell;
            width: auto;
            vertical-align: top
        }
        .columns.column-count-3.column-width-dynamic .col {
            float: none;
            display: table-cell;
            width: 33%;
            vertical-align: top
        }


.icon, .item-icon {
    display: inline-block;
  /*  background: url(/content/images/sprite.png) no-repeat;*/
    vertical-align: middle
}


.icon {
    width: 25px;
    height: 20px
}


.itemlist {
    overflow: hidden
}

    .itemlist table, table.itemlist {
        border-collapse: collapse;
        width: 100%;
        font-size: 0.9rem;
    }

    .itemlist th, .itemlist thead td, .itemlist tfoot td {
        margin: 0;
        padding: 6px;
        background: #efefef;
        font-weight: bold;
        text-align: left;
        vertical-align: middle
    }


    .itemlist tbody th, .itemlist tbody td {
        margin: 0;
        padding: 6px;
        border: 1px solid #ccc;
        border-width: 1px 0 1px 0
    }

    .itemlist tbody tr:nth-child(even) {
        background: #fafafa
    }


    .itemlist .header {
        overflow: hidden;
        position: relative;
        
    }


    .itemlist .paging td {
        color: #666;
        background: none;
        font-weight: normal;
        text-align: center;
        line-height: 180%
    }

    .itemlist .item-name {
        font-weight: bold;
        line-height: 180%;
        font-size: 1.1rem;
    }

    .itemlist .item-descr {
        margin-bottom: 3px;
        color: #666
    }

.menu, .menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

/* Responsive adjustments for smaller screens */
@media (max-width: 1000px) {

    html {
        font-size: 22px; /* Increase all font sizes to 18px */
    }
    
    /* Ensure page width adjusts to full screen */
    .page-size {
        width: 98%;
        padding: 0 10px;
    }

    /* Center header and menu items */
    header, #header, #navsections {
        text-align: center;
    }

    /* Move #left (aside) below #content */
    #content {
        margin-left: 0;
    }

    /*#left {
        float: none;
        width: 100%;
        margin: 0;
        margin-top: 20px;*/ /* Adds spacing below content */
    /*order: 1;*/ /* Ensure it appears below content in the DOM */
    /*}*/

    #left {
        display: none;
    }


    /* Adjust video size to fit smaller screens */
    video {
        width: 100%;
        max-width: 100%;
    }

    #navsections {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 250%;
    }

    /* Menu items stack vertically */
    #navsections .menu {
        display: block;
    }

    #navsections .menu-item {
        display: block;
        margin: 0;
        border-bottom: 1px solid #ddd;
       
    }

    #megamenu .menu-item .menu-link{
        padding-bottom: 10px;
        border-radius: 8px 8px 8px 8px;
    }

    #megamenu .menu-item.first .menu-link {
        border-radius: 8px 8px 8px 8px;
    }

    #megamenu .menu-item.last .menu-link {
        border-radius: 8px 8px 8px 8px;
    }

    .descr {
        margin: 0 10px; /* Margin around the description text */
        line-height: 120%; /* Line height for readability */
        display: table-cell; /* Ensures it behaves like a table cell */
        width: auto; /* Allows it to take up the remaining space */
        padding: 10px; /* Optional: adds some padding for better readability */
       
    }

    .descrtext {
        font-size: 1.5rem;
        line-height: 120%
    }

    .custom-bullet2 li {
        font-size: 1.5rem; /* Set desired font size */
        margin-bottom: 0.4rem;
        line-height: 140%
    }
          



    /* Footer columns stack vertically */
    footer .columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        column-count: 1;
    }
}