/*smblue*/

.sm-blue {
    background: 0 0;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.sm-blue a,
.sm-blue a:active,
.sm-blue a:focus,
.sm-blue a:hover {
    padding: 10px 58px 10px 20px;
    background: #3092c0 linear-gradient(to bottom, #3298c8, #2e8cb8);
    color: #fff;
    font-family: "PT Sans Narrow", "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.sm-blue a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace!important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, .1);
    border-radius: 4px
}

.sm-blue a .sub-arrow::before {
    content: '+'
}

.sm-blue a.highlighted .sub-arrow::before {
    content: '-'
}

.sm-blue>li:first-child>:not(ul) a,
.sm-blue>li:first-child>a {
    border-radius: 8px 8px 0 0
}

.sm-blue>li:last-child>:not(ul) a,
.sm-blue>li:last-child>a,
.sm-blue>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul {
    border-radius: 0 0 8px 8px
}

.sm-blue>li:last-child>:not(ul) a.highlighted,
.sm-blue>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted {
    border-radius: 0
}

.sm-blue ul {
    background: #fff
}

.sm-blue ul ul {
    background: rgba(102, 102, 102, .1)
}

.sm-blue ul a,
.sm-blue ul a:active,
.sm-blue ul a:focus,
.sm-blue ul a:hover {
    background: 0 0;
    color: #2b82ac;
    font-size: 16px;
    text-shadow: none;
    border-left: 8px solid transparent
}

.sm-blue ul ul a,
.sm-blue ul ul a:active,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:hover {
    border-left: 16px solid transparent
}

.sm-blue ul ul ul a,
.sm-blue ul ul ul a:active,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:hover {
    border-left: 24px solid transparent
}

.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:active,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:hover {
    border-left: 32px solid transparent
}

.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:active,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:hover {
    border-left: 40px solid transparent
}

.sm-blue ul li {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.sm-blue ul li:first-child {
    border-top: 0
}

@media (min-width:768px) {
    .sm-blue ul {
        position: absolute;
        width: 12em
    }
    .sm-blue li {
        float: left
    }
    .sm-blue.sm-rtl li {
        float: right
    }
    .sm-blue ul li,
    .sm-blue.sm-rtl ul li,
    .sm-blue.sm-vertical li {
        float: none
    }
    .sm-blue a {
        white-space: nowrap
    }
    .sm-blue ul a,
    .sm-blue.sm-vertical a {
        white-space: normal
    }
    .sm-blue .sm-nowrap>li>:not(ul) a,
    .sm-blue .sm-nowrap>li>a {
        white-space: nowrap
    }
    .sm-blue {
        background: #3092c0;
        background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
        border-radius: 8px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
    }
    .sm-blue a,
    .sm-blue a.highlighted,
    .sm-blue a:active,
    .sm-blue a:focus,
    .sm-blue a:hover {
        padding: 13px 24px;
        background: #3092c0;
        background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
        color: #fff
    }
    .sm-blue a.highlighted,
    .sm-blue a:active,
    .sm-blue a:focus,
    .sm-blue a:hover {
        background: #2b82ac;
        background-image: linear-gradient(to bottom, #2d89b4, #297ca3)
    }
    .sm-blue a .sub-arrow {
        top: auto;
        margin-top: 0;
        bottom: 2px;
        left: 50%;
        margin-left: -5px;
        right: auto;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #e1dfe8 transparent transparent transparent;
        background: 0 0;
        border-radius: 0
    }
    .sm-blue a .sub-arrow::before {
        display: none
    }
    .sm-blue>li:first-child>:not(ul) a,
    .sm-blue>li:first-child>a {
        border-radius: 8px 0 0 8px
    }
    .sm-blue>li:last-child>:not(ul) a,
    .sm-blue>li:last-child>a {
        border-radius: 0 8px 8px 0!important
    }
    .sm-blue>li {
        border-left: 1px solid #2b82ac
    }
    .sm-blue>li:first-child {
        border-left: 0
    }
    .sm-blue ul {
        border: 1px solid #a8a8a8;
        padding: 7px 0;
        background: #fff;
        border-radius: 0 0 4px 4px!important;
        box-shadow: 0 5px 12px rgba(0, 0, 0, .2)
    }
    .sm-blue ul ul {
        border-radius: 4px!important;
        background: #fff
    }
    .sm-blue ul a,
    .sm-blue ul a.highlighted,
    .sm-blue ul a:active,
    .sm-blue ul a:focus,
    .sm-blue ul a:hover {
        border: 0!important;
        padding: 9px 23px;
        background: 0 0;
        color: #2b82ac;
        border-radius: 0!important
    }
    .sm-blue ul a.highlighted,
    .sm-blue ul a:active,
    .sm-blue ul a:focus,
    .sm-blue ul a:hover {
        background: #3092c0;
        background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
        color: #fff
    }
    .sm-blue ul a .sub-arrow {
        top: 50%;
        margin-top: -5px;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #a1d1e8
    }
    .sm-blue ul li {
        border: 0
    }
    .sm-blue .scroll-down,
    .sm-blue .scroll-up {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px
    }
    .sm-blue .scroll-down-arrow,
    .sm-blue.sm-rtl.sm-vertical a .sub-arrow {
        right: auto;
        left: 10px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #a1d1e8 transparent transparent
    }



}
/*smblue*/
/*
     FILE ARCHIVED ON 11:25:17 Sep 14, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:56:21 Jul 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.466
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.039
  esindex: 0.006
  cdx.remote: 9.585
  LoadShardBlock: 1060.016 (3)
  PetaboxLoader3.datanode: 80.588 (4)
  PetaboxLoader3.resolve: 172.056 (3)
  load_resource: 185.397
*/